:root{--navy-950: #061f23;--navy-900: #082b30;--navy-850: #0d3e45;--navy-800: #11515a;--blue-600: #00a6ad;--blue-500: #18bfc6;--teal-500: #00a6ad;--teal-400: #35d3d8;--gold-500: #f97316;--gold-400: #fb923c;--green-500: #84b72f;--cream: #fff7ed;--surface: #ffffff;--surface-soft: #f7faf9;--border: #dfe9e7;--text: #13282c;--muted: #607477;--shadow: 0 24px 70px rgba(6, 31, 35, .22);--shadow-soft: 0 12px 34px rgba(6, 31, 35, .09);--radius: 18px;--radius-lg: 24px;--max: 1180px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img,iframe{max-width:100%}.container{width:min(var(--max),calc(100% - 42px));margin:0 auto}.site-header{background:#062427f5;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 8px 30px #0000002e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:22px;letter-spacing:-.04em;flex:0 0 auto}.logo-mark{width:40px;height:32px;position:relative;display:inline-block}.logo-mark span{position:absolute;width:11px;height:31px;background:#fff;border-radius:99px;transform:rotate(28deg);top:0}.logo-mark span:nth-child(1){left:0;height:23px;top:8px}.logo-mark span:nth-child(2){left:14px;height:30px}.logo-mark span:nth-child(3){left:29px;height:31px}.nav-links{display:flex;align-items:center;gap:28px;color:#ffffffeb;font-weight:700;font-size:15px}.nav-actions{display:flex;align-items:center;gap:14px}.search{width:240px;height:42px;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:#fff;padding:0 16px;font-size:14px}.search::placeholder{color:#ffffff9e}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:14px 22px;font-weight:900;cursor:pointer;transition:.18s ease;white-space:nowrap;font-size:15px}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--blue-600),#18c5c9);color:#fff;box-shadow:0 12px 28px #00a6ad47}.btn-primary:hover{background:linear-gradient(135deg,#008b92,#10b7bc)}.btn-blue{background:var(--blue-500);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.82);color:#fff;background:transparent}.hero{background:radial-gradient(circle at 78% 18%,rgba(0,166,173,.36),transparent 32%),radial-gradient(circle at 13% 14%,rgba(127,181,54,.18),transparent 28%),linear-gradient(135deg,#041819,#062427 42%,#0a4146);color:#fff;padding:42px 0 0;position:relative;overflow:visible}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:44px 44px;opacity:.5}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:54px;align-items:start;padding-bottom:70px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#ffffffc7;font-size:14px;margin:22px 0 46px}.breadcrumbs a{color:#fff;text-decoration:underline;text-underline-offset:4px}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,66px);line-height:1.05;letter-spacing:-.045em;max-width:760px;margin-bottom:26px}.rating-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:18px;font-weight:800}.stars{color:var(--gold-400);letter-spacing:1px}.hero-subtitle{color:#ffffffeb;font-size:21px;line-height:1.55;max-width:720px;margin-bottom:38px}.info-panels{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:860px}.info-panel{border-left:1px solid rgba(255,255,255,.55);padding-left:22px}.info-panel h3{font-size:18px;margin-bottom:8px;color:#fff}.info-panel p{color:#ffffffdb;font-size:15px;line-height:1.55}.cream-strip{background:linear-gradient(90deg,#eef8f7,#f7fbef);color:#18383c;border-top:1px solid rgba(0,166,173,.12);border-bottom:1px solid rgba(127,181,54,.14);padding:18px 0;font-weight:800;font-size:14px}.cream-strip .container{display:flex;gap:20px;justify-content:space-between;align-items:center;flex-wrap:wrap}.sticky-card-wrap{position:sticky;top:92px;align-self:start;z-index:20}.course-card{background:#fff;color:var(--text);border-radius:0 0 18px 18px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(255,255,255,.18)}.video-box{position:relative;background:#000;aspect-ratio:16 / 9;overflow:hidden}.video-box iframe{width:100%;height:100%;display:block;border:0}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 56%,rgba(0,0,0,.36))}.course-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2f4f7;border-bottom:1px solid var(--border)}.course-tab{padding:18px 16px;text-align:center;font-weight:900;color:#6b7280;background:#f0f2f5}.course-tab.active{background:#fff;color:var(--navy-950)}.card-body{padding:26px 28px 28px}.card-features{display:grid;gap:18px;margin-bottom:28px}.card-feature{display:flex;align-items:flex-start;gap:14px;color:#24364a;font-weight:650}.card-feature .icon{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;color:var(--navy-950);border:2px solid var(--navy-950);border-radius:5px;font-size:12px;font-weight:900;margin-top:1px}.price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}.price{font-size:36px;font-weight:900;color:var(--navy-950);letter-spacing:-.04em}.old-price{color:#8894a4;text-decoration:line-through;font-weight:800}.save{color:var(--green-500);font-weight:900;font-size:13px}.course-card .btn{width:100%;background:linear-gradient(135deg,var(--green-500),var(--gold-400));color:#10220d;padding:16px 20px;border-radius:6px;font-size:16px;box-shadow:0 14px 30px #74a82f3d}.course-card .btn:hover{background:linear-gradient(135deg,#65932a,#9ec235)}.small-note{text-align:center;color:#778295;font-size:12px;margin-top:12px;font-weight:700}.mobile-sticky-cta{display:none;position:fixed;left:0;right:0;bottom:0;padding:10px 14px;background:#fffffff5;box-shadow:0 -8px 24px #06152f24;z-index:1001}.mobile-sticky-cta .btn{width:100%;border-radius:8px;background:var(--green-500);color:#fff}section{padding:72px 0}.section-soft{background:var(--surface-soft)}.section-title{max-width:800px;margin-bottom:34px}.section-title.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--teal-500);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:13px}.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--teal-500),var(--gold-400));box-shadow:0 0 0 5px #00a6ad1a}h2{color:var(--navy-950);font-size:clamp(30px,3vw,46px);line-height:1.12;letter-spacing:-.04em;margin-bottom:14px}.section-title p{color:var(--muted);font-size:17px}.trusted-strip{background:#fff;border-bottom:1px solid var(--border);box-shadow:0 6px 20px #06152f0a}.trusted-inner{min-height:72px;display:grid;grid-template-columns:1.7fr repeat(5,1fr);gap:24px;align-items:center;color:#7b8490;text-align:center;font-weight:900;font-family:Georgia,Times New Roman,serif;font-size:18px}.trusted-inner span:first-child{font-family:Inter,Arial,sans-serif;color:var(--muted);text-align:left;font-size:13px;font-weight:750}.grid-2{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:start}.copy p{color:#46576c;margin-bottom:18px;font-size:16px}.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.mini-card,.stat-card,.module-list,.benefit-card,.outcome-list,.why-card,.testimonial-card,.tool-card,.faq-card,.blog-card,.insight-list{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:var(--radius)}.mini-card{padding:20px 14px;text-align:center}.mini-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;margin:0 auto 11px;background:#ecfafa;color:var(--teal-500);font-size:21px}.mini-card strong{display:block;color:var(--navy-950);font-size:13px;line-height:1.35}.stat-card{overflow:hidden}.stat-row{display:flex;align-items:center;gap:20px;padding:26px 28px;border-bottom:1px solid var(--border)}.stat-row:last-child{border-bottom:0}.stat-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#00a6ad1a;color:var(--teal-500);font-size:24px;flex:0 0 auto}.stat-row strong{display:block;color:var(--navy-950);font-size:26px;line-height:1.05;letter-spacing:-.03em}.stat-row small{color:var(--muted);font-weight:700}.curriculum-layout{display:grid;grid-template-columns:minmax(0,1.12fr) 370px;gap:38px;align-items:start}.module-list{overflow:hidden}.module-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.module-row:last-child{border-bottom:0}.module-num{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--blue-600);color:#fff;font-size:12px;font-weight:900}.module-title{font-weight:900;color:var(--navy-950)}.module-desc{color:var(--muted);font-size:13px;margin-top:1px}.module-tag{color:var(--muted);font-weight:850;font-size:13px;white-space:nowrap}.side-benefits{display:grid;gap:18px}.benefit-card{padding:24px;display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}.benefit-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#14b8a61c;color:var(--teal-500);font-size:24px}.benefit-card h3{color:var(--navy-950);margin-bottom:5px;font-size:18px}.benefit-card p{color:var(--muted);font-size:14px;line-height:1.5}.outcomes-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:center}.donut-wrap{display:grid;grid-template-columns:220px 1fr;gap:30px;align-items:center}.donut{width:220px;height:220px;border-radius:50%;background:conic-gradient(var(--navy-950) 0 32%,var(--blue-600) 32% 56%,var(--teal-500) 56% 71%,var(--gold-500) 71% 84%,#dce7ee 84% 100%);position:relative;box-shadow:var(--shadow-soft)}.donut:after{content:"Where Our Graduates Work";position:absolute;top:55px;right:55px;bottom:55px;left:55px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;color:var(--navy-950);font-weight:900;font-size:13px;line-height:1.2;padding:10px}.legend{display:grid;gap:12px}.legend-row{display:flex;justify-content:space-between;color:var(--muted);gap:16px;font-size:14px;font-weight:750}.legend-row span:first-child:before{content:"";width:10px;height:10px;border-radius:50%;display:inline-block;background:var(--blue-600);margin-right:8px}.outcome-list{padding:28px;display:grid;gap:18px}.check-row{display:flex;align-items:flex-start;gap:14px;font-weight:750;color:#2f435a}.check{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#58b9571f;color:var(--green-500);font-weight:900;flex:0 0 auto}.why-grid,.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-card,.tool-card{padding:25px}.why-icon,.tool-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#ecfafa;color:var(--teal-500);font-size:22px;margin-bottom:16px}.why-card h3,.tool-card h3{color:var(--navy-950);margin-bottom:8px;font-size:17px}.why-card p,.tool-card p{color:var(--muted);font-size:14px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-card{padding:26px}.testimonial-card .stars{color:var(--gold-500);margin-bottom:12px}.testimonial-card p{color:#40546a;font-size:15px;margin-bottom:20px}.student{display:flex;gap:12px;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue-600),var(--teal-500));color:#fff;font-weight:900}.student strong{color:var(--navy-950);display:block;line-height:1.2}.student small{color:var(--muted);font-size:12px}.logo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;align-items:center;text-align:center;color:#6b7583;font-family:Georgia,Times New Roman,serif;font-weight:900;font-size:28px;opacity:.86;padding-top:44px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}details{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 6px 18px #06152f0d;overflow:hidden}summary{list-style:none;padding:18px 20px;cursor:pointer;font-weight:900;color:var(--navy-950);display:flex;justify-content:space-between;align-items:center;gap:20px}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--teal-500);font-size:24px;line-height:1}details[open] summary:after{content:"\2212"}details p{padding:0 20px 18px;color:var(--muted);font-size:14px}.insights-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px}.blog-card{padding:20px;display:grid;grid-template-columns:180px 1fr;gap:20px}.blog-thumb{min-height:140px;border-radius:14px;background:linear-gradient(135deg,#1167b133,#00a7a524),repeating-linear-gradient(45deg,#eef5fb,#eef5fb 8px,#fff 8px 16px)}.blog-card h3{color:var(--navy-950);font-size:19px;margin-bottom:7px}.blog-card p{color:var(--muted);font-size:14px;margin-bottom:12px}.read-more{color:var(--teal-500);font-weight:900;font-size:14px}.insight-list{overflow:hidden}.insight-row{display:flex;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--border);color:var(--navy-950);font-weight:850;font-size:14px}.insight-row:last-child{border-bottom:0}.final-cta{background:radial-gradient(circle at 20% 10%,rgba(127,181,54,.18),transparent 28%),linear-gradient(135deg,#041819,#062427 46%,#00a6ad 120%);color:#fff;padding:78px 0;text-align:center}.final-cta h2{color:#fff;max-width:830px;margin-left:auto;margin-right:auto}.final-cta p{color:#ffffffd6;font-size:18px;max-width:720px;margin:0 auto 28px}.final-cta .btn{background:#fff;color:var(--navy-950);box-shadow:0 16px 34px #0003}footer{background:#041819;color:#fff;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:38px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.12)}footer h4{margin-bottom:16px;font-size:15px}footer p,footer li{color:#ffffffb3;font-size:14px;list-style:none;margin-bottom:10px}.socials{display:flex;gap:10px;margin-top:18px}.socials span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#ffffff1a;font-size:12px;font-weight:900}.copyright{padding-top:24px;display:flex;justify-content:space-between;gap:24px;color:#ffffffa8;font-size:13px}@media(max-width:1120px){.nav-links,.search{display:none}.hero-inner{grid-template-columns:1fr}.sticky-card-wrap{position:relative;top:auto}.course-card{max-width:520px}.trusted-inner{grid-template-columns:repeat(3,1fr)}.trusted-inner span:first-child{text-align:center}.grid-2,.curriculum-layout,.outcomes-layout,.insights-grid{grid-template-columns:1fr}.included-grid,.why-grid,.tools-grid,.testimonial-grid,.faq-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){body{padding-bottom:70px}.container{width:min(100% - 28px,var(--max))}.site-header{position:relative}.nav{min-height:62px}.nav-actions{display:none}.logo img{width:190px;max-width:190px}.hero{padding-top:30px}.breadcrumbs{margin:10px 0 32px;font-size:13px}.hero h1{font-size:41px}.hero-subtitle{font-size:17px}.info-panels,.trusted-inner,.included-grid,.why-grid,.tools-grid,.testimonial-grid,.faq-grid,.footer-grid,.logo-row,.donut-wrap{grid-template-columns:1fr}.donut{margin:0 auto}.module-row{grid-template-columns:40px 1fr}.module-tag{grid-column:2}.blog-card{grid-template-columns:1fr}.copyright{flex-direction:column}.mobile-sticky-cta{display:block}}.site-header{background:#04181bf5!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px #00000029}.logo{width:236px!important;height:46px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 236px!important}.logo img{width:236px!important;max-width:236px!important;height:auto!important;max-height:46px!important;object-fit:contain!important;object-position:left center!important;display:block!important}.hero{background:radial-gradient(circle at 73% 18%,rgba(0,166,173,.26),transparent 31%),radial-gradient(circle at 14% 16%,rgba(249,115,22,.12),transparent 26%),linear-gradient(135deg,#031416,#062427 44%,#093941)!important;padding-top:34px!important}.hero-inner{padding-bottom:78px!important;align-items:start!important}.hero h1{text-wrap:balance;max-width:790px}.btn-primary{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 16px 34px #f9731647!important}.btn-primary:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.course-card .btn,.mobile-sticky-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 16px 34px #f973163d!important}.course-card .btn:hover,.mobile-sticky-cta .btn:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.cream-strip{background:linear-gradient(90deg,#fff7ed,#ecfeff)!important;color:#233237!important;border-top:1px solid rgba(249,115,22,.14)!important;border-bottom:1px solid rgba(0,166,173,.13)!important}.pricing-card,.course-card{border-radius:18px!important;box-shadow:0 24px 70px #03141642!important}.course-tabs{background:#f8fafc!important}.course-tab.active{color:#061f23!important;border-top:3px solid #f97316}.course-tab{border-top:3px solid transparent}.card-feature .icon{border-color:#00a6ad!important;color:#00a6ad!important}.price{color:#061f23!important}.save{color:#16a34a!important}.eyebrow{color:#00a6ad!important}.eyebrow:before{background:linear-gradient(135deg,#f97316,#00a6ad)!important;box-shadow:0 0 0 5px #f973161a!important}.mini-icon,.stat-icon,.why-icon,.tool-icon{background:#ecfeff!important;color:#00a6ad!important}.module-num{background:linear-gradient(135deg,#00a6ad,#35d3d8)!important}.final-cta{background:radial-gradient(circle at 18% 8%,rgba(249,115,22,.16),transparent 30%),radial-gradient(circle at 82% 30%,rgba(0,166,173,.2),transparent 32%),linear-gradient(135deg,#031416,#062427 48%,#093941)!important}.final-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important}footer{background:#031416!important}@media(max-width:720px){.logo{width:190px!important;height:40px!important;flex-basis:190px!important}.logo img{width:190px!important;max-width:190px!important;max-height:40px!important}.hero{padding-top:28px!important}}:root{--pro-ink: #0f172a;--pro-ink-2: #111827;--pro-slate: #1f2937;--pro-teal: #0f766e;--pro-teal-light: #14b8a6;--pro-orange: #f97316;--pro-orange-dark: #ea580c;--pro-blue-soft: #f8fafc;--pro-border: #e5e7eb;--pro-muted: #64748b}body{background:#fff!important;color:#111827!important}.site-header{background:#fffffff5!important;color:#111827!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 28px #0f172a14!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{min-height:72px!important}.nav-links{color:#1f2937!important;gap:24px!important;font-size:14px!important}.nav-links a{color:#1f2937!important}.nav-links a:hover{color:var(--pro-teal)!important}.nav-actions a{color:#111827!important;font-weight:800}.search{background:#f8fafc!important;color:#111827!important;border:1px solid #e5e7eb!important;height:40px!important}.search::placeholder{color:#64748b!important}.btn-outline{background:var(--pro-orange)!important;color:#fff!important;border:0!important;box-shadow:0 10px 24px #f9731633}.btn-outline:hover{background:var(--pro-orange-dark)!important}.hero{background:radial-gradient(circle at 76% 16%,rgba(20,184,166,.18),transparent 31%),radial-gradient(circle at 14% 12%,rgba(249,115,22,.1),transparent 25%),linear-gradient(135deg,#0f172a,#111827 48%,#123c3d)!important;color:#fff!important;padding:28px 0 0!important;overflow:visible!important}.hero-inner{grid-template-columns:minmax(0,1fr) 376px!important;gap:46px!important;padding-bottom:44px!important;align-items:start!important}.breadcrumbs{margin:8px 0 30px!important;font-size:12px!important;opacity:.86}.hero h1{font-family:Georgia,Times New Roman,serif!important;max-width:760px!important;font-size:clamp(38px,4.2vw,56px)!important;line-height:1.04!important;margin-bottom:18px!important;letter-spacing:-.045em!important;text-wrap:balance}.rating-row{margin-bottom:16px!important;font-size:15px!important;gap:10px!important}.rating-row .stars,.testimonial-card .stars{color:#f59e0b!important}.hero-subtitle{max-width:720px!important;font-size:17px!important;line-height:1.58!important;margin-bottom:22px!important;color:#ffffffe0!important}.hero-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;margin:0 0 28px!important}.hero-actions .btn{padding:14px 24px!important;border-radius:8px!important;font-size:15px!important}.hero-actions .btn-primary{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 14px 30px #f9731647!important}.hero-actions .btn-primary:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.hero-actions .btn-light{background:#ffffff14!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}.info-panels{gap:18px!important;max-width:800px!important}.info-panel{padding-left:18px!important;border-left-color:#14b8a68c!important}.info-panel h3{font-size:15px!important;margin-bottom:6px!important;color:#fff!important}.info-panel p{font-size:13px!important;line-height:1.45!important;color:#ffffffc7!important}.sticky-card-wrap{top:92px!important}.course-card{border-radius:16px!important;overflow:hidden!important;box-shadow:0 22px 60px #0f172a47!important;border:1px solid rgba(255,255,255,.28)!important}.video-box{aspect-ratio:16 / 8.4!important}.course-tabs{min-height:44px!important}.course-tab{padding:12px!important;font-size:13px!important;border-top:3px solid transparent!important}.course-tab.active{border-top-color:#f97316!important;color:#0f172a!important}.card-body{padding:18px 22px 20px!important}.card-features{gap:12px!important;margin-bottom:18px!important}.card-feature{font-size:13px!important;line-height:1.35!important;gap:10px!important}.card-feature .icon{width:22px!important;height:22px!important;font-size:10px!important;border-radius:5px!important;color:#0f766e!important;border-color:#0f766e!important}.price-row{margin-bottom:14px!important}.price{font-size:31px!important;color:#0f172a!important}.old-price{font-size:13px!important}.save{font-size:12px!important;color:#16a34a!important}.course-card .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-radius:8px!important;padding:14px 18px!important;box-shadow:0 14px 30px #f973163d!important}.course-card .btn:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}.small-note{margin-top:9px!important;font-size:11px!important}.cream-strip{background:linear-gradient(90deg,#fff7ed,#f0fdfa)!important;color:#334155!important;padding:14px 0!important;font-size:13px!important;border-top:1px solid rgba(249,115,22,.14)!important;border-bottom:1px solid rgba(15,118,110,.12)!important}.trusted-strip{box-shadow:none!important;border-bottom:1px solid #e5e7eb!important}.trusted-inner{min-height:66px!important;color:#64748b!important}h2{color:#0f172a!important}.eyebrow{color:#0f766e!important}.eyebrow:before{background:linear-gradient(135deg,#f97316,#0f766e)!important;box-shadow:0 0 0 5px #f973161a!important}.mini-icon,.stat-icon,.why-icon,.tool-icon{background:#f0fdfa!important;color:#0f766e!important}.benefit-icon{background:#fff7ed!important;color:#f97316!important}.module-num{background:linear-gradient(135deg,#0f766e,#14b8a6)!important}.check{background:#16a34a1f!important;color:#16a34a!important}.section-soft{background:#f8fafc!important}.final-cta{background:radial-gradient(circle at 16% 10%,rgba(249,115,22,.16),transparent 29%),radial-gradient(circle at 82% 30%,rgba(20,184,166,.18),transparent 32%),linear-gradient(135deg,#0f172a,#111827 52%,#123c3d)!important}.final-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-radius:8px!important}footer{background:#0f172a!important}.mobile-sticky-cta .btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important}@media(max-width:1120px){.hero-inner{grid-template-columns:1fr!important}.sticky-card-wrap{position:relative!important;top:auto!important}}@media(max-width:720px){.logo{width:190px!important;flex-basis:190px!important}.logo img{width:190px!important;max-width:190px!important}.hero h1{font-size:38px!important}.hero-actions .btn{width:100%}}.site-header{background:#061f23eb!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:0 8px 28px #00000029!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{min-height:74px!important}.logo{width:230px!important;height:48px!important;flex:0 0 230px!important;overflow:hidden!important;display:flex!important;align-items:center!important}.logo img{width:230px!important;max-width:230px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important;display:block!important}.nav-links{color:#ffffffe0!important;gap:24px!important;font-size:14px!important}.nav-links a{color:#ffffffe0!important;white-space:nowrap!important}.nav-links a:hover{color:#67e8f9!important}.nav-actions{gap:16px!important;flex-shrink:0!important}.nav-actions a{color:#fff!important;font-weight:850!important;white-space:nowrap!important;flex-shrink:0!important}.search{background:#ffffff1a!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;height:40px!important;width:210px!important;flex-shrink:1!important}.search::placeholder{color:#ffffffa8!important}.btn-outline{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border:0!important;box-shadow:0 10px 24px #f973163d;white-space:nowrap!important;flex-shrink:0!important}.hero{background:radial-gradient(circle at 78% 18%,rgba(20,184,166,.2),transparent 31%),radial-gradient(circle at 14% 12%,rgba(249,115,22,.11),transparent 25%),linear-gradient(135deg,#031416,#062427 42%,#0c3b42)!important;padding-top:28px!important}.hero h1{font-family:Inter,Arial,Helvetica,sans-serif!important;font-weight:900!important;max-width:790px!important;font-size:clamp(40px,4.2vw,58px)!important;line-height:1.02!important;letter-spacing:-.065em!important;margin-bottom:18px!important;text-wrap:balance}.hero h1 .accent-word{color:#5eead4}h2{font-family:Inter,Arial,Helvetica,sans-serif!important;font-weight:900!important;letter-spacing:-.045em!important}.breadcrumbs{margin:8px 0 30px!important;color:#ffffffb3!important}.breadcrumbs a{color:#ffffffeb!important}@media(max-width:1180px){.search{display:none!important}.nav-links{gap:18px!important}}@media(max-width:960px){.nav-links{display:none!important}}@media(max-width:720px){.logo{width:188px!important;flex-basis:188px!important}.logo img{width:188px!important;max-width:188px!important}.nav-actions a:not(.btn-outline){display:none!important}.hero h1{font-size:38px!important;letter-spacing:-.05em!important}}.logo.logo-text-lockup{width:auto!important;height:54px!important;flex:0 0 auto!important;overflow:visible!important;display:inline-flex!important;align-items:center!important;gap:10px!important;padding-right:10px!important}.logo.logo-text-lockup img{width:44px!important;max-width:44px!important;height:44px!important;max-height:44px!important;object-fit:contain!important;display:block!important;flex:0 0 44px!important}.brand-text{display:inline-block!important;color:#0f5b61!important;font-size:24px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important;white-space:nowrap!important}.site-header .brand-text{color:#e8fbfb!important}.brand-text span{color:#10c3c8!important}.nav{gap:22px!important}@media(max-width:720px){.logo.logo-text-lockup{height:48px!important;gap:8px!important}.logo.logo-text-lockup img{width:38px!important;max-width:38px!important;height:38px!important;max-height:38px!important;flex-basis:38px!important}.brand-text{font-size:20px!important}}.logo.logo-text-lockup{background:#fffffff5!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:14px!important;padding:7px 13px 7px 9px!important;height:52px!important;gap:9px!important;box-shadow:0 8px 22px #0000001a!important}.logo.logo-text-lockup img{width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important;object-fit:contain!important;flex:0 0 42px!important}.site-header .brand-text,.brand-text{color:#0d5358!important;font-size:23px!important;font-weight:900!important;letter-spacing:-.045em!important;line-height:1!important;white-space:nowrap!important}.brand-text span{color:#08aeb4!important}.hero h1{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-weight:820!important;font-stretch:normal!important;letter-spacing:-.038em!important;line-height:1.08!important;font-size:clamp(39px,4.1vw,56px)!important;max-width:820px!important}.hero h1 .accent-word{color:#5eead4!important;font-weight:860!important}h2{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-weight:820!important;letter-spacing:-.032em!important;line-height:1.14!important}.module-title,.why-card h3,.tool-card h3,.benefit-card h3,summary{letter-spacing:-.012em!important}@media(max-width:720px){.logo.logo-text-lockup{height:48px!important;padding:6px 10px 6px 8px!important}.logo.logo-text-lockup img{width:36px!important;max-width:36px!important;height:36px!important;max-height:36px!important;flex-basis:36px!important}.site-header .brand-text,.brand-text{font-size:20px!important}.hero h1{font-size:37px!important;line-height:1.09!important;letter-spacing:-.032em!important}}.logo.actual-logo-lockup{width:236px!important;height:52px!important;flex:0 0 236px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fffffff7!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:14px!important;padding:8px 14px!important;box-shadow:0 8px 22px #0000001a!important}.logo.actual-logo-lockup img{width:206px!important;max-width:206px!important;height:auto!important;max-height:34px!important;object-fit:contain!important;object-position:center!important;display:block!important}.hero-inner{grid-template-columns:minmax(0,1fr) 360px!important;gap:44px!important;padding-bottom:38px!important}.breadcrumbs{margin:6px 0 22px!important}.hero h1{font-size:clamp(38px,4vw,54px)!important;line-height:1.07!important;margin-bottom:16px!important;max-width:820px!important}.rating-row{margin-bottom:14px!important}.hero-subtitle{font-size:16.5px!important;line-height:1.56!important;margin-bottom:18px!important;max-width:735px!important}.hero-actions.single-action{margin:0 0 22px!important;display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.hero-actions.single-action .btn-light{padding:12px 20px!important;border-radius:8px!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.24)!important}.hero-microcopy{color:#ffffffb3;font-size:13px;font-weight:700}.info-panels{gap:16px!important}.info-panel h3{font-size:14px!important;margin-bottom:4px!important}.info-panel p{font-size:12.5px!important;line-height:1.42!important}.sticky-card-wrap{top:88px!important}.course-card{border-radius:16px!important}.video-box{aspect-ratio:16 / 7.3!important}.course-tabs{display:none!important}.card-body{padding:15px 20px 18px!important}.card-features{gap:9px!important;margin-bottom:13px!important}.card-feature{font-size:12.5px!important;line-height:1.28!important;gap:9px!important}.card-feature .icon{width:20px!important;height:20px!important;font-size:9px!important;border-radius:4px!important}.price-row{margin-bottom:11px!important;gap:8px!important}.price{font-size:28px!important;line-height:1!important}.old-price,.save{font-size:11px!important}.course-card .btn{padding:12px 16px!important;font-size:15px!important;border-radius:7px!important}.small-note{margin-top:7px!important;font-size:10.5px!important}.cream-strip{padding:12px 0!important;font-size:12.5px!important}@media(max-width:1120px){.hero-inner{grid-template-columns:1fr!important}.sticky-card-wrap{position:relative!important;top:auto!important}.course-card{max-width:520px!important}}@media(max-width:720px){.logo.actual-logo-lockup{width:192px!important;height:46px!important;flex-basis:192px!important;padding:7px 10px!important}.logo.actual-logo-lockup img{width:170px!important;max-width:170px!important;max-height:30px!important}.hero h1{font-size:36px!important}.hero-microcopy{display:none!important}}.offer-timer{margin:0 0 12px!important;padding:10px 12px!important;border-radius:12px!important;background:linear-gradient(180deg,#fff7ed,#fff)!important;border:1px solid rgba(249,115,22,.18)!important;text-align:center!important}.timer-line{display:flex!important;justify-content:center!important;align-items:center!important;gap:7px!important;color:#e11d48!important;font-weight:900!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important}.timer-line strong{color:#e11d48!important;font-size:16px!important;letter-spacing:.01em!important}.timer-dot{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#e11d481a!important;font-size:11px!important}.timer-seats{margin-top:6px!important;color:#475569!important;font-size:12px!important;font-weight:750!important}@media(min-width:1121px){.sticky-card-wrap.is-fixed{position:fixed!important;top:88px!important;z-index:900!important;width:360px!important}.sticky-card-wrap.is-bottomed{position:absolute!important;z-index:20!important;width:360px!important}}@media(max-width:720px){.offer-timer{padding:10px!important}.timer-line{font-size:12px!important}.timer-line strong{font-size:14px!important}}@media(min-width:1121px){main>section:not(.hero):not(.final-cta)>.container{width:min(720px,calc(100% - 470px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}main>section:not(.hero):not(.final-cta) .grid-2,main>section:not(.hero):not(.final-cta) .curriculum-layout,main>section:not(.hero):not(.final-cta) .outcomes-layout,main>section:not(.hero):not(.final-cta) .insights-grid{grid-template-columns:1fr!important;gap:28px!important}main>section:not(.hero):not(.final-cta) .section-title{max-width:700px!important;margin-bottom:28px!important}main>section:not(.hero):not(.final-cta) h2{font-size:clamp(30px,3vw,42px)!important}main>section:not(.hero):not(.final-cta) .copy p{font-size:16px!important;line-height:1.72!important}main>section:not(.hero):not(.final-cta) .included-grid{grid-template-columns:repeat(2,1fr)!important}main>section:not(.hero):not(.final-cta) .why-grid,main>section:not(.hero):not(.final-cta) .tools-grid,main>section:not(.hero):not(.final-cta) .testimonial-grid,main>section:not(.hero):not(.final-cta) .faq-grid{grid-template-columns:1fr!important}main>section:not(.hero):not(.final-cta) .logo-row{grid-template-columns:repeat(2,1fr)!important;text-align:left!important;font-size:24px!important}main>section:not(.hero):not(.final-cta) .donut-wrap{grid-template-columns:220px 1fr!important}main>section:not(.hero):not(.final-cta) .module-row{grid-template-columns:42px minmax(0,1fr) auto!important}main>section:not(.hero):not(.final-cta) .side-benefits{grid-template-columns:1fr!important}.trusted-strip{position:relative!important;z-index:2!important}.trusted-inner{width:min(720px,calc(100% - 470px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;grid-template-columns:1fr 1fr!important;text-align:left!important;gap:16px!important}.trusted-inner span:first-child{grid-column:1 / -1!important;text-align:left!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;width:360px!important}}@media(min-width:1121px)and (max-width:1280px){main>section:not(.hero):not(.final-cta)>.container,.trusted-inner{width:min(680px,calc(100% - 450px))!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:340px!important}}section{padding:54px 0!important}.section-title{margin-bottom:24px!important}.section-title p{font-size:16px!important;line-height:1.55!important}.eyebrow{margin-bottom:9px!important;font-size:12px!important}h2{margin-bottom:10px!important}.hero-inner{padding-bottom:30px!important}.trusted-inner{min-height:58px!important}.mini-card{padding:16px 12px!important}.mini-icon{width:40px!important;height:40px!important;margin-bottom:8px!important}.stat-row{padding:20px 24px!important}.stat-icon{width:44px!important;height:44px!important;border-radius:14px!important}.stat-row strong{font-size:23px!important}.module-row{padding:13px 18px!important}.benefit-card{padding:18px!important;grid-template-columns:48px 1fr!important;gap:14px!important}.benefit-icon{width:48px!important;height:48px!important;border-radius:14px!important}.benefit-card h3{font-size:16px!important;margin-bottom:3px!important}.outcome-list{padding:22px!important;gap:13px!important}.why-card,.tool-card,.testimonial-card{padding:20px!important}.why-icon,.tool-icon{width:42px!important;height:42px!important;margin-bottom:12px!important}.faq-grid{gap:10px!important}summary{padding:15px 18px!important}details p{padding:0 18px 15px!important}.blog-card{padding:16px!important}.final-cta{padding:58px 0!important}footer{padding:44px 0 22px!important}.footer-grid{padding-bottom:30px!important;gap:28px!important}@media(min-width:1121px){main>section:not(.hero):not(.final-cta)>.container{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important}.trusted-inner{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;min-height:58px!important}main>section:not(.hero):not(.final-cta) .grid-2,main>section:not(.hero):not(.final-cta) .curriculum-layout,main>section:not(.hero):not(.final-cta) .outcomes-layout,main>section:not(.hero):not(.final-cta) .insights-grid{gap:22px!important}main>section:not(.hero):not(.final-cta) .section-title{max-width:760px!important;margin-bottom:22px!important}main>section:not(.hero):not(.final-cta) h2{font-size:clamp(28px,2.55vw,38px)!important;line-height:1.12!important}main>section:not(.hero):not(.final-cta) .copy p{font-size:15.5px!important;line-height:1.62!important;margin-bottom:13px!important}main>section:not(.hero):not(.final-cta) .included-grid{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-top:20px!important}main>section:not(.hero):not(.final-cta) .why-grid,main>section:not(.hero):not(.final-cta) .tools-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}main>section:not(.hero):not(.final-cta) .testimonial-grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}main>section:not(.hero):not(.final-cta) .faq-grid{grid-template-columns:repeat(2,1fr)!important}main>section:not(.hero):not(.final-cta) .logo-row{grid-template-columns:repeat(5,1fr)!important;font-size:22px!important;gap:14px!important;padding-top:30px!important}main>section:not(.hero):not(.final-cta) .side-benefits{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}main>section:not(.hero):not(.final-cta) .benefit-card{grid-template-columns:1fr!important}main>section:not(.hero):not(.final-cta) .benefit-icon{margin-bottom:0!important}main>section:not(.hero):not(.final-cta) .donut-wrap{grid-template-columns:190px 1fr!important;gap:22px!important}.donut{width:190px!important;height:190px!important}.donut:after{top:46px!important;right:46px!important;bottom:46px!important;left:46px!important;font-size:12px!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:350px!important}}@media(min-width:1121px)and (max-width:1280px){main>section:not(.hero):not(.final-cta)>.container,.trusted-inner{width:min(735px,calc(100% - 410px))!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:335px!important}}@media(max-width:720px){section{padding:44px 0!important}}@media(min-width:1121px){.cream-strip .container{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 18px!important;align-items:center!important}.cream-strip .container span{min-width:0!important;white-space:normal!important;line-height:1.25!important}.trusted-strip{overflow:visible!important}.trusted-inner{width:min(780px,calc(100% - 430px))!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important;min-height:auto!important;padding:14px 0!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:10px 26px!important;text-align:left!important}.trusted-inner span:first-child{flex:0 0 100%!important;text-align:left!important;font-size:13px!important;font-family:Inter,Arial,sans-serif!important;margin-bottom:2px!important}.trusted-inner span:not(:first-child){flex:0 0 auto!important;font-size:20px!important;line-height:1.2!important;white-space:nowrap!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;width:350px!important}.sticky-card-wrap.is-fixed:before{content:"";position:fixed;top:74px;right:0;bottom:0;width:max(390px,calc(100% - 780px - max(22px,calc((100% - var(--max)) / 2))));pointer-events:none;background:linear-gradient(90deg,#fff0,#f8fafcb8);z-index:-1}}@media(min-width:1121px)and (max-width:1280px){.cream-strip .container,.trusted-inner{width:min(735px,calc(100% - 410px))!important}.trusted-inner span:not(:first-child){font-size:18px!important}.sticky-card-wrap.is-fixed,.sticky-card-wrap.is-bottomed{width:335px!important}}.final-cta{position:relative!important;z-index:60!important;isolation:isolate!important;overflow:hidden!important;margin-top:34px!important;border-radius:22px!important}.final-cta h2,.final-cta p,.final-cta .btn{visibility:visible!important;opacity:1!important}@media(min-width:1121px){.final-cta .container{width:min(780px,calc(100% - 430px))!important;max-width:780px!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}.sticky-card-wrap.is-bottomed,.sticky-card-wrap.is-fixed{z-index:40!important}}@media(max-width:1120px){.final-cta{border-radius:0!important}}#overview .stat-card{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;overflow:hidden!important;border-radius:18px!important;margin-top:22px!important;box-shadow:0 12px 34px #061f2314!important}#overview .stat-row{display:grid!important;grid-template-columns:42px 1fr!important;gap:13px!important;align-items:center!important;padding:20px 22px!important;border-bottom:1px solid var(--border)!important;border-right:1px solid var(--border)!important;min-height:106px!important;background:#fff!important}#overview .stat-row:nth-child(2n){border-right:0!important}#overview .stat-row:nth-last-child(-n+2){border-bottom:0!important}#overview .stat-icon{width:42px!important;height:42px!important;border-radius:14px!important;font-size:20px!important;background:#f0fdfa!important;color:#0f766e!important}#overview .stat-row strong{font-size:22px!important;line-height:1.05!important;letter-spacing:-.035em!important;color:#0f172a!important;margin-bottom:3px!important}#overview .stat-row small{font-size:12.5px!important;line-height:1.35!important;color:#64748b!important;font-weight:750!important}#overview .included-grid{margin-bottom:0!important}@media(min-width:1121px){#overview .grid-2{gap:18px!important}#overview .stat-card{margin-top:18px!important}}@media(max-width:720px){#overview .stat-card{grid-template-columns:1fr!important}#overview .stat-row{border-right:0!important;border-bottom:1px solid var(--border)!important;min-height:auto!important;padding:18px!important}#overview .stat-row:last-child{border-bottom:0!important}}.final-cta{background:radial-gradient(circle at 18% 18%,rgba(249,115,22,.18),transparent 30%),radial-gradient(circle at 82% 28%,rgba(20,184,166,.22),transparent 32%),linear-gradient(135deg,#031416,#062427 52%,#0c3b42)!important;color:#fff!important;padding:64px 0!important;text-align:center!important;border-radius:22px!important;overflow:hidden!important;position:relative!important;isolation:isolate!important}.final-cta:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;background-size:42px 42px!important;opacity:.45!important;z-index:0!important}.final-cta .container{position:relative!important;z-index:2!important}.final-cta h2{color:#fff!important;opacity:1!important;visibility:visible!important;text-shadow:0 2px 18px rgba(0,0,0,.28)!important;font-size:clamp(32px,3.6vw,48px)!important;line-height:1.08!important;letter-spacing:-.04em!important;max-width:820px!important;margin:0 auto 16px!important}.final-cta p{color:#ffffffe0!important;opacity:1!important;visibility:visible!important;font-size:18px!important;line-height:1.65!important;max-width:760px!important;margin:0 auto 28px!important}.final-cta .btn,.final-cta a.btn{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;opacity:1!important;visibility:visible!important;border-radius:10px!important;padding:15px 28px!important;box-shadow:0 18px 36px #f9731647!important}.final-cta .btn:hover,.final-cta a.btn:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}@media(min-width:1121px){.final-cta .container{width:min(780px,calc(100% - 430px))!important;max-width:780px!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}}@media(max-width:720px){.final-cta{border-radius:0!important;padding:52px 0!important}.final-cta h2{font-size:34px!important}.final-cta p{font-size:16px!important}}.final-cta{width:100%!important;margin:44px 0 0!important;border-radius:0!important;text-align:center!important;display:block!important}.final-cta .container{width:min(900px,calc(100% - 40px))!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.final-cta h2{text-align:center!important;color:#fff!important;opacity:1!important;visibility:visible!important}.final-cta p{text-align:center!important;color:#ffffffe0!important;opacity:1!important;visibility:visible!important}.sample-video-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.sample-video-card{background:#fff!important;border:1px solid var(--border)!important;border-radius:18px!important;box-shadow:0 12px 34px #061f2314!important;overflow:hidden!important}.sample-thumb{min-height:132px!important;background:radial-gradient(circle at 78% 20%,rgba(249,115,22,.24),transparent 30%),linear-gradient(135deg,#062427,#0c3b42)!important;position:relative!important;display:grid!important;place-items:center!important}.sample-thumb.ai-thumb{background:radial-gradient(circle at 70% 20%,rgba(20,184,166,.28),transparent 32%),linear-gradient(135deg,#0f172a,#164e63)!important}.sample-thumb.model-thumb{background:radial-gradient(circle at 74% 20%,rgba(34,197,94,.18),transparent 32%),linear-gradient(135deg,#111827,#0f766e)!important}.play-circle{width:52px!important;height:52px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#fff!important;color:#f97316!important;font-weight:950!important;box-shadow:0 14px 34px #0000002e!important}.duration{position:absolute!important;right:12px!important;bottom:12px!important;background:#ffffff24!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;padding:5px 9px!important;border-radius:999px!important;font-size:11px!important;font-weight:850!important}.sample-body{padding:18px!important}.sample-label{display:inline-flex!important;background:#fff7ed!important;color:#ea580c!important;padding:5px 9px!important;border-radius:999px!important;font-size:11px!important;font-weight:900!important;margin-bottom:10px!important}.sample-body h3{color:#0f172a!important;font-size:17px!important;line-height:1.25!important;margin-bottom:8px!important;letter-spacing:-.018em!important}.sample-body p{color:#64748b!important;font-size:13px!important;line-height:1.48!important;margin-bottom:12px!important}.sample-body a{color:#0f766e!important;font-size:13px!important;font-weight:900!important}.certification-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:26px!important;align-items:center!important}.cert-points{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:20px!important}.cert-point{background:#fff!important;border:1px solid var(--border)!important;border-radius:14px!important;padding:13px 14px!important;color:#334155!important;font-weight:780!important;font-size:13px!important;display:flex!important;gap:10px!important;align-items:flex-start!important;box-shadow:0 8px 22px #061f230d!important}.cert-point span{width:22px!important;height:22px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#16a34a1f!important;color:#16a34a!important;font-weight:950!important;flex:0 0 auto!important}.certificate-card{background:linear-gradient(135deg,#fff7ed,#f0fdfa)!important;border:1px solid rgba(249,115,22,.18)!important;border-radius:22px!important;padding:16px!important;box-shadow:0 18px 44px #061f231a!important}.certificate-inner{background:#fff!important;border:2px solid #f97316!important;border-radius:18px!important;padding:24px 22px!important;text-align:center!important;min-height:265px!important;position:relative!important;overflow:hidden!important}.certificate-inner:before{content:""!important;position:absolute!important;top:12px!important;right:12px!important;bottom:12px!important;left:12px!important;border:1px solid rgba(15,118,110,.18)!important;border-radius:13px!important;pointer-events:none!important}.certificate-top{color:#0f766e!important;font-weight:950!important;font-size:14px!important;margin-bottom:16px!important}.certificate-medal{width:50px!important;height:50px!important;border-radius:50%!important;background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;display:grid!important;place-items:center!important;margin:0 auto 12px!important;font-size:22px!important;box-shadow:0 10px 24px #f973163d!important}.certificate-inner h3{color:#0f172a!important;font-size:22px!important;letter-spacing:-.026em!important;margin-bottom:4px!important}.certificate-inner p{color:#64748b!important;font-size:12px!important;margin-bottom:16px!important}.cert-line{height:1px!important;background:linear-gradient(90deg,transparent,#cbd5e1,transparent)!important;margin:14px 0!important}.certificate-inner strong{color:#64748b!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.08em!important}.cert-name{color:#0f172a!important;font-size:20px!important;font-weight:900!important;margin:5px 0 14px!important}.cert-footer{display:flex!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}.cert-footer span{background:#f0fdfa!important;color:#0f766e!important;border-radius:999px!important;padding:5px 9px!important;font-size:10px!important;font-weight:900!important}@media(min-width:1121px){.sample-video-section .container,.certification-section .container{width:min(780px,calc(100% - 430px))!important;max-width:780px!important;margin-left:max(22px,calc((100% - var(--max)) / 2))!important;margin-right:auto!important}.sample-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.certification-layout{grid-template-columns:1fr 300px!important}}@media(max-width:900px){.sample-video-grid,.certification-layout,.cert-points{grid-template-columns:1fr!important}}.real-certificate-card{background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid rgba(15,118,110,.14)!important;border-radius:22px!important;padding:14px!important;box-shadow:0 18px 44px #061f231f!important;overflow:hidden!important}.real-certificate-card img{width:100%!important;height:auto!important;display:block!important;border-radius:16px!important;object-fit:contain!important;background:#fff!important}@media(min-width:1121px){.certification-layout{grid-template-columns:1fr 330px!important}}.course-subnav{position:sticky!important;top:74px!important;z-index:950!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 24px #0f172a14!important;transform:translateY(-110%)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .22s ease!important}.course-subnav-inner{min-height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.course-subnav-title{display:flex!important;flex-direction:column!important;line-height:1.15!important;min-width:178px!important}.course-subnav-title span{color:#0f172a!important;font-size:14px!important;font-weight:950!important;letter-spacing:-.02em!important;white-space:nowrap!important}.course-subnav-title small{color:#64748b!important;font-size:11px!important;font-weight:750!important;white-space:nowrap!important}.course-subnav-links{display:flex!important;align-items:center!important;gap:18px!important;overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex:1!important}.course-subnav-links::-webkit-scrollbar{display:none!important}.course-subnav-links a{color:#334155!important;font-size:13px!important;font-weight:850!important;white-space:nowrap!important;padding:18px 0!important;border-bottom:2px solid transparent!important;transition:color .15s ease,border-color .15s ease!important}.course-subnav-links a:hover,.course-subnav-links a.active{color:#0f766e!important;border-bottom-color:#f97316!important}.course-subnav-cta{flex:0 0 auto!important;background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-radius:8px!important;padding:10px 16px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 10px 22px #f9731638!important;white-space:nowrap!important}.course-subnav-cta:hover{background:linear-gradient(135deg,#ea580c,#f97316)!important}#overview,#curriculum,#outcomes,#why,#reviews,#tools,#faq,#sample-videos,#certification,#offer{scroll-margin-top:145px!important}@media(max-width:1120px){.course-subnav{top:74px!important}.course-subnav-title{display:none!important}.course-subnav-inner{gap:12px!important}}@media(max-width:720px){.course-subnav{top:0!important}.course-subnav-inner{min-height:52px!important}.course-subnav-cta{display:none!important}.course-subnav-links a{font-size:12px!important;padding:16px 0!important}#overview,#curriculum,#outcomes,#why,#reviews,#tools,#faq,#sample-videos,#certification,#offer{scroll-margin-top:64px!important}}.course-subnav{position:fixed!important;top:74px!important;left:0!important;right:0!important;width:100%!important;z-index:950!important;background:#fffffff5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 8px 24px #0f172a14!important;transform:translateY(-120%)!important;opacity:0!important;pointer-events:none!important;transition:transform .22s ease,opacity .22s ease!important}.course-subnav.is-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}@media(max-width:720px){.course-subnav{top:0!important}}.course-subnav-inner{justify-content:flex-start!important}.course-subnav-links{justify-content:flex-start!important;gap:20px!important}.course-subnav-cta{display:none!important}@media(min-width:1121px){.course-subnav-title{margin-right:10px!important}}.logo-pill{width:212px!important;height:46px!important;padding:6px 12px!important;border-radius:11px!important;background:#ffffffe0!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 4px 14px #00000014!important}.logo-pill img{width:188px!important;max-height:30px!important}.nav{min-height:68px!important}.course-subnav{top:68px!important}@media(max-width:720px){.logo-pill{width:176px!important;height:42px!important;padding:6px 9px!important;border-radius:10px!important}.logo-pill img{width:158px!important;max-height:28px!important}.course-subnav{top:0!important}}.hero-actions{gap:0!important;margin-bottom:24px!important}.hero-actions .btn-light,.hero-actions .btn-ghost{margin-right:0!important}@media(min-width:1121px){body.course-subnav-active .sticky-card-wrap.is-fixed{top:132px!important}body.course-subnav-active .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:132px!important}body.course-subnav-active .sticky-card-wrap.is-bottomed{top:var(--bottomed-top, auto)!important}}html{scroll-behavior:smooth}body{margin:0!important}.wsm-shopify-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;color:#102a33;background:#fff;width:100%;overflow-x:hidden}.wsm-shopify-page *{box-sizing:border-box}.wsm-shopify-page a{text-decoration:none}.site-header{display:block!important;visibility:visible!important;opacity:1!important;position:sticky!important;top:0!important;z-index:999999!important}.course-subnav{z-index:999998!important}.logo-pill{display:flex!important;visibility:visible!important;opacity:1!important}.logo-pill img{display:block!important;visibility:visible!important;opacity:1!important}.site-header .container,.course-subnav .container,.hero .container,.trusted-strip .container,section .container,footer .container{box-sizing:border-box!important}.wsm-shopify-page .container{max-width:var(--max)!important}.final-cta,.final-cta .container,.final-cta h2,.final-cta p{text-align:center!important}.wsm-shopify-page header.site-header{height:auto!important;min-height:68px!important}.wsm-shopify-page .site-header+.course-subnav+main,.wsm-shopify-page main{margin-top:0!important}.course-subnav{top:0!important;z-index:999999!important}.course-subnav.is-visible{top:0!important;transform:translateY(0)!important}#overview,#curriculum,#outcomes,#why,#reviews,#tools,#faq,#sample-videos,#certification,#offer{scroll-margin-top:72px!important}@media(min-width:1121px){body.course-subnav-active .sticky-card-wrap.is-fixed{top:72px!important}body.course-subnav-active .sticky-card-wrap:not(.is-fixed):not(.is-bottomed){top:72px!important}}.course-card .price-row{justify-content:center!important;text-align:center!important;margin-top:4px!important;margin-bottom:12px!important}.course-card .price{text-align:center!important}.course-card .btn,.course-card .btn-orange{margin-bottom:12px!important}.course-card .offer-timer{margin:0 0 8px!important}.course-card .small-note{margin-top:8px!important}.wsm-shopify-page{margin-top:0!important;padding-top:0!important}.wsm-shopify-page .course-subnav+*{margin-top:0!important}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:radial-gradient(circle at 18% 16%,rgba(103,232,249,.16),transparent 26%),radial-gradient(circle at 76% 18%,rgba(94,234,212,.18),transparent 30%),radial-gradient(circle at 70% 92%,rgba(249,115,22,.1),transparent 34%),linear-gradient(135deg,#042f38,#064a55 42%,#08717a 76%,#0f8a8d)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(90deg,#ffffff0f,#fff0 46%),radial-gradient(circle at 42% 38%,rgba(255,255,255,.08),transparent 28%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px)!important;background-size:auto,auto,52px 52px,52px 52px!important;opacity:.95!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;opacity:1!important;pointer-events:none!important;background:linear-gradient(135deg,transparent 0%,transparent 56%,rgba(5,113,124,.3) 56%,rgba(5,113,124,.3) 66%,transparent 66%),linear-gradient(135deg,transparent 0%,transparent 69%,rgba(71,211,214,.18) 69%,rgba(71,211,214,.18) 79%,transparent 79%),linear-gradient(135deg,transparent 0%,transparent 77%,rgba(255,255,255,.07) 77%,rgba(255,255,255,.07) 82%,transparent 82%)!important}.hero h1 .accent-word{color:#9ffcff!important;text-shadow:0 0 24px rgba(103,232,249,.18)!important}.hero-subtitle{color:#eefeffe6!important}.info-panel{border-left-color:#9ffcff80!important}@media(min-width:1121px){.hero .sticky-card-wrap.is-fixed,.sticky-card-wrap.is-fixed{position:fixed!important;top:88px!important;right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;z-index:900!important;width:350px!important}body.course-subnav-active .hero .sticky-card-wrap.is-fixed,body.course-subnav-active .sticky-card-wrap.is-fixed{top:72px!important}.hero .sticky-card-wrap.is-bottomed,.sticky-card-wrap.is-bottomed{position:absolute!important;right:max(22px,calc((100% - var(--max)) / 2))!important;left:auto!important;z-index:40!important;width:350px!important}}@media(max-width:720px){.hero{background:radial-gradient(circle at 20% 16%,rgba(103,232,249,.12),transparent 28%),linear-gradient(135deg,#043039,#07535f 58%,#0b747b)!important}.hero:after{background:linear-gradient(135deg,transparent 0%,transparent 60%,rgba(5,113,124,.24) 60%,rgba(5,113,124,.24) 71%,transparent 71%)!important}}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#071922,#0b2430 28%,#123849 58%,#145563)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:-8%!important;right:-6%!important;bottom:-10%!important;left:-6%!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 12% 18%,rgba(112,240,217,.2) 0%,rgba(112,240,217,.1) 12%,transparent 30%),radial-gradient(circle at 86% 14%,rgba(137,154,255,.18) 0%,rgba(137,154,255,.09) 12%,transparent 30%),radial-gradient(circle at 74% 76%,rgba(0,209,168,.18) 0%,rgba(0,209,168,.08) 14%,transparent 30%),radial-gradient(circle at 34% 86%,rgba(255,255,255,.05) 0%,transparent 22%)!important;filter:blur(10px)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(112deg,transparent 0%,transparent 44%,rgba(255,255,255,.05) 44%,rgba(255,255,255,.05) 50%,transparent 50%,transparent 100%),linear-gradient(140deg,transparent 0%,transparent 62%,rgba(121,244,222,.12) 62%,rgba(121,244,222,.12) 71%,transparent 71%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 72%,rgba(151,167,255,.1) 72%,rgba(151,167,255,.1) 79%,transparent 79%,transparent 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0px,rgba(255,255,255,.025) 1px,transparent 1px,transparent 120px)!important;opacity:.95!important}.hero h1{text-shadow:0 10px 26px rgba(4,14,20,.22)!important}.hero h1 .accent-word{color:#9cf7e8!important;text-shadow:0 0 24px rgba(156,247,232,.14)!important}.hero-subtitle{color:#ebf8fae0!important}.breadcrumbs,.breadcrumbs a,.rating-row,.hero-microcopy,.info-panel p{color:#e9f5f7c7!important}.hero-actions.single-action .btn-light{background:#ffffff14!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:inset 0 1px #ffffff14!important}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#0a1120,#101a31 26%,#17294a 60%,#213c67)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:-12%!important;right:-8%!important;bottom:-10%!important;left:-8%!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 16% 18%,rgba(164,197,255,.18) 0%,rgba(164,197,255,.08) 16%,transparent 34%),radial-gradient(circle at 82% 16%,rgba(185,175,255,.16) 0%,rgba(185,175,255,.08) 15%,transparent 32%),radial-gradient(circle at 78% 78%,rgba(128,201,255,.14) 0%,rgba(128,201,255,.07) 14%,transparent 30%),radial-gradient(circle at 34% 85%,rgba(255,255,255,.05) 0%,transparent 24%)!important;filter:blur(18px)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(132deg,transparent 0%,transparent 52%,rgba(255,255,255,.05) 52%,rgba(255,255,255,.05) 58%,transparent 58%,transparent 100%),linear-gradient(145deg,transparent 0%,transparent 62%,rgba(137,182,255,.14) 62%,rgba(137,182,255,.14) 72%,transparent 72%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 73%,rgba(196,188,255,.11) 73%,rgba(196,188,255,.11) 80%,transparent 80%,transparent 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.022) 0px,rgba(255,255,255,.022) 1px,transparent 1px,transparent 128px),repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0px,rgba(255,255,255,.018) 1px,transparent 1px,transparent 128px)!important;opacity:.95!important}.hero h1{text-shadow:0 12px 28px rgba(5,12,24,.24)!important}.hero h1 .accent-word{color:#c8d8ff!important;text-shadow:0 0 24px rgba(200,216,255,.14)!important}.hero-subtitle{color:#ecf1fbe0!important}.rating-row,.breadcrumbs,.breadcrumbs a,.hero-microcopy,.info-panel p{color:#e1e9f6c7!important}.info-panel{border-left-color:#c8d8ff59!important}.info-panel h3{color:#f8fbff!important}.hero-actions.single-action .btn-light{background:#ffffff12!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff0f,0 10px 24px #0711211f!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.hero-actions.single-action .btn-primary{box-shadow:0 16px 30px #f9731638!important}.hero{position:relative!important;overflow:hidden!important;isolation:isolate!important;background:linear-gradient(135deg,#070d1a,#0c1629 30%,#142542 64%,#1e3150)!important;color:#fff!important}.hero:before{content:""!important;position:absolute!important;top:-14%!important;right:-8%!important;bottom:-12%!important;left:-8%!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at 18% 20%,rgba(255,214,140,.16) 0%,rgba(255,214,140,.07) 15%,transparent 34%),radial-gradient(circle at 82% 18%,rgba(139,172,255,.15) 0%,rgba(139,172,255,.07) 15%,transparent 33%),radial-gradient(circle at 72% 78%,rgba(245,158,11,.1) 0%,rgba(245,158,11,.05) 14%,transparent 30%),radial-gradient(circle at 34% 86%,rgba(255,255,255,.04) 0%,transparent 24%)!important;filter:blur(18px)!important}.hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(132deg,transparent 0%,transparent 53%,rgba(255,255,255,.045) 53%,rgba(255,255,255,.045) 59%,transparent 59%,transparent 100%),linear-gradient(145deg,transparent 0%,transparent 63%,rgba(255,202,116,.12) 63%,rgba(255,202,116,.12) 72%,transparent 72%,transparent 100%),linear-gradient(154deg,transparent 0%,transparent 74%,rgba(139,172,255,.1) 74%,rgba(139,172,255,.1) 81%,transparent 81%,transparent 100%),repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 128px),repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 1px,transparent 1px,transparent 128px)!important;opacity:.96!important}.hero-inner,.hero .container{position:relative!important;z-index:2!important}.hero h1{text-shadow:0 12px 28px rgba(5,10,22,.26)!important}.hero h1 .accent-word{color:#fde68a!important;text-shadow:0 0 24px rgba(253,230,138,.12)!important}.hero-subtitle{color:#f4f7fce0!important}.rating-row,.breadcrumbs,.breadcrumbs a,.hero-microcopy,.info-panel p{color:#e6ecf8c7!important}.info-panel{border-left-color:#fde68a52!important}.info-panel h3{color:#fffaf0!important}.hero-actions.single-action .btn-light{background:#ffffff12!important;border:1px solid rgba(255,255,255,.18)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:root{--wsm-navy:#0D1F3D;--wsm-gold:#E0B94A;--wsm-cream:#EFE4C2;--wsm-green:#4ADE80;--wsm-coral-aa:#B94732;--wsm-border-warm:#E8DDC7;--wsm-surface-warm:#FBF8F1;--wsm-muted:#5D687A}.hero{background:linear-gradient(135deg,#090f1c,#10182d 28%,#182a4a 60%,#223968)!important}.hero h1 .accent-word{color:var(--wsm-cream)!important;text-shadow:0 0 24px rgba(239,228,194,.14)!important}.btn-primary,.btn-outline,.course-card .btn,.course-card .btn-orange,.mobile-sticky-cta .btn,.final-cta .btn{background:linear-gradient(135deg,#e0b94a,#e8c85e)!important;color:var(--wsm-navy)!important;font-weight:500!important;border-radius:7px!important;padding-top:16px!important;padding-bottom:16px!important;box-shadow:0 16px 32px #e0b94a3d!important}.btn-primary:hover,.btn-outline:hover,.course-card .btn:hover,.course-card .btn-orange:hover,.mobile-sticky-cta .btn:hover,.final-cta .btn:hover{background:linear-gradient(135deg,#d4aa36,#e0b94a)!important;color:var(--wsm-navy)!important}.course-card .btn,.course-card .btn-orange{min-height:50px!important;letter-spacing:0!important}.course-card .old-price{color:#0d1f3d80!important;opacity:1!important;text-decoration-color:#0d1f3d73!important}.course-card .save{color:var(--wsm-green)!important;font-weight:700!important}.course-card .offer-timer,.offer-timer{background:#ef44441f!important;border:1px solid rgba(239,68,68,.4)!important;border-radius:6px!important;box-shadow:none!important}.course-card .timer-line,.course-card .timer-line span,.course-card .timer-line strong,.course-card .timer-seats,.timer-line,.timer-line span,.timer-line strong,.timer-seats{color:var(--wsm-coral-aa)!important;font-weight:500!important}.course-card .timer-dot,.timer-dot{background:#ff8a6a29!important;color:var(--wsm-coral-aa)!important}h2,.module-title,.why-card h3,.tool-card h3,.benefit-card h3,.student strong,summary,.price{color:var(--wsm-navy)!important}.section-title p,.copy p,.why-card p,.tool-card p,.testimonial-card p,.student small,details p,.module-desc,.benefit-card p,.legend-row,.check-row,.small-note,.blog-card p,.insight-row{color:var(--wsm-muted)!important}.eyebrow{color:#b8902f!important}.eyebrow:before{background:linear-gradient(135deg,#e0b94a,#f0d98b)!important;box-shadow:0 0 0 5px #e0b94a1f!important}.cream-strip{background:linear-gradient(90deg,#fbf5e6,#fffdf7)!important;color:#334155!important;border-top:1px solid rgba(224,185,74,.24)!important;border-bottom:1px solid rgba(224,185,74,.18)!important;position:relative!important;z-index:0!important}.section-soft{background:var(--wsm-surface-warm)!important}.mini-card,.stat-card,.module-list,.benefit-card,.outcome-list,.why-card,.testimonial-card,.tool-card,details,.blog-card,.insight-list,.course-card{border-color:var(--wsm-border-warm)!important}.mini-icon,.stat-icon,.why-icon,.tool-icon,.benefit-icon{background:linear-gradient(135deg,#fff8e7,#f8edcf)!important;color:#b8902f!important}.module-num{background:linear-gradient(135deg,#d4aa36,#e0b94a)!important;color:var(--wsm-navy)!important}.check{background:#4ade8024!important;color:#15803d!important}.stars,.rating-row .stars,.testimonial-card .stars{color:var(--wsm-gold)!important}.course-tab.active{border-top-color:var(--wsm-gold)!important;color:var(--wsm-navy)!important}.final-cta{background:radial-gradient(circle at 16% 12%,rgba(224,185,74,.16),transparent 29%),radial-gradient(circle at 82% 28%,rgba(239,228,194,.1),transparent 32%),linear-gradient(135deg,#090f1c,#10182d 52%,#1a2e56)!important;color:#fff!important}.final-cta h2,footer h4{color:#fff!important}.final-cta p{color:#f4f7fcd6!important}footer{background:#090f1c!important}footer p,footer li,.copyright{color:#f4f7fcb3!important}.socials span{background:#e0b94a24!important;color:var(--wsm-cream)!important}.sticky-card-wrap{position:sticky!important;top:88px!important;align-self:start!important}@media(min-width:1121px){.sticky-card-wrap{position:sticky!important;top:88px!important}}@media(max-width:1120px){.sticky-card-wrap{position:relative!important;top:auto!important}}.site-header .nav-actions .btn-outline{background:transparent!important;border:1px solid #E0B94A!important;color:#e0b94a!important;font-weight:500!important;box-shadow:none!important;border-radius:7px!important}.site-header .nav-actions .btn-outline:hover{background:#e0b94a!important;border-color:#e0b94a!important;color:#0d1f3d!important;box-shadow:0 12px 26px #e0b94a2e!important}.google-proof-line{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:0!important;color:#e6ecf8e0!important}.google-proof-line .google-g-logo{width:20px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-right:8px!important;flex:0 0 20px!important}.google-proof-line .google-g-logo svg{width:20px!important;height:20px!important;display:block!important}.google-proof-line .stars{color:#e0b94a!important;letter-spacing:1px!important;margin-right:8px!important}.google-proof-line .rating-value{color:#f4f7fceb!important;font-weight:800!important;margin-right:8px!important}.google-proof-line .rating-dash{color:#f4f7fc94!important;margin-right:8px!important;font-weight:600!important}.google-proof-line .rating-copy{color:#f4f7fce0!important;font-weight:700!important}.course-card .offer-timer,.offer-timer{background:#ffe0d6!important;border:1px solid rgba(239,68,68,.4)!important;border-radius:6px!important;box-shadow:none!important}.course-card .timer-line,.course-card .timer-line span,.course-card .timer-seats,.timer-line,.timer-line span,.timer-seats{color:var(--wsm-coral-aa)!important;font-weight:500!important}.course-card .timer-line strong,.timer-line strong,#countdownTimer{color:var(--wsm-coral-aa)!important;font-weight:600!important}.course-card .timer-dot,.timer-dot{background:#b947321f!important;color:var(--wsm-coral-aa)!important}@media(max-width:720px){.google-proof-line{font-size:14px!important;row-gap:4px!important}}.hero-instructor-line{display:flex;align-items:center;gap:10px;margin:12px 0;color:#ffffffe6;font-size:14px;font-weight:500}.hero-headshot{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#efe4c2,#e0b94a);color:#0d1f3d;font-size:11px;font-weight:900;box-shadow:0 0 0 2px #ffffff29}.trusted-inner-framed{display:grid!important;grid-template-columns:1.3fr 3fr!important;gap:28px!important;text-align:left!important}.trusted-copy{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.trusted-kicker{font-family:Inter,Arial,sans-serif!important;font-size:12px!important;color:var(--wsm-muted)!important;font-weight:750!important}.trusted-copy strong{font-size:14px;color:var(--wsm-navy)}.trusted-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center;text-align:center;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:900;color:#667085}.trusted-strip-ticker{background:#f8f6f1!important;border-top:1px solid rgba(13,31,61,.05)!important;border-bottom:1px solid rgba(13,31,61,.08)!important;box-shadow:none!important;overflow:hidden!important;position:relative;z-index:0!important}.trusted-ticker-wrap{display:grid!important;grid-template-columns:280px 1fr!important;gap:22px!important;align-items:center!important;padding:12px 0!important;min-height:auto!important;position:relative;z-index:0!important}.trusted-ticker-label{font-size:15px!important;line-height:1.4!important;font-weight:500!important;color:var(--wsm-navy)!important;max-width:260px}.trusted-ticker-mask{position:relative;overflow:hidden;min-width:0;padding:2px 0;mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}.trusted-ticker-track{display:flex!important;align-items:center!important;gap:54px!important;width:max-content!important;animation:wsmTickerRTL 30s linear infinite;transform:translate(0);will-change:transform}.trusted-ticker-track:hover{animation-play-state:paused}.logo-wordmark{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;font-family:Georgia,Times New Roman,serif;font-weight:900;font-size:20px;line-height:1;white-space:nowrap;opacity:.95}.logo-pwc{font-size:28px;text-transform:lowercase;letter-spacing:-.04em}@keyframes wsmTickerRTL{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1120px){.trusted-ticker-wrap{grid-template-columns:1fr!important;gap:10px!important;padding:12px 0!important}.trusted-ticker-label{max-width:none!important}.trusted-ticker-track{gap:40px!important}.logo-wordmark{font-size:18px!important}.logo-pwc{font-size:24px!important}}@media(max-width:720px){.trusted-ticker-wrap{padding:10px 0!important}.trusted-ticker-label{font-size:13px!important;line-height:1.4!important}.trusted-ticker-mask{padding:2px 0}.trusted-ticker-track{gap:28px!important}.logo-wordmark{font-size:16px!important}.logo-pwc{font-size:22px!important}}.instructor-section{background:#fff;padding:76px 0}.instructor-layout{display:grid;grid-template-columns:.4fr .6fr;gap:56px;align-items:center}.instructor-photo-card{display:flex;justify-content:center}.instructor-photo-placeholder{width:280px;height:280px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#0d1f3d,#1a2e56 58%,#e0b94a 160%);color:#efe4c2;font-size:54px;font-weight:900;box-shadow:var(--shadow-soft);border:1px solid rgba(224,185,74,.24)}.instructor-copy h3{font-size:24px;font-weight:500;color:var(--wsm-navy);margin:0 0 4px}.instructor-subtitle{font-size:16px;color:var(--wsm-muted);margin-bottom:16px!important}.credential-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}.credential-pills span{border:1px solid rgba(224,185,74,.32);background:#e0b94a1a;color:var(--wsm-navy);font-size:13px;font-weight:800;padding:8px 12px;border-radius:999px}.instructor-copy>p:not(.instructor-subtitle){color:#46576c;font-size:16px;line-height:1.68;max-width:720px;margin-bottom:22px}.instructor-video-card{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;border:1px solid var(--wsm-border-warm);background:#fff;border-radius:18px;padding:14px;box-shadow:var(--shadow-soft);max-width:560px}.intro-thumb{min-height:76px;border-radius:14px;background:linear-gradient(135deg,#0d1f3deb,#1a2e56eb);display:grid;place-items:center}.instructor-video-card strong{display:block;color:var(--wsm-navy);font-size:15px;margin-bottom:2px}.instructor-video-card small{color:var(--wsm-muted);font-weight:700}.trust-seals{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin:10px 0 0;font-size:12px;color:#0d1f3d9e;font-weight:750}.trust-seals span:not(:last-child){position:relative}.trust-seals span:not(:last-child):after{content:"";position:absolute;right:-7px;top:50%;width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.45}.module-row{grid-template-columns:46px minmax(0,1fr) minmax(135px,auto)!important}.module-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.module-hours{font-size:13px;color:var(--wsm-muted);font-weight:750;white-space:nowrap}.legend-heading{font-weight:900;color:var(--wsm-navy);font-size:14px;margin-bottom:2px}.donut:after{content:"Career Paths"!important}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.fit-card{background:#fff;border:1px solid var(--wsm-border-warm);box-shadow:var(--shadow-soft);border-radius:var(--radius-lg);padding:28px}.fit-card h3{color:var(--wsm-navy);font-size:22px;margin-bottom:18px}.fit-row{display:flex;gap:12px;align-items:flex-start;color:#344054;font-weight:700;margin:13px 0;line-height:1.5}.fit-row span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;font-weight:900}.fit-yes .fit-row span{background:#4ade8029;color:#15803d}.fit-no .fit-row span{background:#f2f4f7;color:#667085}.price-comparison-section{background:#fff;padding:76px 0}.comparison-table{max-width:820px;margin:0 auto;border:1px solid var(--wsm-border-warm);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);background:#fff}.comparison-row{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--wsm-border-warm);color:#344054;font-weight:800}.comparison-row:last-child{border-bottom:0}.comparison-row strong{color:var(--wsm-navy);font-size:18px}.comparison-row.wsm-row{background:#e0b94a24;color:var(--wsm-navy)}.comparison-note{max-width:820px;margin:12px auto 0;color:var(--wsm-muted);font-size:12px;text-align:center}.final-cta-layout{display:grid;grid-template-columns:1fr 380px;gap:42px;align-items:center;text-align:left}.final-cta-copy h2,.final-cta-copy p{margin-left:0!important;margin-right:0!important;text-align:left!important}.mini-offer-card{background:#fff;color:var(--wsm-navy);border-radius:22px;padding:26px;box-shadow:0 24px 70px #00000042;border:1px solid rgba(224,185,74,.28)}.mini-offer-title{display:block;font-size:15px;font-weight:900;margin-bottom:12px}.mini-offer-card .price-row{margin-bottom:12px!important}.mini-offer-card .price{color:var(--wsm-navy)!important}.final-offer-timer{margin:12px 0 14px!important}.mini-offer-card .btn{width:100%;margin-top:2px}.trust-seals-final{color:#0d1f3d9e!important}.footer-insights{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:34px;margin-bottom:36px}.footer-insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.footer-insights h4{font-size:16px!important;margin-bottom:10px!important}.footer-insights p,.footer-insights li{color:#ffffffad!important;font-size:14px}.footer-insights .read-more{color:#efe4c2;font-weight:900}@media(max-width:1120px){.trusted-inner-framed,.instructor-layout,.final-cta-layout{grid-template-columns:1fr!important}.trusted-logos{grid-template-columns:repeat(3,1fr)}.instructor-photo-card{justify-content:flex-start}.final-cta-layout{text-align:center}.final-cta-copy h2,.final-cta-copy p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.mini-offer-card{max-width:430px;margin:0 auto}}@media(max-width:720px){.trusted-logos,.fit-grid,.footer-insights-grid{grid-template-columns:1fr}.trusted-inner-framed{text-align:center!important}.trusted-copy{align-items:center}.instructor-section,.price-comparison-section{padding:54px 0}.instructor-layout{gap:28px}.instructor-photo-placeholder{width:220px;height:220px}.instructor-photo-card{justify-content:center}.instructor-video-card{grid-template-columns:1fr}.module-row{grid-template-columns:40px 1fr!important}.module-side{grid-column:2;align-items:flex-start}.fit-card{padding:22px}.comparison-row{grid-template-columns:1fr;gap:6px}.final-cta-layout{gap:26px}.mini-offer-card{padding:22px}.trust-seals{font-size:11px;gap:6px 10px}}.trust-seals,.trust-seals-final,.instructor-video-card{display:none!important}.instructor-section{padding:48px 0!important;background:#fff!important}.instructor-layout{grid-template-columns:280px minmax(0,1fr)!important;gap:34px!important;align-items:center!important}.instructor-photo-card{justify-content:center!important}.instructor-photo-placeholder{width:210px!important;height:210px!important;border-radius:16px!important;font-size:42px!important}.instructor-copy .section-title{margin-bottom:14px!important}.instructor-copy .section-title h2{font-size:clamp(26px,2.4vw,36px)!important;margin-bottom:8px!important}.instructor-copy h3{font-size:22px!important;margin-bottom:3px!important}.instructor-subtitle{font-size:14px!important;margin-bottom:12px!important}.credential-pills{gap:8px!important;margin:12px 0 14px!important}.credential-pills span{padding:7px 10px!important;font-size:12px!important}.instructor-copy p:last-child{font-size:15px!important;line-height:1.58!important;margin-bottom:0!important}.course-card .btn,.course-card .btn-orange,.mini-offer-card .btn,.final-cta .mini-offer-card .btn{background:linear-gradient(135deg,#e0b94a,#e8c85e)!important;color:#0d1f3d!important;font-weight:500!important;box-shadow:0 16px 32px #e0b94a3d!important}.course-card .btn:hover,.course-card .btn-orange:hover,.mini-offer-card .btn:hover,.final-cta .mini-offer-card .btn:hover{background:linear-gradient(135deg,#d4aa36,#e0b94a)!important;color:#0d1f3d!important}@media(max-width:1120px){.instructor-layout{grid-template-columns:1fr!important;gap:24px!important}.instructor-photo-card{justify-content:flex-start!important}}@media(max-width:720px){.instructor-section{padding:42px 0!important}.instructor-photo-placeholder{width:180px!important;height:180px!important}.instructor-photo-card{justify-content:center!important}}.learner-feedback-section{padding:58px 0!important}.learner-feedback-section .section-title{margin-bottom:26px!important}.learner-feedback-section .testimonial-card{padding:22px!important}.learner-feedback-section .testimonial-card p{font-size:14px!important;line-height:1.55!important}@media(max-width:720px){.learner-feedback-section{padding:46px 0!important}}.hero-headshot{overflow:hidden!important;background:transparent!important;padding:0!important;box-shadow:0 0 0 2px #fff3!important}.hero-headshot img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 22%!important;border-radius:50%!important}.instructor-photo-real{overflow:hidden!important;background:#fff!important;padding:0!important;display:block!important;box-shadow:0 18px 44px #0d1f3d29!important;border:1px solid rgba(224,185,74,.22)!important}.instructor-photo-real img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 18%!important}.mini-offer-card{text-align:center!important}.mini-offer-card .price-row{justify-content:center!important;align-items:baseline!important;width:100%!important}.mini-offer-card .offer-timer{text-align:center!important}.video-box{position:relative!important}.video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#0314160f,#03141638);border:0;color:#fff;cursor:pointer;font-family:Inter,Arial,Helvetica,sans-serif;transition:background .2s ease}.video-play-overlay:hover{background:linear-gradient(180deg,#03141605,#0314164d)}.video-play-circle{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:#fffffff0;color:#061f23;box-shadow:0 14px 34px #00000047;font-size:22px;line-height:1;padding-left:4px;transition:transform .2s ease,background .2s ease}.video-play-overlay:hover .video-play-circle{transform:scale(1.06);background:#fff}.video-play-label{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#061f23b8;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.video-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:#030712b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.video-preview-modal.is-open{display:flex}.video-preview-dialog{width:min(940px,100%);position:relative;border-radius:16px;overflow:hidden;background:#020617;box-shadow:0 30px 90px #0000007a;border:1px solid rgba(255,255,255,.18)}.video-preview-frame{aspect-ratio:16 / 9;background:#000}.video-preview-frame iframe{width:100%;height:100%;border:0;display:block}.video-preview-close{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#000000b3;color:#fff;font-size:24px;line-height:1;cursor:pointer}.video-preview-close:hover{background:#000000e6}body.video-modal-open{overflow:hidden}@media(max-width:720px){.video-preview-modal{padding:14px}.video-play-circle{width:52px;height:52px;font-size:20px}}.video-box{overflow:hidden!important;background:#000!important}.video-box>iframe{position:absolute!important;top:50%!important;left:50%!important;width:124%!important;height:124%!important;max-width:none!important;transform:translate(-50%,-50%)!important;pointer-events:none!important}.video-play-overlay{gap:0!important;background:linear-gradient(180deg,#03141605,#0314162e)!important}.video-play-label{display:none!important}.video-play-circle{width:62px!important;height:62px!important;background:#fffffff5!important;color:#061f23!important}.video-play-overlay:hover .video-play-circle{transform:scale(1.08)!important}@media(max-width:720px){.video-box>iframe{width:132%!important;height:132%!important}}body,.copy p,.section-title p,.module-desc,.benefit-card p,.why-card p,.testimonial-card p,.fit-row,.faq-grid p,.sample-body p{font-size:16px!important}.hero-outcome-chip{display:inline-flex!important;align-items:flex-start!important;gap:10px!important;max-width:760px!important;margin:0 0 26px!important;padding:13px 15px!important;border-radius:14px!important;background:#84b72f21!important;border:1px solid rgba(132,183,47,.35)!important;color:#f7f3df!important;font-weight:800!important;line-height:1.45!important}.hero-outcome-icon{width:26px!important;height:26px!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;border-radius:999px!important;background:#84b72f38!important}.guarantee-badge{display:grid!important;grid-template-columns:32px 1fr!important;column-gap:10px!important;row-gap:2px!important;align-items:center!important;margin-bottom:12px!important;padding:10px 12px!important;border:1px solid rgba(132,183,47,.32)!important;background:linear-gradient(135deg,#84b72f1f,#fff)!important;border-radius:14px!important;color:#0d1f3d!important}.guarantee-badge span{grid-row:1 / span 2!important;width:32px!important;height:32px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#84b72f2e!important}.guarantee-badge strong{font-size:13px!important;line-height:1.15!important}.guarantee-badge small{color:#667085!important;font-weight:750!important;font-size:11px!important}.card-specs{margin:0 0 14px!important;padding:9px 11px!important;border-radius:999px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;color:#344054!important;font-size:12px!important;font-weight:850!important;text-align:center!important}.included-mini-list{margin:0 0 14px!important;padding:13px 14px!important;border-radius:14px!important;background:#fffaf2!important;border:1px solid rgba(224,185,74,.28)!important}.included-mini-list strong{display:block!important;color:#0d1f3d!important;font-size:13px!important;margin-bottom:7px!important}.included-mini-list ul{list-style:none!important;display:grid!important;gap:5px!important;margin:0!important;padding:0!important}.included-mini-list li{color:#344054!important;font-size:12.5px!important;font-weight:750!important;line-height:1.35!important}.included-mini-list li:before{content:"\2713"!important;color:#84b72f!important;font-weight:950!important;margin-right:7px!important}.timer-seats{display:none!important}.brand-logo-strip{background:#fff!important;border-top:1px solid rgba(13,31,61,.06)!important;border-bottom:1px solid rgba(13,31,61,.08)!important;padding:18px 0!important}.brand-logo-label{color:#475467!important;font-size:13px!important;font-weight:850!important;text-align:center!important;margin-bottom:14px!important}.brand-logo-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;align-items:center!important}.brand-logo-card{min-height:52px!important;display:grid!important;place-items:center!important;border:1px solid #e6e1d5!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#fbfaf6)!important;color:#667085!important;font-family:Georgia,Times New Roman,serif!important;font-weight:950!important;font-size:17px!important;box-shadow:0 8px 20px #0d1f3d0a!important}.hero-testimonial-strip{background:#f8f6f1!important;padding:22px 0 24px!important;border-bottom:1px solid rgba(13,31,61,.08)!important}.hero-testimonial-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}.hero-testimonial-card{display:grid!important;grid-template-columns:74px 1fr!important;gap:14px!important;align-items:center!important;background:#fff!important;border:1px solid #e6e1d5!important;border-radius:18px!important;padding:16px!important;box-shadow:0 14px 34px #0d1f3d12!important}.hero-testimonial-logo{grid-row:1 / span 2!important;width:62px!important;height:62px!important;display:grid!important;place-items:center!important;border-radius:16px!important;background:linear-gradient(135deg,#0d1f3d,#84b72f)!important;color:#fff!important;font-weight:950!important;letter-spacing:-.03em!important}.hero-testimonial-card p{margin:0!important;color:#344054!important;font-size:15px!important;line-height:1.45!important;font-weight:650!important}.hero-testimonial-card strong{display:block!important;color:#0d1f3d!important;font-size:13px!important}.pillar-deliverable-grid .mini-card{padding:20px 16px!important}.pillar-deliverable-grid .mini-card p{margin:8px 0 0!important;color:#667085!important;font-size:13px!important;line-height:1.45!important;font-weight:650!important}.sample-thumb-button{width:100%!important;min-height:132px!important;border:0!important;cursor:pointer!important;padding:0!important;font-family:inherit!important}.sample-thumb-button:hover .play-circle,.video-play-overlay:hover .video-play-circle{transform:scale(1.06)!important}.play-circle,.video-play-circle{transition:transform .18s ease!important}.sample-body a{display:none!important}.fit-no .fit-row span{background:#ef44441f!important;color:#dc2626!important}.fit-yes .fit-row span{background:#84b72f2e!important;color:#4d7c0f!important}.instructor-linkedin{color:#0f766e!important;font-weight:900!important;text-decoration:underline!important;text-underline-offset:3px!important}.mobile-sticky-inner{display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important;align-items:center!important}.mobile-sticky-price{display:flex!important;flex-direction:column!important;line-height:1.05!important;color:#0d1f3d!important;min-width:72px!important}.mobile-sticky-price strong{font-size:20px!important;font-weight:950!important;letter-spacing:-.04em!important}.mobile-sticky-price span{font-size:12px!important;color:#98a2b3!important;text-decoration:line-through!important;font-weight:850!important}@media(max-width:920px){.brand-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hero-testimonial-grid{grid-template-columns:1fr!important}}@media(max-width:720px){body,.copy p,.section-title p,.module-desc,.benefit-card p,.why-card p,.testimonial-card p,.fit-row,.faq-grid p,.sample-body p{font-size:16px!important}.hero-outcome-chip{font-size:14px!important}.brand-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.brand-logo-card{min-height:46px!important;font-size:15px!important}.hero-testimonial-card{grid-template-columns:54px 1fr!important;padding:14px!important}.hero-testimonial-logo{width:48px!important;height:48px!important;border-radius:13px!important;font-size:13px!important}.mobile-sticky-cta{display:block!important;padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.mobile-sticky-cta .btn{padding:13px 16px!important;font-size:15px!important}}.hero-outcome-chip,.guarantee-badge,.card-specs{display:none!important}.sticky-card-wrap{z-index:6!important}.course-card .video-box{aspect-ratio:16 / 7.6!important}.course-card .card-body{padding:15px 20px 18px!important}.course-card .card-features{gap:9px!important;margin-bottom:13px!important}.course-card .card-feature{font-size:12.8px!important;line-height:1.28!important}.course-card .card-feature .icon{width:21px!important;height:21px!important;font-size:9px!important}.course-card .price-row{margin-bottom:10px!important}.included-mini-list{padding:10px 12px!important;margin-bottom:11px!important}.included-mini-list strong{font-size:12.5px!important;margin-bottom:5px!important}.included-mini-list ul{grid-template-columns:1fr 1fr!important;gap:4px 10px!important}.included-mini-list li{font-size:11.8px!important;line-height:1.25!important}.offer-timer{margin-top:9px!important}.small-note{margin-top:7px!important}.brand-logo-strip.trusted-strip-ticker{background:#f8f6f1!important;border-top:1px solid rgba(13,31,61,.05)!important;border-bottom:1px solid rgba(13,31,61,.08)!important;box-shadow:none!important;overflow:hidden!important;position:relative!important;z-index:18!important;padding:0!important}.brand-logo-strip .trusted-ticker-wrap{display:grid!important;grid-template-columns:280px 1fr!important;gap:22px!important;align-items:center!important;padding:12px 0!important;min-height:auto!important}.brand-logo-ticker-track{display:flex!important;align-items:center!important;gap:54px!important;width:max-content!important;animation:wsmTickerRTL 30s linear infinite!important;will-change:transform!important}.brand-logo-ticker-track:hover{animation-play-state:paused!important}.brand-logo-ticker-track .logo-wordmark{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:max-content!important;color:#667085!important;font-family:Georgia,Times New Roman,serif!important;font-weight:950!important;font-size:20px!important;line-height:1!important;white-space:nowrap!important;opacity:.96!important}.brand-logo-ticker-track .logo-pwc{font-size:28px!important;text-transform:lowercase!important;letter-spacing:-.04em!important}.hero-testimonial-strip{position:relative!important;z-index:18!important;background:#f8f6f1!important}.hero-testimonial-grid{max-width:var(--max)!important}.hero-testimonial-card{position:relative!important;z-index:19!important}@media(min-width:1121px){.hero-testimonial-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;padding-right:430px!important}}@media(max-width:1120px){.brand-logo-strip .trusted-ticker-wrap{grid-template-columns:1fr!important;gap:10px!important}.trusted-ticker-label{max-width:none!important}.brand-logo-ticker-track{gap:40px!important}.brand-logo-ticker-track .logo-wordmark{font-size:18px!important}.brand-logo-ticker-track .logo-pwc{font-size:24px!important}}@media(max-width:720px){.course-card .video-box{aspect-ratio:16 / 9!important}.included-mini-list ul{grid-template-columns:1fr!important}.brand-logo-strip .trusted-ticker-wrap{padding:10px 0!important}.trusted-ticker-label{font-size:13px!important;line-height:1.4!important}.brand-logo-ticker-track{gap:28px!important}.brand-logo-ticker-track .logo-wordmark{font-size:16px!important}.brand-logo-ticker-track .logo-pwc{font-size:22px!important}.hero-testimonial-grid{padding-right:0!important}}.brand-logo-card{padding:0 14px!important;overflow:hidden!important}.brand-logo-card svg{display:block!important;width:100%!important;height:22px!important}.logo-kpmg svg{height:24px!important}.logo-amazon svg{height:24px!important}.hero-testimonial-strip{position:relative!important;z-index:1!important;background:#f8f6f1!important;padding:22px 0 26px!important;overflow:hidden!important}.hero-testimonial-grid{display:flex!important;gap:18px!important;align-items:stretch!important;width:max-content!important;max-width:none!important;padding-right:0!important}.hero-testimonial-card{display:grid!important;grid-template-columns:58px 1fr!important;gap:14px!important;align-items:center!important;min-width:320px!important;max-width:340px!important;flex:0 0 340px!important;position:relative!important;z-index:1!important}.hero-student-avatar{width:58px!important;height:58px!important;border-radius:50%!important;overflow:hidden!important;border:3px solid #e8f1dc!important;box-shadow:0 10px 24px #0d1f3d1a!important}.hero-student-avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.hero-testimonial-copy{display:flex!important;flex-direction:column!important;gap:7px!important}.hero-testimonial-stars{color:#84b72f!important;font-size:12px!important;line-height:1!important;letter-spacing:1.6px!important;font-weight:900!important}.hero-testimonial-card p{margin:0!important;font-size:14.5px!important;line-height:1.48!important}.hero-testimonial-card strong{font-size:12.5px!important;line-height:1.4!important;color:#0d1f3d!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/wsm-v15-visual-core.css.map */
