
/* Students page — extended content */
.student-hub{padding-top:72px;padding-bottom:78px}.student-section-head{max-width:920px;margin-bottom:34px}.student-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:.14em;color:#0878b7}.student-eyebrow:before{content:"";width:28px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff922b,#22c8f5)}.student-section-head h2{margin:12px 0 12px;font-size:clamp(34px,4.2vw,58px);line-height:1.03;letter-spacing:-.035em;color:#10203a}.student-section-head>p{max-width:780px;margin:0;color:#63748e;font-size:17px;line-height:1.75}.student-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.student-card{position:relative;padding:30px;border-radius:26px;background:#fff;border:1px solid rgba(16,67,106,.12);box-shadow:0 18px 45px rgba(14,47,77,.07);overflow:hidden}.student-card:after{content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(34,200,245,.13),transparent 68%);pointer-events:none}.student-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.student-card__number{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#0b3352;color:#fff;font-size:15px;font-weight:900;box-shadow:0 10px 24px rgba(11,51,82,.18)}.student-card:nth-child(2) .student-card__number,.student-card:nth-child(4) .student-card__number{background:#ff922b;color:#142033}.student-card__tag{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#1688bd}.student-card h3{margin:0 0 10px;font-size:26px;line-height:1.15;color:#12213a}.student-card__lead{margin:0 0 20px;color:#60728b;line-height:1.65}.student-card__points{display:grid;gap:12px;margin:0;padding:0;list-style:none}.student-card__points li{position:relative;padding-left:24px;color:#2f4663;line-height:1.55}.student-card__points li:before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:3px;transform:rotate(45deg);background:#22c8f5;box-shadow:0 0 0 4px rgba(34,200,245,.10)}.student-card:nth-child(even) .student-card__points li:before{background:#ff922b;box-shadow:0 0 0 4px rgba(255,146,43,.12)}.student-card__note{margin-top:22px;padding:15px 17px;border-radius:16px;background:#f2f8fc;color:#46627d;font-size:13px;line-height:1.55;border:1px solid #dceaf3}
.learning-models{padding:82px 0;background:linear-gradient(145deg,#071722 0%,#0a2740 55%,#0a3455 100%);color:#fff;overflow:hidden}.student-section-head--dark h2{color:#fff}.student-section-head--dark>p{color:#b9cadd}.student-section-head--dark .student-eyebrow{color:#52d8ff}.learning-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.learning-model{position:relative;padding:32px;border-radius:28px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 70px rgba(0,0,0,.18);backdrop-filter:blur(6px)}.learning-model--module{background:linear-gradient(160deg,rgba(14,115,169,.24),rgba(255,255,255,.045))}.learning-model--dual{background:linear-gradient(160deg,rgba(255,146,43,.16),rgba(255,255,255,.045))}.learning-model__top{display:flex;align-items:center;gap:16px;margin-bottom:22px}.learning-model__icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:17px;background:#25cdf7;color:#062239;font-weight:1000;font-size:22px;box-shadow:0 12px 28px rgba(37,205,247,.18)}.learning-model--dual .learning-model__icon{background:#ff922b}.learning-model__kicker{display:block;margin-bottom:5px;color:#8fdff5;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.learning-model--dual .learning-model__kicker{color:#ffc077}.learning-model h3{margin:0;font-size:28px;color:#fff}.learning-model__definition{margin:0 0 24px;color:#d4e3ee;font-size:16px;line-height:1.7}.learning-steps{display:grid;gap:12px}.learning-step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:15px 16px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07)}.learning-step>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(37,205,247,.12);color:#64defd;font-size:11px;font-weight:900}.learning-model--dual .learning-step>span{background:rgba(255,146,43,.12);color:#ffb564}.learning-step strong{display:block;margin-bottom:4px;color:#fff;font-size:14px}.learning-step p{margin:0;color:#afc2d3;font-size:13px;line-height:1.5}.learning-model__history{margin-top:20px;padding:17px 18px;border-radius:18px;background:rgba(2,14,24,.36);border-left:3px solid #25cdf7}.learning-model--dual .learning-model__history{border-left-color:#ff922b}.learning-model__history strong{display:block;margin-bottom:6px;color:#fff}.learning-model__history p{margin:0;color:#b7c8d6;font-size:13px;line-height:1.6}.models-summary{display:flex;align-items:flex-start;gap:18px;margin-top:24px;padding:22px 24px;border-radius:22px;background:#fff;color:#10213a}.models-summary__mark{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;background:#ff922b;font-size:22px;font-weight:900}.models-summary strong{display:block;margin:1px 0 5px;font-size:18px}.models-summary p{margin:0;color:#52677f;line-height:1.6}
@media(max-width:900px){.student-card-grid,.learning-model-grid{grid-template-columns:1fr}.student-hub,.learning-models{padding-top:56px;padding-bottom:60px}.student-card,.learning-model{padding:24px}.student-section-head h2{font-size:38px}}
@media(max-width:600px){.student-card{padding:21px;border-radius:22px}.student-card h3{font-size:23px}.student-card__head{align-items:flex-start}.student-card__tag{text-align:right}.learning-model{padding:22px}.learning-model h3{font-size:24px}.learning-model__top{align-items:flex-start}.models-summary{padding:18px;gap:13px}.student-section-head h2{font-size:32px}.student-section-head>p{font-size:15px}}
