/* PROJECT30 UX Balance P0 — WHY 카드만 15~20% 강화 (GO/STOP 무변경) */

/* 섹션 제목: AI 선정 이유 */
.ap2-reason-head {
  font-size: clamp(1.125rem, 4.6vw, 1.3125rem) !important;
  margin-top: 16px !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.02em !important;
}

/* WHY 그리드 — 카드 전체 체감 확대 */
.ap2-reason-grid,
.ap3-reason-grid {
  gap: 12px !important;
  margin-bottom: 16px !important;
}

.ap2-reason-card {
  padding: 15px 14px 14px !important;
  border-radius: 16px !important;
  min-height: 92px !important;
  border-width: 1.5px !important;
}

.ap2-reason-ico {
  font-size: 21px !important;
  margin-bottom: 8px !important;
  line-height: 1 !important;
}

.ap2-reason-title {
  font-size: clamp(1.0625rem, 4.4vw, 1.25rem) !important;
  font-weight: 1000 !important;
  line-height: 1.38 !important;
  letter-spacing: -0.01em !important;
}

.ap2-reason-sub {
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  margin-top: 6px !important;
}

/* ER(예상수익) 카드 — GO 톤과 조화, WHY 내에서만 살짝 강조 */
.ap2-reason-card.er {
  border-color: rgba(255, 215, 0, 0.38) !important;
  background: rgba(255, 215, 0, 0.1) !important;
}

@media (max-width: 480px) {
  .ap2-reason-card {
    padding: 14px 12px 13px !important;
    min-height: 86px !important;
  }

  .ap2-reason-grid,
  .ap3-reason-grid {
    gap: 10px !important;
  }

  .ap2-reason-title {
    font-size: clamp(1rem, 4.2vw, 1.125rem) !important;
  }

  .ap2-reason-sub {
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ap2-reason-card {
    transition: none !important;
  }
}
