/* Topluluk Korku Testi — minimal styling that plays nice with the academy theme */
.tkt-wrap { max-width: 760px; margin: 0; }
.tkt-legend { font-size: 14px; color: #555; margin-bottom: 18px; }
.tkt-form { display: block; }
.tkt-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid #eee; }
.tkt-row:last-child { border-bottom: none; }
.tkt-q { flex: 1; font-size: 15px; color: #222; }
.tkt-q .tkt-num { display: inline-block; min-width: 28px; font-weight: 700; color: #302267; }
.tkt-a { width: 200px; padding: 8px 10px; border: 1px solid #ccc; border-radius: 6px; background: #fff; font-size: 14px; }
.tkt-email-row { padding-top: 16px; }
.tkt-email-row input { width: 100%; padding: 12px 14px; font-size: 16px; border: 1px solid #bbb; border-radius: 8px; }
.tkt-submit { width: 100%; padding: 14px 16px; margin-top: 12px; background: #302267; color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; }
.tkt-submit:hover { background: #221856; }
.tkt-submit:disabled { background: #888; cursor: not-allowed; }
.tkt-msg { margin-top: 12px; font-size: 14px; color: #b00; min-height: 1.2em; }
.tkt-msg.is-success { color: #060; }
.tkt-result { margin-top: 24px; padding: 20px; background: #f3f1f9; border-left: 4px solid #302267; border-radius: 6px; font-size: 15px; line-height: 1.55; }
.tkt-result .tkt-score { font-size: 28px; font-weight: 700; color: #302267; margin-bottom: 8px; }
.tkt-result .tkt-tier-title { font-size: 17px; font-weight: 700; color: #302267; margin-bottom: 10px; }
.tkt-result .tkt-tier-body { color: #333; }
@media (max-width: 600px) {
    .tkt-row { flex-direction: column; align-items: stretch; }
    .tkt-a { width: 100%; }
}
