.learning-choice-page {
    min-height: 78vh;
    padding: 48px 20px 78px;
    background: radial-gradient(circle at 6% 0%, rgba(108,77,246,.14), transparent 31%), #f7f8fc;
}
.learning-choice-container { width: min(1080px, 100%); margin: 0 auto; }
.learning-choice-header { max-width: 780px; margin: 0 auto 28px; text-align: center; }
.learning-choice-badge, .learning-path-badge {
    display: inline-flex; padding: 7px 11px; color: #5b43c6; font-size: 11px;
    font-weight: 950; text-transform: uppercase; letter-spacing: .055em;
    background: #eeeafd; border-radius: 999px;
}
.learning-choice-header h1 { margin: 15px 0 11px; color: #222738; font-size: clamp(37px,6vw,60px); line-height: 1.04; }
.learning-choice-header p { margin: 0; color: #697083; font-size: 17px; line-height: 1.72; }
.learning-choice-grid, .learning-path-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.learning-choice-card, .learning-simple-panel, .learning-path-summary {
    padding: 27px; background: #fff; border: 1px solid #e2e6ef; border-radius: 24px;
    box-shadow: 0 18px 46px rgba(34,38,52,.08);
}
.learning-choice-card { display: flex; min-height: 330px; flex-direction: column; color: #283044; text-decoration: none; }
.learning-choice-card:hover { color: #283044; text-decoration: none; transform: translateY(-3px); }
.learning-choice-card.invited { color: #fff; background: linear-gradient(145deg,#2f206f,#6c4df6); border-color: transparent; }
.learning-choice-card.invited:hover { color: #fff; }
.learning-choice-icon { display: grid; width: 55px; height: 55px; place-items: center; font-size: 25px; background: #eeeafd; border-radius: 17px; }
.invited .learning-choice-icon { background: rgba(255,255,255,.15); }
.learning-choice-card h2 { margin: 20px 0 8px; color: inherit; font-size: 28px; }
.learning-choice-card p { margin: 0; color: #6e7587; line-height: 1.65; }
.invited p { color: rgba(255,255,255,.83); }
.learning-choice-list { display: grid; gap: 9px; margin: 18px 0 23px; padding: 0; list-style: none; }
.learning-choice-list li { position: relative; padding-left: 23px; color: #555e71; font-size: 13px; line-height: 1.48; }
.invited .learning-choice-list li { color: rgba(255,255,255,.91); }
.learning-choice-list li::before { position: absolute; left: 0; content: "✓"; font-weight: 950; }
.learning-choice-action, .learning-path-button {
    display: inline-flex; min-height: 45px; align-items: center; justify-content: center;
    padding: 0 17px; color: #fff; font-size: 13px; font-weight: 900;
    text-decoration: none; background: #6548df; border: 0; border-radius: 11px; cursor: pointer;
}
.learning-choice-action { margin-top: auto; }
.invited .learning-choice-action { color: #4d35b6; background: #fff; }
.learning-path-button:hover { color: #fff; text-decoration: none; background: #5238c8; }
.learning-path-button.secondary { color: #51468a; background: #eeeafd; }
.learning-path-button.school { color: #176445; background: #ddf4e9; }
.learning-teacher-link { margin: 23px 0 0; color: #747b8e; text-align: center; }
.learning-teacher-link a { color: #5a3fc7; font-weight: 900; }
.learning-path-summary { margin: 0 0 24px; }
.learning-path-summary.invited, .learning-path-notice.invited { background: linear-gradient(145deg,#eefaf5,#fff); border-color: #cdebdc; }
.learning-path-summary h2 { margin: 13px 0 8px; color: #293043; font-size: 27px; }
.learning-path-summary p, .learning-simple-panel p, .learning-path-notice p { margin: 0; color: #697184; line-height: 1.64; }
.learning-path-grid { margin-top: 19px; }
.learning-path-box { padding: 18px; background: #f8f9fc; border: 1px solid #e4e7ef; border-radius: 16px; }
.learning-path-box.school { background: #e9f8f1; border-color: #ccebdc; }
.learning-path-box strong { display: block; margin-bottom: 6px; color: #303748; }
.learning-path-box p { font-size: 13px; }
.learning-path-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 19px; }
.learning-path-actions form { margin: 0; }
.learning-path-notice { margin: 0 0 20px; padding: 18px; background: #fff; border: 1px solid #dfe4ed; border-radius: 16px; }
.learning-path-notice strong { display: block; margin-bottom: 5px; color: #2e3548; }
.learning-simple-panel h1 { margin: 14px 0 10px; color: #292f40; font-size: clamp(32px,5vw,48px); }
.learning-simple-panel h2 { color: #292f40; }
.learning-simple-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 21px 0; }
.learning-simple-step { padding: 17px; background: #f8f9fc; border: 1px solid #e4e7ef; border-radius: 15px; }
.learning-simple-step span { display: grid; width: 35px; height: 35px; place-items: center; color: #553cc4; font-weight: 950; background: #ece8ff; border-radius: 10px; }
.learning-simple-step h3 { margin: 11px 0 6px; color: #303648; font-size: 16px; }
.learning-simple-step p { font-size: 13px; }
@media (max-width: 820px) {
    .learning-choice-grid, .learning-path-grid, .learning-simple-steps { grid-template-columns: 1fr; }
    .learning-choice-card { min-height: 0; }
}
@media (max-width: 620px) {
    .learning-choice-page { padding-left: 14px; padding-right: 14px; }
    .learning-path-actions { display: grid; }
    .learning-path-button { width: 100%; }
}
