/* Future Job Institute: white, charcoal and electric blue, aligned with the supplied FJI identity. */
:root{--ink:#17191f;--ink-2:#232730;--paper:#ffffff;--paper-2:#f3f5fa;--white:#fff;--muted:#c8ceda;--muted-dark:#576170;--line:#d8deea;--line-dark:#485262;--blue:#2457f5;--blue-light:#c7d5ff;--accent:#c7d5ff;--cyan:#c7d5ff;--max:1240px;--pad:clamp(20px,4.1vw,64px);--section:clamp(60px,6.8vw,96px);--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:150px;background:var(--ink)}
body{margin:0;background:var(--paper);color:var(--ink);font:400 17px/1.65 var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.nav-open{overflow:hidden}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-underline-offset:4px;text-decoration-thickness:1px}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{touch-action:manipulation}
button{cursor:pointer}
h1,h2,h3,h4,p,ul,ol,dl{margin-top:0}
h1,h2,h3,h4{line-height:1.12;letter-spacing:-.045em;text-wrap:balance}
h1{font-size:clamp(44px,4.9vw,72px);font-weight:620;margin-bottom:24px}
h2{font-size:clamp(32px,3.3vw,48px);font-weight:590;margin-bottom:20px}
h3{font-size:23px;font-weight:620;letter-spacing:-.025em;line-height:1.25;margin-bottom:12px}
p{margin-bottom:20px}p:last-child,ul:last-child,ol:last-child{margin-bottom:0}
h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--accent);letter-spacing:-.055em}
strong{font-weight:650}
::selection{color:var(--ink);background:var(--accent)}
:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
.site-header :focus-visible,.section-dark :focus-visible,.page-hero :focus-visible,.hero :focus-visible,.site-footer :focus-visible,.cta-panel :focus-visible{outline-color:var(--accent)}
.course-facts :focus-visible{outline-color:var(--blue)}
.container{width:min(100% - var(--pad)*2,var(--max));margin-inline:auto}
.narrow{max-width:800px;margin-inline:auto}
.section{padding-block:var(--section)}
.section-white{background:var(--white)}.section-tint{background:var(--paper-2)}.section-dark{background:var(--ink);color:var(--paper)}
.section-heading{max-width:790px;margin-bottom:40px}
.section-heading>p:not(.eyebrow){font-size:19px;color:var(--muted-dark);max-width:720px}
.section-dark .section-heading>p:not(.eyebrow),.section-dark p{color:var(--muted)}
.eyebrow{font-size:14px!important;line-height:1.55;font-weight:700;letter-spacing:.105em;text-transform:uppercase;color:var(--muted-dark);margin:0 0 20px}
.section-dark .eyebrow,.page-hero .eyebrow,.hero .eyebrow,.cta-panel .eyebrow{color:var(--accent)}
.fine-print,.example-note,.source-note,.legal-meta{font-size:14px;color:var(--muted-dark);line-height:1.6}
.fine-print{margin-top:20px}.example-note,.source-note{margin-top:24px}.source-note a{text-decoration:underline}
.legal-meta{border-top:1px solid var(--line);padding-top:24px;margin-top:36px}
.skip-link{position:fixed;top:12px;left:12px;transform:translateY(-160%);z-index:1000;padding:12px 20px;background:var(--accent);color:var(--ink);font-weight:650}
.skip-link:focus{transform:translateY(0)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Progressive, keyboard-accessible navigation. */
.announcement{background:var(--paper);color:var(--ink);font-size:14px;line-height:1.5;text-align:center;padding:10px 0}
.announcement a{font-weight:650;margin-left:16px}
.site-header{position:sticky;top:0;z-index:100;background:var(--ink);color:var(--paper);border-bottom:1px solid var(--line-dark)}
.header-inner{height:88px;display:flex;align-items:center;gap:28px}
.brand{display:block;flex-shrink:0;width:206px}.brand img{width:206px;height:70px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;gap:24px;margin-left:auto}
.desktop-nav a{text-decoration:none;font-size:14px;white-space:nowrap;color:#d5d7df;position:relative;padding-block:12px}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--white)}
.desktop-nav a.active::after{content:"";position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--accent)}
.course-menu{position:relative}
.course-menu>summary{list-style:none;display:flex;align-items:center;gap:9px;padding:14px 0;min-height:48px;font-size:14px;color:#d5d7df;cursor:pointer;position:relative}
.course-menu>summary::-webkit-details-marker{display:none}
.course-menu>summary:hover,.course-menu[open]>summary,.course-menu.active>summary{color:var(--white)}
.course-menu.active>summary::after{content:"";position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--accent)}
.menu-chevron{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-top:-4px;transition:transform .15s}
.course-menu[open] .menu-chevron{transform:rotate(225deg);margin-top:3px}
/* The padded panel touches the trigger: no dead hover gap between them. */
.course-menu-panel{position:absolute;top:100%;left:-24px;width:530px;padding-top:20px;z-index:110}
.course-menu-surface{background:var(--paper);color:var(--ink);border:1px solid #c9ccd6;border-radius:12px;box-shadow:0 22px 60px #0005;padding:10px 22px 0;max-height:calc(100dvh - 170px);overflow-y:auto;overscroll-behavior:contain}
.desktop-nav .course-menu-panel a{color:var(--ink);white-space:normal;padding:0}
.site-header .course-menu-panel :focus-visible{outline-color:var(--blue)}
.course-menu-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);gap:14px}
.desktop-nav .course-menu-tabs a{padding:17px 0;text-align:center;font-size:15px;font-weight:650;border-bottom:3px solid transparent;margin-bottom:-1px}
.desktop-nav .course-menu-tabs a:hover{color:var(--blue)}
.desktop-nav .course-menu-tabs a[aria-selected="true"]{border-color:var(--blue);color:var(--blue)}
.menu-intro{font-size:14px;color:var(--muted-dark);margin:18px 0 7px}
.desktop-nav a.menu-course{display:grid;grid-template-columns:minmax(0,1fr) 20px;gap:13px;align-items:center;padding:13px 10px;margin-inline:-10px;border-radius:6px;line-height:1.4}
.desktop-nav a.menu-course:hover,.desktop-nav a.menu-course[aria-current="page"]{background:#e8edff;color:var(--ink)}
.menu-course-number{font-size:14px;color:var(--blue);font-weight:650}
.menu-course strong{display:block;font-size:16px;font-weight:600}
.menu-course small{display:block;font-size:14px;color:var(--muted-dark);margin-top:4px}
.desktop-nav a.menu-overview{display:flex;justify-content:space-between;gap:20px;margin-top:12px;padding:18px 0;border-top:1px solid var(--line);font-size:14px;font-weight:650}
.desktop-nav a.menu-overview:hover{text-decoration:underline}
.mobile-course-group{padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid var(--line-dark)}
.mobile-nav .mobile-course-group>a:first-child{color:var(--accent);font-size:16px;font-weight:650}
.mobile-nav a.mobile-course-link{font-size:15px;padding:12px 0 12px 18px;border:0}
.mobile-nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:5px}
.header-cta{font-size:14px!important;padding:12px 17px!important;min-height:46px!important;flex-shrink:0}
.nav-toggle{width:48px;height:48px;border:1px solid #626777;color:var(--paper);background:transparent;font-size:24px;line-height:1;margin-left:auto;border-radius:6px}
.mobile-nav{max-height:calc(100dvh - 88px);overflow:auto;overscroll-behavior:contain;padding:16px var(--pad) 32px;background:var(--ink)}
.mobile-nav a{display:block;padding:15px 0;border-bottom:1px solid var(--line-dark);text-decoration:none;color:var(--paper);font-size:18px}
.mobile-nav a.active{color:var(--accent)}
.nojs-nav{display:flex;flex-wrap:wrap;gap:12px 24px;padding-block:12px}.nojs-nav a{font-size:14px;min-height:36px}

.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:20px;text-decoration:none;padding:14px 23px;border:1px solid transparent;border-radius:6px;font-size:15px;line-height:1.4;font-weight:650;text-align:center;transition:background-color .18s,color .18s,transform .18s}
.button span{font-size:19px;line-height:1}.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:#1944cb}
.button-accent{background:var(--accent);color:var(--ink)}.button-accent:hover{background:#c7d5ff}
.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:#fff}
.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:#303744}
.button-outline{border-color:#697080;color:var(--paper);background:transparent}.button-outline:hover{background:#303744}
.button-secondary{border-color:#858a96;color:var(--ink);background:transparent}.button-secondary:hover{background:var(--paper-2)}
.button-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:30px}
.text-link{font-weight:650;text-decoration:none;display:inline-flex;align-items:center;gap:20px;line-height:1.5;min-height:44px;font-size:16px}
.text-link:hover{text-decoration:underline}.text-link span{font-size:21px}
.quiet-link{font-size:15px;text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.quiet-link:hover{text-decoration:underline}
.section-link{margin-top:30px}
.text-button{display:inline-flex;background:transparent;border:0;padding:12px 0;text-decoration:underline;min-height:44px;color:inherit;font-size:16px}

/* The hero diagram is a real linked learning path, not a simulated dashboard. */
.hero,.page-hero{background:var(--ink);color:var(--paper)}.hero{padding:74px 0 80px;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:64px}
.hero h1{font-size:clamp(48px,5.2vw,76px);max-width:700px}
.hero-lede{max-width:670px;font-size:20px;line-height:1.65;color:var(--muted)}
.hero-note{font-size:14px;color:var(--muted);margin-top:23px}
.live-dot{display:inline-block;width:7px;height:7px;background:var(--accent);border-radius:50%;margin-right:8px;vertical-align:middle}
.learning-board{border:1px solid #485262;background:linear-gradient(155deg,#232730 0%,#232730 70%);padding:28px;border-radius:12px;position:relative;box-shadow:0 26px 80px #0003}
.board-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px;color:#c8ceda;padding-bottom:24px;border-bottom:1px solid #485262}
.board-mark{font-weight:700;white-space:nowrap;letter-spacing:.1em;color:var(--blue-light)}
.board-title{font-size:25px;line-height:1.25;letter-spacing:-.035em;margin:26px 0 22px;max-width:320px;font-weight:580}
.board-path{display:grid;gap:11px}
.board-step{display:grid;grid-template-columns:minmax(0,1fr) 20px;gap:13px;align-items:center;padding:19px 17px;color:var(--paper);background:#232730;border:1px solid #485262;text-decoration:none;border-radius:7px;transition:background .2s,border-color .2s}
.board-step:hover{background:#303744;border-color:#c7d5ff}
.board-step h2{font-size:19px;line-height:1.3;margin-bottom:5px;letter-spacing:-.025em;text-wrap:initial}
.board-step p{font-size:14px;line-height:1.55;color:#c8ceda;margin:0}
.board-number{color:var(--blue-light);font-size:15px;font-weight:650}.board-build .board-number{color:var(--cyan)}.board-automate .board-number{color:var(--accent)}
.board-footer{margin-top:25px;display:flex;gap:20px;align-items:flex-start;justify-content:space-between}
.board-footer>span{font-size:14px;color:#c8ceda}.board-footer strong{font-size:15px;line-height:1.5;font-weight:500;color:var(--paper)}
.page-hero{padding:64px 0 72px}.simple-hero{max-width:var(--max)}.simple-hero>div{max-width:910px}
.split-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);gap:70px;align-items:center}.split-hero>div:first-child{min-width:0}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px 13px;font-size:14px;color:#c8ceda;margin-bottom:35px}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}
.official-course-name{font-size:15px;color:var(--blue-light);margin-bottom:19px}.course-hero h1{max-width:620px}
.course-facts{background:var(--paper);color:var(--ink);padding:30px;border-radius:10px}.course-facts .eyebrow{color:var(--muted-dark);margin-bottom:10px}.course-facts dl{margin-bottom:22px}
.course-facts dl>div{display:flex;justify-content:space-between;gap:22px;padding:11px 0;border-bottom:1px solid var(--line);font-size:15px}
.course-facts dd{margin:0;text-align:right;font-weight:650}.course-facts dt{color:var(--muted-dark)}.course-facts .button{width:100%}.course-facts .fine-print{font-size:14px;margin-top:15px}
.subnav{position:sticky;top:88px;z-index:50;background:#fffffffa;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.subnav .container{display:flex;gap:28px;overflow:auto;scrollbar-width:thin;padding-block:2px}.subnav a{white-space:nowrap;padding:17px 0;text-decoration:none;font-size:14px;font-weight:600}.subnav a:hover{text-decoration:underline}

.proof-strip{background:var(--paper-2);border-bottom:1px solid var(--line)}
.proof-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;align-items:center;gap:26px;padding-block:28px}.proof-grid>div{min-width:0}
.proof-grid strong{display:block;font-size:15px;line-height:1.4;margin-bottom:4px}.proof-grid span{display:block;font-size:14px;line-height:1.5;color:var(--muted-dark)}
.cert-proof{display:flex;gap:16px;align-items:center}.cert-proof img{width:64px;height:64px;object-fit:contain;background:white;border-radius:4px;flex-shrink:0}

/* Useful facts sit together; cards have no artificial minimum height. */
.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.course-card{display:flex;flex-direction:column;position:relative;border:1px solid var(--line);border-top:4px solid var(--blue);background:var(--white);padding:26px 28px 22px;border-radius:9px;color:var(--ink);transition:box-shadow .2s,border-color .2s}
.course-card:hover{box-shadow:0 12px 36px #17191f0c;border-color:#9a9fae;border-top-color:var(--blue)}
.course-build{border-top-color:#2457f5}.course-automate{border-top-color:#2457f5}
.course-choice{font-size:14px;color:var(--muted-dark)}
.course-topline{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}
.course-id{font-size:32px;line-height:1;letter-spacing:-.06em;font-weight:550;color:var(--blue)}.course-build .course-id{color:#2457f5}.course-automate .course-id{color:#9b502d}
.course-badge{font-size:14px;line-height:1.5;color:var(--muted-dark);text-align:right}
.course-name{font-size:14px;color:var(--muted-dark);line-height:1.5;margin-bottom:10px;min-height:40px}
.course-card h3{font-size:29px;max-width:270px;margin-bottom:16px}.course-card h3 a{text-decoration:none}.course-card h3 a:hover{text-decoration:underline}
.course-description{color:var(--muted-dark)!important;font-size:16px;line-height:1.65;margin-bottom:28px}
.course-meta{display:flex;gap:22px;border-top:1px solid var(--line);padding-top:19px;margin-top:auto;margin-bottom:12px}
.course-meta dt{font-size:14px;color:var(--muted-dark)}.course-meta dd{font-size:15px;line-height:1.5;font-weight:650;margin:3px 0 0}
.course-format{font-size:14px;color:var(--muted-dark)!important;margin:0 0 18px}
.course-card .text-link{border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:space-between}
.section-foot{display:flex;gap:24px;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:30px;padding-top:20px;font-size:14px;color:var(--muted-dark)}
.section-foot>span{max-width:730px}.section-foot>.text-link{flex-shrink:0}.section-dark .section-foot{color:var(--muted);border-color:var(--line-dark)}
.split-section{display:grid;grid-template-columns:1fr 1.08fr;gap:80px;align-items:start}.split-section>div{min-width:0}.split-section .section-heading{margin-bottom:24px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.feature-card{padding:26px 0 0;border-top:1px solid var(--line)}.feature-card p{font-size:16px;color:var(--muted-dark)}.feature-card .item-number{margin-bottom:26px;display:block}
.section-dark .feature-card{border-color:var(--line-dark)}.section-dark .feature-card p{color:var(--muted)}
.item-number{color:var(--blue);font-weight:650;font-size:14px;line-height:1.5}.section-dark .item-number{color:var(--accent)}
.outcome-list article,.topic-list article{display:flex;gap:24px;padding:26px 0;border-bottom:1px solid var(--line)}.outcome-list article:first-child,.topic-list article:first-child{padding-top:0}.outcome-list article:last-child,.topic-list article:last-child{border-bottom:0}
.outcome-list .item-number,.topic-list .item-number{flex:0 0 26px;padding-top:5px}.outcome-list h3,.topic-list h3{font-size:23px}.outcome-list p,.topic-list p{color:var(--muted-dark);font-size:16px}
.section-dark .outcome-list article{border-color:var(--line-dark)}.section-dark .outcome-list p{color:var(--muted)}
.examples{margin-top:58px;padding-top:32px;border-top:1px solid var(--line)}.examples>h3{font-size:26px;margin-bottom:28px}.examples .feature-card{border:0;padding:0}.examples .item-number{display:none}.examples .feature-card h3{font-size:20px}
.notice{padding:23px 25px;border-left:3px solid var(--blue);background:#e8edff;margin-block:24px;color:var(--ink)}.notice p{margin-top:8px;font-size:16px}.notice strong{font-size:17px}
.check-list{list-style:none;margin:0;padding:0}.check-list li{position:relative;padding:15px 0 15px 30px;border-bottom:1px solid var(--line);font-size:16px;line-height:1.65}.check-list li:last-child{border-bottom:0}.check-list li::before{content:"✓";position:absolute;left:0;font-weight:750;color:#2457f5}.section-dark .check-list li{border-color:var(--line-dark)}.section-dark .check-list li::before{color:var(--accent)}
.project-result{background:#232730;border:1px solid #485262;border-radius:10px;padding:34px}.project-result .eyebrow{margin-bottom:18px}.result-footer{margin-top:28px;border-top:1px solid #485262;padding-top:24px}.result-footer span{display:block;font-size:14px;color:var(--muted);margin-bottom:12px}.result-footer strong{font-size:29px;line-height:1.25;letter-spacing:-.035em;color:var(--accent);font-weight:500}

.course-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.course-filters button{border:1px solid #989ca7;background:transparent;color:var(--ink);padding:10px 19px;border-radius:5px;font-size:15px;min-height:46px}.course-filters button[aria-pressed="true"]{color:var(--paper);background:var(--ink);border-color:var(--ink)}
.course-categories{background:var(--paper);border-bottom:1px solid var(--line)}
.course-categories .container{display:flex;gap:34px}
.course-categories a{display:flex;align-items:center;gap:13px;position:relative;padding:23px 0;text-decoration:none;font-size:16px;font-weight:650;min-height:65px}
.course-categories a span{font-size:14px;font-weight:400;color:var(--muted-dark)}
.course-categories a[aria-current="page"]::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--blue)}
.course-categories a:hover{color:var(--blue)}
.energy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.energy-card{display:flex;flex-direction:column;padding:32px;background:var(--white);border:1px solid var(--line);border-radius:10px;transition:border-color .2s,box-shadow .2s}
.energy-card:hover{border-color:var(--blue);box-shadow:0 12px 36px #17191f0c}
.energy-card-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}
.energy-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:12px;background:#e8edff;color:var(--blue);flex-shrink:0}
.energy-icon svg{width:34px;height:34px}
.energy-card-top>span:last-child{font-size:14px;color:var(--muted-dark);letter-spacing:.08em;text-transform:uppercase}
.energy-card h3{font-size:31px;margin-bottom:12px;overflow-wrap:anywhere}
.energy-card h3 a{text-decoration:none}.energy-card h3 a:hover{text-decoration:underline}
.energy-card>p{font-size:16px;color:var(--muted-dark);margin-bottom:25px}
.energy-card .energy-meta{margin-top:auto;padding:19px 0;border-top:1px solid var(--line);font-size:14px;line-height:1.8;color:var(--muted-dark)}
.energy-card .text-link{display:flex;justify-content:space-between;padding-top:17px;border-top:1px solid var(--line)}
.energy-card-orientation{background:#edf3dc}.energy-card-orientation .energy-icon{background:#dde8bc;color:#3f5413}
.energy-hero-note{display:flex;gap:14px;align-items:center;margin-top:28px;color:var(--muted);font-size:14px}
.energy-hero-note .energy-icon{background:#272e26;color:var(--accent)}
.energy-course .course-facts dt{min-width:60px}.energy-course .course-facts dd{max-width:210px}
.energy-related{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:24px}
.energy-related a{font-size:15px;font-weight:600;padding-block:8px}

/* Photography belongs to the section; content remains on readable dark surfaces. */
.background-photo{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;background:var(--ink)}
.background-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.background-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#17191ffa 0%,#17191ff0 34%,#17191fdc 60%,#17191f52 100%),linear-gradient(0deg,#17191f 0%,#17191f00 35%)}
.hero-with-photo,.page-hero-with-media{position:relative;isolation:isolate;overflow:hidden}
.hero-with-photo>.container,.page-hero-with-media>.container{position:relative;z-index:1}
.hero-with-photo{padding-block:60px}
.hero-with-photo .hero-inner{min-height:520px}
.hero-visual{min-width:0;align-self:end;padding-top:150px}
.learning-board.learning-board-photo{border-radius:12px;padding:24px;background:#232730f2;border:1px solid #485262;box-shadow:0 18px 50px #0003;backdrop-filter:blur(12px)}
.learning-board-photo .board-heading,.learning-board-photo .board-footer,.learning-board-photo .board-step p{display:none}
.learning-board-photo .board-title{font-size:20px;margin:0 0 15px;max-width:none}
.learning-board-photo .board-step{padding:12px 13px;grid-template-columns:minmax(0,1fr) 18px;gap:11px}
.learning-board-photo .board-step h2{font-size:17px}
.learning-board-photo .board-path{gap:8px}
.page-hero-with-media{padding-block:80px}
.page-hero-with-media>.simple-hero{min-height:380px;display:flex;align-items:center}
.page-hero-with-media>.simple-hero>div{max-width:660px}
.page-hero-with-media .course-facts{box-shadow:0 22px 60px #0003}
.page-hero-with-media .business-hero-panel{background:#232730f5;backdrop-filter:blur(12px)}
.energy-card.energy-card-immersive{position:relative;isolation:isolate;overflow:hidden;padding:0;min-height:530px;border-color:#454d5a;background:var(--ink);color:var(--paper);border-radius:12px}
.energy-card-immersive .background-photo img{object-position:center 25%}
.energy-card-immersive .background-photo::after{background:linear-gradient(180deg,#17191f0a 0%,#17191f36 24%,#17191fe0 50%,#17191ff5 75%,#17191f 100%)}
.energy-card-body{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;flex:1;padding:170px 32px 30px;background:linear-gradient(0deg,#17191fe8 0%,#17191fc2 64%,#17191f00 100%)}
.energy-card-body .energy-card-tag{font-size:14px;text-transform:uppercase;letter-spacing:.1em;font-weight:650;color:var(--accent);margin-bottom:14px}
.energy-card-body h3{font-size:32px;margin-bottom:14px}
.energy-card-body>p:not(.energy-card-tag){font-size:16px;line-height:1.65;color:#e5e7ee;margin-bottom:22px}
.energy-card-body .energy-meta{margin-top:0;border-color:#69717e;color:#dce1eb}
.energy-card-body .text-link{color:var(--accent);border-color:#69717e}
.energy-card-immersive:hover{border-color:var(--accent);box-shadow:0 18px 42px #17191f26}
.energy-card-immersive :focus-visible{outline-color:var(--accent)}
.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:8px;scrollbar-width:thin}table{border-collapse:collapse;width:100%;text-align:left;font-size:16px;line-height:1.6}
caption{text-align:left;padding:17px 24px;font-size:14px;color:var(--muted-dark);background:var(--paper)}th,td{padding:22px 24px;vertical-align:top;border-bottom:1px solid var(--line)}thead th{background:var(--ink);color:var(--paper);font-weight:600}tbody th{font-weight:650}tr:last-child th,tr:last-child td{border-bottom:0}
.comparison-table{min-width:800px}.comparison-table th,.comparison-table td{width:25%}
.combination-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 38px}.combination-grid article{padding:28px 0;border-top:1px solid var(--line-dark)}.combination-grid span{display:block;font-size:14px;color:var(--accent);letter-spacing:.08em;margin-bottom:22px}.combination-grid h3{font-size:27px}.combination-grid p{font-size:16px;max-width:500px}.combination-full h3{color:var(--accent)}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;list-style:none;padding:0;margin:0}.steps li{border-top:1px solid var(--line);padding-top:24px}.step-number{display:block;font-size:15px;font-weight:650;color:var(--blue);margin-bottom:25px}.steps h3{font-size:22px}.steps p{font-size:16px;color:var(--muted-dark)}
.time-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.time-grid article{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:34px}.time-grid strong{display:block;font-size:26px;line-height:1.25;margin:24px 0 16px}.time-grid p:not(.eyebrow){font-size:16px;color:var(--muted-dark)}

.funding-panel{background:var(--blue);color:white;padding:52px 56px;display:grid;grid-template-columns:1.4fr .7fr;gap:70px;align-items:center;border-radius:10px}.funding-panel h2{font-size:clamp(34px,3.5vw,49px)}.funding-panel .eyebrow{color:white}.funding-panel p{color:#e8edff;font-size:17px}.funding-panel .button{margin-top:10px}
.funding-highlight{padding-left:40px;border-left:1px solid #c7d5ff}.funding-highlight strong{font-size:26px;line-height:1.3;font-weight:500}.funding-highlight strong span{font-size:clamp(60px,6vw,86px);white-space:nowrap;letter-spacing:-.06em;line-height:1.3}.funding-highlight p{font-size:15px;margin:18px 0 0}
.business-teaser{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:30px;padding:26px 0 0;border-top:1px solid var(--line)}.business-teaser h3{font-size:22px}.business-teaser h2{font-size:32px}.business-teaser p{font-size:16px;color:var(--muted-dark);max-width:780px}.business-teaser .text-link{flex-shrink:0}
.funding-routes{display:grid;grid-template-columns:1fr 1fr;gap:26px}.funding-routes article{background:var(--white);border:1px solid var(--line);border-radius:9px;padding:38px;display:flex;flex-direction:column}.funding-routes h2{font-size:34px}.funding-routes article>p:not(.eyebrow){color:var(--muted-dark);font-size:17px}.funding-routes .check-list{margin-top:auto;margin-bottom:25px}.funding-routes .button{align-self:flex-start}
.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px}.founder-grid article{padding-top:30px;border-top:1px solid var(--line-dark)}.founder-grid h3{font-size:33px}.founder-grid p:not(.eyebrow){max-width:530px;font-size:17px}

/* Employer funding: separate costs, exact reference table, clearly labelled example. */
.business-hero-panel{background:#232730;border:1px solid #546079;padding:32px;border-radius:10px}.business-hero-panel .eyebrow{color:var(--blue-light)}
.subsidy-stat{padding:20px 0;border-top:1px solid #4c566d}.subsidy-stat span{display:block;font-size:15px;color:#c8ceda;margin-bottom:8px}.subsidy-stat strong{display:block;font-size:clamp(26px,3vw,39px);line-height:1.25;letter-spacing:-.04em;color:var(--accent)}.business-hero-panel .fine-print{font-size:14px;color:#c8ceda}
.funding-explanation article{padding:24px 0;border-bottom:1px solid var(--line-dark)}.funding-explanation article:first-child{padding-top:0}.funding-explanation .item-number{display:block;margin-bottom:18px}.funding-explanation p{font-size:17px}
.two-benefits{display:grid;gap:22px;margin-block:27px}.two-benefits article{border-left:3px solid var(--blue);padding-left:24px}.two-benefits span{font-size:14px;color:var(--muted-dark);display:block;margin-bottom:9px}.two-benefits p{font-size:16px}
.funding-table{min-width:650px}.funding-table th:first-child{width:30%}.funding-table th{font-size:16px}.funding-table td strong{display:block;font-size:36px;letter-spacing:-.045em;line-height:1.2;font-weight:600}.funding-table td span{font-size:14px;color:var(--muted-dark);display:block;margin-top:8px}.highlight-row{background:#f3f5fa}
.special-rules{margin-top:38px;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.special-rules h3{font-size:25px}
.requirement-list article{border-bottom:1px solid var(--line);padding:23px 0}.requirement-list article:first-child{padding-top:0}.requirement-list h3{font-size:21px}.requirement-list p{font-size:16px;color:var(--muted-dark)}
.calculation{background:#232a38;border:1px solid #4d5970;padding:32px;border-radius:10px}.calculation dl>div{display:flex;gap:20px;justify-content:space-between;align-items:center;border-bottom:1px solid #4d5970;padding:19px 0}.calculation dt{max-width:240px;color:#c8ceda;font-size:15px}.calculation dd{font-size:25px;font-weight:600;white-space:nowrap;margin:0;letter-spacing:-.03em}.calculation .calculation-result dd{font-size:40px;color:var(--accent)}.calculation p:not(.eyebrow){font-size:14px}
.application-help{display:grid;grid-template-columns:1.1fr 1fr;gap:50px;margin-top:55px;padding-top:38px;border-top:1px solid var(--line)}.application-help ul{padding-left:20px;font-size:16px}.application-help li{margin-bottom:10px}.application-help aside{background:white;border:1px solid var(--line);padding:30px;border-radius:8px}.service-phone{font-size:30px;font-weight:600;letter-spacing:-.025em;display:inline-block;min-height:44px;margin-top:12px}.application-help aside p:not(.eyebrow){font-size:15px;color:var(--muted-dark)}
.sources-panel{max-width:900px;border-top:1px solid var(--line);padding-top:30px}.sources-panel h2{font-size:29px}.sources-panel p,.sources-panel li{font-size:15px;color:var(--muted-dark)}.sources-panel li{margin-bottom:12px}

.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;list-style:none;padding:23px 42px 23px 0;position:relative;font-size:18px;font-weight:600;line-height:1.45;letter-spacing:-.015em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:5px;top:21px;font-size:26px;line-height:1.25;font-weight:400}.faq-list details[open] summary::after{content:"−"}.faq-answer{padding:0 35px 24px 0;color:var(--muted-dark);font-size:16px}
.cta-section{padding-top:0}.cta-panel{background:var(--ink);color:var(--paper);border-radius:10px;padding:50px 56px;display:grid;grid-template-columns:1.3fr .7fr;gap:48px;align-items:center}.cta-panel h2{font-size:clamp(33px,3.3vw,47px)}.cta-panel p:not(.eyebrow){color:var(--muted);font-size:17px}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;justify-self:end}

.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.contact-layout>aside>h2{font-size:37px}.contact-layout>aside>p{color:var(--muted-dark)}.contact-details>div{padding:20px 0;border-bottom:1px solid var(--line)}.contact-details dt{font-size:14px;color:var(--muted-dark);margin-bottom:9px}.contact-details dd{margin:0;font-size:16px;overflow-wrap:anywhere}
.contact-form,.message-preview{background:var(--white);border:1px solid var(--line);padding:36px;border-radius:10px}.contact-form h2,.message-preview h2{font-size:29px;margin-bottom:28px}.form-kicker{font-size:14px;color:var(--muted-dark);font-weight:600;margin-bottom:12px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.field{min-width:0}.field-full{grid-column:1/-1}.field label,.message-preview>label{display:block;font-size:14px;font-weight:650;margin-bottom:8px}.field label span,.business-fields legend span{font-size:14px;color:var(--muted-dark);font-weight:400}
input,select,textarea{width:100%;padding:12px 13px;border:1px solid #888f9d;border-radius:5px;background:#fff;color:var(--ink);font-size:16px;line-height:1.5;min-height:48px}select{padding-right:28px}textarea{resize:vertical;min-height:128px}input::placeholder,textarea::placeholder{color:#666c79;opacity:1}
.business-fields{min-width:0;margin:0;border:1px solid var(--line);border-radius:6px;padding:18px}.business-fields legend{padding-inline:6px;font-weight:650;font-size:14px}.business-fields .form-grid{gap:18px}.business-fields .fine-print{font-size:14px}
.form-consent{font-size:14px;color:var(--muted-dark);margin-block:23px}.form-status{font-size:15px;color:#275536;margin-top:20px;min-height:25px}.mail-recipient{overflow-wrap:anywhere;font-size:15px}.message-preview>p:not(.form-kicker){font-size:16px}.message-preview textarea{font-family:var(--font);font-size:15px;line-height:1.7;background:var(--paper);min-height:230px}.message-preview .button-row{gap:12px;align-items:stretch}.message-preview .button{font-size:14px;padding:13px 17px}

.eu-logo-panel{background:#fff;border-radius:8px;width:300px;max-width:100%;padding:20px;justify-self:end}.eu-logo-panel img{width:100%;height:auto}.prose h2{font-size:29px;line-height:1.25;margin-top:40px;letter-spacing:-.025em}.prose h2:first-child{margin-top:0}.prose p{color:var(--muted-dark);font-size:17px}.prose p strong{color:var(--ink)}.prose a{overflow-wrap:anywhere}
.site-footer{padding:65px 0 25px;background:var(--ink);color:var(--paper);border-top:1px solid var(--line-dark)}.footer-main{display:grid;grid-template-columns:1.05fr 1fr 1fr .9fr;gap:45px;padding-bottom:48px}.footer-main h2{font-size:14px;font-weight:600;line-height:1.5;letter-spacing:0;margin-bottom:22px}.footer-main ul{list-style:none;padding:0;margin:0}.footer-main li{margin:0 0 9px}.footer-main a{font-size:14px;line-height:1.55;color:#c8ceda;text-decoration:none;display:inline-block;padding-block:3px}.footer-main a:hover{color:#fff;text-decoration:underline}
.footer-brand-wrap>img{width:190px;height:48px;object-fit:contain;margin-bottom:25px}.footer-brand-wrap p{font-size:17px;max-width:240px;line-height:1.65;color:#c8ceda}.footer-brand-wrap>a{overflow-wrap:anywhere;font-size:14px}.footer-badges{display:flex;gap:12px;align-items:center;margin-bottom:18px}.footer-badges>img,.footer-badges a>img{width:86px;height:86px;object-fit:contain;background:white;border-radius:4px}.footer-badges a{padding:0}.footer-funding>a{font-size:14px}
.footer-bottom{border-top:1px solid var(--line-dark);padding-top:24px}.footer-bottom>p{font-size:14px;color:var(--muted);line-height:1.7;max-width:1020px}.footer-legal{display:flex;justify-content:space-between;gap:20px;font-size:14px;color:var(--muted);padding-top:10px}.footer-legal nav{display:flex;gap:25px}.footer-legal a{padding-block:8px;display:inline-block}

@media(min-width:1101px){.nav-toggle,.mobile-nav,.nojs-nav{display:none!important}}
@media(max-width:1180px){
 .desktop-nav{gap:17px}.header-inner{gap:20px}.brand{width:170px}.brand img{width:170px}.hero-inner,.split-hero{gap:38px}.hero h1{font-size:clamp(47px,5.6vw,67px)}
 .learning-board{padding:23px}.board-heading{font-size:14px;gap:10px}.board-step{padding:17px 13px;gap:10px;grid-template-columns:minmax(0,1fr) 16px}.board-step h2{font-size:18px}.course-card{padding:24px}.course-card h3{font-size:27px}.course-meta{gap:16px}.course-meta dd{font-size:14px}.split-section,.contact-layout{gap:48px}.footer-main{gap:28px}.funding-panel{padding:42px;gap:40px}
}
@media(max-width:1100px){
 .desktop-nav{display:none}.header-cta{margin-left:auto}.nav-toggle{margin-left:0}.brand,.brand img{width:190px}.header-inner{height:78px}.subnav{top:78px}.mobile-nav{max-height:calc(100dvh - 78px)}
 .proof-grid{grid-template-columns:1.2fr 1fr;gap:24px 36px}.hero-inner{grid-template-columns:1fr 1fr;gap:35px}.hero-lede{font-size:18px}.hero .button-row{gap:12px}.hero .button{font-size:14px;padding:13px 16px}.footer-main{grid-template-columns:1fr 1fr;gap:36px 50px}.steps{grid-template-columns:1fr 1fr;gap:30px 40px}
}
@media(max-width:860px){
 .hero-with-photo .hero-inner{min-height:0}.hero-visual{padding-top:0;align-self:auto;max-width:640px}
 .hero-with-photo .background-photo,.page-hero-with-media .background-photo{height:400px;bottom:auto}
 .hero-with-photo .background-photo::after,.page-hero-with-media .background-photo::after{background:linear-gradient(180deg,#17191f38 0%,#17191fa6 22%,#17191fe6 48%,#17191f 100%)}
 .hero-with-photo .hero-copy,.page-hero-with-media>.container{padding-top:140px}
 .page-hero-with-media>.simple-hero{min-height:0}
 .hero{padding:52px 0 58px}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-copy{max-width:670px}.hero h1{font-size:clamp(48px,7.6vw,66px);max-width:700px}.hero-lede{font-size:19px}.learning-board{max-width:640px;width:100%;padding:28px}.board-heading{font-size:14px}.board-title{max-width:none}.board-step{grid-template-columns:minmax(0,1fr) 24px;padding:19px}.board-step h2{font-size:20px}
 .page-hero{padding:48px 0 55px}.split-hero{grid-template-columns:1fr;gap:35px}.split-hero h1{max-width:730px}.course-facts{max-width:600px;width:100%}.business-hero-panel{max-width:600px}
 .course-grid{grid-template-columns:1fr}.course-card{padding:26px;display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.course-topline{grid-column:1/-1;margin-bottom:19px}.course-name{grid-column:1;min-height:0}.course-card h3{grid-column:1;max-width:350px;font-size:30px}.course-description{grid-column:1;grid-row:4/6;margin-bottom:15px}.course-meta{grid-column:2;grid-row:2/4;margin:0 0 14px;align-self:start;justify-content:space-between}.course-format{grid-column:2;grid-row:4;align-self:start}.course-card .text-link{grid-column:2;grid-row:5;align-self:end}.course-badge{font-size:14px}
 .feature-grid{gap:22px}.feature-card h3{font-size:21px}.split-section{grid-template-columns:1fr;gap:30px}.split-section .section-heading{max-width:690px}.outcome-list,.topic-list{max-width:800px}.split-section .section-heading h2{max-width:700px}
 .funding-panel{grid-template-columns:1fr .7fr;gap:32px;padding:35px}.funding-highlight{padding-left:25px}.funding-highlight strong span{font-size:62px}.funding-panel h2{font-size:36px}.section-foot{align-items:flex-start;flex-direction:column;gap:14px}.business-teaser{align-items:flex-start;flex-direction:column;gap:12px}
 .cta-panel{grid-template-columns:1fr;padding:38px;gap:24px}.cta-actions{justify-self:start}.contact-layout{grid-template-columns:1fr;gap:32px}.contact-layout>aside{max-width:680px}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.contact-details>div:last-child{grid-column:1/-1}.eu-logo-panel{justify-self:start;width:250px}.funding-routes article{padding:27px}.funding-routes h2{font-size:29px}.application-help{gap:25px}.service-phone{font-size:26px}
}
@media(max-width:600px){
 .hero-with-photo{padding-block:38px}.hero-visual{max-width:640px}.hero-with-photo .hero-copy,.page-hero-with-media>.container{padding-top:100px}
 .learning-board.learning-board-photo{padding:19px 18px}.learning-board-photo .board-title{font-size:20px;margin-bottom:14px}.learning-board-photo .board-step{padding:12px 10px}.learning-board-photo .board-step h2{font-size:17px}
 .energy-card.energy-card-immersive{padding:0;min-height:510px}.energy-card-body{padding:160px 25px 25px}.energy-card-body h3{font-size:29px}
 .course-categories .container{gap:24px}.course-categories a{font-size:14px;display:block;padding:17px 0}.course-categories a span{display:block;margin-top:3px;font-size:14px}
 .energy-grid{grid-template-columns:1fr;gap:20px}.energy-card{padding:25px}.energy-card h3{font-size:28px}.energy-card-top{margin-bottom:22px}.energy-hero-note{align-items:flex-start}
 body{font-size:16px}h1{font-size:43px}h2{font-size:34px}h3{font-size:23px}.announcement{font-size:14px;text-align:left;padding:8px 0}.announcement a{display:block;margin:2px 0 0}
 .header-inner{height:73px;gap:10px}.brand,.brand img{width:155px;height:42px}.header-cta{font-size:14px!important;min-height:42px!important;padding:9px 11px!important;gap:0}.header-cta span{display:none}.nav-toggle{width:42px;height:42px;font-size:21px}.mobile-nav{max-height:calc(100dvh - 73px)}.subnav{top:73px}.subnav .container{gap:24px;width:100%;padding-inline:var(--pad)}.subnav a{font-size:14px;padding-block:15px}html{scroll-padding-top:142px}
 .eyebrow{font-size:14px!important;letter-spacing:.08em;margin-bottom:17px}.hero{padding-top:41px}.hero h1{font-size:49px;max-width:520px;line-height:1.05}.hero-lede{font-size:18px}.hero .button-row{display:grid;grid-template-columns:1fr;width:100%;max-width:360px}.hero .button{min-height:51px;font-size:15px}.hero-note{font-size:14px;margin-top:19px}
 .learning-board{padding:20px}.board-heading{font-size:14px;gap:10px}.board-title{font-size:23px;margin-block:21px}.board-step{padding:16px 13px;grid-template-columns:minmax(0,1fr) 16px;gap:10px}.board-step h2{font-size:18px}.board-step p{font-size:14px}.board-number{font-size:14px}.board-footer{gap:15px}.board-footer strong{font-size:14px}.board-footer>span{font-size:14px}
 .proof-grid{gap:22px 18px;align-items:start;padding-block:24px;grid-template-columns:1fr 1fr}.proof-grid strong{font-size:14px}.proof-grid span{font-size:14px}.cert-proof{gap:10px;grid-column:1/-1}.cert-proof img{width:52px;height:52px}.proof-grid>div:last-child{grid-column:1/-1}.section-heading{margin-bottom:29px}.section-heading>p:not(.eyebrow){font-size:18px}
 .feature-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding-top:23px}.feature-card .item-number{margin-bottom:18px}.feature-card h3{font-size:24px}.feature-card p{font-size:16px}.examples .feature-grid{gap:24px}.examples{margin-top:36px}.examples>h3{font-size:24px}
 .course-card{display:flex;padding:24px}.course-card h3{max-width:none;font-size:31px;margin-bottom:16px}.course-topline{margin-bottom:18px}.course-name{font-size:14px;margin-bottom:8px}.course-description{margin-bottom:22px}.course-meta{margin-top:auto;margin-bottom:12px;padding-top:18px;justify-content:flex-start;gap:34px}.course-meta dd{font-size:15px}.course-format{font-size:14px;margin-bottom:18px}.course-card .text-link{align-self:stretch}
 .course-facts{padding:24px}.course-facts dl>div{font-size:14px}.course-facts .button{font-size:15px}.official-course-name{font-size:14px}.breadcrumbs{font-size:14px;margin-bottom:26px}
 .button{font-size:15px;padding:13px 19px;gap:17px}.button-row{gap:12px}.button-row>.button{max-width:100%}.text-link{font-size:15px}.quiet-link{font-size:14px}.notice{padding:20px;margin-block:22px}.project-result{padding:25px}.result-footer strong{font-size:28px}
 .combination-grid,.time-grid,.funding-routes,.founder-grid,.application-help{grid-template-columns:1fr}.combination-grid{gap:0}.combination-grid h3{font-size:26px}.time-grid article{padding:27px}.funding-routes article{padding:28px}.funding-routes h2{font-size:32px}.founder-grid{gap:28px}.founder-grid h3{font-size:30px}
 .steps{grid-template-columns:1fr;gap:24px}.steps li{padding:22px 0 0 46px;position:relative}.step-number{position:absolute;left:0;top:24px}.steps h3{font-size:23px}.steps p{font-size:16px}
 .funding-panel{grid-template-columns:1fr;padding:29px 26px;gap:28px}.funding-panel h2{font-size:34px}.funding-panel p{font-size:16px}.funding-panel .button{padding:13px 16px}.funding-highlight{border:0;border-top:1px solid #c7d5ff;padding:25px 0 0}.funding-highlight strong{font-size:23px}.funding-highlight strong span{font-size:76px}.funding-highlight p{font-size:15px}
 .cta-panel{padding:32px 26px;gap:23px}.cta-panel h2{font-size:34px}.cta-panel p:not(.eyebrow){font-size:16px}.cta-actions{width:100%}.cta-actions .button{width:100%;gap:12px;font-size:14px;padding-inline:16px}
 .business-hero-panel{padding:25px}.subsidy-stat strong{font-size:31px}.special-rules{padding:23px}.calculation{padding:25px}.calculation dt{font-size:14px;max-width:175px}.calculation dd{font-size:23px}.calculation .calculation-result dd{font-size:33px}.calculation dl>div{gap:13px}.application-help{margin-top:36px;gap:24px}.application-help aside{padding:25px}.service-phone{font-size:30px}.sources-panel h2{font-size:27px}
 .faq-list summary{font-size:17px;padding-top:20px;padding-bottom:20px}.faq-list summary::after{top:18px}.faq-answer{padding-right:15px;font-size:16px}
 .contact-layout>aside>h2{font-size:34px}.contact-details{grid-template-columns:1fr}.contact-form,.message-preview{padding:25px 21px}.form-grid{grid-template-columns:1fr;gap:19px}.contact-form h2,.message-preview h2{font-size:27px}.message-preview .button-row{flex-direction:column}.business-fields{padding:16px}.field label{font-size:14px}.form-consent{font-size:14px}.form-kicker{font-size:14px}.contact-layout{gap:30px}
 .prose h2{font-size:27px}.prose p{font-size:16px}.footer-main{grid-template-columns:1fr 1fr;gap:32px 25px}.footer-brand-wrap{grid-column:1/-1}.footer-brand-wrap p{max-width:350px}.footer-brand-wrap>a{font-size:14px}.footer-main a{font-size:14px;line-height:1.65}.footer-main h2{font-size:14px;margin-bottom:18px}.footer-funding{grid-column:1/-1}.footer-badges{margin-bottom:13px}.footer-legal{flex-direction:column;gap:10px}.footer-bottom>p{font-size:14px}
}
@media(max-width:370px){:root{--pad:16px}.header-inner{gap:8px}.brand,.brand img{width:155px}.header-cta{display:none!important}.nav-toggle{margin-left:auto}.hero h1{font-size:44px}h1{font-size:39px}.board-heading>span:first-child{max-width:140px}.board-step{padding:14px 10px;gap:8px;grid-template-columns:minmax(0,1fr) 13px}.board-step h2{font-size:17px}.course-meta{gap:28px}.course-facts dl>div{gap:12px;font-size:14px}.calculation{padding:20px}.calculation dt{max-width:160px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.button:hover{transform:none}}
@media print{body{background:#fff;color:#000;font-size:11pt}.announcement,.site-header,.subnav,.site-footer,.cta-section,.course-filters,.button-row,.skip-link,.background-photo{display:none!important}.hero,.page-hero,.section-dark{background:#fff!important;color:#000!important}.section,.page-hero,.hero{padding:22px 0}.container{width:100%}.hero-inner,.split-hero,.split-section{display:block}h1{font-size:32pt}h2{font-size:24pt}h1 em,.section-dark p,.hero-lede{color:#222!important}.learning-board{display:none}.course-card,.course-facts,.feature-card{break-inside:avoid}.table-scroll{overflow:visible}table{min-width:0!important;font-size:10pt}th,td{padding:10px}.eyebrow{color:#333!important}a{text-decoration:underline}}

/* Quiet moving portraits, blended into the existing ink / indigo palette. */
.hero-with-video{position:relative;isolation:isolate;overflow:hidden;padding-bottom:88px}
.hero-with-video .background-video{inset:0 0 0 auto;width:52%;height:100%;background:#17191f}
.hero-with-video .background-video img,.hero-with-video .background-video video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:var(--video-position);filter:saturate(.78) contrast(1.02) brightness(.92)}
.background-video video{opacity:0;transition:opacity .7s ease;pointer-events:none}
.background-video.video-is-playing video{opacity:1}
.hero-with-video .background-video::before{content:"";position:absolute;inset:0;z-index:1;background:#2457f5;mix-blend-mode:color;opacity:.16}
.hero-with-video .background-video::after{z-index:2;background:linear-gradient(90deg,#17191f 0%,#17191fe6 12%,#17191f82 40%,#17191f26 75%),linear-gradient(0deg,#17191f 0%,#17191f33 25%,#17191f00 60%,#17191f26 100%)}
.hero-video-wide .background-video{width:75%}
.hero-video-wide .background-video::after{background:linear-gradient(90deg,#17191f 0%,#17191fef 15%,#17191fcc 35%,#17191f66 60%,#17191f1f 100%),linear-gradient(0deg,#17191f 0%,#17191f33 30%,#17191f00 70%)}
.hero-with-video>.container{position:relative;z-index:3}
.hero-with-video.hero .hero-inner{min-height:560px;align-items:start}
.hero-with-video .hero-visual{padding-top:225px;align-self:end}
.hero-with-video .hero-copy{align-self:center}
.hero-with-video.page-hero>.simple-hero{min-height:400px}
.hero-with-video .simple-hero>div{max-width:620px}
.hero-with-video .split-hero{align-items:start}
.hero-with-video .split-hero>div:first-child{align-self:center}
.hero-with-video .course-facts,.hero-with-video .business-hero-panel{margin-top:135px}
.hero-with-video .learning-board-photo{background:#232730dc;backdrop-filter:blur(16px)}
.hero-with-video .course-facts{background:#fffffff5;backdrop-filter:blur(12px)}
.hero-with-video .business-hero-panel{background:#232730e8}
.video-control{position:absolute;z-index:4;right:max(var(--pad),calc((100vw - var(--max))/2));bottom:22px;display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:9px 14px;border:1px solid #ffffff50;border-radius:30px;background:#17191fc9;color:#ffffff;font:500 14px/1.3 var(--font);backdrop-filter:blur(10px);cursor:pointer}
.video-control:hover{background:#303744;border-color:#ffffffa0}
.video-control:focus-visible{outline:3px solid var(--accent);outline-offset:4px}
.video-control-icon{display:inline-block;width:10px;height:12px;border-inline:3px solid currentColor}
.video-control.is-paused .video-control-icon{width:10px;height:12px;border:0;background:currentColor;clip-path:polygon(0 0,100% 50%,0 100%)}
@media(max-width:1100px) and (min-width:861px){
 .hero-with-video .background-video{width:58%}.hero-video-wide .background-video{width:80%}
 .hero-with-video .course-facts,.hero-with-video .business-hero-panel{margin-top:165px}
}
@media(max-width:860px){
 .hero-with-video{padding-top:40px;padding-bottom:80px}
 .hero-with-video .background-video,.hero-video-wide .background-video{inset:0 0 auto;width:100%;height:440px}
 .hero-with-video .background-video img,.hero-with-video .background-video video{object-position:50% 32%}
 .hero-video-wide .background-video img,.hero-video-wide .background-video video{object-position:var(--video-mobile-position,48% 40%)}
 .hero-with-video .background-video::after{background:linear-gradient(180deg,#17191f14 0%,#17191f38 23%,#17191fd9 57%,#17191f 88%)}
 .hero-with-video.hero .hero-inner{min-height:0}
 .hero-with-video .hero-copy,.hero-with-video.page-hero>.container{padding-top:220px}
 .hero-with-video .hero-visual{padding-top:0}
 .hero-with-video.page-hero>.simple-hero{min-height:0;display:block}
 .hero-with-video .course-facts,.hero-with-video .business-hero-panel{margin-top:0}
 .hero-with-video .simple-hero>div{max-width:670px}
}
@media(max-width:600px){
 .hero-with-video .background-video,.hero-video-wide .background-video{height:410px}
 .hero-with-video .hero-copy,.hero-with-video.page-hero>.container{padding-top:200px}
 .hero-with-video .background-video::after{background:linear-gradient(180deg,#17191f14 0%,#17191f26 22%,#17191fde 54%,#17191f 88%)}
}
@media(prefers-reduced-motion:reduce){.background-video video,.video-control{display:none!important}}
@media print{.video-control{display:none!important}.hero-with-video .hero-copy,.hero-with-video.page-hero>.container{padding-top:0}.hero-with-video .course-facts,.hero-with-video .business-hero-panel{margin-top:0}}

/* September editorial revision: clearer course names, fewer decorative labels. */
.benefits-strip{background:#f3f5fa}
.benefits-heading{padding-top:26px;margin:0;font-size:16px;font-weight:650}
.benefits-strip .proof-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding-block:21px 31px}
.benefits-strip .proof-grid strong{font-size:21px;font-weight:600;letter-spacing:-.02em}
.benefits-strip .proof-grid span{font-size:14px}
.course-card{border-top-width:1px;border-radius:6px;padding:28px}
.course-card h3{max-width:none;font-size:27px;line-height:1.23;overflow-wrap:normal;hyphens:auto}
.course-id{font-size:20px;letter-spacing:0}.course-topline{margin-bottom:22px}
.course-hero h1{font-size:clamp(36px,4.1vw,58px);line-height:1.1;hyphens:auto}
.learning-board-photo .board-step h2{font-size:16px;line-height:1.35;letter-spacing:-.01em}
.learning-board-photo .board-step{grid-template-columns:minmax(0,1fr) 16px;padding-block:12px}
.learning-board-photo .board-title{font-size:18px}
.menu-bundle{display:flex!important;flex-direction:column;gap:4px;margin-top:12px;padding:15px!important;border-radius:6px;background:#f3f5fa}
.menu-bundle strong{font-size:15px}.menu-bundle small{font-size:14px;color:#576170;font-weight:400}
.bundle-panel{margin-top:32px;padding:36px 40px;background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1.4fr .7fr;gap:42px;align-items:center;border-radius:8px}
.bundle-panel .eyebrow{color:var(--accent)}.bundle-panel h2{font-size:clamp(29px,3.2vw,42px);margin-bottom:16px}
.bundle-panel p:not(.eyebrow){font-size:17px;color:var(--muted);max-width:650px}
.bundle-actions{display:flex;flex-direction:column;gap:14px;align-items:flex-start;justify-self:end}
.bundle-actions span{font-size:14px;color:var(--muted)}.bundle-actions .button span{color:inherit}
.bundle-modules{border-top:1px solid var(--line);margin-top:32px}
.bundle-modules article{display:grid;grid-template-columns:1fr;gap:30px;padding:35px 0;border-bottom:1px solid var(--line)}
.bundle-index{font-size:38px;color:var(--blue);font-weight:500;line-height:1.2}
.bundle-modules h2{font-size:clamp(27px,3vw,38px);max-width:780px}.bundle-modules h2 a{text-decoration:none}
.bundle-modules p{max-width:850px;color:var(--muted-dark);margin-top:18px}.bundle-modules .text-link{margin-top:7px}
.coaching-teaser{display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:center;border-top:1px solid var(--line);padding-top:45px}
.coaching-teaser h2{font-size:clamp(30px,3vw,42px);max-width:700px}.coaching-teaser p:not(.eyebrow){color:var(--muted-dark);max-width:720px}
.coaching-teaser>.text-link{justify-self:end;max-width:240px}
body[data-page="start"] .outcome-list .item-number{display:none}
.contact-next{padding-left:22px;margin-block:28px}.contact-next li{padding:7px 0 7px 5px}
.contact-form h2{margin-bottom:12px}.form-hint{font-size:14px;color:var(--muted-dark);margin-bottom:23px}
.hubspot-card{min-width:0;background:#fff;color:var(--ink)}
.hubspot-card [data-hubspot-target]{min-width:0;width:100%}
.hubspot-card iframe{display:block;width:100%;max-width:100%;border:0}
.hubspot-status{font-size:15px;color:var(--muted-dark);padding-block:16px}
.hubspot-privacy{font-size:14px;line-height:1.6;color:var(--muted-dark);margin:24px 0 0}
.hubspot-card [data-hubspot-retry]{margin-bottom:20px}
.interest-fieldset{margin:4px 0 0;padding:0;border:0;min-width:0}.interest-fieldset>legend{font-size:17px;font-weight:650;margin-bottom:7px}
.interest-fieldset>.form-hint{margin-top:0;margin-bottom:15px}.interest-group>p{font-size:14px;font-weight:600;margin-bottom:10px}
.interest-choice{display:flex;align-items:flex-start;gap:12px;padding:13px 14px;border:1px solid #c5c9d3;border-radius:5px;margin-bottom:9px;font-size:15px;line-height:1.5;cursor:pointer}
.interest-choice:has(input:checked){background:#f3f5fa;border-color:var(--blue)}
.interest-choice input,.contact-consent input{width:19px;height:19px;min-height:19px;flex:0 0 19px;padding:0;margin:2px 0 0;accent-color:var(--blue);border-radius:3px}
.interest-choice span{min-width:0}.other-interests{margin-top:15px}.other-interests summary{min-height:44px;cursor:pointer;font-size:15px;font-weight:600;display:list-item;padding:10px 0}
.other-interests .interest-group{margin-top:10px}.contact-consent{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.6;margin-block:25px}
.field small{display:block;font-size:14px;color:var(--muted-dark);margin-top:7px}.form-availability{font-size:14px;padding:14px;background:#f3f5fa;color:#394151;border-radius:5px;margin-bottom:18px}
.contact-form button:disabled{opacity:.5;cursor:not-allowed;transform:none}
.contact-form .form-status{color:#93352d;min-height:0;margin-top:20px}.contact-form .form-status:empty{display:none}
.contact-success{padding:40px;border:1px solid var(--line);border-radius:8px;background:white}.contact-success h2{font-size:35px}
@media(max-width:1000px){.bundle-panel{grid-template-columns:1fr;padding:32px}.bundle-actions{justify-self:start}.coaching-teaser{grid-template-columns:1fr;gap:20px}.coaching-teaser>.text-link{justify-self:start;max-width:none}}
@media(max-width:860px){.benefits-strip .proof-grid{grid-template-columns:1fr 1fr;gap:24px}.bundle-modules article{grid-template-columns:1fr;gap:16px}.course-hero h1{font-size:clamp(36px,6vw,48px)}}
@media(max-width:600px){.benefits-strip .proof-grid strong{font-size:18px}.benefits-strip .proof-grid span{font-size:14px}.bundle-panel{padding:26px}.bundle-modules article{grid-template-columns:1fr;gap:12px}.bundle-index{font-size:25px}.contact-success{padding:26px}.interest-choice{padding:12px;font-size:15px}.course-card h3{font-size:28px}.learning-board-photo .board-step h2{font-size:16px}}

/* Logo-based palette and participant-focused layout, September 2026. */
.header-inner{gap:22px}.brand img{object-fit:contain}.footer-brand-wrap>img{width:270px;height:92px;object-fit:contain;object-position:left center}
.hero-funding{display:inline-flex;gap:10px;align-items:center;max-width:100%;font-size:14px;line-height:1.45;font-weight:600;color:#c7d5ff;text-decoration:none;margin-bottom:24px;padding:9px 13px;border:1px solid #7c879a;border-radius:5px;background:#232730}
.hero-funding:hover{border-color:var(--accent);text-decoration:underline}.hero-funding>span:last-child{margin-left:3px}
.funding-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--accent)}
.home-hero.hero{padding-block:54px 58px}.home-hero .hero-inner{grid-template-columns:1.14fr .86fr;gap:48px;min-height:525px!important}
.home-hero h1{font-size:clamp(42px,4.35vw,64px);line-height:1.09;margin-bottom:24px;letter-spacing:-.045em}
.home-hero h1 em{font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit}
.home-hero .hero-lede{font-size:19px;line-height:1.6;max-width:575px;color:#d8deea;margin-bottom:17px}
.hero-funding-note{max-width:535px;font-size:15px;line-height:1.6;color:#c8ceda;margin-bottom:0}
.home-hero .button-row{gap:12px;margin-top:27px}.home-hero .button{padding-inline:18px;min-height:56px}
.home-hero .hero-note{margin-top:19px}.home-hero .hero-visual{padding-top:275px;align-self:end}
.home-hero .background-video{width:50%}
.home-hero .learning-board-photo{background:#232730dc;border-color:#7c879a;border-radius:8px;box-shadow:none;backdrop-filter:blur(8px)}
.home-hero .learning-board-photo .board-title{font-size:17px;margin-bottom:14px}
.home-hero .learning-board-photo .board-step{background:#232730e6;border-color:#485262;padding:11px 13px;border-radius:4px}
.home-hero .learning-board-photo .board-step:hover{background:#303744;border-color:var(--accent)}
.home-hero .learning-board-photo .board-step h2{font-size:16px;margin:0}
.hero-with-video .background-video::before{opacity:.07}
.benefits-strip{border-bottom:1px solid var(--line)}
.benefits-strip .proof-grid{gap:25px}.benefits-strip .proof-grid span{max-width:245px;line-height:1.55;color:var(--muted-dark)}
.benefits-strip .proof-grid strong{font-size:20px;color:var(--ink)}
.course-card h3{font-size:29px;line-height:1.17;max-width:340px}.course-description{line-height:1.65}
.course-badge{background:#f3f5fa;color:#2457f5;padding:4px 8px;border-radius:4px;text-align:left}.course-choice{color:var(--muted-dark)}
.learning-story{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.learning-story-image{align-self:stretch;min-height:460px;position:relative;overflow:hidden;border-radius:8px;background:var(--paper-2)}
.learning-story-image img{width:100%;height:100%;object-fit:cover;object-position:53% 50%;position:absolute;inset:0}
.learning-story .section-heading{margin-bottom:26px}.learning-story .section-heading h2{font-size:clamp(32px,3.3vw,46px)}
.learning-points{list-style:none;margin:0 0 22px;padding:0}
.learning-points li{padding:15px 0;border-top:1px solid var(--line)}.learning-points strong{display:block;font-size:17px;margin-bottom:4px}
.learning-points span{font-size:16px;line-height:1.6;color:var(--muted-dark);display:block}
.team-intro{display:flex;justify-content:space-between;gap:45px;align-items:start}.team-intro .section-heading{max-width:760px}
.team-intro>.text-link{white-space:nowrap;margin-top:39px;color:var(--accent)}
.team-profiles{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.team-profile{border-top:1px solid #485262;padding-top:27px;max-width:590px}.team-profile h3{font-size:clamp(28px,3vw,38px);margin-bottom:18px}
.team-profile .team-role{font-size:14px;color:#c8ceda;margin-bottom:14px}
.team-profile .team-focus{font-size:17px;color:var(--accent);margin-bottom:10px;font-weight:600}
.team-profile p:last-child{max-width:525px;font-size:17px;line-height:1.7}
@media(min-width:861px) and (max-width:1180px){.desktop-nav{gap:17px}.header-inner{gap:18px}.brand,.brand img{width:184px}.header-cta{padding-inline:12px!important}.home-hero .hero-inner{gap:30px}.home-hero .button{font-size:14px;padding-inline:15px;gap:13px}}
@media(max-width:1000px){.team-intro{display:block}.team-intro>.text-link{margin:0 0 30px}.learning-story{gap:35px}.home-hero .hero-inner{grid-template-columns:1.2fr .8fr}}
@media(max-width:860px){
 .brand,.brand img{width:183px;height:63px}.header-inner{height:80px}.header-cta{margin-left:auto}.nav-toggle{margin-left:0}
 .home-hero.hero{padding-block:34px 42px}.home-hero .hero-inner{display:block}
 .home-hero .hero-copy{padding-top:0;max-width:650px}.home-hero h1{font-size:clamp(40px,6.8vw,59px)}
 .home-hero .hero-visual{padding-top:25px;max-width:560px}.home-hero .hero-visual .learning-board-photo{padding:19px}
 .home-hero .background-video{inset:0 0 auto auto;width:65%;height:620px}
 .home-hero .background-video img,.home-hero .background-video video{object-position:var(--video-mobile-position,50% 30%)}
 .home-hero .background-video::after{background:linear-gradient(90deg,#17191f 0%,#17191fd9 35%,#17191fb3 100%),linear-gradient(0deg,#17191f 0%,#17191f00 60%)}
 .home-hero .hero-lede{max-width:560px}.hero-funding-note{max-width:500px}
 .learning-story{grid-template-columns:1fr}.learning-story-image{aspect-ratio:16/10;min-height:0}.learning-story-image img{position:static;height:100%}
 .team-profiles{gap:36px}.benefits-strip .proof-grid{gap:22px}
}
@media(max-width:600px){
 .header-inner{gap:12px}.header-cta{display:none!important}.nav-toggle{margin-left:auto}
 .announcement{font-size:14px;line-height:1.6}.announcement a{display:block;margin-left:0}
 .hero-funding{font-size:14px;margin-bottom:23px;padding:8px 10px;gap:8px}
 .home-hero .hero-lede{font-size:17px}.hero-funding-note{font-size:14px;line-height:1.6}
 .home-hero .button-row{display:grid;grid-template-columns:1fr;margin-top:24px;gap:10px}
 .home-hero .button{width:100%;font-size:15px;min-height:52px}
 .home-hero .hero-note{font-size:14px}.home-hero .hero-visual{padding-top:20px}
 .home-hero .background-video{height:560px;width:85%}
 .home-hero .learning-board-photo .board-title{font-size:16px}.home-hero .learning-board-photo .board-step h2{font-size:15px}
 .benefits-strip .proof-grid{grid-template-columns:1fr 1fr;gap:24px 18px}.benefits-strip .proof-grid strong{font-size:18px}.benefits-strip .proof-grid>div{padding:0;border:0;grid-column:auto}
 .team-profiles{grid-template-columns:1fr;gap:30px}.team-profile{max-width:none}.team-intro>.text-link{white-space:normal}
 .learning-story{gap:28px}.learning-story-image{aspect-ratio:4/3}.learning-story-image img{object-position:48% 50%}
 .footer-brand-wrap>img{width:240px;height:82px}
}
@media print{.hero-funding{color:#222;background:none;border:0}.learning-story,.team-profiles{display:block}.team-profile{break-inside:avoid}.learning-story-image{display:none}.home-hero .hero-copy{padding-top:0}}

/* CERTQUA and image-led course discovery, September 2026. */
.certification-row{display:grid;grid-template-columns:94px minmax(0,1fr) auto;gap:26px;align-items:center;padding:30px 0;border-bottom:1px solid var(--line)}
.certification-seal{display:block;border-radius:10px;overflow:hidden;background:#fff;padding:5px;width:94px;flex-shrink:0}
.certification-seal img{width:84px;height:84px;object-fit:contain}
.certification-row .eyebrow{font-size:14px!important;color:var(--blue);margin-bottom:7px}
.certification-row h2{font-size:23px;letter-spacing:-.025em;line-height:1.3;margin:0 0 6px;max-width:690px;text-wrap:initial}
.certification-row p:not(.eyebrow){font-size:15px;color:var(--muted-dark);margin:0}
.certification-row>.text-link{font-size:14px;color:var(--blue);white-space:nowrap}
.footer-certification{margin-bottom:30px}.footer-certification>a{display:block;width:103px;border-radius:8px;padding:6px;background:#fff}
.footer-certification img{width:91px;height:91px;object-fit:contain}
.course-grid{gap:26px}
.course-card-visual{padding:0;border:1px solid #d8deea;border-radius:22px;overflow:hidden;box-shadow:0 4px 16px #17191f06;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.course-card-visual:hover{transform:translateY(-5px);border-color:#7c879a;box-shadow:0 18px 38px #17191f12}
.course-card-visual:focus-within{outline:3px solid var(--blue);outline-offset:4px}
.course-card-image{position:relative;aspect-ratio:1.62;min-height:200px;overflow:hidden;background:#f3f5fa;isolation:isolate}
.course-card-image img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.78);transform:scale(1.01)}
.course-card-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#17191f38,#17191f00 50%,#17191f12);pointer-events:none}
.course-card-image .course-choice{position:absolute;left:19px;top:19px;z-index:1;background:#fffffff5;color:var(--ink);padding:7px 12px;border:1px solid #fff9;border-radius:40px;font-size:14px;line-height:1.4;font-weight:600;box-shadow:0 2px 9px #17191f0a}
.course-card-content{padding:28px;display:flex;flex-direction:column;flex:1;min-width:0}
.course-card-content .course-badge{font-size:14px;font-weight:600;line-height:1.5;padding:0;border-radius:0;margin:0 0 14px;background:none;color:#2457f5;align-self:flex-start}
.course-card-content h3{font-size:clamp(26px,2.25vw,32px);line-height:1.18;letter-spacing:-.035em;max-width:none;margin-bottom:16px;hyphens:none}
.course-card-content .course-description{font-size:16px;line-height:1.65;margin-bottom:25px}
.course-card-content .course-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:auto;margin-bottom:23px;padding-top:19px}
.course-card-content .course-meta dt{font-size:14px}.course-card-content .course-meta dd{font-size:15px}
.course-card-link{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--ink);color:#fff;border-radius:10px;padding:15px 19px;min-height:52px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s}
.course-card-link span{font-size:21px;font-weight:400}.course-card-link:hover{background:var(--blue)}
.course-card-link:focus-visible{outline-color:var(--blue)}
.energy-card-immersive{border-radius:22px;transition:transform .35s,box-shadow .35s}
.energy-card-immersive:hover{transform:translateY(-5px);box-shadow:0 18px 38px #17191f20}
.bundle-panel{border-radius:20px;padding:42px 44px;margin-top:34px}
.bundle-panel .button{border-radius:10px}.learning-story-image{border-radius:22px}
.reveal-managed{opacity:1;transform:translateY(0);transition:opacity .65s ease var(--reveal-delay,0ms),transform .7s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),box-shadow .3s,border-color .3s}
.reveal-pending{opacity:0;transform:translateY(28px)}
.scroll-image-active>img{transform:translate3d(0,var(--image-shift,0px),0) scale(1.09);will-change:transform}
@media(min-width:701px) and (max-width:1050px){
 .course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .course-card-content{padding:25px}.course-card-content h3{font-size:28px}
 .certification-row{grid-template-columns:84px minmax(0,1fr);gap:21px}.certification-seal{width:84px}.certification-seal img{width:74px;height:74px}
 .certification-row>.text-link{grid-column:2;margin-top:-12px}
}
@media(max-width:700px){
 .course-grid{grid-template-columns:1fr;gap:25px}.course-card-image{aspect-ratio:1.8;min-height:190px}
 .course-card-content{padding:26px}.course-card-content h3{font-size:30px;max-width:460px}
 .course-card-content .course-description{max-width:490px}.course-card-visual,.energy-card-immersive,.learning-story-image{border-radius:18px}
 .course-card-visual:hover,.energy-card-immersive:hover{transform:none}
 .certification-row{grid-template-columns:76px minmax(0,1fr);gap:18px;padding-block:25px}
 .certification-seal{width:76px;padding:4px}.certification-seal img{width:68px;height:68px}
 .certification-row h2{font-size:19px;margin-bottom:7px}.certification-row p:not(.eyebrow){font-size:14px;line-height:1.5}
 .certification-row>.text-link{grid-column:2;margin-top:-8px;min-height:36px}
 .bundle-panel{padding:28px;border-radius:18px}
}
@media(prefers-reduced-motion:reduce){
 html{scroll-behavior:auto!important}
 .reveal-managed,.reveal-pending{opacity:1!important;transform:none!important;transition:none!important}
 .scroll-image-active>img{transform:none!important;will-change:auto}
 .course-card-visual,.energy-card-immersive{transition:none!important;transform:none!important}
}
@media print{.reveal-managed,.reveal-pending{opacity:1!important;transform:none!important;transition:none!important}.scroll-image-active>img{transform:none!important}.course-card-image{display:none}.certification-row{display:none}.course-card-visual{box-shadow:none;break-inside:avoid}}
.reveal-managed:focus-within{opacity:1;transform:none;transition:none}

/* Approved September 10 revision: shared sizes and calmer, task-led layouts. */
:root{--header-height:88px}
html{scroll-padding-top:calc(var(--header-height) + 76px)}
.site-header .header-inner{height:calc(var(--header-height) - 1px)}
.subnav{top:var(--header-height)}
.mobile-nav{max-height:calc(100dvh - var(--header-height));overflow-y:auto;overscroll-behavior:contain}
h1 em{font-family:var(--font);font-weight:inherit;font-style:normal;letter-spacing:inherit}
.eyebrow{letter-spacing:.02em;text-transform:none}
.home-hero .hero-inner{display:block;min-height:450px!important}
.home-hero .hero-copy{max-width:720px}
.home-hero h1{font-size:clamp(42px,4.8vw,69px);max-width:740px}
.home-hero .hero-lede{max-width:605px}
.home-hero.hero{padding-block:62px}
.home-hero .background-video{left:53%;width:47%}
.home-hero .background-video::after{background:linear-gradient(90deg,var(--ink) 0%,#17191fa6 22%,#17191f3d 72%,#17191f66 100%)}
.button.button-consultation{background:var(--accent);color:var(--ink);border-color:var(--accent)}
.button.button-consultation:hover{background:#c7d5ff;border-color:#c7d5ff}
.course-card-link{background:var(--blue);color:#fff}
.course-card-link:hover{background:#1944cb}
.bundle-actions .button{background:transparent;border-color:currentColor;color:inherit}
.certification-row{grid-template-columns:62px minmax(0,1fr);max-width:760px;gap:18px;padding:18px 0;margin-bottom:26px;border:0}
.certification-seal{width:62px;padding:4px;border-radius:5px}
.certification-seal img{width:54px;height:54px}
.certification-row p:not(.eyebrow){font-size:14px;line-height:1.5}
.benefits-heading{font-size:24px;line-height:1.3;letter-spacing:-.025em;text-transform:none;margin-bottom:24px}
.benefits-strip .proof-grid{padding-top:0}
.course-card.course-card-visual{display:flex;flex-direction:column;grid-template-columns:none;gap:0;padding:0;min-width:0}
.course-card-content{flex:1;min-width:0}
.course-card-content .course-badge{text-align:left;font-size:14px}
.course-card-content .course-meta{margin-top:auto}
.course-project-preview{padding:24px 26px;background:#f3f5fa;border-bottom:1px solid var(--line);color:var(--ink);min-height:260px}
.project-preview-label{display:block;font-size:14px;color:var(--muted-dark);margin-bottom:10px}
.course-project-preview>strong{display:block;font-size:21px;line-height:1.3;letter-spacing:-.025em;min-height:55px;margin-bottom:18px}
.course-project-preview dl{margin:0}
.course-project-preview dl>div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;font-size:14px;line-height:1.5;padding:7px 0;border-top:1px solid #d8deea}
.course-project-preview dt{color:var(--muted-dark)}
.course-project-preview dd{margin:0;font-weight:550}
.project-example-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;margin-top:6px;text-underline-offset:4px;color:var(--blue)}
.project-demo{padding:32px;border:1px solid #d8deea;border-radius:10px;background:var(--white);max-width:920px}
.demo-disclosure{font-size:14px;color:var(--muted-dark);padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:24px}
.project-demo label{display:block;font-weight:600;font-size:16px;margin:20px 0 9px}
.project-demo input,.project-demo select{width:100%;min-height:50px;border:1px solid #7c879a;border-radius:5px;background:#fff;color:var(--ink);font-size:16px;padding:12px;margin-bottom:18px}
.project-demo .button{font-size:15px}
.demo-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.demo-source-grid article{padding:20px;background:var(--paper);border-radius:6px}
.demo-source-grid h3{font-size:21px}.demo-source-grid p{margin-bottom:10px}
.project-demo small{display:block;font-size:14px;line-height:1.5;color:var(--muted-dark)}
.demo-output{background:#f3f5fa;border-left:3px solid var(--blue);margin:24px 0 0;padding:20px;line-height:1.7;font-size:16px}
.demo-result-count{font-size:14px;color:var(--muted-dark)}
.demo-knowledge article{padding:20px 0;border-top:1px solid var(--line)}
.demo-knowledge h3{font-size:22px}.demo-knowledge p{margin-bottom:10px}
.demo-flow{padding-left:24px;margin-top:25px}.demo-flow li{padding:9px 0 9px 6px}
.mobile-comparison,.mobile-rates{display:none}
.mobile-comparison article,.mobile-rates article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:8px}
.mobile-comparison h3,.mobile-rates h3{font-size:23px;margin-bottom:20px}
.mobile-comparison dl,.mobile-rates dl{margin:0}
.mobile-comparison dl>div,.mobile-rates dl>div{display:grid;grid-template-columns:1fr 1.3fr;gap:16px;padding:12px 0;border-top:1px solid var(--line);font-size:15px}
.mobile-comparison dt,.mobile-rates dt{color:var(--muted-dark)}
.mobile-comparison dd,.mobile-rates dd{margin:0;font-weight:600}
.mobile-comparison p{font-size:15px;margin-top:18px}
.funding-routes{grid-template-columns:repeat(3,minmax(0,1fr))}
.funding-routes article{min-width:0;padding:30px}
.funding-routes h2{font-size:30px}
.detail-panel{padding:22px 26px;background:var(--paper);border:1px solid var(--line);border-radius:6px;margin-top:28px}
.detail-panel>summary{font-size:20px;font-weight:600;cursor:pointer;min-height:44px;padding:6px 0;line-height:1.5}
.detail-panel[open]>summary{margin-bottom:20px}
.detail-panel .application-help{margin-top:0;padding-top:0}
.mobile-course-group{padding-bottom:0;margin-bottom:0}
.mobile-course-group>summary{padding:16px 0;font-size:18px;cursor:pointer;color:var(--paper);list-style-position:inside}
.mobile-course-group>div{padding-bottom:12px}
.mobile-nav .mobile-course-group a{padding-left:18px;font-size:16px}
.mobile-nav .mobile-course-group a:first-child{color:var(--accent)}
body[data-page="kontakt"] .page-hero{padding-block:42px}
body[data-page="kontakt"] .page-hero h1{font-size:clamp(36px,4vw,54px);margin-bottom:18px}
body[data-page="kontakt"] .page-hero .hero-lede{font-size:18px;max-width:710px}
body[data-page="kontakt"] #anfrage{padding-top:40px}
.contact-layout{gap:56px;align-items:start}
.contact-form-column{grid-column:2;grid-row:1}.contact-layout>aside{grid-column:1;grid-row:1}
.hubspot-card{padding:32px;border:1px solid #d8deea;border-radius:10px;box-shadow:0 8px 24px #17191f08}
.hubspot-card h2{font-size:30px}.hubspot-card .form-hint{font-size:14px}
.hubspot-privacy{font-size:14px;line-height:1.65}
.announcement,.hero-funding,.home-hero .hero-note,.menu-course small,.breadcrumbs,.course-meta dt,.course-card-content .course-meta dt,.course-facts .fine-print,.footer-legal,.field small{font-size:14px}
.reveal-managed{transition:opacity .3s ease var(--reveal-delay,0ms),transform .35s ease var(--reveal-delay,0ms),box-shadow .2s,border-color .2s}
@media(max-width:1100px){:root{--header-height:78px}.funding-routes{grid-template-columns:1fr}.funding-routes article{padding:28px}}
@media(max-width:860px){:root{--header-height:80px}.contact-layout{display:flex;flex-direction:column;gap:35px}.contact-form-column{order:-1;width:100%;min-width:0}.contact-layout>aside{width:100%}.desktop-comparison{display:none}.mobile-comparison{display:grid;gap:20px}.home-hero .background-video{left:36%;width:64%}.home-hero .hero-inner{min-height:410px!important}.home-hero.hero{padding-block:42px}.home-hero .hero-copy{max-width:650px}.home-hero .background-video::after{background:linear-gradient(90deg,var(--ink),#17191fcf 40%,#17191fa6)}.certification-row{grid-template-columns:62px minmax(0,1fr)}}
@media(max-width:600px){:root{--header-height:80px}.desktop-rates{display:none}.mobile-rates{display:grid;gap:16px}.project-demo{padding:22px}.demo-source-grid{grid-template-columns:1fr;gap:12px}.demo-source-grid article{padding:16px}.project-demo .button{width:100%}.course-project-preview{min-height:0;padding:24px}.course-project-preview>strong{min-height:0}.course-card-content{padding:24px}.home-hero .hero-inner{min-height:0!important}.home-hero.hero{padding-block:34px 42px}.home-hero h1{font-size:clamp(39px,9vw,54px)}.home-hero .hero-funding{font-size:14px}.home-hero .background-video{left:28%;width:72%}.home-hero .background-video::after{background:linear-gradient(90deg,var(--ink),#17191fd9 40%,#17191fbf)}.hubspot-card{padding:22px}.contact-layout{gap:28px}.benefits-heading{font-size:23px}.detail-panel{padding:18px}.mobile-comparison article,.mobile-rates article{padding:21px}.mobile-rates dl>div{grid-template-columns:1.3fr 1fr}.mobile-rates dd{text-align:right}}
@media(prefers-reduced-motion:reduce){.reveal-managed{transition:none!important}.home-hero .background-video video{display:none}}
@media print{.desktop-comparison,.desktop-rates{display:block}.mobile-comparison,.mobile-rates{display:none}.project-demo button,.project-demo input,.project-demo select{display:none}.course-project-preview{min-height:0}}

/* FJI identity, September 11: original mark, clear blue actions, offset layers. */
:root{--header-height:96px}
.site-header{background:#fff;color:var(--ink);border-color:var(--line)}
.brand,.brand img{width:194px}.brand img{height:80px}
.desktop-nav a,.course-menu>summary{color:var(--ink)}
.desktop-nav a:hover,.desktop-nav a.active,.course-menu>summary:hover,.course-menu[open]>summary,.course-menu.active>summary{color:var(--blue)}
.desktop-nav a.active::after,.course-menu.active>summary::after{background:var(--blue)}
.site-header :focus-visible,.site-footer :focus-visible,.home-hero :focus-visible{outline-color:var(--blue)}
.course-menu-surface{background:#fff;border-color:var(--line);border-radius:8px;box-shadow:8px 8px 0 #e8edff,0 18px 48px #17191f14}
.nav-toggle{color:var(--ink);border-color:var(--line)}
.mobile-nav{background:#fff}
.mobile-nav a,.mobile-course-group>summary{color:var(--ink);border-color:var(--line)}
.mobile-course-group{border-color:var(--line)}
.mobile-nav a.active,.mobile-nav .mobile-course-group a:first-child{color:var(--blue)}
.button{border-radius:5px}
.button-accent,.button.button-consultation,.site-header .header-cta{background:var(--blue);color:#fff;border-color:var(--blue)}
.button-accent:hover,.button.button-consultation:hover,.site-header .header-cta:hover{background:#1944cb;color:#fff;border-color:#1944cb}
.button-primary,.course-card-link{background:var(--blue);color:#fff}
.button-primary:hover,.course-card-link:hover{background:#1944cb}
.announcement{background:var(--paper-2);border-bottom:1px solid var(--line)}
.announcement a{color:var(--blue)}
.home-hero.hero{background:#fff;color:var(--ink);padding-block:52px;border-bottom:1px solid var(--line)}
.home-hero .hero-inner{min-height:470px!important}
.home-hero .hero-copy{max-width:56%;padding-top:0}
.home-hero h1{font-size:clamp(42px,4.5vw,66px);font-weight:650;letter-spacing:-.04em;line-height:1.08}
.home-hero h1 em,.home-hero .eyebrow{color:var(--blue)}
.home-hero .hero-lede{color:#485262;font-size:19px;max-width:590px}
.home-hero .hero-note,.home-hero .hero-funding-note{color:var(--muted-dark)}
.home-hero .hero-funding{background:#e8edff;color:#1944cb;border-color:#c7d5ff;border-radius:4px}
.home-hero .button-outline{color:var(--ink);border-color:#7c879a;background:#fff}
.home-hero .button-outline:hover{background:var(--paper-2);border-color:var(--ink)}
.home-hero .button-light:not(.button-consultation){border-color:#7c879a;background:#fff;color:var(--ink)}
.home-hero .button-light:not(.button-consultation):hover{border-color:var(--blue);background:var(--paper-2)}
.home-hero .background-video{inset:34px max(var(--pad),calc((100vw - var(--max))/2)) 34px auto;width:min(36vw,450px);height:auto;border-radius:8px;background:#e8edff;box-shadow:12px 12px 0 #e8edff}
.home-hero .background-video img,.home-hero .background-video video{filter:saturate(.85) contrast(1.02);object-position:50% 40%}
.home-hero .background-video::before{background:var(--blue);opacity:.035;mix-blend-mode:color}
.home-hero .background-video::after{background:linear-gradient(180deg,#17191f00 65%,#17191f26);border-radius:inherit}
.benefits-strip{background:var(--paper-2)}
.benefits-strip .proof-grid strong{color:var(--ink)}
.benefits-heading{font-weight:650}
.course-card.course-card-visual{border-radius:8px;border:1px solid var(--line);box-shadow:5px 5px 0 #e8ecf4}
.course-card.course-card-visual:hover{border-color:#98affb;box-shadow:8px 8px 0 #dfe7ff;transform:translate(-2px,-2px)}
.course-project-preview{background:var(--paper-2);border-top:3px solid var(--blue)}
.course-card-visual .course-card-link{border-radius:4px}
.bundle-panel{background:var(--ink);border:1px solid #485262;border-radius:8px;box-shadow:7px 7px 0 #dfe7ff}
.bundle-panel .button{border-radius:5px}
.learning-story-image,.energy-card-immersive{border-radius:8px}
.hubspot-card,.project-demo{border-color:var(--line);border-radius:8px;box-shadow:5px 5px 0 #e8ecf4}
.site-footer{background:#fff;color:var(--ink);border-color:var(--line)}
.footer-brand-wrap>img{width:260px;height:108px;object-fit:contain;object-position:left center;margin-bottom:20px}
.footer-main a,.footer-brand-wrap p,.footer-bottom>p,.footer-legal{color:var(--muted-dark)}
.footer-main a:hover,.footer-legal a:hover{color:var(--blue)}
.footer-bottom{border-color:var(--line)}
@media(max-width:1100px){:root{--header-height:88px}.brand,.brand img{width:180px}.brand img{height:75px}.home-hero .hero-copy{max-width:56%}.home-hero h1{font-size:48px}.home-hero .hero-lede{font-size:18px}}
@media(max-width:860px){
 :root{--header-height:88px}
 .home-hero.hero{display:flex;flex-direction:column;padding-block:36px 30px}
 .home-hero>.container{order:1}
 .home-hero .hero-inner{min-height:0!important}
 .home-hero .hero-copy{max-width:100%}
 .home-hero h1{max-width:650px;font-size:clamp(40px,7vw,58px)}
 .home-hero .hero-lede{max-width:650px}
 .home-hero .background-video{position:relative;order:2;inset:auto;width:auto;height:auto;aspect-ratio:16/10;margin:30px calc(var(--pad) + 8px) 12px var(--pad);box-shadow:8px 8px 0 #e8edff}
 .home-hero .background-video img,.home-hero .background-video video{object-position:50% 42%}
 .home-hero .button-row{max-width:none}
 .bundle-panel{box-shadow:5px 5px 0 #dfe7ff}
}
@media(max-width:600px){
 .home-hero h1{font-size:clamp(39px,9vw,52px)}
 .home-hero .hero-lede{font-size:18px}
 .home-hero .hero-funding{font-size:14px}
 .home-hero .background-video{aspect-ratio:4/3}
 .footer-brand-wrap>img{width:235px;height:97px}
}
@media(prefers-reduced-motion:reduce){.course-card.course-card-visual:hover{transform:none}}
@media print{.home-hero.hero{display:block}.home-hero .hero-copy{max-width:100%}.home-hero .hero-inner{min-height:0!important}.course-card.course-card-visual,.bundle-panel,.hubspot-card,.project-demo{box-shadow:none}}

/* Supplied films form the background of every page's opening banner. */
.video-banner.hero,.video-banner.page-hero{display:block;position:relative;isolation:isolate;background:var(--ink);color:#fff;padding-block:64px 78px;overflow:hidden}
.video-banner .background-video{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0;box-shadow:none;background:var(--ink)}
.video-banner .background-video img,.video-banner .background-video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:var(--video-position,50% 50%);filter:saturate(.72) contrast(1.02);border-radius:0}
.video-banner .background-video::before{position:absolute;inset:0;z-index:1;background:#2457f5;opacity:.05;mix-blend-mode:color}
.video-banner .background-video::after{background:linear-gradient(90deg,rgba(14,19,31,.94) 0%,rgba(14,19,31,.85) 37%,rgba(14,19,31,.45) 72%,rgba(14,19,31,.29)),linear-gradient(0deg,rgba(14,19,31,.65),transparent 48%);border-radius:0}
.video-banner.hero-video-portrait .background-video{inset:0 0 0 auto;width:45%;max-width:620px}
.video-banner.hero-video-portrait .background-video::after{background:linear-gradient(90deg,var(--ink),rgba(23,25,31,.52) 24%,rgba(23,25,31,.2) 72%),linear-gradient(0deg,rgba(23,25,31,.65),transparent 50%)}
.video-banner>.container{position:relative;z-index:3}
.video-banner>.simple-hero{min-height:300px;align-items:center}
.video-banner .simple-hero>div{max-width:710px}
.video-banner .hero-copy,.video-banner.page-hero>.container{padding-top:0}
.video-banner .hero-lede{color:#f1f3f8}
.video-banner h1 em,.video-banner .eyebrow{color:var(--blue-light)}
.video-banner :focus-visible{outline-color:var(--blue-light)}
.video-banner .course-facts,.video-banner .business-hero-panel{margin-top:0;backdrop-filter:blur(14px)}
.video-banner .course-facts{background:rgba(255,255,255,.96)}
.video-banner .course-facts .eyebrow{color:var(--muted-dark)}
.video-banner .course-facts :focus-visible{outline-color:var(--blue)}
.video-banner .business-hero-panel{background:rgba(23,25,31,.87);border:1px solid #ffffff36}
.video-banner .video-control{right:max(var(--pad),calc((100vw - var(--max))/2));bottom:18px;background:#17191fcc}
.home-hero.video-banner.hero{padding-block:70px 64px}
.home-hero.video-banner .hero-inner{min-height:460px!important;display:flex;align-items:center}
.home-hero.video-banner .hero-copy{max-width:650px}
.home-hero.video-banner h1{color:#fff;font-size:clamp(42px,4.5vw,66px)}
.home-hero.video-banner .hero-lede{color:#f1f3f8;max-width:620px}
.home-hero.video-banner .hero-funding{color:#fff;background:#17191fd9;border-color:#c7d5ff80}
.home-hero.video-banner .hero-funding-note,.home-hero.video-banner .hero-note{color:#e1e6f0}
.home-hero.video-banner .button-light:not(.button-consultation){background:#fff;border-color:#fff;color:var(--ink)}
.home-hero.video-banner .button-light:not(.button-consultation):hover{background:#e8edff}
@media(max-width:1100px){.video-banner .split-hero{gap:32px}.home-hero.video-banner .hero-copy{max-width:610px}}
@media(max-width:860px){
 .video-banner.hero,.video-banner.page-hero{padding-block:48px 76px}
 .video-banner.hero-video-portrait .background-video{inset:0;width:100%;max-width:none;height:100%}
 .video-banner .background-video img,.video-banner .background-video video{object-position:var(--video-mobile-position,50% 50%)}
 .video-banner .background-video::after,.video-banner.hero-video-portrait .background-video::after{background:linear-gradient(180deg,rgba(14,19,31,.64),rgba(14,19,31,.78) 35%,rgba(14,19,31,.91) 78%)}
 .video-banner .split-hero{gap:30px}
 .video-banner>.simple-hero{min-height:260px}
 .video-banner .hero-copy,.video-banner.page-hero>.container{padding-top:0}
 .video-banner .course-facts,.video-banner .business-hero-panel{margin-top:0}
 .home-hero.video-banner.hero{display:block;padding-block:48px}
 .home-hero.video-banner .hero-inner{min-height:450px!important}
 .home-hero.video-banner .hero-copy{max-width:650px}
 .home-hero.video-banner .background-video{position:absolute;inset:0;width:100%;height:100%;margin:0;aspect-ratio:auto;box-shadow:none}
}
@media(max-width:600px){
 .video-banner.hero,.video-banner.page-hero{padding-block:40px 72px}
 .home-hero.video-banner.hero{padding-block:40px 44px}
 .home-hero.video-banner .hero-inner{min-height:0!important}
 .home-hero.video-banner h1{font-size:clamp(39px,9vw,52px)}
 .home-hero.video-banner .hero-lede{font-size:18px}
 .video-banner .course-facts{padding:24px}
}
@media print{.video-banner.hero,.video-banner.page-hero{background:#fff!important;color:#000!important;padding-block:22px}.video-banner .background-video,.video-banner .video-control{display:none!important}.video-banner>.simple-hero,.home-hero.video-banner .hero-inner{min-height:0!important}.video-banner .hero-lede,.home-hero.video-banner h1,.home-hero.video-banner .hero-note,.home-hero.video-banner .hero-funding-note{color:#222!important}}

@media(min-width:861px){.video-banner.hero-video-portrait .simple-hero>div{max-width:58%}}
body[data-page="kontakt"] .video-banner.page-hero{padding-bottom:76px}

/* Curriculum-grounded project walkthroughs. All phases remain readable without JS. */
.project-explorer{max-width:none;padding:0;overflow:hidden}
.project-stage-nav{display:flex;flex-wrap:wrap;gap:8px;padding:20px;background:var(--paper);border-bottom:1px solid var(--line)}
.project-stage-nav button{flex:1;min-width:160px;padding:14px 18px;border:1px solid var(--line);border-radius:6px;background:var(--white);color:var(--ink);font:inherit;font-weight:600;cursor:pointer}
.project-stage-nav button[aria-pressed="true"]{background:var(--blue);border-color:var(--blue);color:#fff}
.project-stage-nav button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.project-stage{padding:32px;max-width:100%}.project-stage>h3{font-size:clamp(24px,3vw,34px);max-width:780px}.project-stage>p{max-width:850px}
.project-stage-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;margin-top:28px}.project-stage-detail h4{font-size:17px;margin:0 0 14px}.project-stage-detail aside{padding:22px;background:var(--paper);border-radius:6px}.project-stage-detail aside p{font-size:16px;margin:0}
.project-challenge{padding:26px 32px;background:var(--ink);color:#fff}.project-challenge h3{color:#fff;font-size:21px}.project-challenge p{color:#e6eaf3;margin:0;max-width:900px}
@media(max-width:650px){.project-stage{padding:24px}.project-stage-nav{padding:16px}.project-stage-nav button{flex-basis:100%;min-width:0}.project-stage-detail{grid-template-columns:1fr;gap:18px}.project-challenge{padding:24px}}
@media print{.project-stage-nav{display:none}.project-stage[hidden]{display:block!important}}

/* Full-width course flaps: real content height, no empty scroll runway. */
.topic-flaps-heading .section-heading{max-width:900px;margin-bottom:28px}
.topic-flaps{display:grid;gap:14px;width:100%;margin:24px 0 32px}
.topic-flap{perspective:1100px;view-timeline-name:--topic-unfold;view-timeline-axis:block}
.topic-flap-surface{display:grid;grid-template-columns:76px minmax(0,1fr);gap:26px;padding:30px 36px;background:#f2f5fc;border:1px solid #dce3f1;border-top:3px solid var(--blue);border-radius:10px;transform-origin:50% 0;backface-visibility:hidden;box-shadow:0 5px 14px #18234708}
.topic-flap:nth-child(even) .topic-flap-surface{background:#fafbff}
.topic-flap-number{font-size:clamp(36px,4vw,54px);line-height:1;font-weight:700;letter-spacing:-.05em;color:var(--blue);padding-top:3px}
.topic-flap-copy h3{font-size:clamp(21px,2.3vw,28px);line-height:1.25;letter-spacing:-.025em;margin:0 0 12px;max-width:100%}
.topic-flap-copy p{font-size:17px;line-height:1.65;color:var(--muted-dark);margin:0;max-width:96ch}
.flap-ready .topic-flap-surface{transform:rotateX(-20deg);box-shadow:0 14px 22px #18234716;transition:transform .65s cubic-bezier(.2,.75,.25,1),box-shadow .65s ease}
.flap-ready.flap-open .topic-flap-surface{transform:rotateX(0);box-shadow:0 5px 14px #18234708}
@supports(animation-timeline:view()){
  @media(prefers-reduced-motion:no-preference){
    .topic-flap-surface{animation:topic-unfold linear both;animation-timeline:--topic-unfold;animation-range:entry 0% entry 85%}
  }
}
@keyframes topic-unfold{from{transform:rotateX(-20deg);box-shadow:0 14px 22px #18234716}to{transform:rotateX(0);box-shadow:0 5px 14px #18234708}}
@media(max-width:650px){.topic-flaps{gap:12px;margin-top:20px}.topic-flap-surface{grid-template-columns:38px minmax(0,1fr);gap:14px;padding:22px 18px}.topic-flap-number{font-size:32px}.topic-flap-copy h3{font-size:21px}.topic-flap-copy p{font-size:16px;line-height:1.6}}
@media(prefers-reduced-motion:reduce){.topic-flap-surface{animation:none!important;transition:none!important;transform:none!important}}
@media print{.topic-flap-surface{animation:none!important;transition:none!important;transform:none!important;box-shadow:none;break-inside:avoid}.topic-flap{break-inside:avoid}}
