:root{--brand:#849682;--brand-dark:#667764;--brand-soft:#eef2ee;--ink:#243028;--muted:#66736b;--line:#dce4de;--surface:#fff;--background:#f5f7f5;--danger:#a43f3f;--shadow:0 10px 30px rgba(36,48,40,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--background);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.shell{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:24px 16px;display:flex;flex-direction:column;gap:24px;color:#fff;background:var(--brand)}.brand{padding:2px 2px 8px;font-size:29px;font-weight:800;line-height:1;letter-spacing:-.04em}.brand small{display:block;margin-top:8px;font-size:11px;font-weight:600;line-height:1.35;letter-spacing:0;opacity:.86}.nav{display:grid;grid-gap:7px;gap:7px}.nav a{min-height:46px;padding:11px 12px;display:flex;align-items:center;gap:10px;border-radius:12px;font-size:14px;font-weight:600;opacity:.9;transition:background-color .2s ease,opacity .2s ease}.nav a svg{flex:0 0 auto}.nav a.active,.nav a:hover{background:hsla(0,0%,100%,.2);opacity:1}.sidebar-footer{margin-top:auto}.logout-button{width:100%;min-height:44px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid hsla(0,0%,100%,.55);border-radius:11px;color:#fff;background:transparent;font-weight:700;cursor:pointer}.logout-button:hover{background:hsla(0,0%,100%,.14)}.logout-button:disabled{cursor:wait;opacity:.65}.main{min-width:0;padding:30px}.header,.product-header{margin:0 auto 26px;max-width:1180px}.header h1,.product-header h1{margin:0;font-size:clamp(28px,3vw,38px);line-height:1.15;letter-spacing:-.035em}.header p,.product-header p{margin:8px 0 0;color:var(--muted)}.grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.card{min-width:0;padding:22px;border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:var(--shadow)}.card.feature{grid-column:span 2}.card h2,.card h3{margin:0 0 9px;line-height:1.25}.card p{margin:0 0 14px;color:var(--muted)}.eyebrow{display:inline-block;margin-bottom:8px;color:var(--brand-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.progress{height:10px;margin:17px 0 8px;overflow:hidden;border-radius:999px;background:#e4eae5}.progress span{display:block;height:100%;border-radius:inherit;background:var(--brand)}.card-actions,.complete-action-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:17px}.button{min-height:42px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;color:#fff;background:var(--brand);font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.button:hover{background:var(--brand-dark);transform:translateY(-1px)}.button.secondary{color:var(--ink);background:#fff;border-color:var(--line)}.button.secondary:hover{background:var(--brand-soft)}.button:disabled{cursor:wait;opacity:.7;transform:none}.status-badge{display:inline-flex;padding:6px 10px;border-radius:999px;color:var(--brand-dark);background:var(--brand-soft);font-size:12px;font-weight:700}.next-step{margin-top:14px!important;font-weight:700;color:var(--ink)!important}.auth-page{min-height:100vh;padding:24px;display:grid;place-items:center}.auth-card{width:100%;max-width:430px;padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.auth-card h1{margin:0 0 8px;font-size:32px}.auth-card p{color:var(--muted)}.form{display:grid;grid-gap:14px;gap:14px;margin-top:24px}.field{display:grid;grid-gap:7px;gap:7px}.field label{font-size:14px;font-weight:700}.field input{width:100%;min-height:46px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;outline:none}.field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px hsla(114,9%,55%,.16)}.error{margin-top:12px;padding:10px 12px;border:1px solid #f1caca;border-radius:10px;color:var(--danger);background:#fff1f1;font-size:14px}.helper{margin-top:16px;color:var(--muted);font-size:13px}.product-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{overflow:hidden;display:grid;grid-template-columns:190px minmax(0,1fr);border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.product-cover{min-height:280px;padding:25px 21px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:var(--brand)}.product-cover small,.product-cover span{font-size:11px;font-weight:700;letter-spacing:.06em}.product-cover strong{font-size:25px;line-height:1.05}.product-card-content{padding:26px}.product-card-content h2{margin:0 0 10px}.product-card-content>p{margin:0;color:var(--muted)}.library-progress{margin-top:20px}.library-progress-copy{display:flex;justify-content:space-between;gap:12px;font-size:13px}.library-progress-copy span{color:var(--muted)}.empty-state{max-width:800px;margin:0 auto;padding:35px}.empty-state,.product-header{border:1px solid var(--line);border-radius:18px;background:#fff}.product-header{padding:25px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:var(--shadow)}.course-progress-card{max-width:1180px;margin:0 auto 18px;padding:18px 22px;border:1px solid var(--line);border-radius:15px;background:#fff}.course-progress-card>div:first-child{display:flex;justify-content:space-between;gap:16px}.course-progress-card span{color:var(--muted)}.module-list{max-width:1180px;margin:0 auto;display:grid;grid-gap:10px;gap:10px}.module-row{padding:16px 18px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:border-color .2s ease,transform .2s ease}.module-row:hover{border-color:var(--brand);transform:translateY(-1px)}.module-number{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand-dark);font-weight:800}.module-number.completed{color:#fff;background:var(--brand)}.module-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.module-copy small{color:var(--brand-dark);font-weight:700}.module-copy span{color:var(--muted);font-size:14px}.module-time{color:var(--muted);font-size:13px;white-space:nowrap}.lesson-layout{max-width:980px;margin:0 auto}.lesson-content{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.back-link{display:inline-flex;margin:24px 30px 0;color:var(--brand-dark);font-weight:700}.lesson-header{padding:20px 30px 28px;border-bottom:1px solid var(--line)}.lesson-progress-copy{margin:2px 0 20px;display:grid;grid-gap:2px;gap:2px}.lesson-progress-copy strong{font-size:15px}.lesson-progress-copy span{color:var(--muted);font-size:14px}.lesson-header h1{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.04em}.lesson-header>p{margin:12px 0 8px;font-size:17px}.lesson-header small,.lesson-header>p{color:var(--muted)}.lesson-body{padding:12px 30px 28px}.content-section{padding:18px 0;border-bottom:1px solid #edf1ee}.content-section:last-child{border-bottom:0}.content-section h2{margin:0 0 10px;font-size:24px;line-height:1.25}.content-section p{margin:0 0 10px}.content-section p:last-child{margin-bottom:0}.content-section ul{margin:0;padding-left:22px}.content-section.highlight,.content-section.question{margin:12px 0;padding:18px;border:1px solid hsla(114,9%,55%,.3);border-radius:14px;background:var(--brand-soft)}.complete-action{margin:0 30px 24px;padding:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:15px;background:#f9faf9}.complete-action-copy{display:grid;grid-gap:3px;gap:3px}.complete-action-copy span{color:var(--muted);font-size:14px}.complete-action-buttons{margin-top:0}.lesson-navigation{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.lesson-navigation>a,.lesson-navigation>span{min-height:92px;padding:20px 30px}.lesson-navigation>a{display:grid;align-content:center;grid-gap:2px;gap:2px}.lesson-navigation>a+a{border-left:1px solid var(--line)}.lesson-navigation small{color:var(--muted)}.lesson-navigation strong{line-height:1.3}.lesson-navigation .next{text-align:right}@media (max-width:1000px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:1fr}}@media (max-width:780px){.shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;padding:15px 16px;gap:14px}.brand{font-size:24px}.brand small{display:none}.nav{display:flex;overflow-x:auto;padding-bottom:2px}.nav a{flex:0 0 auto;white-space:nowrap}.sidebar-footer{margin-top:0}.logout-button{width:auto}.main{padding:20px 16px}.grid{grid-template-columns:1fr}.card.feature{grid-column:span 1}.product-card{grid-template-columns:1fr}.product-cover{min-height:190px}.product-header{align-items:flex-start;flex-direction:column}.module-row{grid-template-columns:40px minmax(0,1fr)}.module-time{grid-column:2}.back-link{margin:20px 20px 0}.lesson-header{padding:18px 20px 24px}.lesson-body{padding:8px 20px 22px}.complete-action{margin:0 20px 20px}.lesson-navigation{grid-template-columns:1fr}.lesson-navigation>a+a{border-left:0;border-top:1px solid var(--line)}.lesson-navigation .next{text-align:left}}.library-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.library-count{padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:var(--surface);font-size:13px;font-weight:700}.product-grid-premium{grid-template-columns:1fr}.product-card-premium{grid-template-columns:minmax(230px,29%) minmax(0,1fr);min-height:390px}.product-cover-premium{min-height:390px;padding:26px;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 16%,hsla(0,0%,100%,.2),transparent 24%),linear-gradient(150deg,#93a38f 0,var(--brand) 52%,#667764 100%)}.product-cover-premium:after{content:"";position:absolute;right:-74px;bottom:-92px;width:230px;height:230px;border:1px solid hsla(0,0%,100%,.22);border-radius:50%}.cover-footer,.cover-topline{position:relative;z-index:1;display:flex;justify-content:space-between;gap:12px;font-size:10px;font-weight:800;letter-spacing:.08em}.cover-title{position:relative;z-index:1;display:grid;grid-gap:12px;gap:12px}.cover-title small{font-size:11px;letter-spacing:.13em}.cover-title strong{max-width:100%;font-size:clamp(28px,3.2vw,40px);line-height:1.08;letter-spacing:-.045em;overflow-wrap:normal;word-break:normal}.cover-title span{max-width:240px;font-size:14px;line-height:1.45;opacity:.9}.product-card-content-premium{padding:34px;display:flex;flex-direction:column}.product-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.product-card-heading h2{font-size:clamp(25px,3vw,34px);letter-spacing:-.035em}.status-badge-access{flex:0 0 auto}.product-meta-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:14px;background:#fafbfa}.product-meta-grid>div{padding:15px 17px;display:grid;grid-gap:2px;gap:2px}.product-meta-grid>div+div{border-left:1px solid var(--line)}.product-meta-grid strong{font-size:15px}.product-meta-grid span{color:var(--muted);font-size:12px}.progress-large{height:12px}.product-card-actions{margin-top:auto;padding-top:22px}.empty-state-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-size:26px}.product-hero{max-width:1180px;margin:0 auto 20px;overflow:hidden;display:grid;grid-template-columns:260px minmax(0,1fr);border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.product-hero-cover{min-height:330px;padding:28px 24px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 75% 16%,hsla(0,0%,100%,.18),transparent 25%),linear-gradient(150deg,#93a38f,var(--brand) 54%,#667764)}.product-hero-cover small,.product-hero-cover span{font-size:10px;font-weight:800;letter-spacing:.08em}.product-hero-cover strong{max-width:100%;font-size:clamp(28px,3vw,34px);line-height:1.08;letter-spacing:-.04em;overflow-wrap:normal;word-break:normal}.product-hero-content{padding:34px;align-self:center}.product-hero-content h1{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.045em}.product-hero-content>p{max-width:720px;margin:14px 0 0;color:var(--muted);font-size:17px}.product-hero-meta{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.product-hero-meta span{padding:8px 11px;border-radius:999px;color:var(--muted);background:var(--brand-soft);font-size:13px}.product-hero-meta strong{color:var(--ink)}.product-hero-actions{margin-top:25px;display:flex;flex-wrap:wrap;gap:10px}.course-progress-card-premium{padding:22px 24px}.course-progress-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.course-progress-heading>div{display:grid}.course-progress-heading strong{font-size:19px}.course-content-header{max-width:1180px;margin:34px auto 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.course-content-header h2{margin:0;font-size:27px;letter-spacing:-.03em}.course-content-header p{margin:0;color:var(--muted)}.course-parts{max-width:1180px;margin:0 auto;display:grid;grid-gap:24px;gap:24px}.course-part{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.course-part-header{padding:20px 22px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;border-bottom:1px solid var(--line);background:#fafbfa}.course-part-header>span{color:var(--brand-dark);font-size:11px;font-weight:800;letter-spacing:.08em}.course-part-header h3{margin:0;font-size:19px}.course-part-header small{color:var(--muted)}.module-list-premium{gap:0}.module-row-premium{border:0;border-radius:0;grid-template-columns:44px minmax(0,1fr) auto 22px;padding:18px 22px}.module-row-premium+.module-row-premium{border-top:1px solid #edf1ee}.module-row-premium:hover{transform:none;background:#fbfcfb}.module-row-premium.in-progress{box-shadow:inset 4px 0 var(--brand);background:var(--brand-soft)}.module-status{color:var(--brand-dark)!important;font-size:11px!important;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.module-arrow{color:var(--brand-dark);font-size:20px}@media (max-width:860px){.course-content-header,.course-progress-heading,.library-header{align-items:flex-start;flex-direction:column}.product-card-premium,.product-hero{grid-template-columns:1fr}.product-cover-premium{min-height:280px}.cover-title strong{font-size:clamp(30px,7vw,42px)}.product-hero-cover{min-height:220px}}@media (max-width:620px){.product-card-content-premium,.product-hero-content{padding:24px 20px}.product-cover-premium{padding:24px 22px}.cover-title strong{font-size:clamp(30px,10vw,40px)}.product-card-heading{flex-direction:column}.product-meta-grid{grid-template-columns:1fr}.product-meta-grid>div+div{border-left:0;border-top:1px solid var(--line)}.product-card-actions .button,.product-hero-actions .button{width:100%}.course-part-header{grid-template-columns:1fr;gap:4px}.module-row-premium{grid-template-columns:40px minmax(0,1fr) 20px;padding:16px}.module-row-premium .module-time{grid-column:2}.module-row-premium .module-arrow{grid-column:3;grid-row:1/span 2;align-self:center}}.reader-shell{width:min(1240px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;grid-gap:22px;gap:22px}.reader-main{max-width:none;min-width:0}.reader-topbar{min-height:58px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.reader-topbar .back-link{margin:0;font-weight:800;color:var(--brand-dark)}.reader-topbar>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-header{padding-top:30px}.reader-progress{width:min(360px,100%);margin:14px 0 24px}.reader-meta{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px}.reader-meta span{padding:7px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:12px;font-weight:800}.reader-body{padding-top:20px}.reader-body .content-section{line-height:1.75}.reader-body .content-section h2{letter-spacing:-.025em}.reader-outline{position:-webkit-sticky;position:sticky;top:24px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.reader-outline-heading{padding:20px;display:grid;grid-gap:4px;gap:4px;border-bottom:1px solid var(--line);background:#fafbfa}.reader-outline-heading strong{font-size:15px}.reader-outline-list{max-height:calc(100vh - 180px);overflow-y:auto;padding:8px;display:grid;grid-gap:3px;gap:3px}.reader-outline-list a{min-width:0;padding:10px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border-radius:10px;color:var(--muted);transition:background-color .18s ease,color .18s ease}.reader-outline-list a:hover{color:var(--ink);background:var(--brand-soft)}.reader-outline-list a.active{color:var(--brand-dark);background:var(--brand-soft);box-shadow:inset 3px 0 var(--brand)}.reader-outline-list a.completed>span{color:#fff;background:var(--brand)}.reader-outline-list a>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:11px;font-weight:800}.reader-outline-list a>strong{overflow:hidden;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1080px){.reader-shell{grid-template-columns:1fr}.reader-outline{position:static;grid-row:1}.reader-outline-list{max-height:none;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.reader-topbar{padding:0 20px}.reader-topbar>span{display:none}.reader-outline-list{grid-template-columns:1fr 1fr}}@media (max-width:520px){.reader-outline-list{grid-template-columns:1fr}}.program-catalog{display:grid;grid-gap:24px;gap:24px}.program-card{display:grid;grid-template-columns:minmax(270px,.78fr) minmax(0,1.45fr);overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 34px rgba(36,48,40,.07)}.program-cover,.program-hero-cover{position:relative;overflow:hidden;color:#fff;isolation:isolate}.program-cover:after,.program-hero-cover:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 82% 12%,hsla(0,0%,100%,.16),transparent 30%),linear-gradient(145deg,transparent 48%,hsla(0,0%,100%,.09))}.theme-sage{background:linear-gradient(145deg,#4f6254,#849682 58%,#6c7d6a)}.theme-slate{background:linear-gradient(145deg,#24343a,#50666a 58%,#35494e)}.theme-sand{background:linear-gradient(145deg,#6b5c4e,#9b866f 58%,#7c6958)}.program-cover{min-height:360px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.program-cover-footer,.program-cover-topline{display:flex;justify-content:space-between;gap:14px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.86}.program-cover-copy{display:grid;grid-gap:13px;gap:13px;max-width:330px}.program-cover-copy small{font-size:11px;font-weight:800;letter-spacing:.15em}.program-cover-copy strong{display:block;max-width:100%;font-size:clamp(31px,4.4vw,49px);line-height:.98;letter-spacing:-.055em;overflow-wrap:anywhere}.program-cover-copy span{max-width:290px;font-size:14px;line-height:1.45;opacity:.92}.program-card-body{min-width:0;padding:34px;display:flex;flex-direction:column}.program-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.program-card-heading h2{margin:6px 0 0;font-size:clamp(25px,3vw,34px);line-height:1.12;letter-spacing:-.035em}.program-card-body>p{margin:18px 0 0;color:var(--muted);line-height:1.65}.program-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:24px}.program-meta-grid>div{min-width:0;padding:14px;background:var(--brand-soft);border:1px solid hsla(114,9%,55%,.18);border-radius:12px}.program-meta-grid span,.program-meta-grid strong{display:block}.program-meta-grid strong{font-size:15px;overflow-wrap:anywhere}.program-meta-grid span{margin-top:3px;color:var(--muted);font-size:12px}.program-card-actions{margin-top:auto;padding-top:24px}.program-hero{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.45fr);overflow:hidden;margin-bottom:22px;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 34px rgba(36,48,40,.07)}.program-hero-cover{min-height:390px;padding:30px;display:flex;flex-direction:column}.program-hero-cover>em,.program-hero-cover>small,.program-hero-cover>span{font-size:10px;font-style:normal;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:.86}.program-hero-cover>small{margin-top:auto;margin-bottom:14px}.program-hero-cover>strong{display:block;max-width:100%;font-size:clamp(34px,4.6vw,52px);line-height:.98;letter-spacing:-.055em;overflow-wrap:anywhere}.program-hero-cover>p{max-width:300px;margin:18px 0 28px;line-height:1.5;opacity:.92}.program-hero-cover>em{margin-top:auto}.program-hero-content{padding:38px;display:flex;flex-direction:column;justify-content:center}.program-hero-content h1{margin:8px 0 14px;font-size:clamp(34px,5vw,54px);line-height:1.02;letter-spacing:-.05em}.program-hero-content>p{max-width:760px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}.program-subtitle{margin-top:18px;padding:14px 16px;color:var(--brand-dark);background:var(--brand-soft);border-left:3px solid var(--brand);border-radius:0 10px 10px 0;font-weight:700}@media (max-width:980px){.program-card,.program-hero{grid-template-columns:1fr}.program-cover,.program-hero-cover{min-height:300px}}@media (max-width:680px){.program-card-body,.program-cover,.program-hero-content,.program-hero-cover{padding:24px 21px}.program-cover-copy strong,.program-hero-cover>strong{font-size:clamp(30px,11vw,42px)}.program-card-heading{flex-direction:column}.program-meta-grid{grid-template-columns:1fr}.product-hero-actions .button,.program-card-actions .button{width:100%}}.program-cover-copy strong,.program-hero-cover>strong{font-size:clamp(28px,3.8vw,46px);line-height:1.02;letter-spacing:-.045em;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.program-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin:22px 0}.program-overview-card{min-width:0;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(36,48,40,.05)}.program-overview-card>strong{display:block;margin-top:8px;font-size:clamp(22px,3vw,30px);line-height:1.15;letter-spacing:-.035em}.program-overview-card>p{margin:10px 0 0;color:var(--muted);line-height:1.55}.program-overview-progress .progress{margin-top:18px}.program-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin:22px 0 32px}.program-detail-panel{min-width:0;padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:20px}.program-detail-panel h2{margin:8px 0 20px;font-size:clamp(24px,3vw,32px);line-height:1.14;letter-spacing:-.035em}.program-audience-list,.program-check-list{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.program-audience-list li,.program-check-list li{position:relative;padding:13px 14px 13px 44px;color:var(--ink);background:var(--brand-soft);border:1px solid hsla(114,9%,55%,.16);border-radius:12px;line-height:1.45}.program-audience-list li:before,.program-check-list li:before{position:absolute;left:14px;top:13px;width:20px;height:20px;display:grid;place-items:center;color:#fff;background:var(--brand);border-radius:50%;font-size:11px;font-weight:900;content:"✓"}.program-audience-list li:before{content:"•";font-size:15px}.program-includes-section{margin:0 0 34px}.program-includes-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.program-include-card{min-width:0;min-height:180px;padding:22px;display:flex;flex-direction:column;background:linear-gradient(145deg,#fff,var(--brand-soft));border:1px solid var(--line);border-radius:18px}.program-include-card>span{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--brand);border-radius:11px;font-size:12px;font-weight:900;letter-spacing:.06em}.program-include-card>strong{display:block;margin-top:20px;font-size:17px;line-height:1.25}.program-include-card>p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.program-final-cta{margin-top:30px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;background:var(--brand);border-radius:20px}.program-final-cta .eyebrow{color:hsla(0,0%,100%,.8)}.program-final-cta h2{margin:7px 0 8px;font-size:clamp(25px,3vw,34px);line-height:1.1;letter-spacing:-.035em}.program-final-cta p{margin:0;color:hsla(0,0%,100%,.86)}.program-final-cta .button{flex:0 0 auto;color:var(--brand-dark);background:#fff}.program-final-cta .button:hover{background:var(--brand-soft)}@media (max-width:1100px){.program-includes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.program-details-grid,.program-includes-grid,.program-overview-grid{grid-template-columns:1fr}.program-final-cta{align-items:flex-start;flex-direction:column}.program-final-cta .button{width:100%}}