.egc-checkpoint [hidden] { display: none !important; }
.egc-checkpoint {
    max-width: 820px;
    margin: 40px auto;
    padding: 46px;
    border: 1px solid rgba(20, 45, 73, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 45, 73, 0.08);
    color: #24364a;
}

.egc-header, .egc-result-card { text-align: center; }
.egc-kicker { margin: 0 0 10px; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #a9792b; }
.egc-header h2, .egc-result-card h3 { margin: 0 0 16px; color: #142d49; }
.egc-intro { max-width: 680px; margin: 0 auto 30px; line-height: 1.7; }
.egc-progress-wrap { margin: 28px 0 34px; }
.egc-progress-text { margin-bottom: 8px; text-align: center; font-size: .9rem; font-weight: 600; }
.egc-progress-track { height: 8px; overflow: hidden; border-radius: 999px; background: #edf0f3; }
.egc-progress-bar { display: block; width: 0; height: 100%; border-radius: inherit; background: #a9792b; transition: width .25s ease; }
.egc-question { margin: 0; padding: 0; border: 0; }
.egc-question legend { width: 100%; margin-bottom: 24px; text-align: center; font-size: 1.35rem; font-weight: 700; line-height: 1.4; color: #142d49; }
.egc-options { display: grid; gap: 12px; }
.egc-option { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 12px; align-items: center; padding: 16px 18px; border: 1px solid #dfe5eb; border-radius: 12px; background: #fbfcfd; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
.egc-option:hover, .egc-option:focus-within { border-color: #a9792b; box-shadow: 0 8px 22px rgba(20,45,73,.08); transform: translateY(-1px); }
.egc-option:has(input:checked) { border-color: #a9792b; background: #f7f4ed; box-shadow: 0 8px 22px rgba(20,45,73,.08); }
.egc-option input { position: absolute; opacity: 0; pointer-events: none; }
.egc-option-marker { width: 18px; height: 18px; border: 2px solid #9aa8b5; border-radius: 50%; box-sizing: border-box; }
.egc-option:has(input:checked) .egc-option-marker { border: 5px solid #a9792b; }
.egc-validation { min-height: 24px; margin-top: 14px; text-align: center; color: #9b2c2c; font-weight: 600; }
.egc-actions { display: flex; justify-content: center; gap: 12px; margin-top: 18px; }
.egc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border: 1px solid #142d49; border-radius: 999px; background: #142d49; color: #fff !important; font-weight: 700; text-decoration: none !important; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.egc-button:hover, .egc-button:focus { background: #a9792b; border-color: #a9792b; transform: translateY(-1px); }
.egc-button:disabled { opacity: .65; cursor: wait; transform: none; }
.egc-button-secondary { background: transparent; color: #142d49 !important; }
.egc-result-card { padding: 34px; border: 1px solid rgba(169,121,43,.18); border-radius: 18px; background: #f7f4ed; }
.egc-result-card.is-passed { border-top: 5px solid #a9792b; }
.egc-result-card.is-review { border-top: 5px solid #142d49; }
.egc-score { font-size: 1.05rem; }
.egc-notice { padding: 16px; border-left: 4px solid #a9792b; background: #f7f4ed; }

@media (max-width: 640px) {
    .egc-checkpoint { margin: 24px auto; padding: 30px 20px; border-radius: 14px; }
    .egc-actions { flex-direction: column-reverse; }
    .egc-button { width: 100%; }
}

/* Recommendation gateways */
.cfg-recommendation .cfg-result-note {
    margin: 22px auto;
    max-width: 650px;
    padding: 16px 18px;
    border-left: 4px solid #a9792b;
    background: rgba(255,255,255,.72);
    text-align: left;
    line-height: 1.65;
}
.cfg-recommendation .cfg-retry-link {
    appearance: none;
    padding: 6px;
    border: 0;
    background: transparent;
    color: #142d49;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.cfg-recommendation .cfg-retry-link:hover,
.cfg-recommendation .cfg-retry-link:focus { color: #a9792b; }
