.fqa-fees-intro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
  color: #555;
  line-height: 1.7;
}

.fqa-fees-badge {
  display: inline-block;
  background: #2d5a3d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.fqa-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.fqa-pricing-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 32px 24px 28px;
  text-align: center;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.fqa-pricing-card:hover {
  box-shadow: 0 12px 32px rgba(26, 58, 92, 0.12);
  transform: translateY(-4px);
}

.fqa-pricing-card.featured {
  border-color: #d1ad3c;
  box-shadow: 0 8px 24px rgba(209, 173, 60, 0.18);
}

.fqa-pricing-card.featured::before {
  content: "Most Popular";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #d1ad3c;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 14px;
  border-radius: 999px;
}

.fqa-plan-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2d5a3d;
  margin-bottom: 8px;
}

.fqa-plan-name {
  font-size: 22px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 16px;
}

.fqa-plan-price {
  font-size: 42px;
  font-weight: 700;
  color: #1a3a5c;
  line-height: 1;
  margin-bottom: 4px;
}

.fqa-plan-price span {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

.fqa-plan-period {
  font-size: 14px;
  color: #888;
  margin-bottom: 24px;
}

.fqa-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}

.fqa-plan-features li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.fqa-plan-features li:last-child {
  border-bottom: none;
}

.fqa-plan-features li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #2d5a3d;
  font-weight: 700;
}

.fqa-plan-cta {
  display: inline-block;
  width: 100%;
}

.fqa-course-plans .fqa-pricing-card {
  text-align: left;
}

.fqa-course-plans .fqa-plan-price,
.fqa-course-plans .fqa-plan-period {
  text-align: center;
}

.fqa-benefits-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.fqa-benefit-box {
  background: #f8f9fa;
  border-left: 4px solid #d1ad3c;
  padding: 20px 22px;
  border-radius: 0 6px 6px 0;
}

.fqa-benefit-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 8px;
}

.fqa-benefit-box p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.fqa-fees-note {
  background: #eef5f0;
  border: 1px solid #c5dcc9;
  border-radius: 8px;
  padding: 24px 28px;
  margin-top: 32px;
}

.fqa-fees-note h4 {
  color: #2d5a3d;
  margin-bottom: 12px;
}

.fqa-fees-note ul {
  margin: 0;
  padding-left: 20px;
  color: #444;
  line-height: 1.8;
}

.fqa-trial-banner {
  background: linear-gradient(135deg, #1a3a5c 0%, #2d5a3d 100%);
  color: #fff;
  text-align: center;
  padding: 48px 24px;
  border-radius: 8px;
  margin-top: 48px;
}

.fqa-trial-banner h3 {
  color: #fff;
  margin-bottom: 12px;
}

.fqa-trial-banner p {
  opacity: 0.9;
  max-width: 560px;
  margin: 0 auto 24px;
}

.fqa-trial-banner .thm-btn {
  background: #d1ad3c;
  color: #1a1a1a;
}

.fqa-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

.fqa-payment-icons span {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
