:root{
  --primary:#5b3df5;
  --primary-dark:#4328d8;
  --secondary:#0ea5a8;
  --ink:#172033;
  --muted:#64748b;
  --line:#e5e7eb;
  --soft:#f6f7fb;
  --white:#fff;
  --dark:#101827;
  --shadow:0 20px 50px rgba(30,41,59,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.8)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#8b5cf6);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(91,61,245,.25)}
.brand strong{display:block;font-size:17px}
.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.7px}
.main-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600}
.main-nav a:not(.btn){color:#475569}
.main-nav a.active,.main-nav a:hover{color:var(--primary)}
.menu-toggle{display:none;border:0;background:none;font-size:25px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:11px 18px;font-weight:700;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-outline{border-color:#cbd5e1;color:var(--ink);background:#fff}
.btn-light{background:#fff;border-color:#e2e8f0}
.btn-large{padding:14px 22px}
.btn-full{width:100%}
.hero{overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(91,61,245,.18),transparent 35%),linear-gradient(180deg,#fafbff 0%,#fff 100%);padding:90px 0 80px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:1.4px;color:var(--primary);margin-bottom:12px}
.hero h1,.section-heading h2,.about-grid h2,.cta h2{font-size:clamp(38px,5vw,64px);line-height:1.08;letter-spacing:-2px;margin:0 0 22px}
.hero h1 span{color:var(--primary)}
.hero-copy>p{font-size:18px;color:var(--muted);max-width:650px}
.hero-actions{display:flex;gap:12px;margin:30px 0}
.trust-row{display:flex;gap:34px;margin-top:35px}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:23px}
.trust-row span{font-size:12px;color:var(--muted)}
.hero-panel{position:relative;min-height:510px}
.hero-dashboard{position:absolute;inset:35px 30px 20px 20px;background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow);border:1px solid #eef2f7}
.dashboard-top,.progress-label{display:flex;justify-content:space-between;align-items:center}
.dashboard-top{font-weight:800;margin-bottom:28px}
.status-dot{font-size:12px;color:#16a34a}
.progress-card{padding:20px;border-radius:16px;background:var(--soft);margin-bottom:20px}
.progress-label{font-size:13px;margin-bottom:10px}
.progress{height:8px;border-radius:999px;background:#e8e7fb;overflow:hidden}
.progress span,.mini-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--primary),#8b5cf6);border-radius:999px}
.lesson-list{display:grid;gap:12px}
.lesson{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;border:1px solid var(--line)}
.lesson>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:var(--primary);font-weight:800}
.lesson strong,.lesson small{display:block}
.lesson small{color:var(--muted)}
.lesson.active{border-color:#a99dfd;background:#faf9ff}
.floating-card{position:absolute;z-index:2;background:#fff;border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:0 14px 34px rgba(30,41,59,.13);border:1px solid #edf0f5}
.floating-card strong,.floating-card small{display:block}
.floating-card small{font-size:10px;color:var(--muted)}
.icon-circle{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#ede9fe;color:var(--primary);font-weight:900}
.card-one{right:-15px;top:15px}.card-two{left:-25px;bottom:90px}.card-three{right:-5px;bottom:10px}
.tech-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.tech-row{min-height:78px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#64748b;font-weight:800}
.section{padding:95px 0}
.section-soft{background:var(--soft)}
.section-heading{text-align:center;max-width:760px;margin:0 auto 48px}
.section-heading h2{font-size:42px}
.section-heading p,.lead{color:var(--muted)}
.cards-grid{display:grid;gap:22px}.cards-grid.four{grid-template-columns:repeat(4,1fr)}
.program-card{position:relative;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.2s}
.program-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.program-card.featured{border:2px solid var(--primary)}
.popular{position:absolute;top:-14px;right:20px;background:var(--primary);color:#fff;font-size:10px;font-weight:800;padding:7px 10px;border-radius:99px}
.program-icon{width:48px;height:48px;border-radius:14px;background:#ede9fe;color:var(--primary);display:grid;place-items:center;font-size:22px;margin-bottom:18px}
.tag{font-size:10px;font-weight:800;letter-spacing:1px;color:var(--primary)}
.program-card h3{margin:8px 0 8px;font-size:21px}
.program-card p{color:var(--muted);font-size:14px}
.program-card ul{padding-left:18px;color:#475569;font-size:13px;min-height:100px}
.program-card>a{font-weight:800;color:var(--primary);font-size:13px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{padding:28px;background:#fff;border-radius:18px;border:1px solid #ebeef4}
.step>span{font-size:36px;font-weight:800;color:#ddd8ff}
.step h3{margin:8px 0}.step p{color:var(--muted);font-size:14px}
.project-grid,.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.project-grid h2{font-size:42px;line-height:1.15;margin:5px 0 15px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}
.check-grid span{padding:12px;background:var(--soft);border-radius:10px;font-size:13px;font-weight:600}
.terminal-card{border-radius:20px;background:#0f172a;color:#cbd5e1;overflow:hidden;box-shadow:var(--shadow)}
.terminal-head{height:46px;padding:0 16px;display:flex;align-items:center;gap:8px;background:#1e293b}
.terminal-head span{width:11px;height:11px;border-radius:50%;background:#64748b}
.terminal-head strong{margin-left:auto;font-size:12px}
.terminal-card pre{padding:26px;margin:0;white-space:pre-wrap;font-size:13px;line-height:1.8}
.section-dark{background:var(--dark);color:#fff}
.about-grid h2{font-size:44px}
.about-grid p{color:#cbd5e1;font-size:17px}
.cta{border-radius:26px;padding:46px 50px;background:linear-gradient(120deg,#241657,#5b3df5);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}
.cta h2{font-size:40px;margin-bottom:10px}.cta p{margin:0;color:#ddd6fe}
.cta-actions{display:flex;gap:12px;flex-shrink:0}
footer{background:#0b1220;color:#cbd5e1;padding:65px 0 20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:35px}
.footer-brand{color:#fff}.footer-grid p{max-width:330px;color:#94a3b8}
.footer-grid h4{color:#fff;margin-top:0}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:14px}
.copyright{margin-top:45px;padding-top:20px;border-top:1px solid #253047;color:#64748b;font-size:12px}

/* Auth */
.auth-page{background:#f8fafc;min-height:100vh}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}
.auth-brand-panel{padding:55px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.16),transparent 25%),linear-gradient(145deg,#241657,#5b3df5)}
.light-brand .brand-mark{background:#fff;color:var(--primary)}.light-brand small{color:#ddd6fe}
.auth-brand-panel h1{font-size:50px;line-height:1.1;max-width:580px}.auth-brand-panel p{color:#ddd6fe;font-size:17px;max-width:560px}
.auth-quote{border-left:3px solid #a78bfa;padding-left:18px;color:#ddd6fe}
.auth-form-panel{display:grid;place-items:center;padding:40px}
.auth-card{width:min(440px,100%);background:#fff;padding:36px;border-radius:22px;box-shadow:var(--shadow);border:1px solid #eef2f7}
.back-link{font-size:13px;color:var(--muted)}.auth-card h2{font-size:30px;margin:25px 0 4px}.auth-card>p{color:var(--muted);margin-top:0}
.auth-card form{display:grid;gap:10px;margin-top:24px}.auth-card label{font-size:13px;font-weight:700}
.auth-card input[type=email],.auth-card input[type=password]{padding:13px 14px;border:1px solid #cbd5e1;border-radius:10px;outline:none}
.auth-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(91,61,245,.12)}
.form-row{display:flex;justify-content:space-between;align-items:center;margin:4px 0 10px;font-size:12px}.checkbox{display:flex;gap:7px;align-items:center!important}
.form-message{font-size:13px;text-align:center}.demo-note{margin-top:22px;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:12px;padding:14px;font-size:12px;display:grid;gap:3px}

/* Dashboard */
.dashboard-page{background:#f6f7fb}
.sidebar{position:fixed;inset:0 auto 0 0;width:255px;background:#fff;border-right:1px solid var(--line);padding:26px 18px;display:flex;flex-direction:column}
.sidebar-brand{padding:0 8px 26px}.side-nav{display:grid;gap:6px}
.side-nav a,.sidebar-bottom a{padding:12px 14px;border-radius:10px;color:#64748b;font-size:14px;font-weight:600}
.side-nav a.active{background:#ede9fe;color:var(--primary)}
.sidebar-bottom{margin-top:auto;display:grid}
.dashboard-main{margin-left:255px;padding:34px}
.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.dashboard-header h1{margin:0;font-size:29px}.dashboard-header p{margin:2px 0;color:var(--muted)}
.profile-chip{display:flex;align-items:center;gap:10px;background:#fff;padding:9px 14px;border-radius:12px;border:1px solid var(--line)}
.profile-chip>span{width:38px;height:38px;border-radius:50%;background:#ede9fe;color:var(--primary);display:grid;place-items:center;font-weight:800}
.profile-chip strong,.profile-chip small{display:block}.profile-chip small{color:var(--muted);font-size:10px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:18px}
.stat-card,.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}
.stat-card{display:grid;gap:5px}.stat-card span{color:var(--muted);font-size:13px}.stat-card strong{font-size:27px}.stat-card small{color:#16a34a}
.dashboard-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:18px;margin-bottom:18px}.dashboard-grid.lower{grid-template-columns:1.4fr 1fr}
.panel-title{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.panel-title h2{font-size:19px;margin:0}.panel-title p{font-size:12px;color:var(--muted);margin:2px 0}.panel-title>a{font-size:12px;color:var(--primary);font-weight:700}
.continue-card{background:linear-gradient(145deg,#241657,#5b3df5);color:#fff;border-radius:15px;padding:24px}.continue-card p{color:#ddd6fe}.course-badge{font-size:10px;font-weight:800;letter-spacing:1px}
.continue-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:16px;font-size:12px}.continue-bottom .btn{background:#fff;color:var(--primary)}
.goal-panel{text-align:center}.goal-panel .panel-title{text-align:left}.goal-ring{width:130px;height:130px;margin:8px auto 16px;border-radius:50%;display:grid;place-content:center;background:conic-gradient(var(--primary) 71%,#e8e7fb 0);position:relative}
.goal-ring:before{content:"";position:absolute;inset:12px;background:#fff;border-radius:50%}.goal-ring span,.goal-ring small{position:relative}.goal-ring span{font-weight:800;font-size:24px}.goal-ring small{color:var(--muted)}
.course-list{display:grid}.course-row{display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;padding:14px 0;border-top:1px solid #eef2f7}
.course-row:first-child{border-top:0}.course-color{width:44px;height:44px;border-radius:12px;display:grid;place-items:center}.course-color.cloud{background:#dbeafe}.course-color.devops{background:#ede9fe}.course-color.fde{background:#dcfce7}
.course-row strong,.course-row small{display:block}.course-row small{color:var(--muted);font-size:11px}.course-row>b{font-size:12px}
.mini-progress{height:5px;background:#edf0f5;border-radius:99px;margin-top:7px}.upcoming-list{display:grid;gap:12px}.upcoming-list>div{display:flex;gap:12px;align-items:center;padding:9px 0}.date-box{width:44px;height:48px;border-radius:10px;background:#f1f5f9;display:grid;place-items:center;line-height:1.1}.date-box small{font-size:8px;color:var(--muted)}.upcoming-list strong,.upcoming-list small{display:block}.upcoming-list small{color:var(--muted);font-size:10px}
.mobile-label{display:none}

/* Course */
.course-page{background:#f8fafc}.course-header{height:72px;padding:0 28px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.course-layout{display:grid;grid-template-columns:320px 1fr;min-height:calc(100vh - 72px)}
.curriculum{background:#fff;border-right:1px solid var(--line);padding:24px;overflow:auto}
.curriculum-title{padding-bottom:20px;border-bottom:1px solid var(--line)}.curriculum-title>span{font-size:10px;color:var(--primary);font-weight:800}.curriculum-title h2{margin:5px 0 12px}.curriculum-title small{color:var(--muted)}
.module{border-bottom:1px solid #eef2f7}.module button{width:100%;border:0;background:#fff;padding:15px 0;display:flex;justify-content:space-between;font-weight:800;text-align:left}
.module a{display:none;padding:10px 12px;border-radius:8px;font-size:12px;color:#64748b}.module.open a{display:block}.module a.active{background:#ede9fe;color:var(--primary);font-weight:800}.module a.done{color:#16a34a}
.lesson-content{padding:32px;max-width:1050px}.lesson-breadcrumb{font-size:12px;color:var(--muted);margin-bottom:16px}
.video-placeholder{height:390px;border-radius:18px;background:linear-gradient(145deg,#0f172a,#334155);color:#fff;display:grid;place-items:center;align-content:center;gap:10px}.play-button{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:var(--primary);padding-left:4px}
.lesson-header{display:flex;justify-content:space-between;align-items:start;gap:20px;padding:30px 0;border-bottom:1px solid var(--line)}.lesson-header h1{font-size:30px;margin:7px 0}.lesson-header p{color:var(--muted)}
.lesson-article{background:#fff;margin-top:22px;padding:30px;border-radius:16px;border:1px solid var(--line)}.lesson-article h2{margin-top:28px}.lesson-article h2:first-child{margin-top:0}
.learning-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}.learning-points span{padding:12px;background:#f8fafc;border-radius:9px;font-size:13px}
.architecture{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:25px;background:#f8fafc;border-radius:14px}.architecture div{padding:13px 18px;background:#fff;border:1px solid var(--line);border-radius:9px;font-weight:700;font-size:12px}
.lesson-article pre{background:#0f172a;color:#cbd5e1;padding:22px;border-radius:13px;overflow:auto;font-size:12px}.lesson-nav{display:flex;justify-content:space-between;margin-top:28px}

@media(max-width:1000px){
  .main-nav{display:none}.menu-toggle{display:block}
  .hero-grid,.project-grid,.about-grid{grid-template-columns:1fr}
  .hero-panel{min-height:470px}.cards-grid.four,.steps-grid{grid-template-columns:repeat(2,1fr)}
  .tech-row{flex-wrap:wrap;justify-content:center;padding:20px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .dashboard-grid,.dashboard-grid.lower{grid-template-columns:1fr}
}
@media(max-width:760px){
  .container{width:min(100% - 26px,1180px)}
  .hero{padding-top:55px}.hero-actions,.trust-row,.cta,.cta-actions{flex-direction:column;align-items:stretch}.hero h1{font-size:42px}
  .cards-grid.four,.steps-grid,.check-grid,.learning-points{grid-template-columns:1fr}
  .card-one,.card-two,.card-three{display:none}.hero-dashboard{inset:0}.hero-panel{min-height:420px}
  .auth-shell{grid-template-columns:1fr}.auth-brand-panel{display:none}
  .sidebar{display:none}.dashboard-main{margin-left:0;padding:18px}.dashboard-header{align-items:start}.profile-chip{display:none}.mobile-label{display:block;color:var(--primary);font-size:11px;font-weight:800}
  .stats-grid{grid-template-columns:1fr 1fr}.course-layout{grid-template-columns:1fr}.curriculum{display:none}.lesson-content{padding:16px}.video-placeholder{height:230px}.lesson-header{flex-direction:column}
  .footer-grid{grid-template-columns:1fr}.cta{padding:32px 24px}
}

.brand-logo{
  width:74px;
  height:74px;
  object-fit:contain;
  border-radius:12px;
  background:transparent;
  flex-shrink:0;
}
.footer-brand .brand-logo,
.sidebar-brand .brand-logo{
  width:62px;
  height:62px;
}


/* Scaler-inspired academy landing page */
.academy-hero{
  padding:82px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(14,165,168,.14), transparent 28%),
    radial-gradient(circle at 90% 15%, rgba(91,61,245,.18), transparent 32%),
    linear-gradient(180deg,#f8faff 0%,#ffffff 100%);
}
.academy-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:58px;align-items:center}
.announcement{display:inline-flex;padding:8px 13px;border-radius:999px;background:#ede9fe;color:var(--primary);font-size:12px;font-weight:800;margin-bottom:22px}
.academy-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-2.6px;margin:0 0 22px}
.academy-copy h1 span{color:var(--primary)}
.academy-copy>p{font-size:18px;color:var(--muted);max-width:720px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px}
.hero-proof div{padding:15px;border-left:3px solid var(--primary);background:rgba(255,255,255,.7)}
.hero-proof strong,.hero-proof span{display:block}.hero-proof span{font-size:11px;color:var(--muted);margin-top:3px}
.application-card{background:#fff;padding:30px;border-radius:22px;border:1px solid #e7eaf0;box-shadow:0 25px 65px rgba(30,41,59,.13)}
.form-kicker{font-size:10px;letter-spacing:1.2px;font-weight:800;color:var(--primary)}
.application-card h2{font-size:27px;margin:6px 0}.application-card>p{color:var(--muted);font-size:13px}
.lead-form{display:grid;gap:8px;margin-top:20px}.lead-form label{font-size:12px;font-weight:700}
.lead-form input,.lead-form select{padding:12px 13px;border:1px solid #cbd5e1;border-radius:9px;background:#fff}
.lead-success{color:#16a34a;line-height:1.4}
.outcome-strip{background:#111827;color:#fff}.outcome-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.outcome-grid>div{padding:25px;border-right:1px solid #2c3648}.outcome-grid>div:last-child{border-right:0}
.outcome-grid strong,.outcome-grid span{display:block}.outcome-grid span{font-size:11px;color:#94a3b8;margin-top:3px}
.left-heading{text-align:left;margin-left:0}
.career-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.career-card{position:relative;border-radius:20px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.2s}
.career-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.career-top{padding:28px;color:#fff;min-height:205px}.career-top span{font-size:10px;font-weight:800;letter-spacing:1px;opacity:.9}.career-top h3{font-size:25px;line-height:1.1;margin:15px 0 8px}.career-top p{font-size:13px;opacity:.86}
.cloud-gradient{background:linear-gradient(145deg,#0f4c81,#0ea5a8)}.devops-gradient{background:linear-gradient(145deg,#30206f,#6d4aff)}.mlops-gradient{background:linear-gradient(145deg,#7c2d12,#f97316)}.fde-gradient{background:linear-gradient(145deg,#14532d,#16a34a)}
.career-body{padding:24px}.career-body ul{padding-left:18px;color:#475569;font-size:13px;min-height:105px}.career-body a{font-size:13px;color:var(--primary);font-weight:800}
.highlighted-card{border:2px solid var(--primary)}.recommended{position:absolute;z-index:2;right:14px;top:14px;background:#fff;color:var(--primary);padding:6px 9px;border-radius:99px;font-size:9px;font-weight:800}
.curriculum-showcase{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.curriculum-copy h2,.mentor-grid h2,.experience-grid h2,.faq-grid h2{font-size:43px;line-height:1.13;margin:5px 0 16px}.curriculum-copy>p,.mentor-grid>div>p,.experience-grid>div>p{color:var(--muted)}
.curriculum-benefits{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:25px 0}.curriculum-benefits span{font-size:13px;font-weight:700}
.curriculum-accordion{display:grid;gap:12px}.curriculum-accordion details,.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px 19px}
.curriculum-accordion summary,.faq-grid summary{cursor:pointer;font-weight:800;list-style:none}.curriculum-accordion summary{display:grid;grid-template-columns:40px 1fr auto;align-items:center}.curriculum-accordion summary span{color:var(--primary)}.curriculum-accordion summary b{font-size:11px;color:var(--muted)}
.curriculum-accordion details p,.faq-grid details p{color:var(--muted);font-size:13px;margin-bottom:0}
.project-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-cards article{padding:28px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(30,41,59,.05)}.project-number{font-size:35px;font-weight:800;color:#ddd8ff}.project-cards h3{font-size:20px}.project-cards p{color:var(--muted);font-size:13px}
.tool-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.tool-tags span{padding:6px 9px;border-radius:999px;background:#f1f5f9;font-size:10px;font-weight:700}
.mentor-section{background:#0f172a;color:#fff}.mentor-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.mentor-grid>div>p{color:#cbd5e1}
.mentor-window{background:#fff;color:var(--ink);border-radius:20px;overflow:hidden;box-shadow:0 25px 65px rgba(0,0,0,.25)}.mentor-window-top{height:42px;background:#e2e8f0;padding:0 15px;display:flex;align-items:center;gap:7px}.mentor-window-top span{width:10px;height:10px;border-radius:50%;background:#94a3b8}
.mentor-profile{display:flex;gap:13px;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.mentor-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ede9fe;color:var(--primary);font-weight:800}.mentor-profile strong,.mentor-profile small{display:block}.mentor-profile small{color:var(--muted)}
.mentor-chat{padding:22px}.mentor-chat p{padding:13px;border-radius:12px;background:#f8fafc;font-size:13px}.mentor-chat p:last-child{background:#ede9fe}
.mentor-points{display:grid;gap:17px;margin-top:28px}.mentor-points div{padding-left:16px;border-left:3px solid #8b5cf6}.mentor-points strong,.mentor-points span{display:block}.mentor-points span{font-size:12px;color:#94a3b8}
.student-experience{background:#f8fafc}.experience-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.experience-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.experience-cards>div{padding:22px;background:#fff;border:1px solid var(--line);border-radius:15px}.experience-cards>div>span{width:38px;height:38px;border-radius:10px;background:#ede9fe;color:var(--primary);display:grid;place-items:center;margin-bottom:13px}.experience-cards strong,.experience-cards small{display:block}.experience-cards small{color:var(--muted);font-size:11px;margin-top:5px}
.apply-section{padding-top:0}.apply-banner{background:linear-gradient(120deg,#211454,#5b3df5);border-radius:24px;padding:48px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.apply-banner h2{font-size:40px;margin:4px 0}.apply-banner p{color:#ddd6fe}.apply-banner>div:last-child{display:flex;gap:12px;flex-shrink:0}.light-eyebrow{color:#ddd6fe}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.faq-grid>div:last-child{display:grid;gap:12px}
@media(max-width:1000px){
  .academy-hero-grid,.curriculum-showcase,.mentor-grid,.experience-grid,.faq-grid{grid-template-columns:1fr}
  .career-grid{grid-template-columns:repeat(2,1fr)}
  .project-cards{grid-template-columns:1fr}
  .outcome-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .academy-hero{padding:55px 0}.academy-copy h1{font-size:42px}.hero-proof,.career-grid,.curriculum-benefits,.experience-cards{grid-template-columns:1fr}
  .outcome-grid{grid-template-columns:1fr}.outcome-grid>div{border-right:0;border-bottom:1px solid #2c3648}
  .apply-banner,.apply-banner>div:last-child{flex-direction:column;align-items:stretch}
  .curriculum-accordion summary{grid-template-columns:35px 1fr}.curriculum-accordion summary b{display:none}
}
