*{box-sizing:border-box}:root{--brand: #6f2c91;--brand-deep: #48165d;--brand-soft: #f3edf6;--green: #087f5b;--ink: #211c25;--ink-soft: #504a54;--muted: #736c77;--line: #e5e1e7;--surface: #fff;--surface-soft: #f7f7f9;--shadow-sm: 0 8px 24px rgba(43, 29, 48, .06);--shadow-md: 0 18px 48px rgba(43, 29, 48, .11)}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,HarmonyOS Sans SC,MiSans,Microsoft YaHei,ui-sans-serif,system-ui,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{max-width:860px;margin-bottom:24px;font-size:58px;line-height:1.1;letter-spacing:0}h1 span{display:block;margin-bottom:8px;color:var(--brand)}h2{max-width:860px;margin-bottom:26px;font-size:36px;line-height:1.28;letter-spacing:0}h3{letter-spacing:0}.app-shell{min-height:100vh}.page-main{min-height:calc(100vh - 79px)}.header-inner,.page-container{width:min(calc(100% - 48px),1280px);margin:0 auto}.section{padding:88px 24px}.section-muted{background:var(--surface-soft);border-block:1px solid #ece9ee}.section-label,.eyebrow{margin-bottom:14px;color:var(--brand);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.subtitle,.section-description{max-width:750px;color:var(--ink-soft);font-size:18px;line-height:1.85}.section-description{margin-bottom:0;font-size:16px}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:38px}.section-heading-row h2{margin-bottom:12px}.section-index{color:#8f769a;font-family:Georgia,serif;font-size:58px;line-height:1}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.primary,.secondary,.header-cta{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 22px;border-radius:7px;font-weight:900;transition:.18s ease}.primary,.header-cta{color:#fff;background:var(--brand);border:1px solid var(--brand);box-shadow:0 10px 24px #6f2c9133}.primary:hover,.header-cta:hover{background:var(--brand-deep);border-color:var(--brand-deep);box-shadow:0 14px 30px #48165d3d;transform:translateY(-1px)}.secondary{color:#5f2779;background:#ffffffe6;border:1px solid #cdbed4}.secondary:hover{background:#fff;border-color:#8d5ba1}.site-header{position:sticky;top:0;z-index:50;padding:0 24px;background:#fffffff7;border-top:3px solid var(--brand);border-bottom:1px solid #e7e1e9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{position:relative;width:min(100%,1280px);min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-family:HarmonyOS Sans SC,MiSans,Microsoft YaHei,ui-sans-serif,system-ui,sans-serif}.brand span:last-child{display:grid;gap:4px}.site-header .brand-copy{width:230px;min-height:42px}.brand b{color:#1f1a24;font-size:25px;font-weight:850;line-height:1.02;letter-spacing:0}.brand small{color:#5f5763;font-size:12.5px;font-weight:600;line-height:1.15}.brand-logo{width:48px;height:48px;object-fit:contain;background:transparent;border:0;border-radius:0;box-shadow:none}.header-navigation{display:flex;flex:1;align-items:center;gap:28px}nav{display:flex;flex:1;align-items:center;justify-content:center;gap:26px;color:#504a54;font-size:15px}nav a{position:relative;padding:10px 0;transition:color .16s ease}nav>a:after,.nav-parent:after{position:absolute;right:0;bottom:1px;left:0;height:2px;content:"";background:var(--brand);opacity:0;transform:scaleX(.3);transition:.16s ease}nav a:hover,nav a.router-link-active{color:var(--brand)}nav>a:hover:after,nav>a.router-link-active:after,.nav-parent:hover:after,.nav-parent.router-link-active:after{opacity:1;transform:scaleX(1)}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-parent{display:inline-flex;align-items:center;gap:8px}.nav-dropdown-toggle{display:inline-flex;width:26px;height:32px;align-items:center;justify-content:center;padding:0;color:inherit;background:transparent;border:0;cursor:pointer}.nav-caret{width:7px;height:7px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .16s ease}.nav-dropdown-panel{position:absolute;top:100%;left:50%;z-index:60;width:286px;display:grid;gap:2px;padding:10px;background:#fff;border:1px solid #e2d8e7;border-radius:7px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:.16s ease}.nav-dropdown-panel a{display:block;padding:12px 14px;color:var(--ink-soft);border-radius:6px;line-height:1.35}.nav-dropdown-panel a:hover{color:var(--brand-deep);background:#f8f4fa}.nav-dropdown-panel a strong{display:block;color:inherit;font-size:14px;font-weight:900}.nav-coming-soon{display:block;padding:12px 14px;color:#8a818e;font-size:13px}.nav-more-link{margin-top:8px;padding-top:14px!important;color:var(--brand)!important;border-top:1px solid var(--line);border-radius:0!important;font-size:14px;font-weight:900}.nav-more-link:hover{color:var(--brand-deep)!important;background:transparent!important}.header-cta{min-height:44px;white-space:nowrap}.menu-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;color:var(--brand);background:var(--brand-soft);border:1px solid #dfd2e5;border-radius:7px;cursor:pointer}.menu-toggle span{width:18px;height:2px;background:currentColor;border-radius:2px}@media(min-width:1001px){.nav-dropdown:hover .nav-caret,.nav-dropdown:has(:focus-visible) .nav-caret{transform:translateY(2px) rotate(225deg)}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:has(:focus-visible) .nav-dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%)}}.hero,.page-banner,.service-hero,.course-detail-hero{position:relative;overflow:hidden;background-position:center;background-size:cover;border-bottom:1px solid #e6e0e9}.hero{min-height:680px;display:flex;align-items:center;padding:76px 24px 112px;background-image:linear-gradient(90deg,#fff,#fffffffa 28%,#fffc 48%,#ffffff0d 75%),url(/ai-training-hero.jpg)}.hero-copy,.hero h1{max-width:720px}.hero .subtitle{max-width:660px}.hero-stats{max-width:680px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;padding:18px 0;background:#ffffffe6;border:1px solid #ddd7e0;border-radius:7px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-stats div{padding:2px 20px;border-right:1px solid #e2dde5}.hero-stats div:last-child{border-right:0}.hero-stats strong{display:block;margin-bottom:6px;color:var(--brand-deep);font-size:21px}.hero-stats span{color:var(--muted);font-size:14px}.hero-path{position:absolute;right:24px;bottom:20px;left:24px;width:min(calc(100% - 48px),1280px);display:grid;grid-template-columns:repeat(4,1fr);margin:auto;background:#fffffff2;border:1px solid #dfd9e2;border-radius:7px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-path span{padding:17px 22px;color:#514a55;border-right:1px solid #e2dde5;font-size:14px;font-weight:800}.hero-path span:last-child{border-right:0}.page-banner{min-height:540px;display:flex;align-items:center;padding:78px 24px;background-image:linear-gradient(90deg,#f7f3f9,#f7f3f9fa 31%,#f7f3f9c9 51%,#f7f3f90f 78%),var(--page-banner-image)}.page-banner-inner{position:relative;z-index:1}.page-banner h1{max-width:760px;font-size:52px}.page-banner .subtitle{max-width:660px}.service-hero{min-height:650px;display:flex;align-items:center;padding:76px 24px 124px;background-image:linear-gradient(90deg,#f8f5fa,#f8f5fafa 31%,#f8f5fac7 51%,#f8f5fa0d 78%),var(--service-hero-image)}.service-hero-application{background-position:73% center}.service-hero-inner{position:relative;z-index:1}.service-hero-copy{max-width:790px}.service-hero-copy h1{max-width:800px;font-size:56px}.service-badge{display:inline-flex;margin-bottom:24px;padding:6px 12px;color:var(--brand-deep);background:#ffffffd6;border:1px solid #d5c7dc;border-radius:999px;font-size:13px;font-weight:900}.service-fact-band,.course-quick-facts{position:absolute;right:24px;bottom:22px;left:24px;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);padding:0;background:#fffffff5;border:1px solid #ded7e1;border-bottom:3px solid var(--brand);border-radius:7px 7px 0 0;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-fact-band div{display:grid;grid-template-columns:36px minmax(64px,auto) 1fr;gap:14px;align-items:center;min-height:78px;padding:14px 24px;border-right:1px solid var(--line)}.service-fact-band div:last-child{border-right:0}.service-fact-band span{color:#b8a8c0;font-family:Georgia,serif;font-size:18px}.service-fact-band strong{color:var(--brand-deep);font-size:22px}.service-fact-band small{color:var(--muted);font-size:14px}.course-detail-hero{min-height:600px;display:flex;align-items:center;padding:74px 24px 118px;background-image:linear-gradient(90deg,#f8f5fa,#f8f5fafa 42%,#f8f5fab8 72%,#f8f5fa59),var(--course-hero-image)}.course-detail-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);gap:58px;align-items:center}.course-hero-copy{max-width:780px}.course-detail-hero h1{max-width:800px;font-size:52px;line-height:1.14}.course-hero-media{overflow:hidden;margin:0;background:#fff;border:1px solid #ded7e1;border-radius:8px;box-shadow:var(--shadow-lg)}.course-hero-media img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#f3eef5}.course-hero-media figcaption{display:grid;gap:4px;padding:18px 20px;border-top:3px solid var(--brand)}.course-hero-media span{color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase}.course-hero-media strong{color:var(--ink);font-size:18px}.back-link{display:inline-flex;margin-bottom:30px;color:var(--brand);font-weight:900}.back-link:before{margin-right:8px;content:"←"}.course-quick-facts div{display:grid;gap:7px;min-height:80px;padding:15px 24px;border-right:1px solid var(--line)}.course-quick-facts div:last-child{border-right:0}.course-quick-facts span{color:var(--muted);font-size:13px}.course-quick-facts strong{color:var(--ink);font-size:17px}.grid,.pain-grid,.audience-grid,.service-grid,.module-grid,.brand-value-grid,.path-grid,.faq-list,.timeline,.course-card-grid,.service-module-grid,.service-audience-grid,.service-process,.course-highlight-grid,.course-fit-layout{display:grid;gap:18px}.grid,.pain-grid,.service-grid,.module-grid,.path-grid,.course-card-grid,.service-audience-grid,.course-highlight-grid,.service-module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.audience-grid,.faq-list,.course-fit-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-value-grid,.timeline,.service-process{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.pain-card,.audience-card,.service-card,.module-card,.brand-value-card,.path-card,.faq-item,.timeline-item,.course-card,.service-module-item{background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm);transition:.2s ease}.card:hover,.pain-card:hover,.audience-card:hover,.service-card:hover,.module-card:hover,.brand-value-card:hover,.path-card:hover,.timeline-item:hover,.course-card:hover,.service-module-item:hover{border-color:#cbb8d4;box-shadow:0 16px 38px #4326501a;transform:translateY(-4px)}.card,.pain-card,.audience-card,.service-card,.module-card,.brand-value-card,.path-card,.faq-item,.timeline-item{padding:26px}.card h3,.audience-card h3,.service-card h3,.module-card h3,.brand-value-card h3,.path-card h3,.faq-item h3,.timeline-item h3{margin-bottom:12px;color:#29222d}.card p,.pain-card p,.audience-card p,.service-card p,.module-card p,.brand-value-card p,.path-card p,.faq-item p,.timeline-item p{margin-bottom:0;color:#68616d;line-height:1.8}.section-intro{max-width:760px;margin:-8px 0 34px;color:var(--ink-soft);font-size:17px;line-height:1.85}.pain-card{min-height:178px}.pain-card span,.timeline-item>span{display:block;margin-bottom:24px;color:var(--brand);font-family:Georgia,serif;font-size:26px;font-weight:700}.card-tag{display:inline-flex;margin-bottom:18px;padding:5px 10px;color:#64277f;background:var(--brand-soft);border:1px solid #dfd2e5;border-radius:999px;font-size:12px;font-weight:900}.audience-card,.service-card{min-height:276px}.module-card{min-height:190px}.brand-value-card{min-height:228px}.brand-value-card strong{display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;background:var(--brand);border-radius:7px;font-size:23px}.feature-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.feature-list span,.course-card-modes span{padding:7px 10px;color:#5f2779;background:#f6f0f8;border:1px solid #e1d5e6;border-radius:6px;font-size:13px}.path-card{min-height:310px}.path-card ul{display:grid;gap:11px;padding:0;margin:24px 0 0;list-style:none}.path-card li{color:var(--ink-soft)}.path-card li:before{display:inline-flex;width:6px;height:6px;margin-right:10px;content:"";vertical-align:middle;background:var(--green);border-radius:50%}.faq-item{min-height:150px}.timeline-item{min-height:235px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible,.course-detail-page .reveal{opacity:1;transform:none}.course-catalog-section{padding-top:98px}.course-card{min-height:300px;display:flex;flex-direction:column;padding:28px}.course-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.course-card-topline span{padding:5px 9px;color:#64277f;background:var(--brand-soft);border-radius:6px;font-size:12px;font-weight:900}.course-card-topline b{color:var(--muted);font-size:13px}.course-card h3{margin-bottom:12px;color:var(--ink);font-size:22px}.course-card>p{color:#68616d;line-height:1.8}.course-card-modes{display:flex;flex-wrap:wrap;gap:8px;margin:auto 0 20px;padding-top:18px}.course-card>strong{color:var(--brand);font-size:14px}.service-audience-grid,.service-process,.course-highlight-grid{gap:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm)}.service-audience-item,.service-process article,.course-highlight-grid article{min-height:220px;padding:28px;border-right:1px solid var(--line)}.service-audience-item:last-child,.service-process article:last-child,.course-highlight-grid article:last-child{border-right:0}.service-audience-item>span,.service-process article>span,.course-highlight-grid article>span,.service-module-item>span,.service-format-list article>span{display:block;margin-bottom:22px;color:var(--brand);font-family:Georgia,serif;font-size:23px;font-weight:700}.service-audience-item h3,.service-process h3,.course-highlight-grid h3,.service-module-item h3,.service-format-list h3{margin-bottom:10px;color:var(--ink)}.service-audience-item p,.service-process p,.course-highlight-grid p,.service-module-item p,.service-format-list p{margin-bottom:0;color:#68616d;line-height:1.75}.service-module-item{min-height:220px;padding:26px}.service-format-layout{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:70px}.service-format-intro>p:last-child{color:#68616d;line-height:1.8}.service-format-list article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid #ddd8e0}.service-format-list article:first-child{padding-top:0}.service-format-list article:last-child{border-bottom:0}.service-format-list article>span{margin:0}.service-page-cta{width:min(calc(100% - 48px),1280px);display:flex;align-items:center;justify-content:space-between;gap:32px;margin:34px auto 96px;padding:38px 42px;color:#fff;background:var(--brand-deep);border-radius:7px}.service-page-cta h2,.service-page-cta .section-label,.service-page-cta p:last-child{color:#fff}.service-page-cta h2{margin-bottom:12px}.service-page-cta p:last-child{max-width:720px;margin-bottom:0;opacity:.78}.service-page-cta .primary{flex:0 0 auto;color:var(--brand-deep);background:#fff;border-color:#fff;box-shadow:none}.product-intro-layout{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:70px;align-items:start}.product-overview-panel{display:grid;gap:16px}.product-stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-sm)}.product-stat-strip div{display:grid;gap:5px;padding:18px 22px;border-right:1px solid var(--line)}.product-stat-strip div:last-child{border-right:0}.product-stat-strip strong{color:var(--brand);font-size:26px;line-height:1}.product-stat-strip span{color:var(--muted);font-size:13px;font-weight:800}.product-copy{padding:30px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--brand);border-radius:8px;box-shadow:var(--shadow-sm)}.product-copy p{margin-bottom:18px;color:var(--ink-soft);font-size:17px;line-height:1.9}.product-copy p:last-child{margin-bottom:0}.product-block-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-block-grid article{min-height:220px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm);transition:.2s ease}.product-block-grid article:hover{border-color:#cbb8d4;box-shadow:0 16px 38px #4326501a;transform:translateY(-4px)}.product-block-grid h3{margin-bottom:10px;color:var(--ink)}.product-block-grid p{margin:0;color:#68616d;line-height:1.75}.course-fit-layout{gap:56px}.course-check-list{display:grid;gap:13px;padding:0;margin:0;list-style:none}.course-check-list li{position:relative;padding:15px 18px 15px 48px;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-radius:7px}.course-check-list li:before{position:absolute;top:13px;left:14px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;content:"✓";color:var(--green);background:#e8f5f0;border-radius:50%;font-size:13px;font-weight:900}.course-syllabus-list,.course-faq-list{display:grid;gap:12px}.course-syllabus-list details,.course-faq-list details{background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm)}.course-syllabus-list summary,.course-faq-list summary{cursor:pointer;list-style:none}.course-syllabus-list summary::-webkit-details-marker,.course-faq-list summary::-webkit-details-marker{display:none}.course-syllabus-list summary{display:grid;grid-template-columns:52px minmax(0,1fr) 28px;gap:18px;align-items:center;padding:23px 26px}.course-syllabus-list summary>span,.course-syllabus-list summary>b{color:var(--brand);font-weight:900}.course-syllabus-list summary h3,.course-syllabus-list summary p{margin:0}.course-syllabus-list summary h3{color:var(--ink)}.course-syllabus-list summary p{margin-top:6px;color:var(--muted)}.course-syllabus-list summary>b,.course-faq-list summary span{font-size:21px;transition:transform .16s ease}.course-syllabus-list details[open] summary>b,.course-faq-list details[open] summary span{transform:rotate(45deg)}.course-syllabus-list details>ul{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 26px 26px 96px;margin:0;list-style:none}.course-syllabus-list details>ul li{padding:12px;color:var(--ink-soft);background:#f7f3f9;border:1px solid #e4d9e9;border-radius:6px}.content-empty{padding:28px;color:var(--muted);background:#fff;border:1px dashed #d9c8e5;border-radius:7px;box-shadow:var(--shadow-sm)}.content-empty strong{display:block;margin-bottom:8px;color:var(--brand);font-size:18px}.content-empty p{margin:0;line-height:1.7}.content-empty.compact{min-height:124px;display:flex;align-items:center}.content-empty.compact strong{margin:0}.instructor-layout{display:grid;grid-template-columns:140px 1fr;gap:42px;align-items:center}.instructor-mark{display:flex;width:140px;height:140px;align-items:center;justify-content:center;color:#fff;background:var(--brand);border-radius:7px;font-size:38px;font-weight:900}.instructor-photo{width:140px;height:140px;object-fit:cover;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-sm)}.instructor-layout strong{color:var(--brand)}.instructor-layout p:last-child{max-width:760px;margin:18px 0 0;color:#68616d;line-height:1.8}.course-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;color:var(--ink);font-size:17px;font-weight:900}.course-faq-list summary span{color:var(--brand)}.course-faq-list details>p{max-width:860px;padding:0 24px 22px;margin:0;color:#68616d;line-height:1.8}.article-card{min-height:250px;overflow:hidden}.article-card img{width:calc(100% + 52px);height:170px;margin:-26px -26px 20px;object-fit:cover}.article-detail-hero{min-height:560px;display:flex;align-items:center;padding:78px 24px;background-image:linear-gradient(90deg,#f8f5fa,#f8f5fafa 35%,#f8f5fac2 60%,#f8f5fa33),var(--article-cover-image);background-position:center;background-size:cover;border-bottom:1px solid #e6e0e9}.article-detail-hero-inner{max-width:1280px}.article-detail-hero h1{max-width:900px;margin-top:18px;font-size:50px}.article-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--muted)}.article-meta span{padding:7px 11px;background:#ffffffbd;border:1px solid #ded4e3;border-radius:999px;font-size:13px}.article-summary{max-width:760px;margin:28px 0 22px;color:var(--ink-soft);font-size:19px;line-height:1.85}.article-detail-body{padding-top:78px}.article-detail-layout{display:grid;grid-template-columns:minmax(230px,320px) minmax(0,1fr);gap:52px;align-items:start}.article-side-panel{position:sticky;top:108px;display:grid;gap:22px;padding:24px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--brand);border-radius:8px;box-shadow:var(--shadow-sm)}.article-side-panel strong{display:block;margin-bottom:14px;color:var(--ink)}.article-side-panel ol{display:grid;gap:12px;padding-left:20px;margin:0;color:var(--ink-soft);line-height:1.7}.article-topic-list{display:flex;flex-wrap:wrap;gap:8px}.article-topic-list span{padding:6px 10px;color:#5f2779;background:#f6f0f8;border:1px solid #e1d5e6;border-radius:999px;font-size:13px;font-weight:800}.article-content-card{min-height:420px;padding:38px 42px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-sm)}.article-content{color:#443e47;font-size:17px;line-height:2.05;white-space:pre-wrap}.article-pager{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0 0 88px}.article-pager a{display:grid;gap:8px;padding:20px;color:var(--brand-deep);background:var(--brand-soft);border:1px solid #dfd2e5;border-radius:7px}.article-pager span{color:var(--muted);font-size:13px}.resources-hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;padding:76px 24px 124px;background-image:linear-gradient(90deg,#f8f5fa,#f8f5fafa 31%,#f8f5fac7 51%,#f8f5fa0d 78%),url(/hero-content.jpg);background-position:74% center;background-size:cover;border-bottom:1px solid #e6e0e9}.resources-hero-inner{position:relative;z-index:1}.resources-hero-copy{max-width:790px}.resources-hero-copy h1{max-width:820px;font-size:56px}.resource-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-feature-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:22px;align-items:stretch}.resource-lead-card,.resource-side-item{background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm);transition:.2s ease}.resource-lead-card:hover,.resource-side-item:hover{border-color:#cbb8d4;box-shadow:0 16px 38px #4326501a;transform:translateY(-4px)}.resource-lead-card{overflow:hidden;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);min-height:380px}.resource-lead-card img{width:100%;height:100%;min-height:380px;object-fit:cover;background:#f3eef5}.resource-lead-card>div{display:flex;flex-direction:column;padding:34px}.resource-lead-card h3{max-width:620px;margin-bottom:16px;color:var(--ink);font-size:30px;line-height:1.32}.resource-lead-card p{color:#68616d;line-height:1.85}.resource-lead-card strong{margin-top:auto;color:var(--brand);font-size:14px}.resource-card-topics{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 24px}.resource-card-topics span{padding:6px 9px;color:#5f2779;background:#f6f0f8;border:1px solid #e1d5e6;border-radius:999px;font-size:12px;font-weight:800}.resource-side-list{display:grid;gap:18px}.resource-side-item{display:flex;min-height:181px;flex-direction:column;justify-content:center;padding:26px}.resource-side-item>span{margin-bottom:13px;color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase}.resource-side-item h3{margin-bottom:12px;color:var(--ink);font-size:21px}.resource-side-item p{margin:0;color:#68616d;line-height:1.75}.resource-card{min-height:360px;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm);transition:.2s ease}.resource-card:hover{border-color:#cbb8d4;box-shadow:0 16px 38px #4326501a;transform:translateY(-4px)}.resource-card img{width:100%;height:180px;object-fit:cover;background:#f3eef5}.resource-card>div{display:flex;flex:1;flex-direction:column;padding:24px}.resource-card h3{margin-bottom:12px;color:var(--ink);font-size:21px}.resource-card p{color:#68616d;line-height:1.8}.resource-card strong{margin-top:auto;padding-top:18px;color:var(--brand);font-size:14px}.resource-group-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-group,.resource-topic-grid article{background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm)}.resource-group-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid var(--line)}.resource-group-heading h3{margin:0;color:var(--ink)}.resource-group-heading span{color:var(--brand);font-size:13px;font-weight:900}.resource-link-list{display:grid}.resource-link-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 24px;color:var(--ink-soft);border-bottom:1px solid #eee9f1}.resource-link-list a:last-child{border-bottom:0}.resource-link-list a:hover{color:var(--brand-deep);background:#f8f4fa}.resource-link-list b{flex:none;color:var(--brand);font-size:13px}.resource-archive-list{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:var(--shadow-sm)}.resource-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-topic-grid article{min-height:220px;padding:28px}.resource-topic-grid span{display:block;margin-bottom:22px;color:var(--brand);font-family:Georgia,serif;font-size:23px;font-weight:700}.resource-topic-grid h3{margin-bottom:10px;color:var(--ink)}.resource-topic-grid p{margin:0;color:#68616d;line-height:1.75}.empty{padding:24px;color:var(--muted);background:#faf9fb;border:1px dashed #d9d4dc;border-radius:7px}.placeholder-panel{max-width:860px;padding:44px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--brand);border-radius:8px;box-shadow:var(--shadow-md)}.placeholder-panel h2{margin-bottom:16px}.placeholder-panel p{max-width:720px;color:var(--ink-soft);font-size:17px;line-height:1.85}.placeholder-panel p:last-child{margin-bottom:0;color:var(--muted)}.about-contact-band{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding:24px 28px;color:#fff;background:var(--brand-deep);border-radius:7px}.about-contact-band span{color:#e6dbe9}.lead-capture{width:min(calc(100% - 48px),1280px);display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:72px;align-items:center;margin:72px auto 104px;padding:64px;background:#f5f1f7;border-top:4px solid var(--brand);border-radius:8px;box-shadow:0 20px 55px #321f3a17}.lead-capture-copy{max-width:580px}.lead-capture-copy .section-label{margin-bottom:18px}.lead-capture-copy h2{max-width:560px;margin:0;color:var(--ink);font-size:42px;line-height:1.24}.lead-capture-intro{max-width:560px;margin:24px 0 32px;color:var(--ink-soft);font-size:17px;line-height:1.85}.lead-service-points{display:grid;border-top:1px solid #d9cfdd}.lead-service-points div{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid #d9cfdd}.lead-service-points strong{color:var(--brand);font-size:13px}.lead-service-points span{color:var(--ink);font-weight:800}.lead-form-card{display:grid;gap:18px;padding:30px;background:#fff;border:1px solid #dfd6e3;border-radius:8px;box-shadow:0 16px 38px #3924421a}.lead-form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.lead-form-heading span{color:var(--brand);font-size:13px;font-weight:900}.lead-form-heading h3{margin:5px 0 0;color:var(--ink);font-size:22px}.lead-form-heading>b{flex:none;padding:6px 9px;color:#64586a;background:#f5f1f7;border-radius:5px;font-size:12px}.customer-type-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-type-control button{min-height:76px;padding:13px 15px;text-align:left;color:var(--ink-soft);background:#fff;border:1px solid #d9d0dd;border-radius:7px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.customer-type-control button:hover{border-color:#aa83ba}.customer-type-control button.active{color:var(--brand-deep);background:#f6eff9;border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.customer-type-control strong,.customer-type-control span{display:block}.customer-type-control strong{font-size:16px}.customer-type-control span{margin-top:5px;color:#746a78;font-size:12px}.lead-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lead-field{display:grid;gap:7px}.lead-field>span{color:#4e4652;font-size:13px;font-weight:800}.lead-field>span b{color:#9c305b}.lead-field>span i{margin-left:5px;color:#8a818e;font-size:12px;font-style:normal;font-weight:500}.lead-field input,.lead-field select,.lead-field textarea{width:100%;padding:12px 13px;color:var(--ink);background:#fff;border:1px solid #d6cdd9;border-radius:6px;font:inherit}.lead-field input,.lead-field select{min-height:46px}.lead-field textarea{min-height:94px;resize:vertical;line-height:1.6}.lead-field input::placeholder,.lead-field textarea::placeholder{color:#9a929d}.lead-field input:focus,.lead-field select:focus,.lead-field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #6f2c911f}.lead-field input[aria-invalid=true]{border-color:#b53661}.lead-field small{color:#a12650;font-size:12px}.lead-submit{min-height:48px;color:#fff;background:var(--brand);border:0;border-radius:6px;font:inherit;font-weight:900;cursor:pointer;box-shadow:0 9px 22px #6f2c9133;transition:background-color .16s ease,transform .16s ease}.lead-submit:hover{background:var(--brand-deep);transform:translateY(-1px)}.lead-submit:disabled{cursor:wait;opacity:.65;transform:none}.lead-privacy-consent{display:flex;align-items:flex-start;gap:8px;color:#6f6673;font-size:12px;line-height:1.6}.lead-privacy-consent input{width:16px;height:16px;margin-top:2px;accent-color:#702596}.lead-privacy-consent a{color:#702596;font-weight:700}.lead-privacy-consent.invalid{color:#b42318}.lead-consent-error{margin-top:-8px;color:#b42318;font-size:12px}.legal-hero{padding:96px 0 72px;border-bottom:1px solid #e8e2eb;background:#f7f5f8}.legal-hero h1{margin:12px 0 16px;font-size:48px}.legal-hero p{max-width:760px;color:#5f5663;font-size:18px;line-height:1.8}.legal-hero small{display:block;margin-top:24px;color:#837987}.legal-content{max-width:920px}.legal-content article{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:32px 0;border-bottom:1px solid #e8e2eb}.legal-content article>span{color:#702596;font-weight:800}.legal-content h2{margin:0 0 12px;font-size:24px}.legal-content p{margin:0;color:#5f5663;line-height:1.9}@media(max-width:720px){.legal-hero{padding:64px 0 48px}.legal-hero h1{font-size:36px}.legal-content article{grid-template-columns:40px 1fr}}.lead-submit-message{margin:0;padding:11px 13px;border-radius:6px;font-size:13px;font-weight:700}.lead-submit-message.success{color:#176046;background:#eaf6f1;border:1px solid #b9dfcf}.lead-submit-message.error{color:#8f2448;background:#fbecf1;border:1px solid #ecc4d2}.site-footer{padding:86px 24px 28px;color:#fff;background:#2b1135}.footer-inner{width:min(calc(100% - 48px),1280px);display:grid;grid-template-columns:minmax(280px,1.4fr) repeat(3,minmax(140px,.45fr));gap:56px;margin:0 auto}.site-footer .brand,.site-footer .brand b{color:#fff}.site-footer .brand-logo{width:42px;height:42px;background:#fff;border-radius:6px}.site-footer .brand small,.footer-brand p,.footer-column a{color:#cfc4d4}.footer-brand p{max-width:430px;margin:22px 0 0;line-height:1.75}.footer-focus{color:#fff!important;font-weight:900}.footer-column h3{margin-bottom:24px;color:#fff;font-size:15px}.footer-column a{display:block;margin-bottom:16px;font-size:14px}.footer-column a:hover{color:#fff}.footer-record{width:min(calc(100% - 48px),1280px);display:flex;flex-wrap:wrap;gap:14px 22px;justify-content:center;margin:66px auto 0;padding-top:26px;color:#aa9caf;border-top:1px solid rgba(255,255,255,.11);font-size:13px}.footer-record a{color:#d8c8df}.footer-record a:hover{color:#fff}@media(max-width:1000px){.site-header .brand-copy{width:auto;min-width:210px}.menu-toggle{display:inline-flex}.header-navigation{position:absolute;top:calc(100% + 14px);right:0;left:0;display:none;padding:18px;background:#fff;border:1px solid #e1d6e6;border-radius:7px;box-shadow:var(--shadow-md)}.header-navigation.open{display:grid}nav{width:100%;align-items:stretch;flex-direction:column;gap:4px}nav a{width:100%;padding:10px 0}nav>a:after,.nav-parent:after{display:none}.nav-dropdown{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center}.nav-parent{justify-content:flex-start}.nav-dropdown-toggle{width:38px;height:38px;color:var(--brand);background:var(--brand-soft);border:1px solid #dfd2e5;border-radius:6px}.nav-dropdown-panel{position:static;grid-column:1 / -1;width:100%;display:none;padding:2px 0 8px 14px;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-dropdown.mobile-expanded .nav-caret{transform:translateY(2px) rotate(225deg)}.nav-dropdown.mobile-expanded .nav-dropdown-panel{display:grid}.header-cta{width:100%}.grid,.pain-grid,.service-grid,.module-grid,.path-grid,.course-card-grid,.service-module-grid,.audience-grid,.faq-list,.course-fit-layout,.timeline,.brand-value-grid,.resource-card-grid,.resource-group-list,.resource-topic-grid{grid-template-columns:repeat(2,1fr)}.resource-feature-layout,.resource-lead-card{grid-template-columns:1fr}.resource-lead-card img{min-height:260px}.service-audience-grid,.course-highlight-grid{grid-template-columns:1fr}.service-audience-item,.course-highlight-grid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.service-process{grid-template-columns:repeat(2,1fr)}.service-format-layout,.product-intro-layout{grid-template-columns:1fr;gap:38px}.product-stat-strip{grid-template-columns:repeat(3,1fr)}.product-block-grid,.footer-inner{grid-template-columns:repeat(2,1fr)}.lead-capture{grid-template-columns:1fr;gap:42px}.lead-capture-copy{max-width:none}}@media(max-width:700px){.header-inner,.page-container{width:min(calc(100% - 32px),1280px)}.site-header{padding:0 16px}.brand b{font-size:19px}.brand small{font-size:10.5px}.brand-logo{width:42px;height:42px}h1,.service-hero-copy h1,.course-detail-hero h1,.page-banner h1{font-size:38px}h2{font-size:29px}.subtitle{font-size:16px;line-height:1.75}.section{padding:68px 16px}.section-heading-row{display:block}.section-index{display:none}.actions,.actions .primary,.actions .secondary,.service-page-cta .primary{width:100%}.hero{min-height:800px;align-items:flex-start;padding:52px 16px 168px;background-image:linear-gradient(180deg,#fff,#fffffffa 59%,#ffffff47 82%),url(/ai-training-hero.jpg);background-position:70% bottom}.hero-stats{grid-template-columns:1fr;padding:8px 18px}.hero-stats div{padding:12px 0;border-right:0;border-bottom:1px solid #e2dde5}.hero-path{right:16px;bottom:18px;left:16px;width:auto;grid-template-columns:repeat(2,1fr)}.hero-path span{padding:13px 12px;font-size:12px}.hero-path span:nth-child(2){border-right:0}.hero-path span:nth-child(-n+2){border-bottom:1px solid #e2dde5}.page-banner,.service-hero,.course-detail-hero,.resources-hero{min-height:720px;align-items:flex-start;padding:58px 16px 224px;background-image:linear-gradient(180deg,#f8f5fa,#f8f5fafa 60%,#f8f5fa33 84%),var(--service-hero-image);background-position:69% bottom}.resources-hero{background-image:linear-gradient(180deg,#f8f5fa,#f8f5fafa 60%,#f8f5fa33 84%),url(/hero-content.jpg)}.page-banner{min-height:640px;padding-bottom:70px;background-image:linear-gradient(180deg,#f8f5fa,#f8f5faf7 62%,#f8f5fa2e 86%),var(--page-banner-image)}.course-detail-hero{min-height:auto;padding-bottom:236px;background-image:linear-gradient(180deg,#f8f5fa,#f8f5fafa 64%,#f8f5fa8c),var(--course-hero-image)}.course-detail-hero-inner{grid-template-columns:1fr;gap:28px}.course-hero-media img{aspect-ratio:16 / 9}.service-fact-band,.course-quick-facts{right:16px;bottom:18px;left:16px;width:auto;grid-template-columns:1fr}.service-fact-band div,.course-quick-facts div{min-height:58px;border-right:0;border-bottom:1px solid var(--line)}.service-fact-band div{grid-template-columns:30px 70px 1fr;padding:10px 16px}.course-quick-facts div{grid-template-columns:90px 1fr;align-items:center;gap:12px;padding:10px 16px}.grid,.pain-grid,.audience-grid,.service-grid,.module-grid,.brand-value-grid,.path-grid,.faq-list,.timeline,.course-card-grid,.service-module-grid,.course-fit-layout,.service-process,.article-pager,.footer-inner,.resource-card-grid,.resource-group-list,.resource-topic-grid,.product-block-grid{grid-template-columns:1fr}.service-audience-item,.service-process article,.course-highlight-grid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.service-module-item,.course-card,.card,.pain-card,.audience-card,.service-card,.module-card,.brand-value-card,.path-card,.faq-item,.timeline-item{min-height:auto;padding:24px}.course-syllabus-list summary{grid-template-columns:38px 1fr 22px;gap:12px;padding:20px 18px}.course-syllabus-list details>ul{grid-template-columns:1fr;padding:0 18px 20px 68px}.instructor-layout{grid-template-columns:1fr}.instructor-mark{width:92px;height:92px;font-size:28px}.instructor-photo{width:92px;height:92px}.service-page-cta{width:min(calc(100% - 32px),1280px);align-items:stretch;flex-direction:column;padding:28px}.product-stat-strip{grid-template-columns:1fr}.product-stat-strip div{border-right:0;border-bottom:1px solid var(--line)}.product-stat-strip div:last-child{border-bottom:0}.lead-capture{width:min(calc(100% - 32px),1280px);gap:32px;margin:48px auto 72px;padding:28px 20px}.lead-capture-copy h2{font-size:30px}.lead-capture-intro{font-size:15px}.lead-form-card{padding:22px 16px}.lead-field-grid,.customer-type-control{grid-template-columns:1fr}.customer-type-control button{min-height:68px}.about-contact-band{align-items:flex-start;flex-direction:column}.article-page{padding-top:70px}.article-detail-hero{min-height:520px;align-items:flex-start;padding:58px 16px 84px;background-image:linear-gradient(180deg,#f8f5fa,#f8f5fafa 62%,#f8f5fa85),var(--article-cover-image)}.article-detail-hero h1{font-size:38px}.article-detail-layout{grid-template-columns:1fr;gap:24px}.article-side-panel{position:static}.article-content-card{padding:26px 20px}.footer-inner,.footer-record{width:min(calc(100% - 32px),1280px)}.footer-record{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:1ms!important}.reveal{opacity:1;transform:none}}
