.StudentDashboard-module__S4xJRG__dashboard{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 0;display:flex}.StudentDashboard-module__S4xJRG__glass{background:var(--color-panel);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.StudentDashboard-module__S4xJRG__hero{background:linear-gradient(135deg,var(--color-panel)0%,var(--color-panel-strong)100%);justify-content:space-between;align-items:center;padding:2.5rem;display:flex;position:relative;overflow:hidden}.StudentDashboard-module__S4xJRG__hero:after{content:"";background:var(--color-primary-soft);filter:blur(80px);z-index:0;opacity:.5;width:300px;height:300px;position:absolute;top:-50%;right:-10%}.StudentDashboard-module__S4xJRG__welcome{z-index:1;position:relative}.StudentDashboard-module__S4xJRG__welcome h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.StudentDashboard-module__S4xJRG__welcome p{opacity:.8;font-size:1.1rem}.StudentDashboard-module__S4xJRG__statsRow{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.StudentDashboard-module__S4xJRG__statItem{align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.StudentDashboard-module__S4xJRG__statItem:hover{transform:translateY(-5px)}.StudentDashboard-module__S4xJRG__statIcon{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex;box-shadow:0 4px 12px #0000000d}.StudentDashboard-module__S4xJRG__statInfo{flex-direction:column;display:flex}.StudentDashboard-module__S4xJRG__statLabel{color:var(--color-ink-500);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.StudentDashboard-module__S4xJRG__statValue{color:var(--color-ink-900);font-size:1.4rem;font-weight:700}.StudentDashboard-module__S4xJRG__scheduleRibbon{flex-direction:column;gap:1rem;display:flex}.StudentDashboard-module__S4xJRG__ribbonHeader{justify-content:space-between;align-items:center;display:flex}.StudentDashboard-module__S4xJRG__ribbonDays{grid-template-columns:repeat(7,1fr);gap:.75rem;display:grid}.StudentDashboard-module__S4xJRG__dayCard{border:1px solid var(--color-border);background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;transition:all .2s;display:flex}.StudentDashboard-module__S4xJRG__dayCard--active{background:var(--color-primary);border-color:var(--color-primary)}.StudentDashboard-module__S4xJRG__dayCard--active span{color:#fff!important}.StudentDashboard-module__S4xJRG__dayName{color:var(--color-ink-300);text-transform:uppercase;font-size:.75rem;font-weight:600}.StudentDashboard-module__S4xJRG__dayNum{color:var(--color-ink-900);font-size:1.1rem;font-weight:700}.StudentDashboard-module__S4xJRG__lessonIndicator{background:var(--color-primary);border-radius:50%;width:6px;height:6px}.StudentDashboard-module__S4xJRG__dayCard--active .StudentDashboard-module__S4xJRG__lessonIndicator{background:#fff}.StudentDashboard-module__S4xJRG__mainGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.StudentDashboard-module__S4xJRG__section{flex-direction:column;gap:1.25rem;display:flex}.StudentDashboard-module__S4xJRG__section h2{align-items:center;gap:.75rem;font-size:1.4rem;font-weight:700;display:flex}.StudentDashboard-module__S4xJRG__lessonCard{background:linear-gradient(145deg,#fff 0%,#f7fbff 100%);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.StudentDashboard-module__S4xJRG__lessonHeader{justify-content:space-between;align-items:center;display:flex}.StudentDashboard-module__S4xJRG__badge{background:var(--color-primary-soft);color:var(--color-ink-700);border-radius:8px;padding:4px 12px;font-size:.8rem;font-weight:600}.StudentDashboard-module__S4xJRG__lessonTitle{margin:0;font-size:1.5rem;font-weight:700}.StudentDashboard-module__S4xJRG__lessonMeta{gap:1.5rem;display:flex}.StudentDashboard-module__S4xJRG__metaItem{color:var(--color-ink-700);align-items:center;gap:.5rem;font-weight:500;display:flex}.StudentDashboard-module__S4xJRG__quickGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.StudentDashboard-module__S4xJRG__actionTile{border:1px solid var(--color-border);text-align:center;background:#fff;border-radius:18px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;transition:all .2s;display:flex}.StudentDashboard-module__S4xJRG__actionTile:hover{border-color:var(--color-primary);background:var(--color-primary-soft);transform:translateY(-3px)}.StudentDashboard-module__S4xJRG__actionIcon{font-size:1.75rem}.StudentDashboard-module__S4xJRG__actionLabel{font-size:.9rem;font-weight:600}.StudentDashboard-module__S4xJRG__homeworkList{flex-direction:column;gap:.75rem;display:flex}.StudentDashboard-module__S4xJRG__homeworkItem{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;justify-content:space-between;align-items:center;padding:1rem;transition:border-color .2s;display:flex}.StudentDashboard-module__S4xJRG__homeworkItem:hover{border-color:var(--color-primary);background:#fff9;transform:translate(4px)}.StudentDashboard-module__S4xJRG__homeworkLessonInfo{align-items:center;gap:8px;margin-bottom:4px;display:flex}.StudentDashboard-module__S4xJRG__homeworkLevel{background:var(--color-ink-100);color:var(--color-ink-700);text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.StudentDashboard-module__S4xJRG__homeworkTitle{font-size:.95rem;font-weight:600}.StudentDashboard-module__S4xJRG__homeworkDate{opacity:.7;font-size:.8rem}.StudentDashboard-module__S4xJRG__homeworkArrow{opacity:.5;transition:opacity .2s}.StudentDashboard-module__S4xJRG__homeworkItem:hover .StudentDashboard-module__S4xJRG__homeworkArrow{opacity:1}@media (max-width:900px){.StudentDashboard-module__S4xJRG__mainGrid,.StudentDashboard-module__S4xJRG__statsRow{grid-template-columns:1fr}}.StudentDashboard-module__S4xJRG__teacherNotes{gap:.85rem;padding:1rem;display:grid}.StudentDashboard-module__S4xJRG__teacherNotesHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.StudentDashboard-module__S4xJRG__teacherNotesHeader span{color:#76539c;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.StudentDashboard-module__S4xJRG__teacherNotesHeader h2{margin:.1rem 0 0;font-size:1.05rem}.StudentDashboard-module__S4xJRG__teacherNotesHeader strong{color:#67488a;background:#eee7f6;border-radius:999px;place-items:center;min-width:30px;height:30px;font-size:.78rem;display:grid}.StudentDashboard-module__S4xJRG__teacherNotesList{gap:.65rem;max-height:420px;display:grid;overflow-y:auto}.StudentDashboard-module__S4xJRG__teacherNoteCard{background:#ffffff94;border:1px solid #6f4d9929;border-radius:12px;padding:.8rem}.StudentDashboard-module__S4xJRG__teacherNoteCard time{color:#8b8492;margin-bottom:.45rem;font-size:.68rem;display:block}.StudentDashboard-module__S4xJRG__teacherNoteContent{color:#342c3b;overflow-wrap:anywhere;font-size:.86rem;line-height:1.55}.StudentDashboard-module__S4xJRG__teacherNoteContent p+p{margin-top:.5rem}.StudentDashboard-module__S4xJRG__teacherNotesEmpty{color:#817989;margin:0;font-size:.82rem}
.TeacherDashboard-module__2L93TW__dashboard{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:1rem 0;display:flex}.TeacherDashboard-module__2L93TW__glass{background:var(--color-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.TeacherDashboard-module__2L93TW__hero{background:linear-gradient(135deg,var(--color-panel),var(--color-panel-strong));justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.TeacherDashboard-module__2L93TW__hero:after{background:var(--color-primary-soft);filter:blur(75px);opacity:.65;content:"";pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute;top:-55%;right:-8%}.TeacherDashboard-module__2L93TW__welcome,.TeacherDashboard-module__2L93TW__heroAction{z-index:1;position:relative}.TeacherDashboard-module__2L93TW__welcome h1{letter-spacing:-.02em;margin:.3rem 0 .5rem;font-size:2.25rem;font-weight:800}.TeacherDashboard-module__2L93TW__welcome p{color:var(--color-ink-500);font-size:1.05rem}.TeacherDashboard-module__2L93TW__eyebrow{color:var(--color-ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.TeacherDashboard-module__2L93TW__heroAction{border:1px solid var(--color-border);background:#ffffffb8;border-radius:12px;flex:none;padding:.85rem 1.1rem;font-weight:700;transition:transform .2s,border-color .2s}.TeacherDashboard-module__2L93TW__heroAction:hover{border-color:var(--color-primary);transform:translateY(-2px)}.TeacherDashboard-module__2L93TW__statsRow{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.TeacherDashboard-module__2L93TW__statItem{align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s;display:flex}.TeacherDashboard-module__2L93TW__statItem:hover{transform:translateY(-4px)}.TeacherDashboard-module__2L93TW__statIcon{background:#fff;border-radius:16px;flex:0 0 56px;place-items:center;width:56px;height:56px;font-size:1.5rem;display:grid;box-shadow:0 4px 12px #0000000d}.TeacherDashboard-module__2L93TW__statItem div{flex-direction:column;display:flex}.TeacherDashboard-module__2L93TW__statLabel{color:var(--color-ink-500);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:700}.TeacherDashboard-module__2L93TW__statItem strong{color:var(--color-ink-900);font-size:1.45rem}.TeacherDashboard-module__2L93TW__section{flex-direction:column;gap:1rem;min-width:0;display:flex}.TeacherDashboard-module__2L93TW__sectionHeader{justify-content:space-between;align-items:end;gap:1rem;display:flex}.TeacherDashboard-module__2L93TW__sectionHeader h2{margin-top:.15rem;font-size:1.35rem}.TeacherDashboard-module__2L93TW__sectionHeader>a{color:var(--color-ink-500);font-size:.85rem;font-weight:700}.TeacherDashboard-module__2L93TW__scheduleSummary{color:var(--color-ink-500);font-size:.82rem;font-weight:700}.TeacherDashboard-module__2L93TW__schedule{padding:1rem;overflow-x:auto}.TeacherDashboard-module__2L93TW__scheduleGrid{grid-template-columns:repeat(7,minmax(135px,1fr));min-width:945px;display:grid}.TeacherDashboard-module__2L93TW__scheduleDay{border-right:1px solid var(--color-border);min-width:0;padding:0 .45rem}.TeacherDashboard-module__2L93TW__scheduleDay:last-child{border-right:0}.TeacherDashboard-module__2L93TW__scheduleDay>header{border-radius:13px;grid-template-columns:1fr auto;align-items:center;min-height:58px;margin-bottom:.65rem;padding:.55rem .65rem;display:grid}.TeacherDashboard-module__2L93TW__scheduleDay>header>span{color:var(--color-ink-500);text-transform:uppercase;font-size:.72rem;font-weight:800}.TeacherDashboard-module__2L93TW__scheduleDay>header>strong{grid-row:span 2;font-size:1.45rem}.TeacherDashboard-module__2L93TW__scheduleDay>header>small{color:var(--color-ink-300);font-size:.7rem}.TeacherDashboard-module__2L93TW__scheduleDay>.TeacherDashboard-module__2L93TW__today{background:var(--color-primary);color:#fff}.TeacherDashboard-module__2L93TW__scheduleDay>.TeacherDashboard-module__2L93TW__today span,.TeacherDashboard-module__2L93TW__scheduleDay>.TeacherDashboard-module__2L93TW__today small{color:#ffffffd1}.TeacherDashboard-module__2L93TW__dayLessons{flex-direction:column;gap:.5rem;min-height:130px;display:flex}.TeacherDashboard-module__2L93TW__scheduleLesson{border:1px solid var(--color-border);border-left:3px solid var(--color-primary);background:#fff;border-radius:10px;flex-direction:column;gap:.15rem;padding:.65rem;display:flex}.TeacherDashboard-module__2L93TW__scheduleLesson time{color:var(--color-ink-700);font-size:.75rem;font-weight:800}.TeacherDashboard-module__2L93TW__scheduleLesson strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.TeacherDashboard-module__2L93TW__scheduleLesson small{color:var(--color-ink-500);font-size:.68rem}.TeacherDashboard-module__2L93TW__scheduleLesson.TeacherDashboard-module__2L93TW__canceled{opacity:.55;border-left-color:#d78484;text-decoration:line-through}.TeacherDashboard-module__2L93TW__dayEmpty{color:var(--color-ink-300);text-align:center;padding:1rem .25rem;font-size:.75rem}.TeacherDashboard-module__2L93TW__empty{color:var(--color-ink-500);text-align:center;margin:0;padding:1.25rem}.TeacherDashboard-module__2L93TW__quickGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.TeacherDashboard-module__2L93TW__actionTile{border:1px solid var(--color-border);text-align:center;background:#fff;border-radius:18px;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem;transition:background .2s,border-color .2s,transform .2s;display:flex}.TeacherDashboard-module__2L93TW__actionTile:hover{border-color:var(--color-primary);background:var(--color-primary-soft);transform:translateY(-3px)}.TeacherDashboard-module__2L93TW__actionTile>span{font-size:1.7rem}.TeacherDashboard-module__2L93TW__actionTile strong{font-size:.9rem}.TeacherDashboard-module__2L93TW__actionTile small{color:var(--color-ink-500)}@media (max-width:900px){.TeacherDashboard-module__2L93TW__statsRow{grid-template-columns:1fr}.TeacherDashboard-module__2L93TW__quickGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.TeacherDashboard-module__2L93TW__dashboard{gap:1.5rem}.TeacherDashboard-module__2L93TW__hero{flex-direction:column;align-items:flex-start;padding:1.5rem}.TeacherDashboard-module__2L93TW__welcome h1{font-size:1.75rem}.TeacherDashboard-module__2L93TW__heroAction{text-align:center;width:100%}.TeacherDashboard-module__2L93TW__statsRow{gap:.8rem}.TeacherDashboard-module__2L93TW__statItem{padding:1rem}.TeacherDashboard-module__2L93TW__quickGrid{grid-template-columns:1fr 1fr}}
.page-module__Xw9U-q__page{flex-direction:column;gap:5rem;max-width:1240px;margin:0 auto;padding:1.5rem 0 4rem;display:flex}.page-module__Xw9U-q__hero{background:radial-gradient(circle at 90% 10%,#b7a5ff47,#0000 30%),linear-gradient(135deg,#f9fcff 0%,#e8f4ff 52%,#f4edff 100%);border:1px solid #5890cc3d;border-radius:36px;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:center;gap:3rem;padding:4.5rem;display:grid;position:relative;overflow:hidden;box-shadow:0 32px 80px #4c7db533}.page-module__Xw9U-q__hero:before{content:"";filter:blur(10px);background:#5ab3ff29;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;right:38%}.page-module__Xw9U-q__heroContent{z-index:1;position:relative}.page-module__Xw9U-q__badge{color:#365a7c;letter-spacing:.07em;text-transform:uppercase;background:#ffffffb8;border:1px solid #4c84bc33;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.35rem;padding:.48rem .85rem;font-size:.73rem;font-weight:800;display:inline-flex}.page-module__Xw9U-q__heroContent h1{letter-spacing:-.055em;max-width:720px;font-size:clamp(2.6rem,5vw,4.6rem);line-height:.98}.page-module__Xw9U-q__heroContent h1 em{color:#438fd0;font-style:normal;display:block}.page-module__Xw9U-q__heroLead{color:#375674;max-width:640px;margin-top:1.5rem;font-size:1.12rem;line-height:1.65}.page-module__Xw9U-q__actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.page-module__Xw9U-q__primary,.page-module__Xw9U-q__secondary{border-radius:14px;justify-content:center;align-items:center;gap:.5rem;min-height:52px;padding:.8rem 1.25rem;font-size:.9rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.page-module__Xw9U-q__primary{color:#fff;background:#397fba;box-shadow:0 14px 28px #397fba42}.page-module__Xw9U-q__secondary{color:#24445f;background:#ffffffc2;border:1px solid #397fba3d}.page-module__Xw9U-q__primary:hover,.page-module__Xw9U-q__secondary:hover{transform:translateY(-2px)}.page-module__Xw9U-q__primary:hover{box-shadow:0 18px 34px #397fba52}.page-module__Xw9U-q__trustRow{color:#496982;flex-wrap:wrap;gap:.7rem 1.2rem;margin-top:1.6rem;font-size:.76rem;font-weight:700;display:flex}.page-module__Xw9U-q__trustRow span{align-items:center;gap:.35rem;display:inline-flex}.page-module__Xw9U-q__trustRow svg{color:#3a9b78}.page-module__Xw9U-q__lessonPreview{z-index:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff94;border:1px solid #ffffffdb;border-radius:28px;padding:1rem;position:relative;transform:rotate(1.2deg);box-shadow:0 24px 55px #4c739d33}.page-module__Xw9U-q__previewTop{color:#617b92;letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:.35rem .4rem 1rem;font-size:.7rem;font-weight:800;display:flex}.page-module__Xw9U-q__live{color:#3a8067;align-items:center;gap:.4rem;display:inline-flex}.page-module__Xw9U-q__live:before{content:"";background:#52bb91;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #52bb9121}.page-module__Xw9U-q__previewCard{background:#fff;border-radius:20px;padding:1.6rem;box-shadow:0 10px 30px #4c739d1a}.page-module__Xw9U-q__previewKicker{color:#6e8aa3;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:800}.page-module__Xw9U-q__previewCard h2{margin:.35rem 0 .55rem;font-size:1.65rem}.page-module__Xw9U-q__previewCard>p{font-size:.84rem;line-height:1.55}.page-module__Xw9U-q__phrase{background:#eef7ff;border-radius:14px;margin-top:1.2rem;padding:1rem}.page-module__Xw9U-q__phrase small{color:#6f879c;font-size:.68rem;display:block}.page-module__Xw9U-q__phrase strong{color:#24587f;margin-top:.2rem;font-size:1.05rem;display:block}.page-module__Xw9U-q__answerGrid{grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.8rem;display:grid}.page-module__Xw9U-q__answerGrid span{color:#4f6a80;text-align:center;border:1px solid #dceaf6;border-radius:10px;padding:.65rem;font-size:.75rem;font-weight:700}.page-module__Xw9U-q__answerGrid .page-module__Xw9U-q__selected{color:#276493;background:#e7f4ff;border-color:#66a9df}.page-module__Xw9U-q__previewProgress{color:#6a8194;align-items:center;gap:.8rem;margin-top:1.2rem;font-size:.7rem;font-weight:700;display:flex}.page-module__Xw9U-q__previewProgress div{background:#e8f0f6;border-radius:999px;flex:1;height:7px;overflow:hidden}.page-module__Xw9U-q__previewProgress div span{border-radius:inherit;background:linear-gradient(90deg,#5ab3ff,#9a8ce1);width:68%;height:100%;display:block}.page-module__Xw9U-q__section{flex-direction:column;gap:2rem;display:flex}.page-module__Xw9U-q__sectionIntro{max-width:720px}.page-module__Xw9U-q__eyebrow{color:#4384ba;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.65rem;font-size:.72rem;font-weight:900;display:block}.page-module__Xw9U-q__sectionIntro h2,.page-module__Xw9U-q__journeyCopy h2,.page-module__Xw9U-q__cta h2{letter-spacing:-.035em;font-size:clamp(2rem,3.7vw,3.25rem);line-height:1.08}.page-module__Xw9U-q__sectionIntro p,.page-module__Xw9U-q__journeyCopy>p{margin-top:.8rem;font-size:.98rem;line-height:1.65}.page-module__Xw9U-q__benefits{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.page-module__Xw9U-q__benefitCard{border:1px solid var(--color-border);background:#ffffffbd;border-radius:24px;min-height:230px;padding:1.7rem;box-shadow:0 14px 35px #5a87b81a}.page-module__Xw9U-q__benefitIcon{color:#397fba;background:#e7f4ff;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:1.4rem;display:grid}.page-module__Xw9U-q__benefitCard:nth-child(2) .page-module__Xw9U-q__benefitIcon{color:#7667b6;background:#eeeafd}.page-module__Xw9U-q__benefitCard:nth-child(3) .page-module__Xw9U-q__benefitIcon{color:#3d8b70;background:#e8f7f1}.page-module__Xw9U-q__benefitCard h3{margin-bottom:.55rem;font-size:1.15rem}.page-module__Xw9U-q__benefitCard p{font-size:.84rem;line-height:1.65}.page-module__Xw9U-q__journey{background:#17334c;border-radius:32px;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);align-items:start;gap:4rem;padding:4rem;display:grid;box-shadow:0 28px 70px #17334c38}.page-module__Xw9U-q__journey .page-module__Xw9U-q__eyebrow{color:#7fc7ff}.page-module__Xw9U-q__journeyCopy h2{color:#fff}.page-module__Xw9U-q__journeyCopy>p{color:#bbccda}.page-module__Xw9U-q__journeySteps{flex-direction:column;gap:.8rem;display:flex}.page-module__Xw9U-q__step{background:#ffffff0f;border:1px solid #ffffff1c;border-radius:18px;grid-template-columns:auto 1fr;gap:1rem;padding:1.25rem;display:grid}.page-module__Xw9U-q__stepNumber{color:#12314a;background:#68b9f5;border-radius:12px;place-items:center;width:38px;height:38px;font-size:.76rem;font-weight:900;display:grid}.page-module__Xw9U-q__step h3{color:#fff;font-size:1rem}.page-module__Xw9U-q__step p{color:#aec2d2;margin-top:.25rem;font-size:.78rem;line-height:1.55}.page-module__Xw9U-q__audience{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__Xw9U-q__audienceCard{border-radius:25px;padding:2rem}.page-module__Xw9U-q__audienceCard:first-child{background:linear-gradient(135deg,#e6f4ff,#f8fcff)}.page-module__Xw9U-q__audienceCard:last-child{background:linear-gradient(135deg,#eeeafe,#faf8ff)}.page-module__Xw9U-q__audienceCard h3{font-size:1.35rem}.page-module__Xw9U-q__audienceCard ul{gap:.75rem;margin-top:1rem;list-style:none;display:grid}.page-module__Xw9U-q__audienceCard li{color:#45637c;gap:.6rem;font-size:.84rem;line-height:1.5;display:flex}.page-module__Xw9U-q__audienceCard li svg{color:#3f9678;flex:none;margin-top:.15rem}.page-module__Xw9U-q__cta{background:linear-gradient(120deg,#dcefff,#eee9ff);border-radius:30px;justify-content:space-between;align-items:center;gap:2rem;padding:3.5rem 4rem;display:flex;overflow:hidden}.page-module__Xw9U-q__cta p{max-width:650px;margin-top:.7rem;line-height:1.6}.page-module__Xw9U-q__cta .page-module__Xw9U-q__primary{flex:none}@media (max-width:960px){.page-module__Xw9U-q__page{gap:3.8rem}.page-module__Xw9U-q__hero{grid-template-columns:1fr;padding:3rem}.page-module__Xw9U-q__lessonPreview{max-width:580px;transform:none}.page-module__Xw9U-q__benefits{grid-template-columns:1fr}.page-module__Xw9U-q__benefitCard{min-height:0}.page-module__Xw9U-q__journey{grid-template-columns:1fr;gap:2rem}.page-module__Xw9U-q__cta{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.page-module__Xw9U-q__page{gap:3rem;padding-top:.5rem}.page-module__Xw9U-q__hero{border-radius:24px;padding:2rem 1.25rem}.page-module__Xw9U-q__heroContent h1{font-size:2.65rem}.page-module__Xw9U-q__heroLead{font-size:.95rem}.page-module__Xw9U-q__actions{flex-direction:column}.page-module__Xw9U-q__primary,.page-module__Xw9U-q__secondary{width:100%}.page-module__Xw9U-q__lessonPreview{border-radius:20px;padding:.65rem}.page-module__Xw9U-q__previewCard{padding:1.1rem}.page-module__Xw9U-q__journey{border-radius:24px;padding:2rem 1.25rem}.page-module__Xw9U-q__audience{grid-template-columns:1fr}.page-module__Xw9U-q__audienceCard{padding:1.5rem}.page-module__Xw9U-q__cta{border-radius:24px;padding:2.2rem 1.4rem}}
