/* CoreAI Education Page Styles */
:root {
  --navy-950:#061a33;
  --navy-900:#0a2a4b;
  --navy-800:#123f6b;
  --navy-700:#1b5788;
  --gold-700:#b78908;
  --gold-600:#d2a40d;
  --gold-500:#f2c84b;
  --yellow-deep:#e2b313;
  --gold-soft:#fff4c7;
  --ivory:#fffdf6;
  --paper:#f5f8fc;
  --white:#ffffff;
  --ink:#10243d;
  --muted:#5a697b;
  --line:#dbe3ec;
  --line-dark:#bac7d6;
  --shadow:0 18px 44px rgba(10,42,75,.10);
}

.education-page {
  background:
    radial-gradient(circle at 86% 4%,rgba(242,200,75,.17),transparent 21rem),
    linear-gradient(180deg,#f8fbff 0,#ffffff 25rem,#f5f8fc 100%);
}

.education-page .skip-link{position:fixed;left:-9999px;top:12px;z-index:1000;background:var(--white);color:var(--navy-900);padding:10px 14px;border:1px solid var(--navy-900)}
.education-page .skip-link:focus{left:12px}

.education-page .site-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(10,42,75,.10);box-shadow:0 8px 30px rgba(10,42,75,.06);backdrop-filter:blur(12px)}
.education-page .header-inner{max-width:1440px;height:82px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:28px}
.education-page .brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:290px}
.education-page .brand img{width:142px;height:60px;object-fit:contain;display:block}
.education-page .brand-copy strong{display:block;font-size:1.02rem;line-height:1.25;color:var(--navy-900)}
.education-page .brand-copy span{display:block;margin-top:2px;color:#a87900;font-size:.72rem;font-weight:800;letter-spacing:.02em}
.education-page .top-nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1}
.education-page .top-nav a{text-decoration:none;padding:11px 13px;font-size:.88rem;font-weight:800;color:#213956;border:1px solid transparent}
.education-page .top-nav a:hover,.education-page .top-nav a:focus-visible{background:var(--gold-soft);color:var(--navy-900);outline:none}
.education-page .top-nav a.active{background:var(--gold-500);color:var(--navy-950)}
.education-page .header-actions{display:flex;align-items:center;gap:8px}
.education-page .top-menu-btn,.education-page .toc-open-btn{border:1px solid var(--line-dark);background:var(--white);color:var(--navy-900);padding:10px 14px;font-weight:850;cursor:pointer;border-radius:0}
.education-page .top-menu-btn:hover,.education-page .toc-open-btn:hover{background:var(--gold-soft);border-color:var(--gold-600)}
.education-page .primary-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:linear-gradient(135deg,#f7d85c 0%,#e9b91c 100%);color:var(--navy-950);border:1px solid #d5a812;padding:11px 16px;font-weight:900;border-radius:0;box-shadow:0 10px 24px rgba(211,164,13,.23)}
.education-page .primary-link:hover{background:linear-gradient(135deg,#ffe57a 0%,#f2c84b 100%);transform:translateY(-1px)}
.education-page .top-menu-btn{display:none;width:46px;height:42px;padding:10px}
.education-page .top-menu-btn span{display:block;height:2px;background:var(--navy-900);margin:4px 0}

.education-page .page-shell{max-width:1440px;margin:0 auto;padding:28px;display:grid;grid-template-columns:292px minmax(0,1fr);gap:32px}
.education-page .sidebar{position:sticky;top:108px;align-self:start;max-height:calc(100vh - 136px);overflow:auto;background:var(--white);border:1px solid rgba(10,42,75,.11);box-shadow:0 16px 38px rgba(10,42,75,.08)}
.education-page .sidebar-head{padding:20px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f7faff,#fff9df)}
.education-page .sidebar-kicker{font-size:.72rem;font-weight:900;letter-spacing:.12em;color:#a87900;text-transform:uppercase}
.education-page .sidebar-title{margin-top:6px;font-size:1rem;font-weight:900;color:var(--navy-900)}
.education-page .sidebar-tools{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:12px 14px;border-bottom:1px solid var(--line)}
.education-page .sidebar-tools button{border:1px solid #dbe3ec;background:#f7faff;padding:8px 5px;font-size:.74rem;font-weight:850;color:var(--navy-800);cursor:pointer;border-radius:0}
.education-page .sidebar-tools button:hover{background:var(--gold-soft);border-color:#e2c769}
.education-page .toc-group{border-bottom:1px solid #e8eaf0}
.education-page .toc-group-row{display:flex;align-items:center;gap:4px}
.education-page .toc-group-row>a{flex:1;text-decoration:none;padding:11px 13px;font-size:.83rem;font-weight:850;color:#273246}
.education-page .toc-toggle{width:38px;height:38px;border:0;background:transparent;font-size:1rem;font-weight:900;color:var(--navy-700);cursor:pointer}
.education-page .toc-toggle::before{content:"+"}
.education-page .toc-group.open .toc-toggle::before{content:"−"}
.education-page .toc-sub{display:none;padding:0 0 9px;background:#f8fbff}
.education-page .toc-group.open .toc-sub{display:block}
.education-page .toc-sub a{display:block;padding:7px 14px 7px 25px;text-decoration:none;color:var(--muted);font-size:.78rem;font-weight:700}
.education-page .toc-group-row>a:hover,.education-page .toc-sub a:hover{background:#eef4fb;color:var(--navy-900)}
.education-page .toc-group-row>a.active,.education-page .toc-sub a.active{background:var(--gold-500);color:var(--navy-950)}
.education-page .toc-open-btn{display:none;position:fixed;right:18px;bottom:18px;z-index:180;background:linear-gradient(135deg,#f7d85c,#e9b91c);color:var(--navy-950);border-color:var(--gold-700);box-shadow:var(--shadow)}
.education-page .sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(6,17,31,.48);z-index:155}
.education-page .sidebar-overlay.open{display:block}

.education-page .main{min-width:0}
.education-page .hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(242,200,75,.25),transparent 21rem),linear-gradient(126deg,#071c35 0%,#0e365d 52%,#1b5788 100%);color:var(--white);padding:62px 58px 48px;box-shadow:0 24px 58px rgba(6,26,51,.18)}
.education-page .hero::before{content:"";position:absolute;inset:auto -8rem -12rem auto;width:30rem;height:30rem;background:radial-gradient(circle,rgba(255,222,110,.18),transparent 65%);pointer-events:none}
.education-page .hero::after{content:"CORE AI";position:absolute;right:30px;bottom:-34px;font-size:8rem;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.04);pointer-events:none}
.education-page .hero-kicker{display:inline-block;background:linear-gradient(135deg,#ffe173,#efc136);color:var(--navy-950);padding:7px 11px;font-size:.76rem;font-weight:950;letter-spacing:.08em}
.education-page .hero h1{max-width:880px;margin:24px 0 18px;font-size:clamp(2.45rem,5vw,4.8rem);line-height:1.06;letter-spacing:-.06em;word-break:keep-all}
.education-page .hero p{max-width:850px;margin:0;color:rgba(255,255,255,.82);font-size:1.08rem;word-break:keep-all}
.education-page .hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
.education-page .hero-actions a{text-decoration:none;padding:12px 18px;border:1px solid rgba(255,255,255,.36);font-weight:850;background:rgba(255,255,255,.06)}
.education-page .hero-actions a:first-child{background:linear-gradient(135deg,#ffe173,#efc136);border-color:#efc136;color:var(--navy-950)}
.education-page .hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:38px;max-width:900px}
.education-page .metric{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.10);padding:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}
.education-page .metric strong{display:block;color:#ffe173;font-size:1.2rem}
.education-page .metric span{display:block;margin-top:3px;color:rgba(255,255,255,.66);font-size:.79rem}

.education-page .section{scroll-margin-top:98px;padding:68px 0 0}
.education-page .section-band{background:linear-gradient(115deg,#fff7cc 0%,#ffffff 44%,#eef6ff 100%);color:var(--ink);border:1px solid #e8d78f;box-shadow:0 14px 34px rgba(10,42,75,.055);padding:28px 30px;margin-top:68px}
.education-page .section-band .section-tag{background:var(--navy-900);color:#ffe173}
.education-page .section-band h2{color:var(--navy-900)}
.education-page .section-band p,.education-page .section-band .section-intro{color:var(--muted)}
.education-page .section-tag{display:inline-block;background:linear-gradient(135deg,#fff5c9,#ffe581);color:#7e5d00;padding:5px 9px;font-size:.72rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.education-page .section h2,.education-page .section-band h2{margin:10px 0 0;color:var(--navy-900);font-size:clamp(1.8rem,3.5vw,2.75rem);line-height:1.19;letter-spacing:-.045em;word-break:keep-all}
.education-page .section-intro{max-width:880px;margin:12px 0 0;color:var(--muted)}

.education-page .grid-2,.education-page .grid-3,.education-page .grid-4{display:grid;gap:16px;margin-top:23px}
.education-page .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.education-page .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.education-page .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.education-page .card{background:var(--white);border:1px solid rgba(10,42,75,.10);padding:23px;box-shadow:0 12px 28px rgba(10,42,75,.055);border-radius:0;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.education-page .card:hover{border-color:#e2bd3e;box-shadow:0 18px 38px rgba(10,42,75,.095);transform:translateY(-2px)}
.education-page .card-index{display:inline-block;background:linear-gradient(135deg,#0a2a4b,#1b5788);color:#ffe173;min-width:42px;padding:4px 7px;text-align:center;font-size:.72rem;font-weight:900;margin-bottom:13px}
.education-page .card h3{margin:0 0 8px;color:var(--navy-900);font-size:1.08rem;line-height:1.35;word-break:keep-all}
.education-page .card p{margin:0;color:var(--muted);font-size:.9rem}
.education-page .card ul{margin:12px 0 0;padding-left:18px;color:#465166;font-size:.87rem}
.education-page .badges{margin-top:13px}
.education-page .badge{display:inline-block;margin:0 4px 5px 0;padding:4px 8px;background:#f2f7fd;color:#164a77;font-size:.7rem;font-weight:900;border:1px solid #dbe7f3}
.education-page .note-box{margin:22px 0 0;background:linear-gradient(135deg,#fff8d9,#fffdf6);border:1px solid #ead47e;padding:19px 21px;color:#4d3b09;border-radius:0}
.education-page .note-box strong{color:#2f240d}

.education-page .table-wrap{overflow:auto;margin-top:23px;border:1px solid var(--line);background:var(--white);box-shadow:0 12px 30px rgba(10,42,75,.05)}
.education-page table{width:100%;border-collapse:collapse;min-width:760px}
.education-page th,.education-page td{padding:14px 15px;text-align:left;vertical-align:top;border-bottom:1px solid #e7e9ee;font-size:.86rem}
.education-page th{background:linear-gradient(135deg,#0a2a4b,#123f6b);color:#fff;font-size:.79rem;letter-spacing:.01em}
.education-page tr:last-child td{border-bottom:0}
.education-page td:first-child{font-weight:900;color:var(--navy-800)}

.education-page .process{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:24px}
.education-page .process-step{background:var(--white);border:1px solid var(--line);padding:17px 13px;text-align:center;box-shadow:0 10px 22px rgba(10,42,75,.04)}
.education-page .process-no{display:inline-block;background:linear-gradient(135deg,#ffe173,#efc136);color:var(--navy-950);padding:3px 8px;font-size:.76rem;font-weight:950;margin-bottom:9px}
.education-page .process-step strong{display:block;color:var(--navy-900);font-size:.88rem}
.education-page .process-step span{display:block;margin-top:4px;color:var(--muted);font-size:.74rem}

.education-page .timeline{margin-top:23px;border:1px solid var(--line);background:var(--white);box-shadow:0 12px 30px rgba(10,42,75,.05)}
.education-page .timeline-row{display:grid;grid-template-columns:110px 150px 1fr;gap:18px;align-items:start;padding:17px 20px;border-bottom:1px solid #e6e9ef}
.education-page .timeline-row:last-child{border-bottom:0}
.education-page .timeline-time{font-weight:950;color:var(--gold-700)}
.education-page .timeline-track{font-weight:900;color:var(--navy-900)}
.education-page .timeline-row p{margin:0;color:var(--muted);font-size:.88rem}

.education-page .copy-box{margin-top:17px;background:#f7faff;border:1px solid #d7e2ee;padding:19px;white-space:normal}
.education-page .copy-box code{font-family:inherit;font-size:.88rem;line-height:1.8}
.education-page .copy-btn{margin-top:12px;border:1px solid var(--navy-900);background:var(--navy-900);color:var(--white);padding:9px 13px;font-weight:850;cursor:pointer;border-radius:0}
.education-page .copy-btn:hover{background:linear-gradient(135deg,#f7d85c,#e9b91c);border-color:#d5a812;color:var(--navy-950)}

.education-page .profile{display:grid;grid-template-columns:310px 1fr;gap:26px;margin-top:23px;background:var(--white);border:1px solid var(--line);padding:26px;box-shadow:0 12px 30px rgba(10,42,75,.05)}
.education-page .profile-logo{display:grid;place-items:center;background:linear-gradient(135deg,#ffffff,#f5f9fe);border:1px solid var(--line);min-height:250px}
.education-page .profile-logo img{width:86%;max-width:280px;height:auto;display:block}
.education-page .profile h3{margin:0 0 10px;font-size:1.35rem;color:var(--navy-900)}
.education-page .profile p{margin:0;color:var(--muted)}
.education-page .profile-tags{margin-top:14px}
.education-page .profile-tags span{display:inline-block;padding:5px 8px;margin:0 5px 6px 0;border:1px solid var(--line);background:#f7f8fa;color:var(--navy-800);font-size:.72rem;font-weight:850}
.education-page .quote{margin-top:18px;background:linear-gradient(120deg,#071d37,#154f7e);color:#fff;padding:18px;font-size:1.02rem;font-weight:850;box-shadow:0 12px 26px rgba(10,42,75,.14)}

.education-page .faq-list{margin-top:23px;border:1px solid var(--line);background:var(--white);box-shadow:0 12px 30px rgba(10,42,75,.05)}
.education-page .faq-item{border-bottom:1px solid #e6e9ef}
.education-page .faq-item:last-child{border-bottom:0}
.education-page .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;border:0;background:var(--white);padding:18px 20px;text-align:left;color:var(--navy-900);font-weight:900;cursor:pointer}
.education-page .faq-question span:last-child{font-size:1.2rem}
.education-page .faq-answer{display:none;padding:0 20px 20px;color:var(--muted)}
.education-page .faq-item.open .faq-answer{display:block}
.education-page .faq-item.open .faq-question{background:linear-gradient(135deg,#fff8d9,#fff)}

.education-page .cta{margin-top:70px;background:radial-gradient(circle at 88% 26%,rgba(242,200,75,.24),transparent 18rem),linear-gradient(120deg,#071d37,#0f3c67 62%,#1d5a8c);color:var(--white);padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 22px 50px rgba(6,26,51,.16)}
.education-page .cta h2{margin:0;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.2;color:var(--white)}
.education-page .cta p{margin:10px 0 0;color:rgba(255,255,255,.72)}
.education-page .cta a{flex-shrink:0}

.education-page footer{margin-top:50px;background:#061a33;color:rgba(255,255,255,.7)}
.education-page .footer-inner{max-width:1440px;margin:0 auto;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.79rem}
.education-page .footer-brand{color:#ffe173;font-weight:900}

.education-page .education-dashboard{scroll-margin-top:98px;background:rgba(255,255,255,.92);border:1px solid rgba(10,42,75,.10);padding:30px;box-shadow:0 24px 56px rgba(10,42,75,.09)}
.education-page .dashboard-header{position:relative;overflow:hidden;align-items:center;background:radial-gradient(circle at 88% 22%,rgba(255,221,104,.30),transparent 18rem),linear-gradient(122deg,#071d37 0%,#0f3c67 58%,#1d5a8c 100%);color:var(--white);padding:42px;box-shadow:0 18px 42px rgba(7,29,55,.16);display:flex;justify-content:space-between;gap:28px}
.education-page .dashboard-header::after{content:"CORE AI";position:absolute;right:26px;bottom:-28px;font-size:6.6rem;font-weight:950;letter-spacing:-.07em;color:rgba(255,255,255,.045);pointer-events:none}
.education-page .dashboard-header h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.12);margin:17px 0 10px;font-size:clamp(2.1rem,4.4vw,4rem);line-height:1.08;letter-spacing:-.055em;word-break:keep-all}
.education-page .dashboard-header p{max-width:820px;margin:0;color:rgba(255,255,255,.86);font-size:1rem;word-break:keep-all}
.education-page .dashboard-kicker{display:inline-block;background:linear-gradient(135deg,#ffe173,#efc136);color:var(--navy-950);padding:6px 10px;font-size:.72rem;font-weight:950;letter-spacing:.09em}
.education-page .dashboard-contact{flex-shrink:0;min-width:116px}
.education-page .dashboard-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}
.education-page .dashboard-summary-item{display:flex;align-items:center;gap:13px;background:linear-gradient(135deg,#ffffff 0%,#fff9df 100%);border:1px solid #eadca6;padding:18px 20px;box-shadow:0 10px 24px rgba(10,42,75,.055)}
.education-page .dashboard-summary-item strong{color:#b17f00;font-size:1.42rem;line-height:1;white-space:nowrap}
.education-page .dashboard-summary-item span{color:#42546a;font-size:.82rem;font-weight:800}
.education-page .dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
.education-page .dashboard-panel{background:linear-gradient(145deg,#ffffff 0%,#f9fbfe 100%);border:1px solid rgba(10,42,75,.10);padding:24px;min-width:0;box-shadow:0 12px 30px rgba(10,42,75,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.education-page .dashboard-panel:hover{border-color:#e3bf46;box-shadow:0 18px 38px rgba(10,42,75,.10);transform:translateY(-2px)}
.education-page .dashboard-panel-wide{grid-column:1/-1}
.education-page .dashboard-panel-head{display:flex;align-items:flex-start;gap:14px;padding-bottom:17px;border-bottom:1px solid #e5ebf2}
.education-page .dashboard-no{display:grid;place-items:center;flex:0 0 44px;height:44px;background:linear-gradient(135deg,#0a2a4b,#1b5788);color:#ffe173;font-size:.78rem;font-weight:950;letter-spacing:.04em;box-shadow:0 8px 18px rgba(10,42,75,.16)}
.education-page .dashboard-panel h2{margin:0;color:#0a2a4b;font-size:1.28rem;line-height:1.25}
.education-page .dashboard-panel-head p{margin:5px 0 0;color:var(--muted);font-size:.82rem}
.education-page .dashboard-courses{display:grid;gap:9px;margin-top:14px}
.education-page .dashboard-courses-2col{grid-template-columns:repeat(2,minmax(0,1fr))}
.education-page .dashboard-course{display:block;text-decoration:none;background:#ffffff;border:1px solid #dfe7f0;padding:15px 16px;box-shadow:0 6px 16px rgba(10,42,75,.035);transition:background .16s,border-color .16s,transform .16s}
.education-page .dashboard-course:hover,.education-page .dashboard-course:focus-visible{background:linear-gradient(135deg,#fffdf5 0%,#fff1ad 100%);border-color:#e1b729;box-shadow:0 12px 24px rgba(211,164,13,.12);transform:translateY(-1px);outline:none}
.education-page .dashboard-course strong{display:block;color:var(--navy-900);font-size:.94rem}
.education-page .dashboard-course span{display:block;margin-top:5px;color:var(--muted);font-size:.78rem;line-height:1.6}
.education-page .dashboard-panel-trend{grid-column:1/-1;background:linear-gradient(120deg,#fff7cf 0%,#ffffff 48%,#eef6ff 100%);border-color:#ead47e;color:var(--ink)}
.education-page .dashboard-panel-trend .dashboard-panel-head{border-bottom-color:#e7dcae}
.education-page .dashboard-panel-trend h2{color:var(--navy-900)}
.education-page .dashboard-panel-trend .dashboard-panel-head p{color:var(--muted)}
.education-page .dashboard-panel-trend .dashboard-no{background:linear-gradient(135deg,#f6d85f,#e6b41d);color:var(--navy-950)}
.education-page .dashboard-course-feature{background:#fff;border-color:#eadca6}
.education-page .dashboard-course-feature strong{color:var(--navy-900)}
.education-page .dashboard-course-feature span{color:var(--muted)}
.education-page .dashboard-course-feature:hover,.education-page .dashboard-course-feature:focus-visible{background:linear-gradient(135deg,#fffdf5,#fff1ad);border-color:#e1b729}

@media (max-width:1180px){
 .education-page .brand{min-width:auto} 
 .education-page .brand-copy{display:none} 
 .education-page .top-nav a{padding:10px 8px;font-size:.82rem}
 .education-page .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
 .education-page .process{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1024px){
 .education-page .page-shell{display:block;padding:20px}
 .education-page .sidebar{position:fixed;left:0;top:0;bottom:0;width:min(340px,88vw);max-height:none;z-index:170;transform:translateX(-105%);transition:transform .22s ease}
 .education-page .sidebar.open{transform:translateX(0)}
 .education-page .toc-open-btn{display:block}
 .education-page .hero{padding:48px 36px 38px}
}
@media (max-width:820px){
 .education-page .dashboard-header{display:block;padding:31px 24px}
 .education-page .dashboard-header::after{font-size:4.2rem;right:14px;bottom:-18px}
 .education-page .dashboard-contact{margin-top:20px}
 .education-page .dashboard-summary{grid-template-columns:1fr}
 .education-page .dashboard-grid{grid-template-columns:1fr}
 .education-page .dashboard-panel-wide,.education-page .dashboard-panel-trend{grid-column:auto}
 .education-page .dashboard-courses-2col{grid-template-columns:1fr}
 .education-page .header-inner{height:72px;padding:0 16px}
 .education-page .brand img{width:118px;height:48px}
 .education-page .top-menu-btn{display:block}
 .education-page .top-nav{display:none;position:absolute;left:0;right:0;top:72px;background:var(--white);border-bottom:1px solid var(--line);padding:10px 16px;flex-direction:column;align-items:stretch}
 .education-page .top-nav.open{display:flex}
 .education-page .top-nav a{padding:12px;border-bottom:1px solid #eceef2}
 .education-page .header-actions .action-btn{display:none}
 .education-page .grid-3,.education-page .grid-2{grid-template-columns:1fr}
 .education-page .hero-metrics{grid-template-columns:1fr}
 .education-page .profile{grid-template-columns:1fr}
 .education-page .timeline-row{grid-template-columns:90px 1fr}
 .education-page .timeline-row p{grid-column:1/-1}
}
@media (max-width:600px){
 .education-page .education-dashboard{padding:10px;background:#fff}
 .education-page .dashboard-header{padding:27px 20px}
 .education-page .dashboard-summary-item{padding:15px 16px}
 .education-page .dashboard-panel{padding:17px}
 .education-page .dashboard-panel-head{gap:11px}
 .education-page .dashboard-no{flex-basis:40px;height:40px}
 .education-page .page-shell{padding:12px}
 .education-page .header-inner{gap:10px}
 .education-page .brand{flex:1}
 .education-page .primary-link{display:none}
 .education-page .hero{padding:38px 22px 30px}
 .education-page .hero h1{font-size:2.4rem}
 .education-page .section{padding-top:52px}
 .education-page .section-band{padding:24px 20px;margin-top:52px}
 .education-page .grid-4{grid-template-columns:1fr}
 .education-page .process{grid-template-columns:repeat(2,1fr)}
 .education-page .cta{padding:28px 22px;display:block}
 .education-page .cta a{margin-top:18px}
 .education-page .footer-inner{display:block;text-align:center}
}
@media print{
 .education-page .site-header,.education-page .sidebar,.education-page .toc-open-btn,.education-page .sidebar-overlay,.education-page .hero-actions,.education-page .copy-btn{display:none!important}
 .education-page{background:#fff}
 .education-page .page-shell{display:block;max-width:none;padding:0}
 .education-page .education-dashboard,.education-page .section-band,.education-page .cta{print-color-adjust:exact;-webkit-print-color-adjust:exact}
 .education-page .section{break-inside:avoid}
}
