/* Design: native editorial CSS. Variance 6 / motion 3 / density 4.
   Rounded scale: buttons 8px, cards 14px, hero 22px. Layers: header 10, toast 30; dialog uses top layer. */
:root{color-scheme:light;--bg:#ebe5f5;--surface:#dcd2ed;--card:#f8f5fc;--ink:#252039;--muted:#686375;--green:#282154;--line:#cfc3e1;--lime:#e4def5;--hover:#dfd5ef;--shadow:0 14px 40px #28215410}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Roboto","Segoe UI",sans-serif;line-height:1.6}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:default}a,button,input{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #8974bd}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.15;letter-spacing:-.045em}button{border:0;background:none}.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.announcement{display:flex;align-items:center;justify-content:center;gap:16px;font-size:12px;letter-spacing:.02em;background:var(--green);color:#f8f6fd;min-height:37px}.announcement button{color:inherit;font-size:12px;text-decoration:underline;text-underline-offset:3px}header{position:sticky;top:0;z-index:10;background:var(--bg);border-bottom:1px solid var(--line)}.nav{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;font-size:25px;font-weight:750;letter-spacing:-1.4px}.brand-period{color:var(--green)}.brand-mark{display:inline-flex;position:relative;align-items:center;justify-content:center;width:35px;height:38px;margin-right:10px;font-size:29px;letter-spacing:-5px;color:var(--green);font-weight:850;transform:rotate(-8deg)}.brand-mark span{margin-top:6px}.nav nav{display:flex;align-items:center;gap:29px;font-size:13px;font-weight:550}.nav nav>a:not(.button):hover{color:var(--green);text-decoration:underline;text-underline-offset:7px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;background:var(--green);color:#faf8fd;border:1px solid transparent;border-radius:8px;font-weight:650;font-size:14px;padding:15px 21px;white-space:nowrap;transition:transform .2s,background .2s}.button:hover{background:#1d173f;transform:translateY(-2px)}.button span{font-size:19px}.button.small{padding:10px 16px;font-size:12px;gap:17px}.theme-toggle{font-size:22px;padding:4px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:48px;padding-top:54px;padding-bottom:62px}.eyebrow{font-size:10px;letter-spacing:1.9px;font-weight:750;color:var(--green);margin-bottom:20px}h1{font-size:clamp(42px,4.5vw,64px);font-weight:650;line-height:1.09;letter-spacing:-3.1px}h1 span{color:var(--green)}.hero-copy>p{max-width:370px;font-size:17px;line-height:1.75;color:var(--muted);margin-top:25px}.actions{display:flex;align-items:center;gap:24px;margin-top:32px}.text-button{padding:8px 0;display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:650}.text-button:hover{color:var(--green)}.play{font-size:10px;width:29px;height:29px;border:1px solid var(--line);border-radius:50%;display:grid;place-content:center}.hero-visual{height:408px;position:relative;border-radius:22px;background:#706684;isolation:isolate}.hero-photo{width:100%;height:100%;object-fit:cover;border-radius:22px;object-position:center}.photo-shade{position:absolute;inset:0;border-radius:22px;background:linear-gradient(180deg,transparent 20%,#201939c2 100%)}.visual-caption{position:absolute;bottom:34px;left:33px;color:#faf8fd}.visual-caption>span{font-size:9px;letter-spacing:2px}.visual-caption strong{display:block;font-size:32px;line-height:1.16;letter-spacing:-1px;font-weight:500;margin-top:12px}.hero-sticker{position:absolute;top:33px;right:-17px;background:var(--lime);color:#282154;transform:rotate(5deg);border-radius:10px;padding:16px 21px;display:flex;gap:14px;align-items:center;box-shadow:var(--shadow);font-size:12px;line-height:1.6}.benefit-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1.05fr repeat(3,1fr);padding:27px 0;gap:30px}.benefit-strip>p{font-size:13px;line-height:1.6;color:var(--muted)}.benefit-strip strong{color:var(--ink);font-weight:650}.benefit-strip>div{display:grid;grid-template-columns:30px 1fr;align-content:center;column-gap:11px}.benefit-strip>div>span{grid-row:span 2;color:var(--green);font-size:25px}.benefit-strip b{font-size:13px;font-weight:650}.benefit-strip small{font-size:11px;color:var(--muted)}.section{padding-block:86px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:34px}h2{font-size:38px;font-weight:600;line-height:1.2;letter-spacing:-1.6px}.section-heading .eyebrow{margin-bottom:14px}.underlink{font-size:12px;font-weight:650;text-underline-offset:5px}.underlink:hover{text-decoration:underline}.section-heading>div>p{font-size:14px;color:var(--muted);margin-top:15px}.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.filters{display:flex;gap:8px}.filters button{font-size:12px;border:1px solid var(--line);border-radius:7px;padding:8px 17px;transition:background .2s}.filters button:hover{background:var(--hover)}.filters button.active{color:#f7f5fc;background:var(--green);border-color:var(--green)}.search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);padding:7px 12px;border-radius:7px}.search>span{font-size:24px;line-height:1}.search input{background:none;border:0;min-width:0;width:165px;font-size:12px;color:var(--ink);padding:4px}.search input::placeholder{color:var(--muted)}.course-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.course-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--card);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.course-cover{height:170px;background:var(--surface);position:relative;padding:21px;display:flex;flex-direction:column;justify-content:space-between;color:#282154;overflow:hidden}.course-cover:after{content:'';position:absolute;width:170px;height:170px;border:1px solid #78639530;border-radius:50%;right:-55px;top:30px;box-shadow:0 0 0 24px #7863950a,0 0 0 48px #78639508}.cover-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.course-tag{font-size:9px;font-weight:600;letter-spacing:.8px}.software-symbol{width:34px;height:34px;display:grid;place-items:center;background:#282154;color:#faf8ff;font-size:20px;font-weight:750;border-radius:6px}.cover-title{font-size:25px;line-height:1.08;letter-spacing:-.8px;font-weight:650;max-width:140px;position:relative}.course-cover.bi{background:#e9e5f3;color:#403457}.bi .software-symbol{background:#645780}.course-cover.query{background:#eeebf4}.course-cover.dashboards{background:#e5e1ef}.course-body{padding:21px 18px;display:flex;flex:1;flex-direction:column}.course-meta{display:flex;gap:7px;font-size:10px;color:var(--muted);margin-bottom:9px}.course-body h3{font-size:18px;letter-spacing:-.6px;line-height:1.3}.course-body p{font-size:12px;line-height:1.7;color:var(--muted);margin-top:10px;margin-bottom:23px}.course-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px}.course-bottom>span{font-size:10px;color:var(--muted)}.course-bottom button{font-size:11px;font-weight:700;padding:5px 0}.course-bottom button:hover{text-decoration:underline}.empty{text-align:center;padding:50px}.empty p{margin:15px}.approach-section{background:var(--surface)}.approach{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-block:77px}.approach-title>p{margin:23px 0 26px;max-width:350px;color:var(--muted);font-size:14px}.approach-list{display:flex;flex-direction:column;justify-content:center;gap:32px}.approach-list article{display:grid;grid-template-columns:43px 1fr;gap:20px}.feature-icon{display:grid;place-content:center;background:var(--bg);border:1px solid var(--line);border-radius:10px;height:43px;font-size:23px;color:var(--green)}.approach-list h3{font-size:19px;letter-spacing:-.6px;margin:3px 0 10px}.approach-list p{font-size:13px;color:var(--muted);max-width:335px}.resource-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:28px}.resource{text-align:left;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:box-shadow .2s;background:var(--card)}.resource:hover{box-shadow:var(--shadow)}.feature-resource{padding:0}.resource-art{background:var(--surface);height:197px;padding:31px 35px}.cell-label{font-size:9px;letter-spacing:1.7px;color:var(--muted)}.formula-art strong{font-family:monospace;display:block;font-size:38px;font-weight:500;letter-spacing:-2px;margin:13px 0 5px}.formula-art strong span{color:#766297}.formula-note{font-size:11px;color:var(--muted)}.resource-copy{padding:26px 30px}.meta{font-size:9px;color:var(--muted);letter-spacing:1px}.meta>span{margin-left:16px}.resource h3{font-size:22px;line-height:1.3;margin:11px 0 18px;letter-spacing:-.7px}.resource-stack{display:grid;gap:23px}.compact{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:25px;padding:21px}.compact h3{font-size:20px;margin:10px 0}.key-art,.file-art{height:123px;border-radius:9px;background:var(--surface);display:flex;justify-content:center;align-items:center;gap:7px}.key-art kbd{border:1px solid var(--line);box-shadow:0 3px 0 var(--line);padding:3px 10px;background:var(--bg);font-size:22px;border-radius:6px}.file-art{font-size:24px;letter-spacing:-1px;color:var(--green);gap:16px}.file-art>span{font-size:34px}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding-bottom:85px}.faq h2{font-size:30px}details{border-bottom:1px solid var(--line);padding:17px 0}details:first-child{padding-top:0}summary{cursor:pointer;font-size:14px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:25px}summary:after{content:'+';font-size:20px;line-height:1.1}details[open] summary:after{content:'−'}details p{font-size:13px;color:var(--muted);padding-top:13px;padding-right:22px}.closing{padding:47px 54px;background:var(--lime);color:#282154;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:25px}.closing .eyebrow{display:block;color:#514276;font-size:9px}.closing h2{font-size:37px}.closing .button{background:#282154;color:#faf8fd}footer{padding-top:65px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:48px}.footer-top p{font-size:12px;color:var(--muted);margin-top:13px}.footer-top>div:not(:first-child){display:flex;flex-direction:column;gap:9px;align-items:flex-start;font-size:12px}.footer-top strong{font-size:12px;margin-bottom:9px}.footer-top button{padding:0;font-size:12px}.footer-top a:hover,.footer-top button:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-block:23px;font-size:10px;color:var(--muted)}#saved-count{margin-left:6px;background:var(--surface);padding:1px 6px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip{position:fixed;left:20px;top:-80px;z-index:40;background:var(--bg);padding:10px}.skip:focus{top:10px}dialog{width:min(650px,calc(100% - 32px));max-height:85dvh;border:1px solid var(--line);border-radius:18px;background:var(--bg);color:var(--ink);padding:43px}dialog::backdrop{background:#20183780;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:14px;top:9px;font-size:29px;line-height:1;padding:8px}.dialog-tag{font-size:11px;color:var(--green);letter-spacing:1px;margin-bottom:14px}dialog h2{font-size:31px;margin-bottom:20px}dialog p{color:var(--muted);font-size:14px;margin-block:15px}dialog h3{font-size:18px;margin-top:27px}dialog ul,dialog ol{padding-left:23px;font-size:14px;color:var(--muted)}dialog li{margin-block:10px}.dialog-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:28px}.outline{background:transparent;border:1px solid var(--line);color:var(--ink)}.outline:hover{background:var(--hover)}.demo-note{font-size:11px!important;border-top:1px solid var(--line);padding-top:16px}.lesson-table{border-collapse:collapse;width:100%;margin-top:20px;font-size:14px}.lesson-table td,.lesson-table th{border:1px solid var(--line);text-align:left;padding:8px 13px}.lesson-table th{background:var(--surface)}.exercise{margin-top:20px}.exercise label{display:block;font-size:13px;font-weight:600}.exercise input{display:block;width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);margin:8px 0 15px}.feedback{font-size:13px;font-weight:600;color:var(--green);min-height:25px;margin-top:13px}.saved-list{list-style:none;padding:0!important}.saved-list button{display:block;padding:15px;border:1px solid var(--line);width:100%;text-align:left;border-radius:7px;font-weight:600}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,15px);padding:12px 22px;background:var(--green);color:#faf8fd;border-radius:8px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:30;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}
[data-theme=dark]{color-scheme:dark;--bg:#181427;--surface:#27203c;--card:#211b32;--ink:#f2edf9;--muted:#c2b9d1;--green:#c6b6ed;--line:#463b5a;--lime:#d8ccef;--hover:#342a4b}[data-theme=dark] .button,[data-theme=dark] .filters button.active{color:#251b3c;background:#c6b6ed}[data-theme=dark] .announcement{background:#2b2143;color:#ede4f9}[data-theme=dark] .course-cover{background:#e5dff2}[data-theme=dark] .course-cover.bi{background:#e9e3f3}[data-theme=dark] .outline{background:transparent;color:var(--ink)}[data-theme=dark] .closing .button{background:#282154;color:#faf8fd}[data-theme=dark] .formula-art strong span{color:#c6b6ed}[data-theme=dark] #toast{background:#d8ccef;color:#251b3c}
@media(min-width:1450px){.hero{gap:75px;padding-block:68px}.hero-visual{height:440px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.nav nav{gap:18px}.hero{gap:30px}.hero-visual{height:385px}h1{font-size:48px}.actions{gap:16px}.button{gap:15px;padding:13px 17px}.course-grid{gap:14px}.course-body{padding:18px 14px}.course-cover{padding:17px}.approach{gap:60px}.compact{grid-template-columns:100px 1fr;gap:17px;padding:17px}.formula-art strong{font-size:32px}.key-art,.file-art{height:110px}}
@media(max-width:850px){.nav{height:76px}.nav nav{gap:15px}.nav nav>a{font-size:11px}.nav .small{display:none}.hero{gap:26px;padding-block:40px}.hero-visual{height:345px}h1{font-size:41px;letter-spacing:-2px}.hero-copy>p{font-size:15px}.actions{align-items:flex-start;flex-direction:column;gap:11px;margin-top:23px}.hero-sticker{top:18px;right:-10px;padding:10px 13px;font-size:10px}.visual-caption{left:25px;bottom:25px}.visual-caption strong{font-size:28px}.benefit-strip{gap:15px;grid-template-columns:repeat(3,1fr)}.benefit-strip>p{display:none}.course-grid{grid-template-columns:repeat(2,1fr);gap:23px}.course-cover{height:185px;padding:24px}.course-body{padding:23px}.section{padding-block:65px}.section-heading{align-items:flex-start;flex-direction:column}h2{font-size:34px}.catalog-tools{align-items:stretch;flex-direction:column}.search input{width:100%}.approach{gap:38px;padding-block:60px}.approach h2{font-size:32px}.approach-list h3{font-size:17px}.approach-list article{gap:13px}.resource-grid{grid-template-columns:1fr 1fr;gap:20px}.compact{grid-template-columns:1fr;padding:20px}.key-art,.file-art{display:none}.resource-art{padding:29px 22px}.formula-art strong{font-size:28px}.resource-copy{padding:23px}.resource h3{font-size:19px}.faq{gap:30px}.faq h2{font-size:27px}.closing{padding:35px}.closing h2{font-size:31px}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}.announcement{font-size:10px;gap:5px;min-height:34px}.announcement button{font-size:10px;padding:0}.brand{font-size:24px}.nav{height:70px}.menu-toggle{display:flex;gap:12px;align-items:center;font-size:12px}.menu-toggle>span{font-size:19px}.nav nav{display:none;position:absolute;top:70px;left:0;right:0;background:var(--bg);padding:22px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:20px}.nav nav.open{display:flex}.nav nav>a{font-size:15px}.nav .small{display:flex}.theme-toggle{align-self:flex-start}.hero{grid-template-columns:1fr;gap:32px;padding-top:38px;padding-bottom:35px}.eyebrow{font-size:9px;letter-spacing:1.5px;margin-bottom:16px}h1{font-size:clamp(40px,10.6vw,59px);letter-spacing:-2.3px}.hero-copy>p{font-size:15px;max-width:310px;margin-top:19px}.actions{flex-direction:row;align-items:center;gap:22px}.button{font-size:12px;padding:13px 17px;gap:20px}.text-button{font-size:11px;gap:7px}.hero-visual{height:310px;margin-right:8px}.hero-sticker{right:-8px}.visual-caption strong{font-size:30px}.benefit-strip{padding:23px 0;gap:9px}.benefit-strip>div{display:block}.benefit-strip>div>span{display:block;font-size:23px;margin-bottom:4px}.benefit-strip b{font-size:10px;display:block}.benefit-strip small{display:block;font-size:9px;line-height:1.6;max-width:85px}.section{padding-block:51px}h2{font-size:30px;letter-spacing:-1.1px}.section-heading{gap:20px;margin-bottom:25px}.filters{gap:6px;flex-wrap:wrap}.filters button{font-size:10px;padding:8px 12px}.catalog-tools{gap:15px}.course-grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.course-cover{height:148px;padding:15px}.cover-title{font-size:22px;max-width:110px}.course-tag{font-size:7px}.software-symbol{width:27px;height:27px;font-size:16px}.course-body{padding:15px 12px}.course-body h3{font-size:16px}.course-meta{font-size:8px;gap:4px;flex-wrap:wrap}.course-body p{font-size:11px;margin-bottom:15px}.course-bottom{align-items:flex-start;gap:7px;flex-direction:column}.course-bottom>span{font-size:9px}.course-bottom button{font-size:10px}.approach{grid-template-columns:1fr;gap:39px;padding-block:47px}.approach-title h2{font-size:34px}.approach-list{gap:26px}.approach-list article{grid-template-columns:42px 1fr;gap:18px}.approach-list h3{font-size:18px}.resource-grid{grid-template-columns:1fr;gap:20px}.resource-art{height:185px;padding:27px}.formula-art strong{font-size:35px}.resource-copy{padding:24px}.resource h3{font-size:22px}.compact{grid-template-columns:100px 1fr;gap:20px;padding:18px}.compact h3{font-size:18px}.key-art,.file-art{display:flex;height:105px}.key-art kbd{font-size:18px;padding:3px 7px}.faq{grid-template-columns:1fr;gap:27px;padding-bottom:47px}.faq h2{font-size:29px}summary{font-size:13px}.closing{padding:30px 25px;flex-direction:column;align-items:flex-start;gap:26px}.closing h2{font-size:30px}.closing .eyebrow{line-height:1.8;font-size:8px}.footer-top{grid-template-columns:1fr 1fr;gap:29px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px;font-size:9px}footer{padding-top:44px}dialog{padding:34px 24px}dialog h2{font-size:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Identité Pro-Crowned : logo fourni, Roboto et violet #282154. */
.brand-logo{display:block;width:140px;height:auto;mix-blend-mode:multiply}.brand{letter-spacing:normal}.nav{height:98px}.brand-mark{display:none}h1,h2{font-weight:400}h1{letter-spacing:-2.3px}.hero-copy>p{max-width:420px}.nav nav{gap:24px}.hero-sticker{font-size:12px}.closing h2{font-size:35px}.course-cover{padding:20px}.cover-title{font-size:24px;max-width:195px}.course-body h3{font-size:18px;line-height:1.35;min-height:49px}.course-bottom button{font-size:11px}.course-body p{min-height:62px}[data-theme=dark] .brand-logo{filter:grayscale(1) invert(1);mix-blend-mode:screen}.footer-top .brand-logo{width:155px}.hero .eyebrow{font-size:9px}.announcement{font-size:11px}.announcement button{font-size:11px}
@media(max-width:1100px){.nav nav{gap:16px}.nav nav>a{font-size:12px}.button.small{font-size:11px;padding:10px 12px}.actions{gap:18px}.cover-title{font-size:23px}}
@media(max-width:850px){.nav{height:84px}.brand-logo{width:125px}.nav nav>a{font-size:11px}.closing{align-items:flex-start}.closing h2{font-size:29px}.closing .button{font-size:12px}}
@media(max-width:600px){.nav{height:80px}.brand-logo{width:120px}.nav nav{top:80px}.nav nav>a{font-size:14px}.announcement{font-size:9px;gap:8px}.announcement button{font-size:9px}.hero .eyebrow{font-size:8px;letter-spacing:1.3px}.hero h1{font-size:clamp(39px,10.5vw,56px)}.hero-copy>p{max-width:340px}.actions{gap:13px}.actions .button{padding:13px 14px;gap:12px}.text-button{font-size:11px}.hero-sticker{font-size:11px}.benefit-strip b{font-size:10px}.benefit-strip small{max-width:100px}.course-cover{padding:14px}.cover-title{font-size:20px;max-width:140px}.course-tag{font-size:7px}.course-body h3{font-size:16px;min-height:44px}.course-body p{min-height:0}.closing h2{font-size:28px}.closing .eyebrow{font-size:8px;letter-spacing:1px}.compact h3{font-size:18px}.formula-art strong{font-size:30px}.nav .small{font-size:13px}}
@media(max-width:360px){.announcement{font-size:8px;gap:5px}.announcement button{font-size:8px}.actions{gap:10px}.actions .button{font-size:11px;padding:12px 11px;gap:8px}.text-button{font-size:10px}.cover-title{font-size:18px}.course-tag{font-size:6px}.software-symbol{width:23px;height:23px}.compact{grid-template-columns:75px 1fr;gap:13px}.resource-copy{padding:20px}.formula-art strong{font-size:25px}}
/* Video library: the embedded player is only created after a click. */
.videos-section{background:var(--surface);margin-bottom:80px}.video-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:34px;align-items:start}.video-feature{min-width:0}.video-stage{aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#211b32}.video-stage iframe{display:block;width:100%;height:100%;border:0}.video-poster{display:block;position:relative;width:100%;height:100%;padding:0;overflow:hidden}.video-poster>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.video-poster:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#191226a6);pointer-events:none}.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;display:grid;place-items:center;padding-left:4px;color:#282154;background:#faf8fd;box-shadow:0 4px 24px #211b3230;font-size:20px;z-index:1;transition:transform .25s}.poster-label{position:absolute;left:24px;bottom:19px;color:#faf8fd;font-size:13px;font-weight:600;z-index:1}.video-poster:hover>img{transform:scale(1.035)}.video-poster:hover .video-play{transform:translate(-50%,-50%) scale(1.1)}.video-feature-info{padding:23px 0}.video-feature-info h3{font-size:23px;line-height:1.35;margin:12px 0 18px;letter-spacing:-.6px}.video-notice{font-size:11px;color:var(--muted);margin-top:15px;line-height:1.7}.video-list{display:grid;gap:11px}.video-choice{display:grid;grid-template-columns:140px 1fr;gap:17px;padding:12px;text-align:left;border:1px solid var(--line);border-radius:12px;background:var(--bg);align-items:center;transition:background .2s,transform .25s,border-color .2s;min-width:0}.video-choice.selected{border-color:var(--green);background:var(--hover)}.video-choice:hover{transform:translateX(3px);border-color:var(--green)}.video-mini{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:7px;background:var(--surface)}.video-mini img{width:100%;height:100%;object-fit:cover;display:block}.video-duration{position:absolute;bottom:4px;right:4px;background:#211b32e6;color:#faf8fd;padding:1px 5px;font-size:9px;border-radius:3px}.video-choice-copy{min-width:0}.video-choice-copy .meta{font-size:8px}.video-choice-copy strong{font-size:12px;font-weight:500;line-height:1.5;display:block;margin:5px 0;letter-spacing:-.1px}.video-watch{font-size:10px;color:var(--green);font-weight:600}.video-choice:hover .video-poster:focus-visible{outline-offset:-5px}
@media(min-width:851px) and (max-width:1100px){.nav nav{gap:12px}.nav .small{display:none}}
@media(max-width:1000px){.video-layout{gap:24px;grid-template-columns:1.1fr 1fr}.video-choice{grid-template-columns:105px 1fr;gap:12px;padding:10px}.video-feature-info h3{font-size:21px}}
@media(max-width:768px){.video-layout{grid-template-columns:1fr;gap:16px}.video-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.video-choice{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:10px}.video-mini{width:100%}.video-choice-copy strong{font-size:12px}.video-feature-info{padding:20px 0}.videos-section{margin-bottom:50px}}
@media(max-width:360px){.video-list{gap:10px}.video-choice{padding:8px}.video-choice-copy strong{font-size:11px}}
/* Motion explains hierarchy and acknowledges interactions; no scroll hijacking. */
@keyframes enterUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes enterVisual{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes dialogEnter{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(prefers-reduced-motion:no-preference){
.hero-copy>.eyebrow{animation:enterUp .65s backwards}.hero-copy h1{animation:enterUp .75s .08s backwards}.hero-copy>p{animation:enterUp .75s .16s backwards}.hero-copy>.actions{animation:enterUp .75s .24s backwards}.hero-visual{animation:enterVisual .9s .15s backwards}
/* Backwards only: release transform after entry so hover remains effective. */
.course-card{animation:enterUp .5s backwards}.course-card:nth-child(2){animation-delay:.05s}.course-card:nth-child(3){animation-delay:.1s}.course-card:nth-child(4){animation-delay:.15s}
dialog[open]{animation:dialogEnter .25s cubic-bezier(.2,.75,.25,1)}details[open]>p{animation:enterUp .25s backwards}
.button:active{transform:translateY(0) scale(.98)}.feature-icon{transition:transform .25s}.approach-list article:hover .feature-icon{transform:translateY(-3px) rotate(-4deg)}
.nav nav>a:not(.button){position:relative}.nav nav>a:not(.button):after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .25s}.nav nav>a:not(.button):hover:after{transform:scaleX(1)}.nav nav>a:not(.button):hover{text-decoration:none}
}
@media(prefers-reduced-motion:reduce){.video-poster:hover>img,.video-choice:hover,.video-choice:hover .video-poster:hover .video-play{transform:translate(-50%,-50%)}.course-card:hover,.button:hover{transform:none}}

/* Brand surfaces: deep violet anchors, generous lavender reading areas. */
header{background:var(--card)}
.hero-band,.videos-section,.closing{
 --ink:#faf7ff;--muted:#d8ceea;--green:#dfd0fa;--line:#655581;
 --bg:#332960;--surface:#40336e;--hover:#4b3b79;
 background:#282154;color:var(--ink);
}
.hero-band{border-bottom:1px solid #655581}
.hero-band h1 span{color:#cbb5ef}
.hero-band .button,.closing .button{background:#e4d7f8;color:#282154}
.hero-band .button:hover,.closing .button:hover{background:#f4ecff}
.hero-band .play{border-color:#a793c7}
.hero-band .hero-sticker{background:#e4d7f8;color:#282154;display:block}
.hero-band .benefit-strip{border-bottom:0}
.benefit-strip>div{grid-template-columns:25px 1fr;column-gap:12px}
.benefit-strip>div>span{font-size:13px;font-weight:500;font-variant-numeric:tabular-nums;padding-top:2px}
.hero-visual{box-shadow:0 18px 44px #100c2b40}
.search{background:var(--card)}
.course-card{border-color:transparent;box-shadow:0 3px 0 #2821540b}
.course-cover.excel,.course-cover.dashboards{background:#3b2e68;color:#f3ecff}
.course-cover.bi{background:#c8b6e2;color:#282154}
.course-cover.query{background:#ded2ef;color:#282154}
.course-cover.excel .software-symbol,.course-cover.dashboards .software-symbol{background:#e4d7f8;color:#282154}
.course-cover:after{border-color:#a58abb55;box-shadow:0 0 0 24px #a58abb12,0 0 0 48px #a58abb0b}
.approach-section{background:var(--surface);border-block:1px solid var(--line)}
.feature-icon{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;background:var(--green);color:var(--bg);border:0}
.resource{border-color:transparent}
.formula-art{background:#40336e;color:#faf7ff}
.formula-art .cell-label,.formula-art .formula-note,.formula-art strong span{color:#e0d2f4}
.key-art,.file-art{background:var(--surface)}
.video-choice{background:#332960;color:#faf7ff}
.video-choice.selected{background:#4b3b79;border-color:#cbb5ef}
.video-choice.selected .video-watch:before{content:'• ';color:#e4d7f8}
.video-notice{max-width:55ch}
.stop-video{display:inline-block;margin-left:20px;padding:8px 0;text-decoration:underline}
.stop-video[hidden]{display:none}
.video-status{font-size:12px;color:var(--muted);max-width:75ch}
.video-status:empty{display:none}
.closing .eyebrow{color:#d8ceea}
[data-theme=dark] .hero-band,[data-theme=dark] .videos-section,[data-theme=dark] .closing{background:#282154}
[data-theme=dark] .hero-band .button,[data-theme=dark] .closing .button{background:#e4d7f8;color:#282154}
[data-theme=dark] .course-cover.excel,[data-theme=dark] .course-cover.dashboards{background:#3b2e68;color:#f3ecff}
[data-theme=dark] .course-cover.bi{background:#c8b6e2;color:#282154}
[data-theme=dark] .course-cover.query{background:#ded2ef;color:#282154}
[data-theme=dark] .formula-art strong span{color:#e0d2f4}
@media(max-width:600px){
 .hero-band .hero{padding-top:34px}
 .benefit-strip>div>span{font-size:12px;margin-bottom:7px}
 .video-choice{gap:12px}.video-watch{display:block;margin-top:9px}
 .course-bottom button{min-height:38px}
 .filters button{min-height:40px}
 .theme-toggle{min-width:44px;min-height:44px}
}
@media(max-width:360px){.announcement{flex-wrap:wrap;padding:6px 12px;gap:0 8px}.stop-video{margin-left:0;display:block}.formula-art{padding-inline:20px}}

/* Multi-page extension: shared navigation, editorial guides and forms. */
[hidden]{display:none!important}
.nav nav>a[aria-current=page]{color:var(--green);text-decoration:underline;text-underline-offset:7px}
.page-intro{background:#282154;color:#faf7ff;padding:70px 0 76px}
.page-intro .eyebrow{color:#d8ceea}
.page-intro h1{font-size:clamp(38px,4.4vw,64px);max-width:900px;line-height:1.1;text-wrap:balance}
.page-intro p{color:#d8ceea;max-width:640px;font-size:17px;line-height:1.8;margin-top:24px}
.page-intro .button{background:#e4d7f8;color:#282154}
.page-intro .text-button{color:#e4d7f8}
.course-paths,.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.course-path{border-top:1px solid var(--line);padding-top:22px;display:flex;flex-direction:column;align-items:flex-start}
.path-number{font-size:12px;letter-spacing:1px;color:var(--green);font-variant-numeric:tabular-nums}
.course-path h3,.audience-grid h3{font-size:26px;margin:20px 0 15px;letter-spacing:-.8px}
.course-path p,.audience-grid p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:22px}
.course-path .underlink{margin-top:auto;border-bottom:1px solid var(--line)}
.course-path:hover .underlink{border-color:var(--green)}
.about-teaser p{font-size:16px;color:var(--muted);margin-bottom:20px;max-width:55ch}
.about-story,.roadmap-note{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}
.prose{font-size:16px;line-height:1.85}
.prose p{margin:0 0 24px;color:var(--muted)}
.prose h2{font-size:29px;letter-spacing:-.9px;margin:0 0 20px;line-height:1.25}
.prose a:not(.button){text-decoration:underline;text-underline-offset:4px}
.prose li{margin-bottom:12px;color:var(--muted)}
.narrow{max-width:780px}.narrow h2:not(:first-child){margin-top:42px}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 36px}
.post-card{min-width:0;display:flex;flex-direction:column}
.post-cover-link{display:block;border-radius:12px;overflow:hidden}
.post-art{background:#40336e;color:#f7f1ff;min-height:220px;padding:28px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;transition:background .2s}
.post-art>span{font-size:9px;letter-spacing:1.8px;margin-bottom:18px}
.post-art strong{font-size:54px;font-weight:400;letter-spacing:-2px;line-height:1.15;display:block;margin-bottom:15px}
.post-art small{font-size:12px;letter-spacing:.2px}
.post-art.query{background:#d4c3ed;color:#282154}
.post-art.extremes{background:#32275a}.post-art.word{background:#c4b0df;color:#282154}
.post-art.word strong{font-size:80px}
.space-mark{color:#73579b;background:#b99bdb;border-radius:3px;margin-inline:3px}
.pivot-row{font-size:16px;border-bottom:1px solid #81739e;display:flex;justify-content:space-between;padding:6px 0;gap:12px}
.pivot-row b{font-variant-numeric:tabular-nums;font-weight:500}.pivot-row.total{color:#decaf9;border:0}
.mini-bars{height:92px;display:flex;gap:12px;align-items:flex-end;margin:2px 0 17px}
.mini-bars i{flex:1;height:var(--bar);background:#a792ca;border-radius:3px 3px 0 0}.mini-bars i:last-child{background:#e0d0f6}
.post-copy{padding:21px 0 10px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.post-meta{font-size:11px;font-weight:600;color:var(--green)}.post-meta span{color:var(--muted);font-weight:400;margin-left:12px}
.post-copy h3{font-size:25px;line-height:1.2;letter-spacing:-.8px;margin:13px 0 14px;max-width:30ch}
.post-copy p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:20px}
.post-copy .underlink{margin-top:auto}.post-card a:hover{text-decoration:underline;text-underline-offset:5px}
.result-count{font-size:12px;color:var(--muted);margin:-5px 0 28px}
.blog-index{padding-top:44px}.blog-grid .post-art{min-height:270px;padding:35px 45px}
.blog-grid .post-copy h3{font-size:31px}
.newsletter{margin-top:30px;padding:48px;background:var(--surface);border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.newsletter h2{font-size:35px}.newsletter>div>p{font-size:14px;color:var(--muted);max-width:43ch;margin-top:20px;line-height:1.8}
.site-form label:not(.consent){display:block;font-size:13px;font-weight:600;margin:15px 0 7px}
.site-form input:not([type=checkbox]),.site-form select,.site-form textarea{width:100%;font:inherit;font-size:14px;background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:7px;padding:12px 14px;min-width:0}
.site-form textarea{resize:vertical;min-height:130px}
.site-form input::placeholder,.site-form textarea::placeholder{color:var(--muted)}
.consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:var(--muted);line-height:1.7;margin:17px 0 22px;cursor:pointer}
.consent input{margin:4px 0 0;flex-shrink:0;width:17px;height:17px;accent-color:var(--green)}
.consent a{text-decoration:underline;text-underline-offset:3px}
.service-note{font-size:12px;color:var(--muted);line-height:1.8;padding-left:12px;border-left:2px solid var(--green)}
.site-form .button:disabled{background:var(--line);color:var(--ink);transform:none;opacity:1}
.privacy-link{font-size:11px;color:var(--muted);display:block;margin-top:12px;text-decoration:underline;text-underline-offset:3px}
.form-status{font-size:13px;line-height:1.7;margin:15px 0 0;color:var(--ink)}.form-status:empty{display:none}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.contact-aside>p{font-size:15px;color:var(--muted);line-height:1.8;max-width:37ch;margin-top:22px}
.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:32px;font-size:13px}
.contact-links a{border-bottom:1px solid var(--line)}
.contact-form{background:var(--card);padding:36px;border-radius:14px;border:1px solid var(--line)}
.contact-form h2{font-size:29px;margin-bottom:20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted);margin-bottom:36px}
.breadcrumb a:hover{text-decoration:underline}.article-intro{padding:35px 0 58px}
.article-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:65px;align-items:center}
.article-heading h1{font-size:clamp(36px,3.8vw,54px);line-height:1.12;letter-spacing:-1.8px;text-wrap:balance}
.article-heading p{font-size:17px;color:var(--muted);line-height:1.8;margin:22px 0}
.article-heading .post-art{border-radius:14px;min-height:300px;padding:38px}
.author-line{font-size:12px;color:var(--ink)}.author-line span{display:block;color:var(--muted);margin-top:4px}
.article-layout{display:grid;grid-template-columns:250px minmax(0,720px);justify-content:space-between;gap:50px;align-items:start;padding-top:40px;border-top:1px solid var(--line)}
.article-aside{position:sticky;top:125px;min-width:0}
.article-aside nav{display:flex;flex-direction:column;gap:12px;font-size:12px;line-height:1.7;margin-bottom:28px}
.article-aside .eyebrow{margin-bottom:4px}.article-aside nav a{color:var(--muted)}.article-aside nav a:hover{color:var(--green);text-decoration:underline}
.article-aside .button{font-size:12px;padding:12px 15px;white-space:normal}.aside-note{font-size:10px;color:var(--muted);margin:8px 0}
.article-body{min-width:0}.article-lead{font-size:18px!important}.article-body section{scroll-margin-top:120px}
.article-body #video{margin:38px 0 48px}.article-video .underlink{display:inline-block;font-size:12px;margin:13px 16px 0 0}
.article-video .video-notice{font-size:11px;margin:13px 0 0}.article-step{margin:0 0 40px}.step-label{font-size:10px;letter-spacing:1.6px;color:var(--green);font-weight:600;margin-bottom:10px}
.article-step pre{overflow:auto;background:var(--surface);border:1px solid var(--line);padding:18px;border-radius:7px;font-size:14px;line-height:1.7;max-width:100%}
.practice-box{background:var(--surface);border-radius:12px;padding:30px;margin:45px 0}
.practice-box .button{font-size:13px;white-space:normal}
.quiz{margin:38px 0;padding:28px 0;border-block:1px solid var(--line)}
.quiz fieldset{border:0;padding:0;margin:0 0 22px;min-width:0}.quiz legend{font-size:22px;line-height:1.4;letter-spacing:-.5px;margin-bottom:18px;font-weight:600}
.quiz label{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;background:var(--card);border:1px solid var(--line);border-radius:7px;font-size:14px;margin:9px 0;cursor:pointer;line-height:1.7}
.quiz input{accent-color:var(--green);margin-top:5px;flex-shrink:0}.quiz-feedback{font-weight:500;color:var(--ink)!important;margin:20px 0 0!important}.quiz-feedback:empty{display:none}
.article-sources h2{font-size:23px}.article-sources ul{padding-left:20px;font-size:13px}.article-sources>p{font-size:12px}
@media(min-width:601px) and (max-width:850px){.nav nav{gap:17px}.nav nav>a{font-size:12px}}
@media(max-width:1000px){.newsletter{gap:35px;padding:35px}.newsletter h2{font-size:29px}.article-heading{gap:35px}.article-layout{grid-template-columns:210px minmax(0,1fr);gap:32px}.article-heading .post-art{padding:25px}.contact-layout,.about-story,.roadmap-note{gap:38px}.post-grid{gap:20px}.post-art{padding:20px}.post-copy h3{font-size:23px}.post-art strong{font-size:40px}}
@media(max-width:768px){.newsletter,.contact-layout,.about-story,.roadmap-note{grid-template-columns:1fr}.newsletter{gap:28px}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-grid:not(.blog-grid) .post-card:last-child{grid-column:1/-1;max-width:100%}.article-heading{grid-template-columns:1fr;gap:30px}.article-heading .post-art{min-height:220px}.article-layout{grid-template-columns:1fr;padding-top:26px}.article-aside{position:static}.article-aside nav{display:none}.article-aside{border-bottom:1px solid var(--line);padding-bottom:22px}.course-paths,.audience-grid{gap:20px}.course-path h3,.audience-grid h3{font-size:22px}.page-intro{padding:48px 0 54px}.page-intro p{font-size:15px}.blog-grid .post-art{padding:24px;min-height:230px}.blog-grid .post-copy h3{font-size:26px}}
@media(max-width:600px){.nav .small{display:flex}.page-intro h1{font-size:clamp(35px,9vw,49px);letter-spacing:-1.5px}.page-intro{padding:40px 0 45px}.page-intro .actions{flex-wrap:wrap}.post-grid,.blog-grid,.course-paths,.audience-grid{grid-template-columns:1fr}.post-grid:not(.blog-grid) .post-card:last-child{grid-column:auto}.post-art,.blog-grid .post-art{min-height:220px}.post-copy h3,.blog-grid .post-copy h3{font-size:27px}.post-art strong{font-size:48px}.post-card{border-bottom:1px solid var(--line);padding-bottom:18px}.course-paths{gap:30px}.course-path h3{margin:12px 0}.course-path p{margin-bottom:13px}.audience-grid{gap:30px}.audience-grid article{border-top:1px solid var(--line);padding-top:20px}.newsletter{padding:27px 22px;margin-top:20px;border-radius:12px}.newsletter h2{font-size:28px}.contact-form{padding:25px 20px}.field-grid{grid-template-columns:1fr;gap:0}.site-form input:not([type=checkbox]),.site-form textarea,.site-form select{font-size:16px}.site-form .button{white-space:normal;min-height:44px}.article-intro{padding:24px 0 38px}.breadcrumb{margin-bottom:27px}.article-heading h1{font-size:36px;letter-spacing:-1.3px}.article-heading p{font-size:15px}.article-layout{gap:28px}.prose{font-size:15px}.prose h2{font-size:25px}.practice-box{padding:23px}.quiz legend{font-size:21px}.article-step pre{font-size:12px;padding:14px}.post-cover-link{border-radius:9px}.contact-aside h2{font-size:31px}.nav nav>a{min-height:26px}.privacy-link{line-height:1.8}}

/* Public visual enrichment, September 2026. Brand typography and palette retained. */
.learning-image{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.learning-hero{margin:0;height:auto!important;background:#d6c9e6;border-radius:16px;overflow:hidden;box-shadow:none}
.learning-hero .hero-photo{display:block;height:auto;aspect-ratio:3/2;border-radius:0;object-fit:contain}
.learning-hero figcaption{padding:20px 24px 22px;background:#362d60;color:#faf7ff}
.visual-kicker{font-size:9px;letter-spacing:1.6px;color:#d8ceea}
.hero-sequence{display:flex;justify-content:space-between;gap:12px;list-style:none;margin:13px 0 0;padding:0;font-size:13px;font-weight:500}
.hero-sequence li{display:flex;gap:8px;align-items:center}
.hero-sequence span{font-size:10px;color:#cbb5ef;font-variant-numeric:tabular-nums}
.hero{grid-template-columns:.95fr 1.15fr;gap:50px}
.hero h1{text-wrap:balance}.hero-copy>p{max-width:39ch}
.illustrated-path{padding-top:0;border-top:0;min-width:0}
.path-art{overflow:hidden;width:100%;border-radius:10px;background:var(--surface)}
.path-art img{transition:transform .45s cubic-bezier(.2,.75,.25,1)}
.path-heading{display:flex;gap:15px;align-items:baseline;margin-top:21px}
.path-heading h3{margin:0 0 14px}.illustrated-path .underlink{display:flex;justify-content:space-between;gap:16px;align-self:stretch;padding-bottom:9px}
.illustrated-approach{gap:65px;align-items:center;padding-block:65px}
.practice-visual{margin:0;min-width:0}.practice-visual img{border-radius:12px}
.practice-visual figcaption{font-size:12px;color:var(--muted);margin-top:12px}
.about-teaser h2{margin-bottom:25px}
.data-demo{padding-bottom:76px}.demo-stages{display:grid;grid-template-columns:1fr 1fr 1.08fr;gap:40px;border-block:1px solid var(--line);padding:30px 0}
.demo-stage{min-width:0}.demo-stage+.demo-stage{border-left:1px solid var(--line);padding-left:32px}
.demo-label{display:flex;align-items:center;gap:12px}.demo-label>span{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.demo-label h3{font-size:21px;letter-spacing:-.5px}
.demo-stage>p{font-size:13px;color:var(--muted);margin:10px 0 20px}
.demo-table{width:100%;border-collapse:collapse;font-size:12px;font-variant-numeric:tabular-nums}.demo-table th,.demo-table td{text-align:left;padding:5px 0;border-bottom:1px solid var(--line)}.demo-table th:last-child,.demo-table td:last-child{text-align:right}.demo-table th{font-weight:500;color:var(--muted)}
.demo-group{display:grid;grid-template-columns:1fr auto;gap:5px;margin-top:23px;font-size:13px}.demo-group code{grid-column:1;font-size:12px;color:var(--muted)}.demo-group strong{grid-column:2;grid-row:1/3;font-size:26px;font-weight:400;align-self:center;font-variant-numeric:tabular-nums}
.demo-chart>div{margin:27px 0}.demo-chart span{display:flex;justify-content:space-between;font-size:12px;margin-bottom:9px}.demo-chart b{font-weight:500;font-variant-numeric:tabular-nums}.demo-chart i{display:block;height:16px;width:var(--amount);background:var(--green);transform-origin:left;border-radius:2px}.demo-chart>div:first-child i{opacity:.55}
.demo-stage .demo-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid var(--line);padding-top:12px}.demo-total strong{font-size:27px;font-weight:500;color:var(--ink)}
.demo-caption{font-size:11px;color:var(--muted);margin-top:18px}.demo-caption a{text-decoration:underline;text-underline-offset:3px}
.replay-demo{min-height:44px;border:1px solid var(--line);padding:9px 14px;border-radius:6px;white-space:nowrap}.replay-demo span{display:inline-block;margin-left:12px;font-size:17px}
.catalog-intro{padding-block:48px}.catalog-intro-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}.catalog-intro h1{font-size:clamp(38px,4vw,58px)}.catalog-intro figure{margin:0;min-width:0}.catalog-intro img{border-radius:12px}.catalog-intro figcaption{font-size:12px;color:#d8ceea;margin-top:12px}.catalog-intro .actions{flex-wrap:wrap;gap:14px 24px}
.course-cover.illustrated-cover{padding:0;height:auto;aspect-ratio:3/2}.illustrated-cover:after{display:none}.illustrated-cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.course-cover.dashboards{aspect-ratio:3/2;height:auto;min-height:0}.cover-bars{display:flex;align-items:flex-end;gap:7px;position:absolute;right:17px;bottom:20px;width:65px;height:55px;opacity:.65}.cover-bars i{width:11px;height:45%;background:#e4d7f8;border-radius:2px;transform-origin:bottom}.cover-bars i:nth-child(2){height:80%}.cover-bars i:nth-child(3){height:58%}.cover-bars i:nth-child(4){height:100%}.dashboards .cover-title{max-width:140px}
.query-editorial{overflow:hidden;border-radius:12px;background:#d4c3ed;color:#282154}.query-editorial .learning-image{aspect-ratio:3/2}.query-caption{padding:15px 23px 18px}.query-caption span{font-size:9px;letter-spacing:1.5px;display:block;margin-bottom:6px}.query-caption strong{display:block;font-size:17px;font-weight:500;line-height:1.4}.post-card .query-caption{display:none}.post-card .query-editorial{border-radius:0}.post-card .query-editorial .learning-image{height:220px;aspect-ratio:auto}.blog-grid .query-editorial .learning-image{height:270px}
.course-bottom button,.filters button{min-height:44px}.course-bottom button{padding-inline:2px}.filters button{transition:background .2s,color .2s,transform .2s}.button,.text-button,.underlink{touch-action:manipulation}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.illustrated-path:hover .learning-image,.course-card:hover .illustrated-cover img{transform:scale(1.035)}.replay-demo:hover span{transform:rotate(-35deg);transition:transform .25s}.filters button:active{transform:scale(.97)}}
@media(prefers-reduced-motion:no-preference){.hero-sequence li{animation:enterUp .55s .35s backwards}.hero-sequence li:nth-child(2){animation-delay:.5s}.hero-sequence li:nth-child(3){animation-delay:.65s}.quiz-feedback:not(:empty),.feedback:not(:empty){animation:enterUp .25s backwards}.post-card{animation:enterUp .35s backwards}}
@media(max-width:1000px){.hero{gap:30px}.hero-sequence{font-size:11px;gap:8px}.learning-hero figcaption{padding:17px}.catalog-intro-layout{gap:30px}.demo-stages{gap:22px}.demo-stage+.demo-stage{padding-left:22px}.illustrated-approach{gap:35px}}
@media(max-width:768px){.catalog-intro-layout{grid-template-columns:1fr}.catalog-intro figure{max-width:520px}.catalog-intro .learning-image{aspect-ratio:2/1}.illustrated-approach{grid-template-columns:1fr}.practice-visual{max-width:560px}.demo-stages{grid-template-columns:1fr;gap:26px}.demo-stage+.demo-stage{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.demo-stage{display:grid;grid-template-columns:1fr 1.1fr;column-gap:30px}.demo-label{align-self:start}.demo-stage>p{grid-column:1;align-self:start}.demo-table,.demo-chart{grid-column:2;grid-row:1/4}.demo-group{grid-column:2;margin-top:0;margin-bottom:22px}.demo-group:first-of-type{grid-row:1/3}.demo-stage .demo-total{grid-column:2}.demo-stage>.underlink{grid-column:1/-1;margin-top:12px}.demo-chart>div:first-child{margin-top:0}.data-demo{padding-bottom:50px}}
@media(max-width:600px){.hero{grid-template-columns:1fr;gap:28px}.learning-hero{margin-right:0}.learning-hero figcaption{padding:17px 18px}.hero-sequence{font-size:12px}.hero-sequence li{gap:5px}.visual-kicker{font-size:8px}.illustrated-path .path-art img{aspect-ratio:3/2}.path-heading{margin-top:17px}.illustrated-path p{max-width:42ch}.illustrated-approach{padding-block:45px;gap:30px}.catalog-intro{padding-block:36px}.catalog-intro-layout{gap:30px}.catalog-intro .learning-image{aspect-ratio:3/2}.course-grid{grid-template-columns:1fr;gap:26px}.course-body{padding:22px}.course-body h3{font-size:22px;min-height:0}.course-meta{font-size:11px}.course-body p{font-size:14px}.course-bottom{flex-direction:row;align-items:center}.course-bottom>span{font-size:12px}.course-bottom button{font-size:13px}.course-cover.dashboards{padding:25px}.dashboards .cover-title{font-size:34px;max-width:210px}.cover-bars{width:100px;height:100px;right:28px;bottom:25px;gap:10px}.cover-bars i{width:16px}.course-tag{font-size:10px}.demo-stage{display:block}.demo-table{margin-top:20px}.demo-group{margin-top:20px}.demo-chart{margin-top:25px}.demo-label h3{font-size:23px}.demo-stage>p{font-size:14px}.demo-table{font-size:14px}.demo-table td,.demo-table th{padding-block:7px}.demo-group,.demo-chart span{font-size:14px}.demo-caption{font-size:12px}.post-card .query-editorial .learning-image,.blog-grid .query-editorial .learning-image{height:auto;aspect-ratio:3/2}}
@media(prefers-reduced-motion:reduce){.learning-image,.illustrated-cover img,.hero-sequence li,.demo-stages *{animation:none!important;transition:none!important}.video-poster:hover>img,.video-choice:hover{transform:none}.video-play{transform:translate(-50%,-50%)}.replay-demo{display:none!important}}
.bar-35{--bar:35%}.bar-42{--bar:42%}.bar-55{--bar:55%}.bar-72{--bar:72%}.bar-92{--bar:92%}.amount-71{--amount:71.23%}.amount-100{--amount:100%}
.hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.legal-page h2{margin-top:44px}.legal-page h3{font-size:19px;margin:28px 0 12px}.legal-updated{font-size:13px}
.preview-banner{padding:12px;text-align:center;background:#e4d7f8;color:#282154;font:14px Roboto,sans-serif}
