
:root{--ink:#101828;--muted:#667085;--coral:#f15b3a;--coral-dark:#d84325;--cream:#fbfaf7;--line:#e7e7e3;--navy:#0b1220;--violet:#7667e8;--blue:#2789d9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.nav-shell{height:84px;display:flex;align-items:center;max-width:1240px;margin:auto;padding:0 28px;position:relative;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-size:15px;line-height:.88;font-weight:500;letter-spacing:-.03em}.brand b{font-weight:800}.brand-mark{width:28px;height:28px;position:relative;display:block}.brand-mark i{width:7px;height:18px;background:var(--coral);border-radius:7px;position:absolute;transform:rotate(35deg);top:3px}.brand-mark i:nth-child(1){left:2px}.brand-mark i:nth-child(2){left:10px;top:7px}.brand-mark i:nth-child(3){left:18px;top:11px}.nav-shell nav{display:flex;gap:34px;margin-left:auto;margin-right:38px}.nav-shell nav a{font-size:13px;font-weight:650;color:#475467;transition:.2s}.nav-shell nav a:hover{color:var(--coral)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:650;letter-spacing:.01em}.nav-cta{background:var(--ink);color:white;border-radius:99px;padding:13px 20px}.nav-cta svg,.button svg,.card-arrow svg,.all-link svg{width:17px;height:17px;transition:transform .25s}.nav-cta:hover svg,.button:hover svg,.all-link:hover svg{transform:translateX(4px)}.menu{display:none;background:none;border:0;width:35px}.menu span{height:2px;background:var(--ink);display:block;margin:6px}
.hero{min-height:670px;max-width:1240px;margin:auto;padding:70px 28px 80px;display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center;position:relative;overflow:hidden}.eyebrow,.kicker{font-size:11px;letter-spacing:.16em;font-weight:800}.eyebrow{display:flex;align-items:center;gap:10px;color:#475467}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 5px #f15b3a18}.hero h1{font-size:clamp(56px,6vw,84px);line-height:.99;letter-spacing:-.03em;margin:24px 0 27px;font-weight:790}.hero h1 em{font-style:normal;color:var(--coral)}.hero-copy>p{font-size:18px;line-height:1.6;color:var(--muted);max-width:570px}.hero-actions{display:flex;align-items:center;gap:30px;margin:37px 0}.button{padding:16px 24px;border-radius:99px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--coral);color:white;box-shadow:0 10px 28px #e54e2a2b}.button.primary:hover{background:var(--coral-dark)}.text-link{font-size:13px;font-weight:750;display:flex;align-items:center;gap:10px}.play{width:30px;height:30px;border:1px solid #d0d5dd;border-radius:50%;display:grid;place-items:center;font-size:9px;padding-left:2px}.trust-row{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);padding-top:24px;max-width:440px}.avatars{display:flex}.avatars span{width:34px;height:34px;border-radius:50%;border:2px solid var(--cream);margin-left:-8px;background:#f1cabf;display:grid;place-items:center;font-size:9px;font-weight:800}.avatars span:first-child{margin:0}.avatars span:nth-child(2){background:#cfdff3}.avatars span:nth-child(3){background:#dddbf7}.avatars span:last-child{background:var(--ink);color:white}.trust-row p{font-size:11px;line-height:1.5;color:var(--muted);margin:0}.trust-row b{font-size:12px;color:var(--ink)}
.hero-visual{height:515px;position:relative}.glow{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#f15b3a1f,transparent 68%);top:50px;left:80px}.path-line{position:absolute;left:105px;top:46px;width:280px;height:420px;border:2px dashed #d8d7d2;border-left-color:transparent;border-radius:50%;transform:rotate(18deg)}.milestone{position:absolute;background:#fff;border:1px solid #ecebe7;border-radius:18px;padding:14px 17px;display:flex;align-items:center;gap:14px;box-shadow:0 16px 50px #1018280e;animation:float 6s ease-in-out infinite}.milestone>span{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:#fff1ed;color:var(--coral);font-size:10px;font-weight:850}.milestone small,.result-badge small{font-size:9px;color:#98a2b3;text-transform:uppercase;letter-spacing:.09em;display:block;margin-bottom:4px}.milestone b,.result-badge b{font-size:12px}.m1{top:35px;left:55px}.m2{top:197px;right:15px;animation-delay:-2s}.m3{bottom:35px;left:40px;animation-delay:-4s}.result-badge{position:absolute;top:125px;left:145px;width:245px;padding:22px;background:var(--ink);color:white;border-radius:21px;display:flex;gap:14px;align-items:center;box-shadow:0 25px 65px #1018283d;transform:rotate(-2deg)}.result-badge>span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--coral);font-weight:900}.result-badge small{color:#9ba7ba}.hero-orbit{position:absolute;border:1px solid #e9e7e0;border-radius:50%;pointer-events:none}.orbit-one{width:560px;height:560px;right:-330px;top:-220px}.orbit-two{width:250px;height:250px;left:-180px;bottom:-140px}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.logos{min-height:86px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:45px;padding:22px 28px;color:#6f7784}.logos span{font-size:9px;font-weight:800;letter-spacing:.16em}.logos b{font-size:14px;color:#98a2b3;white-space:nowrap}.section{max-width:1184px;margin:auto;padding:120px 28px}.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:55px}.section-heading h2{font-size:clamp(38px,4vw,58px);line-height:1.06;letter-spacing:-.03em;margin:15px 0 0}.section-heading>p{max-width:410px;color:var(--muted);font-size:15px;line-height:1.7;margin:0}.kicker{color:var(--coral)}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.path-card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:27px;min-height:345px;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s}.path-card:hover{transform:translateY(-7px);box-shadow:0 22px 50px #10182810;border-color:#d7d7d0}.card-top{display:flex;justify-content:space-between}.path-icon{width:50px;height:50px;border-radius:15px;background:#fff0ec;color:var(--coral);display:grid;place-items:center;font-size:13px;font-weight:850}.violet .path-icon{background:#f0efff;color:var(--violet)}.blue .path-icon{background:#edf7ff;color:var(--blue)}.card-arrow{width:34px;height:34px;border:1px solid #e3e5e8;border-radius:50%;display:grid;place-items:center}.card-arrow svg{width:15px}.path-meta{font-size:10px;color:#98a2b3;text-transform:uppercase;font-weight:750;letter-spacing:.08em;margin-top:42px}.path-card h3{font-size:23px;letter-spacing:-.03em;margin:10px 0}.path-card p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}.skill-line{display:flex;gap:5px;margin-top:auto}.skill-line i{height:3px;background:#e8e8e5;border-radius:4px;flex:1}.skill-line i:nth-child(-n+2){background:var(--coral)}.violet .skill-line i:nth-child(-n+3){background:var(--violet)}.blue .skill-line i:nth-child(-n+3){background:var(--blue)}.all-link{display:flex;width:max-content;align-items:center;gap:10px;margin:35px auto 0;font-size:13px;font-weight:800}.all-link svg{width:16px}
.stories-section{background:var(--navy);color:white;overflow:hidden;position:relative}.stories-section:after{content:"";position:absolute;width:430px;height:430px;border:1px solid #ffffff0c;border-radius:50%;right:-160px;top:50px;box-shadow:0 0 0 90px #ffffff08,0 0 0 180px #ffffff04}.stories-inner{position:relative;z-index:2}.section-heading.light>p{color:#98a2b3}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.story-card{border:1px solid #ffffff14;background:#111b2d;border-radius:25px;overflow:hidden;display:grid;grid-template-columns:47% 53%;min-height:330px}.portrait{position:relative;display:grid;place-items:center;overflow:hidden;background:#aa5744}.cool .portrait{background:#3d6684}.portrait-pattern{position:absolute;inset:0;background:radial-gradient(circle at 40% 30%,#ffffff20 0 2px,transparent 3px);background-size:18px 18px;opacity:.55}.portrait>span{font-size:68px;font-weight:900;color:#ffffff24;letter-spacing:-.03em}.portrait button{position:absolute;width:54px;height:54px;border:0;border-radius:50%;background:white;color:var(--coral);box-shadow:0 8px 25px #0003;cursor:pointer}.portrait button:hover{transform:scale(1.08)}.watch-tag{position:absolute;left:15px;bottom:15px;font-size:8px;letter-spacing:.1em;font-weight:700;background:#08101dcc;padding:7px 9px;border-radius:20px}.story-copy{padding:35px 30px;display:flex;flex-direction:column}.story-copy blockquote{font-size:20px;line-height:1.45;letter-spacing:-.03em;margin:0}.story-copy p{margin-top:auto;display:flex;flex-direction:column;font-size:12px}.story-copy p span{font-size:10px;color:#98a2b3;margin-top:5px}
.event-section{padding-top:90px;padding-bottom:90px}.event-card{border:1px solid var(--line);background:white;border-radius:28px;padding:43px;display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:38px}.event-date{width:104px;height:104px;background:#fff0ec;color:var(--coral);border-radius:23px;display:grid;place-content:center;text-align:center}.event-date b{font-size:42px;line-height:.9}.event-date span{font-size:10px;font-weight:850;letter-spacing:.15em;margin-top:7px}.event-copy h2{font-size:34px;line-height:1.1;letter-spacing:-.025em;margin:12px 0}.event-copy p{max-width:610px;font-size:13px;color:var(--muted);line-height:1.6;margin:0}.button.dark{background:var(--ink);color:white;white-space:nowrap}
.guidance{background:var(--coral);color:white;text-align:center;padding:105px 28px}.guidance-inner{max-width:760px;margin:auto}.guidance .kicker{color:#ffd9cf}.guidance h2{font-size:clamp(42px,5vw,64px);letter-spacing:-.03em;line-height:1.05;margin:16px 0}.guidance p{font-size:16px;line-height:1.65;color:#fff4f0;max-width:620px;margin:0 auto 30px}.guidance-inner>div{display:flex;align-items:center;justify-content:center;gap:26px}.button.white{background:white;color:var(--ink)}.guidance-link{font-size:12px;font-weight:800;border-bottom:1px solid #ffffff80;padding-bottom:4px}.guidance small{display:block;margin-top:20px;color:#ffd9cf}.footer-main,.footer-bottom{max-width:1184px;margin:auto;padding-left:28px;padding-right:28px}.footer-main{padding-top:70px;padding-bottom:55px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start}.footer-main>p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:12px;font-weight:700}.footer-links a:hover{color:var(--coral)}.footer-bottom{border-top:1px solid var(--line);padding-top:25px;padding-bottom:30px;display:flex;justify-content:space-between;color:#98a2b3;font-size:10px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:900px){.nav-shell nav{display:none;position:absolute;top:76px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;flex-direction:column;gap:18px;box-shadow:0 20px 50px #10182818}.nav-shell nav.open{display:flex}.nav-cta{display:none}.menu{display:block;margin-left:auto}.hero{grid-template-columns:1fr;padding-top:50px}.hero-visual{height:430px;max-width:560px;width:100%;margin:auto}.logos{justify-content:flex-start;overflow:hidden}.section-heading{align-items:start;flex-direction:column}.path-grid{grid-template-columns:1fr}.path-card{min-height:300px}.story-grid{grid-template-columns:1fr}.event-card{grid-template-columns:100px 1fr}.event-card>.button{grid-column:2;width:max-content}.footer-main{grid-template-columns:1fr;gap:30px}}
@media(max-width:600px){.nav-shell{height:72px;padding:0 20px}.hero{padding:40px 20px 70px;min-height:auto}.hero h1{font-size:51px}.hero-copy>p{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-visual{height:390px;transform:scale(.88);transform-origin:left center}.m2{right:-35px}.result-badge{left:80px}.logos{gap:28px}.section{padding:85px 20px}.section-heading h2{font-size:40px}.story-card{grid-template-columns:1fr}.portrait{min-height:250px}.story-copy{min-height:220px}.event-card{padding:25px;grid-template-columns:1fr}.event-card>.button{grid-column:1}.event-date{width:78px;height:78px}.event-date b{font-size:32px}.guidance{padding:85px 20px}.guidance-inner>div{flex-direction:column}.footer-main,.footer-bottom{padding-left:20px;padding-right:20px}.footer-bottom{flex-direction:column;gap:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.milestone{animation:none}}

/* Ingress Academy brand-book system */
:root{--ink:#092f84;--muted:#5d6780;--coral:#001fff;--coral-dark:#092f84;--cream:#fbfcff;--line:#dfe6f4;--navy:#071e52;--violet:#0dc6ff;--blue:#001fff;--soft-blue:#eaf2ff;--red:#f00051;--yellow:#f0ac00;--green:#56db65}
body{font-family:"Manrope","Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.brand{gap:0}.brand-mark{display:none}.official-brand{display:block;width:205px;height:58px;overflow:hidden}.official-brand img{width:100%;height:100%;object-fit:contain}
.hero{background:radial-gradient(circle at 82% 45%,#0dc6ff14,transparent 32%)}
.hero h1 em{background:linear-gradient(100deg,#001fff,#0dc6ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.eyebrow span{box-shadow:0 0 0 5px #001fff18}.button.primary{box-shadow:0 10px 28px #001fff28}.avatars span:first-child{background:#dbe6ff}.avatars span:nth-child(2){background:#c8f6ff}.avatars span:nth-child(3){background:#e7e9ff}
.glow{background:radial-gradient(circle,#0dc6ff2b,transparent 68%)}.milestone>span{background:#eaf2ff}.result-badge{background:linear-gradient(135deg,#092f84,#001fff);box-shadow:0 25px 65px #001fff35}
.path-icon{background:#eaf2ff}.violet .path-icon{background:#e8fbff}.blue .path-icon{background:#edf2ff}
.stories-section{background:linear-gradient(135deg,#071e52,#092f84 58%,#001fff);isolation:isolate}.stories-section:before{content:"";position:absolute;inset:0;background:url('brand/ingress-pattern.png') repeat-x right center/180px 500px;opacity:.04;mix-blend-mode:screen;z-index:-1}.story-card{background:#0b2a6d}.portrait{background:#001fff}.cool .portrait{background:#0b7eb8}
.event-date{background:var(--soft-blue)}
.guidance{background:linear-gradient(118deg,#092f84 0%,#001fff 62%,#0dc6ff 150%);position:relative;overflow:hidden}.guidance:after{content:"";position:absolute;right:-20px;top:-170px;width:195px;height:540px;background:url('brand/ingress-pattern.png') center/cover;opacity:.09}.guidance-inner{position:relative;z-index:2}.guidance .kicker,.guidance small{color:#ccefff}.guidance p{color:#eef7ff}
.footer-brand .official-brand{width:190px;height:54px}
@media(max-width:600px){.official-brand{width:170px;height:48px}}

/* Denser, more readable sales layout */
.nav-shell nav a{font-size:15px}.nav-cta,.button{font-size:15px}.eyebrow,.kicker{font-size:13px}.hero{min-height:610px;padding-top:45px;padding-bottom:55px}.hero-copy>p{font-size:20px;line-height:1.55;max-width:610px}.text-link{font-size:15px}.trust-row p{font-size:14px}.trust-row b{font-size:15px}.avatars span{width:38px;height:38px;font-size:10px}
.section{padding-top:82px;padding-bottom:82px}.section-heading{margin-bottom:38px}.section-heading>p{font-size:17px;line-height:1.65;max-width:470px}.logos{min-height:76px}.logos span{font-size:11px}.logos b{font-size:16px}
.logos span{max-width:285px;font-size:13px;line-height:1.45;letter-spacing:0;text-transform:none;color:var(--ink)}
.program-facts{max-width:1184px;margin:0 auto 28px;padding:0 28px;display:grid;grid-template-columns:repeat(4,1fr)}.program-facts>div{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;padding:24px 22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.program-facts>div:first-child{padding-left:0}.program-facts>div:last-child{border-right:0}.program-facts>div>span{width:46px;height:46px;border-radius:14px;background:var(--soft-blue);color:var(--coral);display:grid;place-items:center;font-size:11px;font-weight:850;letter-spacing:.04em}.program-facts p{margin:1px 0 0}.program-facts b{display:block;font-size:16px;line-height:1.25;margin-bottom:6px}.program-facts small{display:block;color:var(--muted);font-size:13px;line-height:1.45}
.paths-section{padding-top:76px}.path-card{padding:30px;min-height:390px}.path-meta{font-size:12px;margin-top:28px}.path-card h3{font-size:26px}.path-card p{font-size:16px;line-height:1.6}.skill-tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.skill-tags span{font-size:12px;font-weight:700;color:var(--ink);background:var(--soft-blue);border-radius:99px;padding:7px 10px}.skill-line{margin-top:auto}.all-link{font-size:15px;margin-top:28px}
.portal-section{background:#f1f6ff;border-top:1px solid var(--line)}.portal-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:65px;align-items:center}.portal-copy h2{font-size:48px;line-height:1.08;letter-spacing:-.025em;margin:15px 0 20px}.portal-copy>p{font-size:18px;line-height:1.65;color:var(--muted)}.portal-copy ul{list-style:none;padding:0;margin:24px 0}.portal-copy li{position:relative;padding:10px 0 10px 28px;font-size:15px;line-height:1.55;color:var(--muted)}.portal-copy li:before{content:"✓";position:absolute;left:0;color:var(--coral);font-weight:900}.portal-copy li b{color:var(--ink)}.portal-actions{display:flex;align-items:center;gap:22px;margin-top:25px}.portal-copy>small{display:block;margin-top:16px;color:#7a87a4;font-size:12px}.portal-product{perspective:1200px}.portal-window{background:white;border:1px solid #cfdbef;border-radius:20px;overflow:hidden;box-shadow:0 30px 70px #092f8420;transform:rotateY(-2deg)}.portal-bar{height:44px;display:flex;align-items:center;gap:6px;padding:0 15px;border-bottom:1px solid #e6ecf7}.portal-bar>span{width:8px;height:8px;border-radius:50%;background:#c5d0e2}.portal-bar b{margin-left:8px;font-size:11px;color:var(--ink)}.portal-body{display:grid;grid-template-columns:120px 1fr;min-height:395px}.portal-body aside{background:#082765;color:white;padding:20px 14px;display:flex;flex-direction:column;gap:7px}.portal-body aside i{width:32px;height:32px;border-radius:9px;background:#0dc6ff;color:#082765;display:grid;place-items:center;font-size:10px;font-weight:900;font-style:normal;margin-bottom:14px}.portal-body aside span{font-size:9px;color:#aebfe1;padding:9px;border-radius:7px}.portal-body aside .active{color:white;background:#ffffff16}.portal-dashboard{padding:24px}.dashboard-head{display:flex;justify-content:space-between;align-items:center}.dashboard-head small{font-size:8px;color:#7f8da7;letter-spacing:.1em}.dashboard-head h3{font-size:20px;margin:4px 0}.dashboard-head>b{font-size:28px;color:var(--coral)}.level-row{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:18px 0}.level-row span{font-size:8px;text-align:center;padding:7px 4px;background:#f2f5fa;border-radius:6px;color:#8793a9}.level-row .done{background:#e2fbeb;color:#17843d}.level-row .current{background:#e8efff;color:#001fff}.skill-score{display:grid;grid-template-columns:1fr 1fr;gap:14px}.skill-score>div{padding:11px;border:1px solid #e4eaf4;border-radius:10px}.skill-score p{display:flex;justify-content:space-between;margin:0 0 8px;font-size:9px}.skill-score p span{color:#71809d}.skill-score i{display:block;height:5px;background:#e9eef7;border-radius:4px;overflow:hidden}.skill-score em{display:block;height:100%;background:linear-gradient(90deg,#001fff,#0dc6ff);border-radius:4px}.ai-recommend{display:flex;align-items:center;gap:10px;margin-top:15px;padding:12px;background:#f0f5ff;border-radius:12px}.ai-recommend>span{width:30px;height:30px;border-radius:9px;background:#001fff;color:white;display:grid;place-items:center;font-size:9px;font-weight:900}.ai-recommend p{display:flex;flex-direction:column;margin:0;flex:1}.ai-recommend small{font-size:7px;color:#71809d}.ai-recommend b{font-size:10px;margin:2px 0}.ai-recommend em{font-size:8px;color:#71809d;font-style:normal}.ai-recommend button{border:0;background:#092f84;color:white;border-radius:7px;padding:8px 10px;font-size:8px}
.journey-section{background:linear-gradient(135deg,#092f84,#001fff);color:white}.journey-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.journey-copy h2{font-size:48px;line-height:1.08;letter-spacing:-.025em;margin:15px 0 20px}.journey-copy p{font-size:17px;line-height:1.65;color:#dce7ff;margin:0 0 28px}.journey-section .kicker{color:#75dcff}.journey-steps{list-style:none;margin:0;padding:0;counter-reset:steps}.journey-steps li{position:relative;padding:20px 20px 20px 62px;border-bottom:1px solid #ffffff26}.journey-steps li:before{counter-increment:steps;content:"0" counter(steps);position:absolute;left:0;top:22px;color:#75dcff;font-size:13px;font-weight:800}.journey-steps b{display:block;font-size:19px;margin-bottom:6px}.journey-steps span{display:block;font-size:15px;line-height:1.55;color:#dce7ff}
.stories-inner{padding-top:82px;padding-bottom:82px}.story-copy blockquote{font-size:22px}.story-copy p{font-size:15px}.story-copy p span{font-size:13px}.watch-tag{font-size:10px}.event-section{padding-top:65px;padding-bottom:65px}.event-copy p{font-size:16px}.guidance{padding:80px 28px}.guidance p{font-size:18px}.guidance small{font-size:13px}.footer-main>p{font-size:16px}.footer-links{font-size:14px}.footer-bottom{font-size:12px}
@media(max-width:900px){.journey-inner{grid-template-columns:1fr;gap:35px}.journey-copy h2{font-size:42px}}
@media(max-width:900px){.portal-layout{grid-template-columns:1fr}.portal-copy h2{font-size:42px}.portal-product{max-width:680px}}
@media(max-width:900px){.program-facts{grid-template-columns:1fr 1fr}.program-facts>div:nth-child(2){border-right:0}.program-facts>div:first-child{padding-left:22px}}
@media(max-width:600px){.hero{padding-top:32px;padding-bottom:50px}.hero-copy>p{font-size:18px}.section{padding-top:62px;padding-bottom:62px}.section-heading>p{font-size:16px}.path-card{min-height:0}.journey-copy h2{font-size:38px}.logos b{font-size:14px}.stories-inner{padding-top:62px;padding-bottom:62px}}
@media(max-width:600px){.program-facts{grid-template-columns:1fr;padding:0 20px}.program-facts>div{border-right:0;padding:20px 0}.program-facts>div:first-child{padding-left:0}.program-facts small{font-size:14px}}
@media(max-width:600px){.portal-copy h2{font-size:38px}.portal-actions{align-items:flex-start;flex-direction:column}.portal-window{transform:none}.portal-body{grid-template-columns:75px 1fr}.portal-body aside{padding:15px 7px}.portal-dashboard{padding:15px}.level-row{grid-template-columns:1fr 1fr}.skill-score{grid-template-columns:1fr}.ai-recommend button{display:none}}

/* Rich SEO and navigation footer */
.site-footer{background:#061b4b;color:white;padding:0 28px}.footer-intro,.footer-directory,.footer-meta,.site-footer .footer-bottom{max-width:1184px;margin:0 auto}.footer-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;padding:68px 0 48px;border-bottom:1px solid #ffffff1f}.footer-brand{display:block;width:max-content;background:white;border-radius:10px;padding:2px 10px;margin-bottom:20px}.footer-brand .official-brand{width:190px;height:54px}.footer-intro>div>p{max-width:570px;color:#b9c8e8;font-size:16px;line-height:1.7;margin:0}.footer-contact{padding-left:50px;border-left:1px solid #ffffff1f}.footer-contact>span{font-size:11px;font-weight:800;letter-spacing:.14em;color:#75dcff}.footer-contact h3{font-size:30px;margin:9px 0 15px;letter-spacing:-.03em}.footer-contact>a{display:flex;align-items:center;gap:10px;width:max-content;color:white;font-size:16px;font-weight:750}.footer-contact svg{width:18px;height:18px}.footer-directory{display:grid;grid-template-columns:1.1fr 1.15fr 1fr 1fr;gap:48px;padding:48px 0}.footer-directory>div{display:flex;flex-direction:column;align-items:flex-start}.footer-directory h4{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#75dcff;margin:0 0 18px}.footer-directory a{font-size:14px;line-height:1.35;color:#d7e2f8;margin:0 0 12px;transition:.2s}.footer-directory a:hover,.footer-meta a:hover,.site-footer .footer-bottom a:hover{color:#75dcff;transform:translateX(2px)}.footer-directory .footer-second-title{margin-top:18px}.footer-meta{display:grid;grid-template-columns:1fr auto auto;gap:40px;align-items:center;padding:28px 0;border-top:1px solid #ffffff1f}.footer-meta>div:first-child{display:flex;align-items:center;gap:16px;font-size:13px}.footer-meta span,.footer-meta>div:first-child a{color:#9fb0d3}.footer-social{display:flex;gap:22px}.footer-social a,.language-switch a{font-size:13px;font-weight:700}.language-switch{display:flex;gap:8px}.site-footer .footer-bottom{padding:22px 0 28px;border-top:1px solid #ffffff1f;color:#8297c0;font-size:12px}.site-footer .footer-bottom>div{display:flex;gap:24px}.site-footer .footer-bottom a{color:#9fb0d3}
@media(max-width:900px){.footer-intro{grid-template-columns:1fr;gap:35px}.footer-contact{padding-left:0;border-left:0}.footer-directory{grid-template-columns:1fr 1fr}.footer-meta{grid-template-columns:1fr}.footer-meta>div:first-child{flex-wrap:wrap}}
@media(max-width:600px){.site-footer{padding:0 20px}.footer-intro{padding-top:50px}.footer-directory{grid-template-columns:1fr;gap:28px}.footer-directory>div{border-bottom:1px solid #ffffff17;padding-bottom:18px}.footer-meta>div:first-child{align-items:flex-start;flex-direction:column;gap:7px}.site-footer .footer-bottom{align-items:flex-start}.site-footer .footer-bottom>div{flex-wrap:wrap;gap:12px 20px}}

/* Backend developer career path */
.career-page{background:#fbfcff;color:#092f84}.career-nav{height:82px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:35px}.career-logo{width:190px}.career-logo img{width:100%}.career-nav nav{display:flex;gap:28px;margin-left:auto}.career-nav nav a{font-size:14px;font-weight:700;color:#52617e}.career-nav .button svg,.career-hero .button svg,.level-card>a svg,.path-portal .button svg,.career-final .button svg{width:17px;height:17px}.career-hero{max-width:1240px;margin:auto;padding:66px 28px 30px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.career-hero h1{font-size:64px;line-height:1.02;letter-spacing:-.03em;margin:18px 0 24px}.career-hero-copy>p{font-size:19px;line-height:1.65;color:#61708d;max-width:650px}.career-hero-copy>div{display:flex;align-items:center;gap:24px;margin-top:32px}.career-hero-copy>small{display:block;color:#7e8ca7;font-size:12px;margin-top:17px}.java-scene{height:480px;position:relative;display:grid;place-items:center}.java-orbit{position:absolute;border:1px dashed #9fb4df;border-radius:50%}.java-orbit.o1{width:390px;height:390px}.java-orbit.o2{width:285px;height:285px}.java-cup{width:175px;height:175px;border-radius:46px;background:linear-gradient(145deg,#092f84,#001fff);display:grid;place-items:center;align-content:center;color:white;box-shadow:0 30px 70px #001fff35;z-index:2}.java-cup span{font-size:65px;filter:grayscale(1) brightness(4)}.java-cup b{font-size:13px;letter-spacing:.18em}.tech-chip{position:absolute;background:white;border:1px solid #dbe4f4;border-radius:12px;padding:11px 15px;font-size:12px;font-weight:800;box-shadow:0 10px 30px #092f8412}.c1{top:42px;left:65px}.c2{top:100px;right:20px}.c3{bottom:92px;left:20px}.c4{bottom:35px;right:80px}.code-card{position:absolute;right:5px;bottom:135px;background:#071e52;color:white;border-radius:16px;padding:18px 20px;z-index:3;display:flex;flex-direction:column}.code-card small{font-size:8px;color:#75dcff}.code-card b{font-size:16px;margin:5px 0}.code-card span{font-size:10px;color:#b7c7e6}.career-proof{background:#092f84;color:white;display:grid;grid-template-columns:repeat(4,1fr);padding:25px calc((100% - 1184px)/2)}.career-proof>div{padding:12px 28px;border-right:1px solid #ffffff25;display:flex;align-items:baseline;gap:12px}.career-proof>div:last-child{border:0}.career-proof b{font-size:28px}.career-proof span{font-size:12px;color:#bdcae5}.roadmap-section{max-width:1184px;margin:auto;padding:38px 28px 60px}.roadmap-heading{display:grid;grid-template-columns:1fr .65fr;gap:60px;align-items:end;margin-bottom:45px}.roadmap-heading .kicker{grid-column:1/-1}.roadmap-heading h2{font-size:50px;line-height:1.07;letter-spacing:-.03em;margin:0}.roadmap-heading p{font-size:16px;line-height:1.65;color:#63718d}.level-list{border-top:1px solid #dce4f2}.level-card{display:grid;grid-template-columns:80px minmax(0,1fr) 468px;column-gap:0;align-items:stretch;padding:34px 0;border-bottom:1px solid #dce4f2}.level-number{font-size:13px;font-weight:900;color:#001fff}.level-content>span{font-size:11px;font-weight:850;color:#001fff;text-transform:uppercase;letter-spacing:.1em}.level-content h3{font-size:25px;margin:7px 0 9px}.level-content p{font-size:15px;line-height:1.55;color:#687690;max-width:700px}.level-content>div{display:flex;gap:7px;flex-wrap:wrap}.level-content em{font-size:11px;font-style:normal;font-weight:700;background:#eaf2ff;padding:6px 9px;border-radius:20px}.level-card>a{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:800}.path-portal{background:linear-gradient(135deg,#092f84,#001fff);color:white;padding:90px max(28px,calc((100% - 1184px)/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.path-portal .kicker{color:#75dcff}.path-portal h2{font-size:48px;line-height:1.08;letter-spacing:-.025em;margin:14px 0}.path-portal p,.path-portal li{color:#d1ddf5;font-size:16px;line-height:1.6}.path-portal ul{padding-left:20px;margin:22px 0 28px}.path-loop{display:flex;align-items:center;justify-content:center;gap:10px}.path-loop>div{width:105px;height:105px;border:1px solid #ffffff2b;border-radius:50%;display:grid;place-content:center;text-align:center;background:#ffffff0a}.path-loop b{font-size:11px;color:#75dcff}.path-loop span{font-size:14px;font-weight:800;margin-top:5px}.path-loop i{font-style:normal;color:#75dcff}.career-final{text-align:center;max-width:800px;margin:auto;padding:95px 28px}.career-final h2{font-size:52px;line-height:1.07;letter-spacing:-.03em;margin:15px 0}.career-final p{font-size:18px;line-height:1.65;color:#64728e}.career-final .button{margin-top:18px}.career-final>small{display:block;margin-top:15px;color:#7d8ba5}.career-footer{border-top:1px solid #dce4f2;max-width:1184px;margin:auto;padding:35px 28px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.career-footer>a img{width:180px}.career-footer p{font-size:13px;color:#66758f}.career-footer>div{display:flex;gap:20px;justify-content:flex-end;font-size:12px;font-weight:700}
@media(max-width:900px){.career-nav nav{display:none}.career-nav>.button{margin-left:auto}.career-hero{grid-template-columns:1fr}.career-hero h1{font-size:54px}.java-scene{max-width:580px;width:100%;margin:auto}.career-proof{padding:25px 28px;grid-template-columns:1fr 1fr}.roadmap-heading,.path-portal{grid-template-columns:1fr}.path-loop{margin-top:20px}.career-footer{grid-template-columns:1fr;gap:20px}.career-footer>div{justify-content:flex-start}}
@media(max-width:600px){.career-nav{padding:0 20px}.career-logo{width:155px}.career-nav>.button{font-size:12px;padding:12px}.career-hero{padding:50px 20px}.career-hero h1{font-size:44px}.career-hero-copy>div{align-items:flex-start;flex-direction:column}.java-scene{height:400px;transform:scale(.86);margin-top:-30px}.career-proof{grid-template-columns:1fr}.career-proof>div{border-right:0;border-bottom:1px solid #ffffff25}.roadmap-section{padding:70px 20px}.roadmap-heading{grid-template-columns:1fr}.roadmap-heading h2,.path-portal h2{font-size:39px}.level-card{grid-template-columns:38px 1fr}.level-card>a{grid-column:2}.path-portal{padding:70px 20px}.path-loop{display:grid;grid-template-columns:1fr 1fr}.path-loop i{display:none}.career-final h2{font-size:42px}.career-footer{padding:30px 20px}}

.assessment-story{max-width:1184px;margin:auto;padding:60px 28px;display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.assessment-copy h2{font-size:45px;line-height:1.09;letter-spacing:-.025em;margin:15px 0}.assessment-copy>p{font-size:17px;line-height:1.65;color:#66758f}.question-types{display:flex;flex-wrap:wrap;gap:8px;margin:23px 0 28px}.question-types span{font-size:12px;font-weight:700;color:#6b4633;border:1px solid #dfc2ae;background:#fffaf5;border-radius:30px;padding:8px 11px}.sample-report{background:white;border:1px solid #dce4f2;border-radius:20px;padding:22px 25px;box-shadow:0 24px 60px #092f8410}.report-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #e6ecf5}.report-head p{display:flex;flex-direction:column;margin:0}.report-head small{font-size:9px;color:#8390a7}.report-head b{font-size:22px;margin-top:4px}.report-head em{font-style:normal;color:#f0ac00}.report-head>strong{width:48px;height:48px;border-radius:12px;background:#092f84;color:#f0ac00;display:grid;place-items:center;font-size:20px}.report-row{display:grid;grid-template-columns:36px 1fr 30px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f7}.report-row:last-child{border:0}.report-row>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;font-size:11px;font-weight:900}.report-row p{display:flex;flex-direction:column;margin:0}.report-row b{font-size:13px}.report-row small{font-size:10px;color:#8b98ad;margin-top:2px}.report-row>strong{font-size:12px;color:#67758e}.grade-A>span{background:#d8f8e6;color:#07884a}.grade-B>span{background:#dfe5ff;color:#1739bf}.grade-C>span{background:#fff1c9;color:#b76b00}.grade-D>span{background:#ffe0e7;color:#d31c4f}
@media(max-width:900px){.assessment-story{grid-template-columns:1fr;gap:45px}}
@media(max-width:600px){.assessment-story{padding:20px 20px 70px}.assessment-copy h2{font-size:38px}.sample-report{padding:16px}.report-row b{font-size:12px}}

/* Career paths directory */
.all-paths-page{background:#fbfcff;color:#092f84}.paths-hero{max-width:1240px;margin:auto;padding:82px 28px 92px;display:grid;grid-template-columns:1.15fr .65fr;gap:90px;align-items:center}.paths-hero h1{font-size:68px;line-height:1.01;letter-spacing:-.03em;margin:18px 0 25px}.paths-hero h1 em{font-style:normal;color:#001fff}.paths-hero>div>p{max-width:720px;color:#63718c;font-size:19px;line-height:1.65}.paths-hero>div>div{display:flex;align-items:center;gap:25px;margin-top:32px}.paths-hero aside{background:#071e52;color:white;border-radius:22px;padding:28px 30px;box-shadow:0 25px 65px #092f8420}.paths-hero aside>small{font-size:10px;letter-spacing:.14em;color:#75dcff;font-weight:850}.paths-hero ol{list-style:none;padding:0;margin:20px 0 0}.paths-hero li{display:flex;flex-direction:column;padding:17px 0;border-top:1px solid #ffffff1f}.paths-hero li b{font-size:16px}.paths-hero li span{font-size:12px;color:#b9c8e7;margin-top:5px}.paths-intro{max-width:1184px;margin:auto;padding:88px 28px 38px;display:grid;grid-template-columns:1fr .75fr;gap:80px;align-items:end;border-top:1px solid #dfe6f2}.paths-intro h2{font-size:49px;line-height:1.08;letter-spacing:-.03em;margin:13px 0 0}.paths-intro>p{color:#687691;font-size:16px;line-height:1.7;margin:0}.directory-grid{max-width:1184px;margin:auto;padding:10px 28px 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.directory-card{--path-color:#001fff;min-height:390px;padding:27px;border:1px solid #dbe4f2;border-radius:18px;background:white;display:flex;flex-direction:column;transition:.25s ease;box-shadow:0 3px 8px #092f8408}.directory-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--path-color) 45%,white);box-shadow:0 20px 45px #092f8416}.directory-card.sky{--path-color:#1799d2}.directory-card.cyan{--path-color:#00a6bb}.directory-card.navy{--path-color:#092f84}.directory-card.violet{--path-color:#7051d6}.directory-card.coral{--path-color:#ed6545}.directory-card.green{--path-color:#139b65}.directory-top{display:flex;justify-content:space-between;align-items:center}.directory-icon{width:60px;height:60px;border-radius:16px;background:color-mix(in srgb,var(--path-color) 10%,white);color:var(--path-color);display:grid;place-items:center;font-size:17px;font-weight:900}.directory-number{font-size:11px;font-weight:850;color:#9aa6bb;letter-spacing:.1em}.directory-card h3{font-size:25px;letter-spacing:-.025em;margin:25px 0 10px}.directory-card>p{font-size:15px;line-height:1.6;color:#66748e;margin:0}.directory-skills{display:flex;flex-wrap:wrap;gap:7px;margin:22px 0}.directory-skills span{font-size:11px;font-weight:750;color:#52617d;background:#f1f5fb;border-radius:20px;padding:6px 9px}.directory-card footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #e4eaf3}.directory-card footer>div{display:flex;flex-direction:column}.directory-card footer b{font-size:11px;color:#53617d}.directory-card footer span{font-size:10px;color:#8a97ad;margin-top:4px}.directory-card footer strong{display:flex;align-items:center;gap:6px;color:var(--path-color);font-size:12px;white-space:nowrap}.directory-card footer svg{width:16px;height:16px}.path-match{background:linear-gradient(130deg,#092f84,#001fff);color:white;padding:90px max(28px,calc((100% - 1184px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.path-match .kicker{color:#75dcff}.path-match h2{font-size:49px;line-height:1.08;letter-spacing:-.03em;margin:14px 0 19px}.path-match>div>p{font-size:16px;line-height:1.7;color:#d3def5;margin-bottom:28px}.path-match>div>small{display:block;color:#afc1e3;font-size:11px;margin-top:14px}.path-match ol{list-style:none;padding:0;margin:0}.path-match li{display:grid;grid-template-columns:45px 1fr;gap:17px;padding:19px 0;border-bottom:1px solid #ffffff24}.path-match li>span{font-size:12px;font-weight:900;color:#75dcff;padding-top:3px}.path-match li p{display:flex;flex-direction:column;margin:0}.path-match li b{font-size:18px}.path-match li small{font-size:13px;line-height:1.5;color:#c3d1ed;margin-top:5px}.paths-guidance{max-width:850px;margin:auto;text-align:center;padding:100px 28px}.paths-guidance h2{font-size:52px;line-height:1.07;letter-spacing:-.03em;margin:14px 0}.paths-guidance>p{font-size:18px;line-height:1.65;color:#687691}.paths-guidance>div{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:28px}
@media(max-width:900px){.paths-hero{grid-template-columns:1fr;gap:45px}.paths-hero h1{font-size:57px}.paths-intro{grid-template-columns:1fr;gap:25px}.directory-grid{grid-template-columns:1fr 1fr}.path-match{grid-template-columns:1fr;gap:45px}}
@media(max-width:600px){.paths-hero{padding:52px 20px 65px}.paths-hero h1{font-size:43px}.paths-hero>div>p{font-size:17px}.paths-hero>div>div,.paths-guidance>div{align-items:flex-start;flex-direction:column}.paths-intro{padding:65px 20px 30px}.paths-intro h2,.path-match h2{font-size:38px}.directory-grid{grid-template-columns:1fr;padding:5px 20px 70px}.directory-card{min-height:350px}.path-match{padding:70px 20px}.paths-guidance{padding:75px 20px;text-align:left}.paths-guidance h2{font-size:40px}.paths-guidance>div{justify-content:flex-start}}

/* Courses and teaching proof */
.upcoming-section{padding-top:90px;padding-bottom:90px}.upcoming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.upcoming-card{border:1px solid #dbe4f2;border-radius:18px;background:white;overflow:hidden;box-shadow:0 5px 16px #092f8408}.course-band{min-height:105px;padding:23px;background:linear-gradient(135deg,#071e52,#092f84);color:white;display:flex;flex-direction:column;justify-content:space-between}.course-band span{font-size:11px;font-weight:850;letter-spacing:.11em;color:#75dcff}.course-band small{font-size:12px;color:#c5d4ef}.course-body{padding:24px}.course-body>p{font-size:10px;font-weight:800;color:#001fff;letter-spacing:.08em;text-transform:uppercase}.course-body h3{font-size:23px;line-height:1.18;min-height:55px;margin:9px 0 14px}.course-body>span{display:block;color:#71809b;font-size:13px}.course-body>div{margin-top:23px;padding-top:18px;border-top:1px solid #e5ebf4}.course-body a{display:flex;align-items:center;justify-content:space-between;color:#001fff;font-size:13px;font-weight:800}.course-body svg{width:17px}.mentor-section{background:#f0f5ff;border-top:1px solid #dce5f4;border-bottom:1px solid #dce5f4}.mentor-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.mentor-copy h2{font-size:48px;line-height:1.08;letter-spacing:-.025em;margin:15px 0 20px}.mentor-copy p{font-size:17px;line-height:1.65;color:#64728d;margin-bottom:27px}.mentor-proof{background:white;border:1px solid #dbe4f2;border-radius:19px;padding:12px 28px}.mentor-proof>div{display:grid;grid-template-columns:42px 1fr;gap:17px;padding:22px 0;border-bottom:1px solid #e4eaf3}.mentor-proof>div:last-child{border:0}.mentor-proof>div>span{font-size:11px;font-weight:900;color:#001fff}.mentor-proof p{display:flex;flex-direction:column;margin:0}.mentor-proof b{font-size:17px}.mentor-proof small{font-size:13px;line-height:1.5;color:#7a879d;margin-top:5px}
.path-training{background:#f0f5ff;padding:95px max(28px,calc((100% - 1184px)/2))}.path-training-head{display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:end;margin-bottom:40px}.path-training-head .kicker{grid-column:1/-1}.path-training-head h2{font-size:50px;line-height:1.07;letter-spacing:-.03em;margin:0}.path-training-head>p{font-size:16px;line-height:1.65;color:#67758f;margin:0}.path-course-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.path-course{background:white;border:1px solid #d9e3f1;border-radius:17px;padding:25px}.path-course>div:first-child{display:flex;justify-content:space-between}.path-course>div:first-child span{font-size:10px;font-weight:900;letter-spacing:.1em;color:#001fff}.path-course>div:first-child small{font-size:9px;color:#8895aa}.path-course h3{font-size:24px;margin:22px 0 9px}.path-course>p{font-size:12px;color:#6e7d97}.path-course-skills{display:flex;flex-wrap:wrap;gap:7px;margin:19px 0 24px}.path-course-skills em{font-style:normal;font-size:10px;font-weight:700;background:#edf3ff;border-radius:20px;padding:6px 9px}.path-course footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5eaf3;padding-top:18px}.path-course footer a:first-child{display:flex;gap:7px;align-items:center;color:#001fff;font-size:12px;font-weight:850}.path-course footer a:last-child{font-size:11px;color:#6f7d96;font-weight:700}.path-course footer svg{width:16px}.training-note{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-top:20px;padding:25px 28px;border-radius:16px;background:#071e52;color:white}.training-note p{display:flex;flex-direction:column;margin:0}.training-note b{font-size:17px}.training-note span{font-size:12px;color:#c4d2ed;margin-top:5px}.career-instructors{max-width:1184px;margin:auto;padding:95px 28px;display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.career-instructors h2{font-size:47px;line-height:1.08;letter-spacing:-.025em;margin:15px 0 20px}.career-instructors>div>p{font-size:16px;line-height:1.65;color:#68758f}.career-instructors .text-link{display:flex;width:max-content;margin-top:24px}.career-instructors .text-link svg,.career-proof-story svg{width:17px}.career-instructors aside{border:1px solid #dce4f1;border-radius:18px;padding:10px 26px;background:white}.career-instructors aside>div{display:grid;grid-template-columns:55px 1fr;gap:16px;align-items:center;padding:21px 0;border-bottom:1px solid #e4eaf3}.career-instructors aside>div:last-child{border:0}.career-instructors aside>div>span{width:44px;height:44px;border-radius:12px;background:#eaf0ff;color:#001fff;display:grid;place-items:center;font-size:10px;font-weight:900}.career-instructors aside p{display:flex;flex-direction:column;margin:0}.career-instructors aside b{font-size:16px}.career-instructors aside small{font-size:12px;color:#8190a6;margin-top:4px}.career-proof-story{background:#071e52;color:white;padding:55px max(28px,calc((100% - 1184px)/2));display:flex;align-items:center;justify-content:space-between;gap:50px}.career-proof-story>div>span{font-size:10px;font-weight:900;letter-spacing:.13em;color:#75dcff}.career-proof-story blockquote{font-size:27px;line-height:1.35;max-width:720px;margin:15px 0}.career-proof-story p{display:flex;gap:12px;align-items:center;margin:0}.career-proof-story p small{color:#9fb1d4}.career-proof-story>a{display:flex;gap:8px;align-items:center;color:white;font-size:13px;font-weight:800;white-space:nowrap}
@media(max-width:900px){.upcoming-grid{grid-template-columns:1fr 1fr}.mentor-layout,.path-training-head,.career-instructors{grid-template-columns:1fr;gap:40px}.path-course-grid{grid-template-columns:1fr}.career-proof-story{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.upcoming-grid{grid-template-columns:1fr}.mentor-copy h2,.path-training-head h2,.career-instructors h2{font-size:38px}.mentor-layout{padding-left:20px;padding-right:20px}.path-training{padding:70px 20px}.path-course footer,.training-note{align-items:flex-start;flex-direction:column}.career-instructors{padding:70px 20px}.career-proof-story{padding:50px 20px}.career-proof-story blockquote{font-size:23px}}

/* Dedicated course conversion page */
.course-page{background:#fbfcff;color:#092f84}.course-hero{max-width:1240px;margin:auto;padding:75px 28px 90px;display:grid;grid-template-columns:1fr 380px;gap:75px;align-items:center}.course-hero h1{font-size:62px;line-height:1.01;letter-spacing:-.03em;margin:16px 0 23px;max-width:850px}.course-hero>div>p{font-size:19px;line-height:1.65;color:#66748d;max-width:790px}.course-facts{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0}.course-facts span{border:1px solid #d5dfee;border-radius:30px;padding:8px 12px;font-size:11px;font-weight:800}.course-hero-actions{display:flex;align-items:center;gap:24px;margin-top:28px}.course-hero aside{background:#071e52;color:white;border-radius:20px;padding:30px;display:flex;flex-direction:column;box-shadow:0 25px 60px #092f8422}.course-hero aside small{font-size:10px;color:#75dcff;font-weight:900;letter-spacing:.12em}.course-hero aside b{font-size:30px;margin:11px 0}.course-hero aside p{font-size:14px;color:#d0dcf2;margin:0 0 8px}.course-hero aside>span{font-size:11px;color:#92a7cf}.course-hero aside a{display:flex;align-items:center;justify-content:space-between;background:#001fff;color:white;border-radius:10px;padding:14px 16px;font-size:13px;font-weight:850;margin-top:24px}.course-hero aside svg{width:17px}.course-fit{background:#f0f5ff;padding:90px max(28px,calc((100% - 1184px)/2))}.course-fit>div:first-child{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.course-fit h2,.course-section-head h2,.outcome-copy h2{font-size:47px;line-height:1.08;letter-spacing:-.025em;margin:14px 0 0}.fit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:38px 0 26px}.fit-grid article{background:white;border:1px solid #dce4f1;border-radius:16px;padding:25px}.fit-grid span{font-size:9px;font-weight:900;color:#001fff;letter-spacing:.12em}.fit-grid h3{font-size:20px;margin:14px 0 9px}.fit-grid p{font-size:13px;line-height:1.6;color:#6b7891}.course-fit>a{display:flex;align-items:center;gap:8px;width:max-content;font-size:13px;font-weight:800;color:#001fff}.course-fit>a svg{width:16px}.course-outcomes{max-width:1184px;margin:auto;padding:95px 28px;display:grid;grid-template-columns:1fr .7fr;gap:75px}.course-path-position{grid-column:1/-1}.course-path-position>span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#001fff}.course-path-position>div{display:grid;grid-template-columns:repeat(5,1fr);margin-top:16px}.course-path-position i{font-style:normal;text-align:center;padding:13px 5px;background:#edf2fa;border-right:2px solid white;font-size:11px;color:#75829a}.course-path-position i.active{background:#001fff;color:white;font-weight:850}.outcome-copy ul{padding:0;list-style:none;margin-top:25px}.outcome-copy li{position:relative;padding:8px 0 8px 28px;color:#5f6e88;font-size:14px}.outcome-copy li:before{content:"✓";position:absolute;left:0;color:#0a9c68;font-weight:900}.course-outcomes>aside{background:#fff7e5;border:1px solid #f1d99e;border-radius:18px;padding:28px}.course-outcomes>aside small{font-size:10px;color:#a16c00;font-weight:900;letter-spacing:.1em}.course-outcomes>aside h3{font-size:24px;line-height:1.25;margin:18px 0 12px}.course-outcomes>aside p{font-size:14px;line-height:1.6;color:#78694e}.course-syllabus,.course-groups,.course-teachers{padding:90px max(28px,calc((100% - 1184px)/2))}.course-syllabus{background:#f0f5ff}.course-section-head{display:grid;grid-template-columns:1fr .65fr;gap:65px;align-items:end;margin-bottom:36px}.course-section-head>p{font-size:15px;line-height:1.6;color:#6b7890;margin:0}.module-list{display:flex;flex-direction:column;gap:10px}.module-list details{background:white;border:1px solid #dce4f1;border-radius:14px;overflow:hidden}.module-list summary{list-style:none;display:grid;grid-template-columns:45px 1fr auto 24px;gap:15px;align-items:center;padding:20px 23px;cursor:pointer}.module-list summary::-webkit-details-marker{display:none}.module-list summary>span{width:34px;height:34px;border-radius:9px;background:#e9efff;color:#001fff;display:grid;place-items:center;font-size:10px;font-weight:900}.module-list summary>b{font-size:16px}.module-list summary>small{color:#8a97ab;font-size:11px}.module-list summary>i{font-style:normal;font-size:20px;transition:.2s}.module-list details[open] summary>i{transform:rotate(45deg)}.module-list details>div{padding:0 23px 18px 83px;display:grid;grid-template-columns:1fr 1fr;gap:7px 20px}.module-list details>div p{font-size:12px;color:#65728b;margin:0;padding:7px 0;border-top:1px solid #edf1f6}.course-groups article{border:1px solid #dbe4f1;border-radius:18px;background:white;padding:28px;display:grid;grid-template-columns:.7fr 1.3fr auto;gap:40px;align-items:center}.course-groups article small{font-size:9px;color:#001fff;font-weight:900;letter-spacing:.1em}.course-groups article h3{font-size:26px;margin:7px 0}.course-groups article>div>span{font-size:12px;color:#71809a}.course-groups dl{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:0}.course-groups dl div{display:flex;flex-direction:column}.course-groups dt{font-size:9px;color:#8995a9;text-transform:uppercase;font-weight:850}.course-groups dd{font-size:12px;font-weight:750;margin:4px 0 0}.course-groups .button svg,.course-apply .button svg{width:17px}.course-teachers{background:#f0f5ff}.teacher-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.teacher-grid article{display:grid;grid-template-columns:58px 1fr;gap:16px;background:white;border:1px solid #dbe4f1;border-radius:15px;padding:21px}.teacher-grid article>span{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#001fff,#0dc6ff);color:white;display:grid;place-items:center;font-size:11px;font-weight:900}.teacher-grid h3{font-size:17px;margin:0 0 4px}.teacher-grid b{display:block;font-size:11px;color:#001fff}.teacher-grid small{font-size:10px;color:#8794a8}.teacher-grid p{font-size:11px;color:#62708a;margin:9px 0 0}.course-proof{background:#071e52;color:white;padding:70px max(28px,calc((100% - 900px)/2));text-align:center}.course-proof>span{font-size:10px;color:#75dcff;font-weight:900;letter-spacing:.13em}.course-proof blockquote{font-size:27px;line-height:1.4;margin:18px auto;max-width:800px}.course-proof p{color:#b8c7e3;font-size:13px}.course-proof a{display:flex;align-items:center;justify-content:center;gap:8px;color:white;font-size:13px;font-weight:800;margin-top:20px}.course-proof svg{width:16px}.course-apply{max-width:1184px;margin:auto;padding:90px 28px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.course-apply h2{font-size:47px;line-height:1.08;letter-spacing:-.025em;margin:14px 0}.course-apply p{font-size:16px;line-height:1.65;color:#66748e;max-width:760px}.course-apply>div:last-child{display:flex;flex-direction:column;align-items:center;gap:18px}.course-apply .text-link{font-size:12px}
@media(max-width:900px){.course-hero{grid-template-columns:1fr}.course-fit>div:first-child,.course-section-head,.course-outcomes{grid-template-columns:1fr}.fit-grid{grid-template-columns:1fr 1fr}.course-groups article{grid-template-columns:1fr}.course-apply{grid-template-columns:1fr}.course-apply>div:last-child{align-items:flex-start}.course-outcomes>aside{grid-column:auto}}
@media(max-width:600px){.course-hero{padding:50px 20px 70px}.course-hero h1{font-size:43px}.course-hero-actions{align-items:flex-start;flex-direction:column}.course-fit,.course-syllabus,.course-groups,.course-teachers{padding:65px 20px}.fit-grid,.teacher-grid{grid-template-columns:1fr}.course-fit h2,.course-section-head h2,.outcome-copy h2,.course-apply h2{font-size:37px}.course-outcomes{padding:70px 20px}.course-path-position>div{grid-template-columns:1fr}.course-path-position i{border-right:0;border-bottom:2px solid white}.module-list summary{grid-template-columns:38px 1fr 20px}.module-list summary>small{display:none}.module-list details>div{padding-left:23px;grid-template-columns:1fr}.course-groups dl{grid-template-columns:1fr}.course-proof{padding:55px 20px}.course-proof blockquote{font-size:22px}.course-apply{padding:70px 20px}}

/* Portal application handoff */
.application-note{display:block;color:#75839b;font-size:11px;margin-top:14px}.application-handoff{max-width:1184px;margin:auto;padding:95px 28px;display:grid;grid-template-columns:.9fr 1.05fr;gap:70px;align-items:start}.application-handoff-copy h2{font-size:47px;line-height:1.08;letter-spacing:-.025em;margin:14px 0 20px}.application-handoff-copy>p{font-size:16px;line-height:1.65;color:#66748e}.application-handoff-copy .text-link{display:flex;width:max-content;margin-top:23px;font-size:12px}.application-handoff ol{list-style:none;padding:0;margin:0}.application-handoff li{display:grid;grid-template-columns:43px 1fr;gap:15px;padding:19px 0;border-bottom:1px solid #e0e7f1}.application-handoff li>span{font-size:11px;font-weight:900;color:#001fff;padding-top:3px}.application-handoff li p{display:flex;flex-direction:column;margin:0}.application-handoff li b{font-size:16px}.application-handoff li small{font-size:12px;line-height:1.5;color:#78869d;margin-top:5px}.application-handoff-action{grid-column:1/-1;background:#071e52;color:white;border-radius:18px;padding:27px 30px;display:grid;grid-template-columns:1fr auto;gap:20px 35px;align-items:center}.application-handoff-action p{display:flex;flex-direction:column;margin:0}.application-handoff-action p small{font-size:9px;color:#75dcff;font-weight:900;letter-spacing:.1em}.application-handoff-action p b{font-size:19px;margin:5px 0}.application-handoff-action p span{font-size:12px;color:#b9c8e5}.application-handoff-action>.button svg{width:17px}.application-handoff-action>small{grid-column:2;font-size:10px;color:#9eb0d1;text-align:center}.application-handoff-action .button{white-space:nowrap}
@media(max-width:900px){.application-handoff{grid-template-columns:1fr;gap:40px}.application-handoff-action{grid-template-columns:1fr}.application-handoff-action>small{grid-column:1;text-align:left}}
@media(max-width:600px){.application-handoff{padding:70px 20px}.application-handoff-copy h2{font-size:37px}.application-handoff-action{padding:24px 20px}.application-handoff-action .button{white-space:normal}}

/* Homepage sales hierarchy */
.hero-secondary{background:white;color:#092f84;border:1px solid #cdd9ec}.hero-secondary:hover{border-color:#001fff;color:#001fff}.hero-secondary svg{width:18px;height:18px}.story-showcase{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.featured-story{min-height:535px}.featured-story .portrait{min-height:350px}.featured-story .portrait>span{font-size:54px}.featured-story .story-copy{padding:30px}.featured-story .story-copy blockquote{font-size:27px;max-width:680px}.mini-stories{display:grid;grid-template-rows:1fr 1fr;gap:18px}.mini-story{display:grid;grid-template-columns:42% 58%;min-height:0}.mini-story .portrait{min-height:0}.mini-story .portrait>span{font-size:25px}.mini-story .story-copy{padding:20px}.mini-story .story-copy blockquote{font-size:16px;line-height:1.45}.mini-story .story-copy p{margin-top:14px}.mini-story .watch-tag{font-size:8px}.mini-story .portrait button{width:42px;height:42px}.stories-section .violet .portrait{background:#6346c7}
@media(max-width:900px){.story-showcase{grid-template-columns:1fr}.mini-stories{grid-template-columns:1fr 1fr;grid-template-rows:auto}.mini-story{grid-template-columns:1fr}.mini-story .portrait{min-height:210px}}
@media(max-width:600px){.hero-actions{align-items:flex-start;flex-direction:column}.story-showcase,.mini-stories{grid-template-columns:1fr}.featured-story{min-height:0}.featured-story .portrait{min-height:270px}.mini-story .portrait{min-height:220px}}

/* Graduate video stories */
.video-story{grid-template-columns:minmax(245px,42%) 1fr;align-items:stretch}.story-video{position:relative;min-height:100%;background:#06163b;overflow:hidden}.story-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.featured-story .story-video{min-height:535px}.video-story .story-copy{justify-content:center}.video-story .story-copy blockquote{margin:14px 0 16px}.video-story .story-copy>p{display:block;margin:0;color:#aebddd;font-size:13px;line-height:1.6}.story-label{font-size:9px;font-weight:900;letter-spacing:.13em;color:#75dcff}.mini-story.video-story{grid-template-columns:42% 58%}.mini-story .story-video{min-height:250px}.mini-story.video-story .story-copy{padding:18px}.mini-story.video-story .story-copy blockquote{font-size:15px;margin:10px 0}.mini-story.video-story .story-copy>p{font-size:11px;line-height:1.5}
@media(max-width:900px){.featured-story.video-story{grid-template-columns:minmax(260px,38%) 1fr}.mini-story.video-story{grid-template-columns:1fr}.mini-story .story-video{min-height:390px}}
@media(max-width:600px){.featured-story.video-story,.mini-story.video-story{grid-template-columns:1fr}.featured-story .story-video{min-height:560px}.mini-story .story-video{min-height:540px}}

/* Header fit and logo protection */
.nav-shell{width:100%;max-width:1240px;gap:0}.nav-shell>.brand{flex:0 0 auto;min-width:180px}.nav-shell .official-brand{width:180px;height:52px}.nav-shell nav{flex:1 1 auto;justify-content:center;gap:20px;margin-left:24px;margin-right:20px;min-width:0}.nav-shell nav a{white-space:nowrap;font-size:14px}.nav-shell>.nav-cta{flex:0 0 auto;white-space:nowrap;padding-left:20px;padding-right:20px;font-size:14px}
@media(max-width:1120px){.nav-shell nav{display:none;position:absolute;top:76px;left:20px;right:20px;margin:0;background:white;border:1px solid var(--line);border-radius:18px;padding:20px;flex-direction:column;gap:18px;box-shadow:0 20px 50px #10182818}.nav-shell nav.open{display:flex}.nav-shell>.nav-cta{display:none}.nav-shell>.menu{display:block;margin-left:auto}.nav-shell>.brand{min-width:0}}
@media(max-width:600px){.nav-shell .official-brand{width:165px;height:46px}}

/* Real classroom proof */
.classroom-section{background:#fbfcff;border-top:1px solid var(--line)}.academy-signal{display:flex;align-items:center;gap:0;margin:-16px 0 28px;color:#52617b;font-size:12px;font-weight:800}.academy-signal span{display:flex;align-items:center}.academy-signal span+span:before{content:"·";margin:0 11px;color:#001fff}.classroom-gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.classroom-gallery figure{position:relative;margin:0;border-radius:22px;overflow:hidden;background:#071e52;isolation:isolate}.classroom-gallery figure:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#071e52dc);z-index:1;pointer-events:none}.classroom-main{height:560px}.classroom-side{display:grid;grid-template-rows:1fr 1fr;gap:16px}.classroom-side figure{height:272px}.classroom-gallery img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s ease}.classroom-gallery figure:hover img{transform:scale(1.025)}.classroom-gallery figcaption{position:absolute;z-index:2;left:25px;right:25px;bottom:23px;color:white;display:flex;flex-direction:column;gap:7px}.classroom-gallery figcaption span{font-size:10px;font-weight:900;letter-spacing:.13em;color:#74e3ff}.classroom-gallery figcaption b{font-size:19px;line-height:1.25;max-width:470px}.classroom-side figcaption b{font-size:16px}.classroom-proof{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;border:1px solid var(--line);border-radius:16px;background:white;overflow:hidden}.classroom-proof span{padding:17px 20px;text-align:center;border-right:1px solid var(--line);font-size:12px;font-weight:800;color:#52617b}.classroom-proof span:last-child{border-right:0}
@media(max-width:900px){.classroom-gallery{grid-template-columns:1fr}.classroom-main{height:480px}.classroom-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.classroom-proof{grid-template-columns:1fr 1fr}.classroom-proof span:nth-child(2){border-right:0}.classroom-proof span:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:600px){.classroom-main{height:360px}.classroom-side{grid-template-columns:1fr}.classroom-side figure{height:270px}.classroom-gallery figcaption{left:20px;right:20px;bottom:19px}.classroom-proof{grid-template-columns:1fr 1fr}.classroom-proof span{padding:14px 8px;font-size:11px}}

/* Homepage CTA hierarchy */
.path-card-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:18px;color:#001fff;font-size:13px;font-weight:850}.path-card-cta svg{width:16px;height:16px;transition:transform .2s}.path-card:hover .path-card-cta svg{transform:translateX(4px)}.path-status{display:block;margin:7px 0 10px;color:#7d8aa0;font-size:10px}.path-card .skill-line{margin-top:8px}.story-conversion{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:26px;padding:25px 28px;border:1px solid #ffffff1c;border-radius:18px;background:#ffffff0a}.story-conversion p{display:flex;flex-direction:column;margin:0}.story-conversion b{font-size:18px}.story-conversion span{font-size:12px;color:#aebddd;margin-top:5px}.course-actions{display:grid!important;grid-template-columns:1fr;gap:9px;margin-top:22px!important;padding-top:18px!important}.course-apply-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px;border-radius:9px;background:#001fff;color:white!important;font-size:12px!important}.course-details-cta{display:block!important;text-align:center;padding:4px;color:#66748d!important;font-size:11px!important}.course-directory-cta{width:max-content;margin:28px auto 0;background:white;color:#092f84;border:1px solid #cbd7e9}.course-directory-cta:hover{border-color:#001fff;color:#001fff}.mentor-copy .text-link svg{width:17px}.event-card .button.primary{white-space:nowrap}
@media(max-width:600px){.story-conversion{align-items:flex-start;flex-direction:column}.story-conversion .button{width:100%}.course-directory-cta{width:100%}}

/* Backend path precision and conversion */
.career-secondary{background:white;color:#092f84;border:1px solid #cbd7e9}.career-secondary:hover{border-color:#001fff;color:#001fff}.backend-graduate-proof{max-width:1184px;margin:auto;padding:90px 28px;display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.backend-graduate-proof h2{font-size:44px;line-height:1.1;letter-spacing:-.025em;margin:14px 0 18px}.backend-graduate-proof p{font-size:16px;line-height:1.65;color:#66748d}.backend-graduate-proof .text-link{display:flex;width:max-content;margin-top:23px}.backend-graduate-proof .text-link svg{width:17px}.backend-proof-video{position:relative;min-height:500px;max-width:310px;width:100%;margin:auto;border-radius:22px;overflow:hidden;background:#071e52;box-shadow:0 25px 60px #092f8424}.backend-proof-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.mapped-course-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px}.mapped-course-primary{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px;border-radius:9px;background:#001fff;color:white!important;font-size:12px!important}.mapped-course-secondary{display:block!important;text-align:center;color:#687790!important;font-size:11px!important}.assessment-outcomes{list-style:none;padding:0;margin:22px 0}.assessment-outcomes li{position:relative;padding:7px 0 7px 25px;color:#66748d;font-size:13px;line-height:1.5}.assessment-outcomes li:before{content:"✓";position:absolute;left:0;color:#0a9c68;font-weight:900}.named-instructors p em{display:block;margin-top:7px;color:#001fff;font-size:9px;font-style:normal;font-weight:850;letter-spacing:.05em}.named-instructors>div>span{border-radius:50%!important;background:linear-gradient(135deg,#001fff,#0dc6ff)!important;color:white!important}.level-content>div{gap:7px}.level-content em{line-height:1.25}.career-page .path-course{display:flex;flex-direction:column}.career-page .path-course .path-course-skills{margin-bottom:22px}.career-page .path-course footer{margin-top:auto}
@media(max-width:900px){.backend-graduate-proof{grid-template-columns:1fr;gap:35px}.backend-proof-video{margin-left:0}.career-hero-copy>div{flex-wrap:wrap}}
@media(max-width:600px){.backend-graduate-proof{padding:65px 20px}.backend-graduate-proof h2{font-size:36px}.backend-proof-video{min-height:520px;max-width:325px}.career-secondary{width:100%}.mapped-course-primary{font-size:11px!important}}

/* Compact Backend proof and instructor team */
.backend-graduate-results{max-width:1184px;margin:auto;padding:62px 28px}.backend-results-heading{display:grid;grid-template-columns:1fr 1fr;gap:15px 65px;align-items:end;margin-bottom:24px}.backend-results-heading .kicker{grid-column:1/-1}.backend-results-heading h2{font-size:40px;line-height:1.08;letter-spacing:-.025em;margin:0}.backend-results-heading p{font-size:14px;line-height:1.6;color:#66748d;margin:0}.backend-results-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;height:260px}.backend-featured-story,.backend-mini-results article{position:relative;overflow:hidden;border-radius:16px;background:#071e52}.backend-results-grid iframe{width:100%;height:100%;border:0}.backend-featured-story>span,.backend-mini-results article>span{position:absolute;left:12px;bottom:10px;padding:6px 8px;border-radius:20px;background:#071e52d9;color:white;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;pointer-events:none}.backend-mini-results{display:grid;grid-template-rows:1fr 1fr;gap:14px;min-height:0}.backend-results-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:18px}.backend-results-cta p{display:flex;flex-direction:column;margin:0}.backend-results-cta b{font-size:15px}.backend-results-cta span{font-size:11px;color:#71809a;margin-top:4px}.backend-results-cta .button{padding:13px 18px;white-space:nowrap}.assessment-loop{display:flex;align-items:center;gap:8px;margin:20px 0 24px;flex-wrap:wrap}.assessment-loop span{display:flex;align-items:center;gap:6px;padding:8px 9px;border-radius:8px;background:#edf3ff;color:#092f84;font-size:10px;font-weight:800}.assessment-loop span b{color:#001fff}.assessment-loop i{font-style:normal;color:#98a5ba}.backend-instructor-team{max-width:1184px;margin:auto;padding:60px 28px}.backend-team-heading{display:grid;grid-template-columns:1fr .9fr;gap:15px 65px;align-items:end;margin-bottom:28px}.backend-team-heading .kicker{grid-column:1/-1}.backend-team-heading h2{font-size:42px;line-height:1.08;letter-spacing:-.025em;margin:0}.backend-team-heading p{font-size:14px;line-height:1.6;color:#66748d;margin:0}.backend-instructor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.backend-instructor-grid article{display:grid;grid-template-columns:58px 1fr;gap:15px;padding:20px;border:1px solid #dce4f1;border-radius:15px;background:white;min-width:0}.backend-instructor-grid article>img,.instructor-photo-fallback{width:52px;height:52px;border-radius:50%;object-fit:cover}.instructor-photo-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#001fff,#0dc6ff);color:white;font-size:11px;font-weight:900}.backend-instructor-grid article>div:last-child{min-width:0}.backend-instructor-grid h3{font-size:16px;margin:0 0 4px;white-space:normal}.backend-instructor-grid p{font-size:10px;line-height:1.4;color:#687790;margin:0}.backend-instructor-grid article span{display:block;font-size:10px;font-weight:800;color:#092f84;margin-top:8px}.backend-instructor-grid ul{display:flex;gap:5px;flex-wrap:wrap;list-style:none;padding:0;margin:9px 0 0}.backend-instructor-grid li{font-size:8px;font-weight:750;padding:5px 7px;border-radius:20px;background:#edf3ff;color:#001fff}.backend-instructor-team>.text-link{display:flex;width:max-content;margin-top:22px}.backend-instructor-team>.text-link svg{width:17px}
@media(max-width:900px){.backend-results-heading,.backend-team-heading{grid-template-columns:1fr;gap:12px}.backend-results-heading .kicker,.backend-team-heading .kicker{grid-column:auto}.backend-results-grid{grid-template-columns:1fr;height:auto}.backend-featured-story{height:360px}.backend-mini-results{grid-template-columns:1fr 1fr;grid-template-rows:auto}.backend-mini-results article{height:210px}.backend-instructor-grid{grid-template-columns:1fr 1fr}.backend-instructor-grid article:last-child{grid-column:1/-1;max-width:calc(50% - 7px)}}
@media(max-width:600px){.backend-graduate-results,.backend-instructor-team{padding:58px 20px}.backend-results-heading h2,.backend-team-heading h2{font-size:35px}.backend-featured-story{height:480px}.backend-mini-results{grid-template-columns:1fr}.backend-mini-results article{height:420px}.backend-results-cta{align-items:flex-start;flex-direction:column}.backend-results-cta .button{width:100%}.backend-instructor-grid{grid-template-columns:1fr}.backend-instructor-grid article:last-child{grid-column:auto;max-width:none}.assessment-loop i{display:none}.assessment-loop span{flex:1 1 42%;justify-content:center}}

/* Balanced Backend graduate proof */
.backend-graduate-proof{grid-template-columns:.82fr 310px .9fr;gap:38px;padding-top:68px;padding-bottom:68px}
.backend-proof-copy h2{font-size:38px}
.backend-proof-video{min-height:455px;max-width:280px}
.backend-graduate-profiles{display:flex;flex-direction:column;gap:10px;min-width:0}
.backend-profile-label{font-size:9px;font-weight:900;letter-spacing:.14em;color:#001fff;margin-bottom:2px}
.backend-graduate-profiles>a{display:grid;grid-template-columns:46px 1fr 18px;gap:12px;align-items:center;padding:14px;border:1px solid #dce4f1;border-radius:13px;background:white;color:#071e52;transition:.2s ease;min-width:0}
.backend-graduate-profiles>a:hover{border-color:#9db1dc;transform:translateY(-2px);box-shadow:0 12px 30px #092f8412}
.backend-graduate-profiles>a>svg{width:16px;color:#001fff}
.graduate-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#001fff,#0dc6ff);color:white;font-size:10px;font-weight:900}
.backend-graduate-profiles>a>span:nth-child(2){display:flex;flex-direction:column;min-width:0}
.backend-graduate-profiles b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.backend-graduate-profiles small{font-size:10px;color:#66748d;margin-top:3px}
.backend-graduate-profiles em{font-size:10px;font-style:normal;font-weight:850;color:#092f84;margin-top:2px}
.backend-graduate-profiles>p{font-size:9px;line-height:1.4;color:#98a5ba;margin:3px 0 0}
@media(max-width:1000px){.backend-graduate-proof{grid-template-columns:.9fr 280px;gap:34px}.backend-graduate-profiles{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}.backend-profile-label,.backend-graduate-profiles>p{grid-column:1/-1}}
@media(max-width:700px){.backend-graduate-proof{grid-template-columns:1fr}.backend-proof-video{margin:auto;min-height:500px;max-width:305px}.backend-graduate-profiles{grid-template-columns:1fr}.backend-profile-label,.backend-graduate-profiles>p{grid-column:auto}.backend-proof-copy h2{font-size:35px}}

/* Compact graduate results: profiles left, story right */
.backend-graduate-proof{grid-template-columns:minmax(0,1fr) 270px;gap:58px;align-items:center;padding-top:48px;padding-bottom:48px}
.backend-proof-left{min-width:0}
.backend-proof-copy{max-width:680px}
.backend-proof-copy h2{font-size:36px;margin:10px 0 12px}
.backend-proof-copy p{font-size:14px;line-height:1.55;margin:0}
.backend-graduate-profiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}
.backend-profile-label{grid-column:1/-1}
.backend-graduate-profiles>a{grid-template-columns:38px minmax(0,1fr) 15px;padding:11px;gap:9px}
.graduate-avatar{width:36px;height:36px;font-size:9px}
.backend-graduate-profiles b{font-size:11px}
.backend-graduate-profiles small,.backend-graduate-profiles em{font-size:9px}
.backend-graduate-profiles>p{grid-column:1/-1;margin:0}
.backend-proof-left>.text-link{display:flex;width:max-content;margin-top:16px}
.backend-proof-left>.text-link svg{width:17px}
.backend-proof-video{min-height:420px;max-width:255px;margin-left:auto;margin-right:0}
@media(max-width:900px){.backend-graduate-proof{grid-template-columns:1fr 250px;gap:32px}.backend-graduate-profiles{grid-template-columns:1fr}.backend-profile-label,.backend-graduate-profiles>p{grid-column:auto}.backend-proof-video{min-height:410px}}
@media(max-width:700px){.backend-graduate-proof{grid-template-columns:1fr;padding-top:42px;padding-bottom:42px}.backend-proof-video{margin:10px auto 0;min-height:480px;max-width:285px}.backend-proof-copy h2{font-size:33px}.backend-graduate-profiles{margin-top:20px}}

/* Backend CRO clarity */
.course-decision-note{display:block!important;margin:2px 0 14px;color:#7a879c!important;font-size:9px!important;line-height:1.4}
.assessment-time-note{display:block;margin-top:12px;max-width:410px;color:#71809a;font-size:10px;line-height:1.5}

/* Header logo sizing (bigger, crisp, trimmed asset) */
.nav-shell .official-brand{width:230px;height:66px}
@media(max-width:600px){.nav-shell .official-brand{width:190px;height:54px}}

/* DB-wired graduate story bylines */
.story-name{display:block;font-size:16px;font-weight:800;letter-spacing:-.01em;margin-top:12px;color:#fff}
.mini-story .story-name{font-size:14px;margin-top:9px}
.story-role{display:block;font-size:12.5px;font-weight:650;color:#9fb3d9;margin-top:3px}
.featured-story .story-copy blockquote{margin-top:14px}
.story-showcase.solo{grid-template-columns:1fr;max-width:900px;margin-inline:auto}

/* Google reviews badge in hero trust-row (flat, integrated) */
.trust-row{flex-wrap:wrap;max-width:620px;gap:0}
.learners-proof{display:flex;align-items:center;gap:12px;padding-right:20px}
.learners-proof p{max-width:172px}
.google-review{display:inline-flex;align-items:center;gap:11px;padding-left:20px;border-left:1px solid var(--line)}
.google-review .g-logo{display:inline-flex}
.google-review .g-logo svg{width:24px;height:24px;display:block}
.google-review .g-body{display:flex;flex-direction:column;gap:3px;line-height:1.1}
.google-review .g-top{display:inline-flex;align-items:center;gap:6px}
.google-review .g-stars{display:inline-flex;gap:1px}
.google-review .g-stars svg{width:13px;height:13px;display:block}
.google-review .g-score{font-size:13px;font-weight:800;color:var(--ink)}
.google-review .g-meta{font-size:11px;color:var(--muted);white-space:nowrap}
.google-review .rev-arrow{width:14px;height:14px;color:var(--coral);flex-shrink:0;transition:transform .2s}
.google-review:hover .rev-arrow{transform:translateX(3px)}
@media(max-width:600px){.trust-row{gap:14px}.learners-proof{padding-right:0}.google-review{border-left:0;padding-left:0}}

/* ===== Graduates page ===== */
.graduates-page{background:#fbfcff;color:#092f84}
.grad-hero{max-width:1240px;margin:auto;padding:72px 28px 58px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}
.grad-hero .kicker{color:#001fff}
.grad-hero h1{font-size:64px;line-height:1.02;letter-spacing:-.03em;margin:16px 0 22px}
.grad-hero h1 em{font-style:normal;color:#001fff}
.grad-hero-copy>p{font-size:19px;line-height:1.65;color:#61708d;max-width:640px}
.grad-hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.grad-hero-badge{background:#071e52;color:#fff;border-radius:22px;padding:28px 30px;box-shadow:0 25px 65px #092f8422}
.grad-badge-stars{display:flex;gap:3px;margin-bottom:14px}
.grad-badge-stars svg{width:20px;height:20px}
.grad-hero-badge b{display:block;font-size:20px;margin-bottom:8px}
.grad-hero-badge span{font-size:13px;line-height:1.55;color:#b9c8e7}
.grad-proof{background:#092f84;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:26px calc((100% - 1184px)/2)}
.grad-proof>div{padding:12px 28px;border-right:1px solid #ffffff25;display:flex;flex-direction:column;gap:6px}
.grad-proof>div:last-child{border:0}
.grad-proof b{font-size:30px;letter-spacing:-.02em}
.grad-proof span{font-size:12.5px;color:#bdcae5;line-height:1.4}
.grad-section-head{max-width:1184px;margin:0 auto;padding:0 28px;display:flex;justify-content:space-between;align-items:end;gap:50px}
.grad-section-head .kicker{color:#001fff}
.grad-section-head h2{font-size:46px;line-height:1.07;letter-spacing:-.03em;margin:12px 0 0}
.grad-section-head>p{font-size:16px;line-height:1.65;color:#63718d;max-width:420px;margin:0}
.grad-section-head.light .kicker{color:#75dcff}
.grad-stories{max-width:1184px;margin:auto;padding:80px 28px}
.grad-video-grid{max-width:1184px;margin:44px auto 0;padding:0 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}
.grad-video-card{background:#fff;border:1px solid #dbe4f2;border-radius:20px;overflow:hidden;box-shadow:0 3px 10px #092f8408}
.grad-video{position:relative;aspect-ratio:16/9;background:#06163b}
.grad-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.grad-video-info{padding:22px 24px 26px}
.grad-path{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#001fff;background:#eaf1ff;padding:5px 11px;border-radius:20px}
.grad-video-info h3{font-size:21px;margin:13px 0 3px;letter-spacing:-.02em}
.grad-video-info>p{font-size:14px;color:#66748e;margin:0}
.grad-video-info blockquote{margin:14px 0 0;font-size:15px;line-height:1.55;color:#33415c;font-style:italic}
.grad-wall-section{max-width:1184px;margin:auto;padding:40px 28px 90px}
.grad-filters{display:flex;flex-wrap:wrap;gap:10px;margin:38px 0 30px}
.grad-filter{font-size:13px;font-weight:750;color:#52617d;background:#fff;border:1px solid #d7e0f0;border-radius:99px;padding:9px 18px;cursor:pointer;transition:.2s}
.grad-filter:hover{border-color:#001fff;color:#001fff}
.grad-filter.is-active{background:#001fff;border-color:#001fff;color:#fff}
.grad-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:20px}
.grad-card{background:#fff;border:1px solid #dbe4f2;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:.25s ease;box-shadow:0 3px 8px #092f8408}
.grad-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px #092f8416}
.grad-photo{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#0b2f84,#001fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.grad-photo img{width:100%;height:100%;object-fit:cover;object-position:top}
.grad-initials{font-size:52px;font-weight:800;color:#ffffffee}
.grad-play{position:absolute;bottom:12px;right:12px;width:42px;height:42px;border-radius:50%;background:#fff;color:#001fff;display:flex;align-items:center;justify-content:center;font-size:15px;padding-left:3px;box-shadow:0 6px 18px #00000040;transition:.2s;text-decoration:none}
.grad-play:hover{transform:scale(1.08)}
.grad-info{padding:20px 22px 22px;display:flex;flex-direction:column;gap:8px;flex:1}
.grad-info h3{font-size:19px;letter-spacing:-.02em;margin:6px 0 0}
.grad-role{font-size:13.5px;color:#66748e;margin:0;font-weight:600}
.grad-card blockquote{margin:4px 0 0;font-size:14px;line-height:1.5;color:#41506b;font-style:italic}
.grad-card-foot{margin-top:auto;display:flex;align-items:center;gap:16px;padding-top:10px}
.grad-watch,.grad-linkedin{font-size:13px;font-weight:750;display:inline-flex;align-items:center;gap:6px;color:#001fff;text-decoration:none}
.grad-linkedin svg{width:15px;height:15px}
.grad-empty{grid-column:1/-1;color:#66748e}
.grad-employers{background:linear-gradient(130deg,#092f84,#001fff);color:#fff;padding:80px max(28px,calc((100% - 1184px)/2))}
.grad-employers .grad-section-head{max-width:none;margin:0;padding:0}
.grad-employers .grad-section-head h2{color:#fff}
.grad-employers .grad-section-head>p{color:#d3def5}
.grad-employer-grid{display:flex;flex-wrap:wrap;gap:18px 40px;align-items:center;margin:40px 0 18px}
.grad-employer{font-size:22px;font-weight:800;letter-spacing:-.02em;color:#ffffff66;transition:.2s}
.grad-employer:hover{color:#fff}
.grad-employer-note{font-size:12.5px;color:#aec0e4}
.grad-final{max-width:820px;margin:auto;text-align:center;padding:90px 28px}
.grad-final .kicker{color:#001fff}
.grad-final h2{font-size:50px;line-height:1.07;letter-spacing:-.03em;margin:14px 0}
.grad-final>p{font-size:18px;line-height:1.65;color:#64728e}
.grad-final-actions{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:26px}
@media(max-width:900px){.grad-hero{grid-template-columns:1fr;gap:36px;padding-top:52px}.grad-hero h1{font-size:50px}.grad-proof{grid-template-columns:1fr 1fr;padding:26px 20px}.grad-proof>div:nth-child(2){border-right:0}.grad-section-head{flex-direction:column;align-items:start;gap:14px}}
@media(max-width:600px){.grad-hero h1{font-size:40px}.grad-proof{grid-template-columns:1fr}.grad-proof>div{border-right:0;border-bottom:1px solid #ffffff25}.grad-section-head h2,.grad-final h2{font-size:36px}.grad-hero-actions,.grad-final-actions{flex-direction:column;align-items:flex-start;gap:16px}.grad-stories,.grad-wall-section,.grad-final{padding-left:20px;padding-right:20px}}
.grad-facade{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;cursor:pointer;background:#06163b;display:block;overflow:hidden}
.grad-facade img{width:100%;height:100%;object-fit:cover;display:block}
.grad-facade-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#ff0000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;padding-left:4px;box-shadow:0 8px 24px #0006;transition:.2s}
.grad-facade:hover .grad-facade-play{transform:translate(-50%,-50%) scale(1.08);background:#e60000}
.grad-more-wrap{text-align:center;margin-top:40px}
.grad-more{font-size:14px;font-weight:750;color:#001fff;background:#fff;border:1.5px solid #cdd9f0;border-radius:99px;padding:13px 30px;cursor:pointer;transition:.2s}
.grad-more:hover{border-color:#001fff;background:#001fff;color:#fff}
.grad-loading{font-size:13px;color:#66748e}

.learners-proof{transition:.2s}.learners-proof:hover b{text-decoration:underline}

.instructors-page{background:#fbfcff;color:#092f84}

/* top-nav language switch (compact hover dropdown) */
.nav-lang{position:relative;font-size:12px;font-weight:750;display:inline-flex}
.nav-shell .nav-lang{margin-right:12px}
.nav-lang-current{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:8px;color:#475467;background:none;border:0;cursor:pointer;font:inherit;line-height:1;transition:.15s}
.nav-lang:hover .nav-lang-current,.nav-lang:focus-within .nav-lang-current{background:#1018280d;color:#101828}
.nav-lang-current svg{width:10px;height:10px;opacity:.55;transition:transform .2s}
.nav-lang:hover .nav-lang-current svg,.nav-lang:focus-within .nav-lang-current svg{transform:rotate(180deg)}
.nav-lang-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:66px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 34px rgba(16,24,40,.13);padding:5px;display:flex;flex-direction:column;gap:1px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s ease;z-index:60}
.nav-lang:hover .nav-lang-menu,.nav-lang:focus-within .nav-lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-lang-menu a{padding:7px 12px;border-radius:8px;color:#475467;transition:.12s}
.nav-lang-menu a:hover{background:#1018280d;color:#101828}

/* priority+ overflow nav (••• more menu) */
.nav-more{position:relative;display:none;align-items:center}
.nav-more.has-items{display:inline-flex}
.nav-more-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;min-width:36px;border-radius:8px;font-size:16px;letter-spacing:1px;font-weight:800;color:#475467;background:#1018280a;border:0;cursor:pointer;line-height:1;padding:0 8px}
.nav-more-btn:hover{color:var(--ink);background:#10182814}
.nav-more-menu{position:absolute;top:calc(100% + 16px);right:0;min-width:190px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px rgba(16,24,40,.15);padding:8px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s ease;z-index:60}
.nav-more:hover .nav-more-menu,.nav-more:focus-within .nav-more-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-shell .nav-more-menu a{display:block;padding:9px 14px;border-radius:9px;font-size:14px;font-weight:650;color:#475467;white-space:nowrap;transition:.12s}
.nav-shell .nav-more-menu a:hover{background:#1018280d;color:var(--ink)}

/* make top-nav overflow real so priority+ can measure it */
.nav-shell{flex-wrap:nowrap}
.nav-shell>.brand{flex:0 0 auto}
.nav-shell nav{flex-shrink:0;flex-wrap:nowrap}
.nav-shell nav>a{white-space:nowrap}
.nav-shell .nav-lang{flex-shrink:0}
.nav-shell .nav-cta{flex-shrink:0;white-space:nowrap}
.nav-shell .menu{flex-shrink:0}

/* === Events: full-bleed hero (redesign) === */
.event-hero{position:relative;border-radius:28px;overflow:hidden;min-height:440px;display:flex;align-items:flex-end;background-size:cover;background-position:center 26%;box-shadow:0 30px 60px -20px rgba(11,18,32,.42)}
.event-flag{position:absolute;top:22px;right:26px;z-index:2;display:inline-flex;align-items:center;gap:8px;background:var(--coral);color:#fff;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:8px 14px;border-radius:999px;box-shadow:0 8px 20px rgba(241,91,58,.4)}
.event-flag i{width:8px;height:8px;border-radius:50%;background:#fff;animation:evpulse 1.4s infinite}
@keyframes evpulse{0%,100%{opacity:1}50%{opacity:.3}}
.event-hero-body{position:relative;padding:44px 48px;max-width:660px;color:#fff}
.event-hero-top{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.event-datechip{text-align:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;padding:8px 15px;color:#fff}
.event-datechip b{font-size:24px;line-height:.9;display:block}
.event-datechip span{font-size:9px;font-weight:850;letter-spacing:.15em;display:block;margin-top:4px}
.event-hero .kicker{color:#8fd0ff}
.event-hero h2{font-size:clamp(30px,3.4vw,42px);line-height:1.06;letter-spacing:-.025em;margin:0 0 14px;font-weight:800;color:#fff}
.event-hero p{font-size:16px;line-height:1.55;color:#d4dbe8;max-width:500px;margin:0}
.event-meta{list-style:none;display:flex;flex-wrap:wrap;gap:18px;margin:20px 0 26px;padding:0}
.event-meta li{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:#eef2f8}
.event-meta svg{width:16px;height:16px;stroke:#7db9ec;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.event-hero .button.primary{white-space:nowrap;margin-top:4px}
@media(max-width:900px){.event-hero{background-position:70% 26%}.event-hero-body{max-width:none}}
@media(max-width:600px){.event-hero{min-height:auto;border-radius:22px}.event-hero-body{padding:30px 24px}.event-hero p{font-size:15px}.event-meta{gap:12px}}
/* keep the top row (date chip + kicker) clear of the top-right flag */
.event-hero-top{padding-right:104px}
@media(max-width:600px){.event-flag{top:16px;right:16px}.event-hero-top{padding-right:92px}}

/* ---------- Blog (list + detail) ---------- */
.blog-page{background:#fbfcff;color:#092f84}
.blog-page .career-nav nav a.is-active{color:#001fff}
.blog-hero{max-width:1184px;margin:auto;padding:60px 28px 24px}
.blog-hero .kicker{color:#001fff}
.blog-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.03em;margin:14px 0 18px}
.blog-hero h1 em{font-style:normal;color:#001fff}
.blog-hero p{font-size:19px;line-height:1.6;color:#61708d;max-width:640px;margin:0}
.blog-featured{max-width:1184px;margin:30px auto 0;padding:0 28px}
.blog-featured .feat{display:grid;grid-template-columns:1.02fr .98fr;border:1px solid #dbe4f2;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 3px 10px #092f8408;transition:transform .25s ease,box-shadow .25s ease}
.blog-featured .feat:hover{transform:translateY(-5px);box-shadow:0 24px 55px #092f8418}
.blog-feat-media{position:relative;min-height:330px;background:linear-gradient(145deg,#092f84,#001fff)}
.blog-feat-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.blog-feat-body{padding:46px 48px;display:flex;flex-direction:column;justify-content:center}
.blog-tag{font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#001fff}
.blog-feat-body h2{font-size:clamp(26px,2.4vw,36px);line-height:1.12;letter-spacing:-.035em;margin:13px 0 14px}
.blog-feat-body>p{font-size:16px;line-height:1.62;color:#61708d;margin:0 0 26px}
.blog-feat-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto}
.blog-list-section{max-width:1184px;margin:auto;padding:56px 28px 92px}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px;margin-top:34px}
.blog-card{background:#fff;border:1px solid #dbe4f2;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 3px 8px #092f8408}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #092f8416}
.blog-card-media{display:block;height:188px;position:relative;background:linear-gradient(145deg,#092f84,#001fff)}
.blog-card-media img{width:100%;height:100%;object-fit:cover}
.blog-card-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:22px;text-align:center;color:#ffffffd9;font-weight:800;font-size:16px;line-height:1.3}
.blog-card-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.blog-card-date{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8794ad}
.blog-card-body h3{font-size:19px;line-height:1.26;letter-spacing:-.02em;margin:9px 0 10px}
.blog-card-body h3 a:hover{color:#001fff}
.blog-card-body p{font-size:14px;line-height:1.6;color:#63718d;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.blog-card-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:#001fff;font-size:13px;font-weight:850}
.blog-card-link svg{width:16px;height:16px;transition:transform .2s}
.blog-card:hover .blog-card-link svg{transform:translateX(4px)}
.blog-empty{max-width:1184px;margin:34px auto 90px;padding:70px 28px;text-align:center;color:#7d8aa5;font-weight:600;border:1px dashed #cdd8ec;border-radius:20px;background:#fff}
/* detail */
.blog-translation-note{max-width:760px;margin:22px auto -8px;padding:12px 18px;background:#eef3ff;border:1px solid #d4e0fb;border-radius:12px;color:#41506b;font-size:13px}
.blog-article{max-width:760px;margin:auto;padding:40px 28px 8px}
.blog-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:750;color:#8794ad;margin-bottom:20px}
.blog-crumbs a:hover{color:#001fff}
.blog-crumbs .current{color:#52617d}
.blog-article>time{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#001fff}
.blog-article h1{font-size:clamp(32px,4.4vw,50px);line-height:1.08;letter-spacing:-.025em;margin:12px 0 0}
.blog-cover{width:100%;border-radius:20px;margin:30px 0 4px;max-height:460px;object-fit:cover}
.blog-body{font-size:17px;line-height:1.75;color:#37455f;margin-top:26px}
.blog-body h2{font-size:28px;letter-spacing:-.03em;margin:36px 0 12px;color:#092f84}
.blog-body h3{font-size:22px;letter-spacing:-.02em;margin:28px 0 10px;color:#092f84}
.blog-body p{margin:0 0 18px}
.blog-body a{color:#001fff;text-decoration:underline}
.blog-body ul,.blog-body ol{padding-left:22px;margin:0 0 18px}
.blog-body li{margin:6px 0}
.blog-body img{max-width:100%;height:auto;border-radius:14px;margin:8px 0}
.blog-body blockquote{margin:22px 0;padding:14px 22px;border-left:3px solid #001fff;background:#eef3ff;border-radius:0 12px 12px 0;color:#41506b}
.blog-body pre{background:#071e52;color:#eaf2ff;padding:18px 20px;border-radius:14px;overflow:auto;font-size:14px}
.blog-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.blog-cta{max-width:760px;margin:38px auto 0;padding:36px;text-align:center;background:linear-gradient(135deg,#092f84,#001fff);color:#fff;border-radius:22px}
.blog-cta b{display:block;font-size:23px;letter-spacing:-.02em;margin-bottom:18px}
.blog-related{max-width:1184px;margin:66px auto 0;padding:56px 28px 92px;border-top:1px solid #dfe6f4}
.blog-related .grad-section-head{padding:0;margin-bottom:0}
@media(max-width:820px){
  .blog-featured .feat{grid-template-columns:1fr}
  .blog-feat-media{min-height:210px}
  .blog-feat-body{padding:30px 26px}
  .blog-hero{padding:44px 20px 18px}
  .blog-list-section{padding:40px 20px 70px}
}

/* ---------- Homepage: small events row under the featured hero ---------- */
.event-more-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}
.emc{display:flex;flex-direction:column;background:#fff;border:1px solid #dbe4f2;border-radius:18px;overflow:hidden;box-shadow:0 3px 8px #092f8408;transition:transform .22s ease,box-shadow .22s ease}
.emc:hover{transform:translateY(-5px);box-shadow:0 18px 42px #092f8418}
.emc-media{position:relative;height:130px;background:linear-gradient(145deg,#092f84,#001fff)}
.emc-media img{width:100%;height:100%;object-fit:cover}
.emc-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:14px;text-align:center;color:#ffffffcc;font-weight:850;font-size:11px;letter-spacing:.12em}
.emc-date{position:absolute;left:12px;top:12px;text-align:center;background:#fff;border-radius:12px;padding:6px 10px;box-shadow:0 4px 12px rgba(9,20,50,.18)}
.emc-date b{font-size:18px;line-height:.9;display:block;color:#092f84}
.emc-date span{font-size:8px;font-weight:850;letter-spacing:.12em;display:block;margin-top:2px;color:#5d6780}
.emc-badge{position:absolute;right:12px;top:12px;background:var(--coral);color:#fff;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;padding:6px 11px;border-radius:99px}
.emc-body{padding:14px 16px 15px;display:flex;flex-direction:column;flex:1}
.emc-body h3{font-size:16px;line-height:1.22;letter-spacing:-.02em;margin:0 0 9px;color:#092f84;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.emc-row{display:flex;align-items:center;gap:8px;margin:0 0 5px;font-size:12px;font-weight:650;color:#5d6780}
.emc-row svg{width:14px;height:14px;flex:0 0 auto;stroke:var(--coral);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.emc-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:11px;border-top:1px solid #eef2f9}
.emc-seats{font-size:11px;font-weight:800;color:var(--red)}
.emc-cta{display:inline-flex;align-items:center;background:var(--soft-blue);color:#001fff;font-size:12px;font-weight:800;padding:8px 13px;border-radius:99px;white-space:nowrap;transition:.2s}
.emc:hover .emc-cta{background:#001fff;color:#fff}
.emc.is-past{opacity:.82}
.emc.is-past .emc-media{filter:grayscale(.35)}
.event-viewall{margin-top:30px}
.event-section .event-viewall .all-link{margin:0}
@media(max-width:1100px){.event-more-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.event-more-grid{grid-template-columns:1fr}}

/* ---------- Dedicated events page ---------- */
.events-page{background:#fbfcff;color:#092f84}
.events-page .career-nav nav a.is-active{color:#001fff}
.events-hero{max-width:1184px;margin:auto;padding:60px 28px 20px}
.events-hero .kicker{color:#001fff}
.events-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.03em;margin:14px 0 18px}
.events-hero h1 em{font-style:normal;color:#001fff}
.events-hero p{font-size:19px;line-height:1.6;color:#61708d;max-width:660px;margin:0}
.events-section{max-width:1184px;margin:auto;padding:44px 28px 20px}
.events-section:last-of-type{padding-bottom:92px}
.events-past{border-top:1px solid #dfe6f4;margin-top:40px;padding-top:56px}
.ev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:22px;margin-top:34px}
.ev-card{display:flex;flex-direction:column;background:#fff;border:1px solid #dbe4f2;border-radius:22px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 3px 8px #092f8408}
.ev-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px #092f8418}
.ev-card-media{position:relative;height:180px;background:linear-gradient(145deg,#092f84,#001fff)}
.ev-card-media img{width:100%;height:100%;object-fit:cover}
.ev-card-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:18px;text-align:center;color:#ffffffcc;font-weight:850;font-size:12px;letter-spacing:.12em}
.ev-card-datechip{position:absolute;left:16px;top:16px;text-align:center;background:rgba(9,20,50,.55);border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:13px;padding:7px 12px;color:#fff}
.ev-card-datechip b{font-size:20px;line-height:.9;display:block}
.ev-card-datechip span{font-size:8px;font-weight:850;letter-spacing:.14em;display:block;margin-top:3px}
.ev-card-flag{position:absolute;right:16px;top:16px;background:var(--coral);color:#fff;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:6px 11px;border-radius:99px}
.ev-card-flag.is-past{background:rgba(9,20,50,.62);color:#d7e2f8}
.ev-card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.ev-card-kicker{font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#8794ad}
.ev-card-body h3{font-size:20px;line-height:1.22;letter-spacing:-.02em;margin:8px 0 8px}
.ev-card-body p{font-size:14px;line-height:1.55;color:#63718d;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ev-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #eef2f9}
.ev-card-meta{font-size:12px;font-weight:700;color:#6b7a95}
.ev-card-cta{display:inline-flex;align-items:center;gap:7px;color:#001fff;font-size:13px;font-weight:850;white-space:nowrap}
.ev-card-cta svg{width:15px;height:15px;transition:transform .2s}
.ev-card:hover .ev-card-cta svg{transform:translateX(4px)}
.ev-card.is-past{opacity:.82}
.ev-card.is-past .ev-card-media{filter:grayscale(.35)}
.ev-empty{margin-top:30px;padding:60px 28px;text-align:center;color:#7d8aa5;font-weight:600;border:1px dashed #cdd8ec;border-radius:20px;background:#fff}
@media(max-width:600px){.events-hero{padding:44px 20px 16px}.events-section{padding-left:20px;padding-right:20px}.ev-grid{grid-template-columns:1fr}}

/* Graduates-section dual CTA */
.story-conversion-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
@media(max-width:600px){.story-conversion-actions{width:100%}.story-conversion-actions .button{flex:1 1 auto;justify-content:center}}

/* ---------- Homepage: real experts grid ---------- */
.mentor-experts{padding-top:0}
.mentor-experts-head{margin-bottom:26px}
.mentor-experts-head .kicker{color:var(--coral)}
.mentor-experts-head h3{font-size:clamp(24px,2.6vw,34px);letter-spacing:-.03em;margin:10px 0 0}
.mentor-experts-grid{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px;scrollbar-width:thin}
.mentor-experts-grid>.expert-card{flex:0 0 clamp(215px,22%,255px);scroll-snap-align:start}
.expert-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:4/5;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#0b2f84,#001fff);box-shadow:0 4px 12px #092f8412;transition:transform .22s ease,box-shadow .22s ease}
.expert-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #092f8426}
.expert-photo-wrap{position:absolute;inset:0;z-index:0}
.expert-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:top}
.expert-initials{position:absolute;inset:0;display:grid;place-items:center;font-size:56px;font-weight:850;color:#ffffffd0}
.expert-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(7,17,38,.95) 6%,rgba(7,17,38,.72) 30%,rgba(7,17,38,.15) 58%,transparent 78%)}
.expert-path{position:absolute;top:13px;right:13px;z-index:3;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:var(--coral);background:#fff;padding:6px 10px;border-radius:99px;box-shadow:0 4px 12px rgba(9,20,50,.28)}
.expert-body{position:relative;z-index:2;padding:16px 18px 18px;display:flex;flex-direction:column}
.expert-card h4{font-size:18px;letter-spacing:-.02em;margin:0 0 4px;color:#fff}
.expert-role{font-size:12.5px;color:#cdd8ec;margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.expert-domains{font-size:12px;color:#aebdda;margin:8px 0 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.expert-foot{margin-top:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid rgba(255,255,255,.16)}
.expert-years{font-size:12px;font-weight:800;color:#fff}
.expert-verify{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:#8fd0ff}
.expert-verify svg{width:16px;height:16px}
.mentor-experts .all-link{margin:30px auto 0}
@media(max-width:1000px){.mentor-experts-grid>.expert-card{flex-basis:clamp(200px,42%,240px)}}
@media(max-width:560px){.mentor-experts-grid>.expert-card{flex-basis:78%}}

/* Clickable hero milestone cards */
.milestone,.result-badge{cursor:pointer}
.milestone:hover{box-shadow:0 20px 60px #10182820}
.result-badge:hover{box-shadow:0 28px 70px #1018284d}

/* ---------- Instructor detail (new design) ---------- */
.instructor-detail-page{background:#fbfcff;color:#092f84}
.instructor-detail-page .career-nav nav a.is-active{color:#001fff}
.idetail-hero{max-width:1184px;margin:auto;padding:34px 28px 20px}
.idetail-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:750;color:#8794ad;margin-bottom:26px}
.idetail-crumbs a:hover{color:#001fff}
.idetail-crumbs .current{color:#52617d}
.idetail-head{display:flex;gap:34px;align-items:center;flex-wrap:wrap}
.idetail-photo{width:148px;height:148px;flex:0 0 auto;border-radius:28px;object-fit:cover;object-position:top;background:linear-gradient(135deg,#0b2f84,#001fff);box-shadow:0 18px 44px #092f841f}
.idetail-photo.initials{display:grid;place-items:center;color:#fff;font-size:46px;font-weight:850}
.idetail-copy{min-width:0}
.idetail-path{display:inline-block;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#001fff;background:#eaf1ff;padding:6px 12px;border-radius:99px;margin-bottom:12px}
.idetail-copy h1{font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-.025em;margin:0}
.idetail-role{font-size:18px;font-weight:800;color:#001fff;margin:10px 0 2px}
.idetail-company{font-size:15px;font-weight:600;color:#5d6780;margin:0}
.idetail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.idetail-meta span{font-size:12px;font-weight:700;color:#52617d;background:#eef3fb;border:1px solid #e0e8f5;border-radius:99px;padding:7px 13px}
.idetail-li{margin-top:20px;background:#0a66c2;box-shadow:0 10px 28px #0a66c235}
.idetail-li:hover{background:#004182}
.idetail-li svg{width:18px;height:18px}
.idetail-section{max-width:1184px;margin:auto;padding:44px 28px 0}
.idetail-section:last-of-type{padding-bottom:80px}
.idetail-section h2{font-size:clamp(24px,2.6vw,32px);letter-spacing:-.03em;margin:0 0 22px}
.idetail-bio{font-size:16px;line-height:1.75;color:#37455f;max-width:820px}
.idetail-bio p{margin:0 0 16px}
.idetail-videos{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}
.idetail-video{margin:0}
.idetail-video-frame{aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#071e52;box-shadow:0 8px 26px #092f8414}
.idetail-video-frame iframe{width:100%;height:100%;border:0;display:block}
.idetail-video figcaption{margin-top:10px;font-size:14px;font-weight:700;color:#37455f}
.idetail-courses{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
@media(max-width:600px){.idetail-photo{width:110px;height:110px;border-radius:22px}.idetail-hero{padding:26px 20px 14px}.idetail-section{padding-left:20px;padding-right:20px}}

/* ===== Trainings catalog (design-system port) ===== */
.catalog-page{background:#fbfcff;color:#092f84}
.catalog-hero{max-width:1184px;margin:auto;padding:56px 28px 26px}
.catalog-hero .kicker{color:var(--coral)}
.catalog-hero h1{font-size:clamp(38px,4.4vw,58px);line-height:1.03;letter-spacing:-.03em;margin:13px 0 15px}
.catalog-hero h1 em{font-style:normal;color:#001fff}
.catalog-hero>p{max-width:620px;color:#61708d;font-size:17px;line-height:1.6;margin:0 0 28px}
.catalog-search{position:relative;max-width:560px;margin-bottom:20px}
.catalog-search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#94a3b8;pointer-events:none}
.catalog-search input{width:100%;border:1px solid #d5dfee;border-radius:14px;background:#fff;padding:14px 16px 14px 46px;font-size:15px;font-weight:600;color:#092f84;outline:none;transition:.15s}
.catalog-search input::placeholder{color:#9aa7bd}
.catalog-search input:focus{border-color:#001fff;box-shadow:0 0 0 4px #001fff1a}
.catalog-filter-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}
.catalog-filter-row.secondary{margin-bottom:2px}
.catalog-filter-sep{width:1px;height:22px;background:#d5dfee;margin:0 6px}
.catalog-pill{cursor:pointer;display:inline-flex}
.catalog-pill input{position:absolute;opacity:0;width:0;height:0}
.catalog-pill span{display:inline-block;border:1px solid #d5dfee;background:#fff;color:#52617e;border-radius:30px;padding:8px 15px;font-size:13px;font-weight:750;transition:.15s;white-space:nowrap}
.catalog-pill:hover span{border-color:#b7c6e6;color:#092f84}
.catalog-pill input:checked+span{background:#001fff;border-color:#001fff;color:#fff}
.catalog-pill input:focus-visible+span{box-shadow:0 0 0 3px #001fff33}
.catalog-pill.sm span{padding:6px 12px;font-size:12px}
.catalog-results-section{max-width:1184px;margin:auto;padding:20px 28px 90px}
.catalog-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:11px;border-bottom:1px solid #e3ebf6;padding-bottom:16px;margin-bottom:26px}
.catalog-count{font-size:14px;font-weight:850;color:#52617e;margin:0}
.catalog-chip{display:inline-flex;align-items:center;gap:7px;background:#eaf1ff;color:#001fff;border-radius:30px;padding:6px 12px;font-size:12px;font-weight:800;transition:.15s}
.catalog-chip span{font-size:15px;line-height:1}
.catalog-chip:hover{background:#dbe6ff}
.catalog-clear{font-size:12px;font-weight:800;color:#98a5ba}
.catalog-clear:hover{color:#001fff}
.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:16px;align-items:stretch}
a.upcoming-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s}
a.upcoming-card:hover{transform:translateY(-6px);box-shadow:0 20px 46px #092f8412;border-color:#c3d3ef}
.catalog-card-summary{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#71809b;font-size:13px;line-height:1.6;margin-top:10px;min-height:62px}
.catalog-card-foot{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:750;color:#71809b}
.catalog-card-foot em{font-style:normal;color:#0a9c68}
.catalog-empty{grid-column:1/-1;border:1px dashed #cdd8ec;border-radius:20px;padding:60px 28px;text-align:center;color:#7e8ca7;font-weight:700;font-size:15px}
.catalog-more-wrap{grid-column:1/-1;text-align:center;margin-top:24px}
.catalog-more{display:inline-flex;align-items:center;gap:9px;border:1px solid #cdd8ec;background:#fff;color:#092f84;border-radius:14px;padding:14px 26px;font-size:14px;font-weight:800;cursor:pointer;transition:.15s}
.catalog-more:hover{border-color:#001fff;color:#001fff}
.catalog-more .htmx-indicator{display:none}
.catalog-more.htmx-request .htmx-indicator{display:inline-flex}
.catalog-more svg{width:16px;height:16px;animation:catspin 1s linear infinite}
@keyframes catspin{to{transform:rotate(360deg)}}
@media(max-width:720px){.catalog-hero{padding:36px 20px 20px}.catalog-results-section{padding:16px 20px 70px}.career-nav nav{display:none}}

/* catalog: compact search + dropdowns (declutter) */
.catalog-searchbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:18px}
.catalog-searchbar .catalog-search{flex:1 1 320px;max-width:560px;margin-bottom:0}
.catalog-selects{display:flex;gap:10px;flex-wrap:wrap}
.catalog-select{appearance:none;-webkit-appearance:none;border:1px solid #d5dfee;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M2 4.5l4 4 4-4" fill="none" stroke="%2352617e" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 13px center;background-size:12px;border-radius:12px;padding:12px 36px 12px 15px;font-size:13px;font-weight:750;color:#52617e;cursor:pointer;transition:.15s;outline:none}
.catalog-select:hover{border-color:#b7c6e6;color:#092f84}
.catalog-select:focus{border-color:#001fff;box-shadow:0 0 0 4px #001fff1a}

/* career path: recommended-training rail + timeline + separator */
.level-list{position:relative}
.level-list::before{content:"";position:absolute;top:26px;bottom:26px;left:14px;width:2px;background:#d9e2f0}
.level-number{position:relative;z-index:1;align-self:center;background:#fbfcff;padding:8px 0;font-size:15px;font-weight:900;color:#001fff}
.level-content{border-right:1px solid #e5eaf3;padding-right:50px}
.level-content em{font-size:12px;font-style:normal;font-weight:600;background:#eef1f8;color:#46546f;padding:6px 12px;border-radius:20px;line-height:1.2}
.level-training{padding-left:50px}
.level-training-label{display:block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#3a53c5;margin:2px 0 16px}
.level-training-list{display:flex;flex-direction:column;gap:13px}
.course-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e6ebf4;border-radius:13px;padding:16px 20px;text-decoration:none;transition:.16s}
.course-card:hover{border-color:#001fff;box-shadow:0 8px 22px rgba(0,31,255,.09)}
.cc-title{font-size:15px;font-weight:600;color:#16265f;line-height:1.35}
.course-card svg{width:18px;height:18px;color:#a7b6d2;flex:none}
.course-card:hover svg{color:#001fff}
.course-card.browse{border-style:dashed}
.course-card.browse .cc-title{color:#7a88a3}
@media(max-width:900px){
.level-card{grid-template-columns:1fr;column-gap:0;gap:16px}
.level-list::before{display:none}
.level-number{align-self:start;margin-top:0}
.level-content{border-right:0;padding-right:0}
.level-training{padding-left:0}
.level-card>.level-training{grid-column:auto}
}

/* career path: slim course strip (replaces big course-card grid) */
.course-strip{display:flex;flex-direction:column;gap:10px}
.course-strip-row{display:grid;grid-template-columns:132px minmax(0,1fr) auto auto 18px;gap:24px;align-items:center;background:#fff;border:1px solid #dbe4f2;border-radius:13px;padding:16px 22px;text-decoration:none;transition:.15s}
.course-strip-row:hover{border-color:#001fff;box-shadow:0 6px 18px rgba(0,31,255,.08)}
.csr-level{font-size:10px;font-weight:900;letter-spacing:.08em;color:#001fff;text-transform:uppercase}
.csr-title{font-size:15px;font-weight:700;color:#16265f}
.csr-meta{font-size:12.5px;font-weight:600;color:#6e7d97;white-space:nowrap}
.csr-date{font-size:12.5px;font-weight:700;color:#0a9c68;white-space:nowrap}
.course-strip-row svg{width:18px;height:18px;color:#a7b6d2}
.course-strip-row:hover svg{color:#001fff}
.course-strip-foot{display:flex;gap:30px;margin-top:24px;flex-wrap:wrap}
.course-strip-empty{color:#66748d;font-size:15px}
@media(max-width:760px){.course-strip-row{grid-template-columns:1fr;gap:5px}.course-strip-row svg{display:none}.csr-date,.csr-meta{white-space:normal}}
.course-strip-foot .text-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:#001fff;text-decoration:none}
.course-strip-foot .text-link:hover{text-decoration:underline}
.course-strip-foot .text-link svg{width:16px;height:16px;flex:none}

/* career path: graduate success (reuses .grad-card component) */
.bgs-sec{max-width:1184px;margin:auto;padding:60px 28px}
.bgs-sec-head{margin-bottom:32px}
.bgs-sec-head .kicker{color:var(--coral)}
.bgs-sec-head h2{font-size:40px;line-height:1.08;letter-spacing:-.025em;margin:12px 0 0;color:#092f84}
.bgs-viewall{margin-top:34px}

/* graduate card: Before -> Ingress -> Now journey (Action 3) */
.grad-journey{display:flex;flex-direction:column;align-items:flex-start;margin:10px 0 2px}
.grad-journey .gj{display:inline-block;font-size:12px;font-weight:750;padding:6px 11px;border-radius:8px;line-height:1.25}
.grad-journey .gj-from{background:#f1f3f8;color:#66748d}
.grad-journey .gj-mid{background:#eaf1ff;color:#001fff;font-weight:800}
.grad-journey .gj-to{background:#e8f7ef;color:#0a7a50;font-weight:800}
.grad-journey .gj-arrow{color:#b7c2d6;font-size:13px;line-height:1;margin:3px 0 3px 14px}

/* career path: hero value strip (Action 4) */
.hero-value{max-width:1184px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:repeat(4,1fr)}
.hv-item{display:flex;gap:14px;align-items:flex-start;padding:20px 22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.hv-item:first-child{padding-left:0}.hv-item:last-child{border-right:0}
.hv-item>svg{width:24px;height:24px;color:#001fff;flex:none;margin-top:1px}
.hv-item b{display:block;font-size:15px;font-weight:800;color:#0f213f;margin-bottom:4px}
.hv-item span{font-size:13px;line-height:1.5;color:#61708d}
@media(max-width:820px){.hero-value{grid-template-columns:1fr 1fr;padding:0 20px}.hv-item:nth-child(2){border-right:0}.hv-item:first-child{padding-left:22px}}
@media(max-width:520px){.hero-value{grid-template-columns:1fr}.hv-item{border-right:0;padding:16px 0}.hv-item:first-child{padding-left:0}}

/* career path: career progression timeline (Action 5) */
.career-prog{max-width:900px;margin:auto;padding:60px 28px}
.cp-head{margin-bottom:38px}
.cp-head .kicker{color:var(--coral)}
.cp-head h2{font-size:38px;line-height:1.1;letter-spacing:-.025em;margin:12px 0 10px;color:#092f84}
.cp-head p{font-size:15px;line-height:1.6;color:#61708d;margin:0;max-width:640px}
.cp-timeline{position:relative;list-style:none;margin:0;padding:0}
.cp-timeline::before{content:"";position:absolute;left:11px;top:9px;bottom:9px;width:2px;background:#d9e2f0}
.cp-step{position:relative;padding:0 0 30px 46px}
.cp-step.cp-last{padding-bottom:0}
.cp-dot{position:absolute;left:2px;top:2px;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #001fff;box-shadow:0 0 0 4px #fbfcff}
.cp-step.cp-last .cp-dot{background:#001fff}
.cp-title{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
.cp-title b{font-size:19px;font-weight:850;color:#0f213f;letter-spacing:-.01em}
.cp-title em{font-style:normal;font-size:12px;font-weight:800;color:#001fff;background:#eaf1ff;border-radius:20px;padding:3px 10px}
.cp-body>span{display:block;font-size:14px;line-height:1.55;color:#61708d;margin-top:5px;max-width:600px}

/* roadmap card: achievements checklist (Action 7) */
.lvl-achv{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.lvl-achv li{position:relative;padding-left:27px;font-size:13.5px;font-weight:650;color:#33415c;line-height:1.4}
.lvl-achv li::before{content:"";position:absolute;left:0;top:0;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a9c68' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/contain no-repeat}


/* upcoming cohort (Action 15) */
.cohort{max-width:1184px;margin:auto;padding:44px 28px 72px}
.cohort-card{background:linear-gradient(135deg,#071e52,#001fff);color:#fff;border-radius:24px;padding:40px 44px;display:grid;grid-template-columns:1fr auto;gap:30px 44px;align-items:center}
.cohort-copy .kicker{color:#7fd3ff}
.cohort-copy h2{font-size:30px;line-height:1.12;letter-spacing:-.03em;margin:10px 0 8px}
.cohort-copy p{font-size:14.5px;line-height:1.6;color:#c9d6f2;margin:0;max-width:440px}
.cohort-facts{display:grid;grid-template-columns:repeat(4,auto);gap:28px;grid-column:1/-1}
.cohort-facts>div{display:flex;flex-direction:column;gap:3px}
.cohort-facts span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8fb2ff}
.cohort-facts b{font-size:16px;font-weight:800}
.cohort-cta{grid-row:1;grid-column:2;background:#fff;color:#001fff;white-space:nowrap}
.cohort-cta:hover{background:#eef2ff}
@media(max-width:820px){.cohort-card{grid-template-columns:1fr;padding:30px 26px}.cohort-facts{grid-template-columns:1fr 1fr}.cohort-cta{grid-row:auto;grid-column:1;width:max-content}}

/* Action 11: course stage flow */
.course-flow{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;flex-wrap:wrap;gap:4px}
.cf-stage{flex:1;min-width:190px;background:#fff;border:1px solid #dbe4f2;border-radius:14px;padding:20px 22px;display:flex;flex-direction:column;gap:7px}
.cf-num{width:26px;height:26px;border-radius:50%;background:#eaf1ff;color:#001fff;font-weight:850;font-size:12px;display:flex;align-items:center;justify-content:center}
.cf-stage b{font-size:16px;font-weight:850;color:#0f213f;margin-top:2px}
.cf-stage a{font-size:13px;font-weight:700;color:#001fff;text-decoration:none;line-height:1.35}
.cf-stage a:hover{text-decoration:underline}
.cf-sep{display:flex;align-items:center;justify-content:center;color:#b7c2d6;flex:none;padding:0 2px}
.cf-sep svg{width:22px;height:22px}
@media(max-width:820px){.course-flow{flex-direction:column}.cf-sep{transform:rotate(90deg);padding:4px 0}.cf-stage{min-width:0}}
/* Action 12: roadmap progress indicator */
.lvl-prog{display:flex;align-items:center;gap:12px;margin:11px 0 3px;max-width:330px}
.lp-track{flex:1;height:6px;border-radius:4px;background:#e4ebf6;overflow:hidden}
.lp-track i{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,#001fff,#0dc6ff)}
.lvl-prog em{font-style:normal;font-size:11px;font-weight:800;color:#8a97ad;white-space:nowrap}

/* Action 9: assessment 4-card flow */
.alp-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0 26px}
.alp-card{background:#fff;border:1px solid #e3e9f5;border-radius:14px;padding:16px 17px}
.alp-card>svg{width:22px;height:22px;color:#001fff;margin-bottom:9px}
.alp-card b{display:block;font-size:14.5px;font-weight:850;color:#0f213f;margin-bottom:3px}
.alp-card span{font-size:12.5px;line-height:1.45;color:#66748d}
@media(max-width:560px){.alp-grid{grid-template-columns:1fr}}
