#wr-course-page {
    --wrcl-forest: #173f2b;
    --wrcl-forest-deep: #0c2c1d;
    --wrcl-green: #577d25;
    --wrcl-green-dark: #46691b;
    --wrcl-lime: #b4d65f;
    --wrcl-yellow: #f2c84b;
    --wrcl-orange: #e87925;
    --wrcl-ink: #17211b;
    --wrcl-copy: #556159;
    --wrcl-muted: #78837b;
    --wrcl-line: #dfe5df;
    --wrcl-paper: #fff;
    --wrcl-mist: #f4f7f2;
    overflow: hidden;
    color: var(--wrcl-ink);
    background: var(--wrcl-paper);
    font-family: 'Rubik', Arial, sans-serif;
}

#wr-course-page *,
#wr-course-page *::before,
#wr-course-page *::after { box-sizing: border-box; }
#wr-course-page h1,
#wr-course-page h2,
#wr-course-page h3,
#wr-course-page p,
#wr-course-page ul,
#wr-course-page ol,
#wr-course-page dl,
#wr-course-page figure { margin-top: 0; }
#wr-course-page h1,
#wr-course-page h2,
#wr-course-page h3,
#wr-course-page p,
#wr-course-page a,
#wr-course-page summary { font-family: 'Rubik', Arial, sans-serif; }
#wr-course-page img,
#wr-course-page svg { display: block; max-width: 100%; }
#wr-course-page a:focus-visible,
#wr-course-page summary:focus-visible { outline: 3px solid var(--wrcl-yellow); outline-offset: 4px; }

.wrcl-container { position: relative; width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wrcl-section { padding: clamp(76px, 8vw, 116px) 0; }
.wrcl-kicker { margin-bottom: 14px; color: var(--wrcl-green); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.wrcl-kicker::before { display: inline-block; width: 24px; height: 2px; margin: 0 10px 4px 0; background: var(--wrcl-orange); content: ''; }
.wrcl-button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 12px; padding: 15px 24px; border: 2px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 850; letter-spacing: .02em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.wrcl-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.wrcl-button:hover { text-decoration: none; transform: translateY(-2px); }
.wrcl-button--primary { color: #14200f; background: var(--wrcl-yellow); box-shadow: 0 14px 30px rgba(0, 0, 0, .16); }
.wrcl-button--primary:hover { color: #14200f; background: #ffdb69; }
.wrcl-button--light { border-color: #fff; color: var(--wrcl-forest); background: #fff; }
.wrcl-button--light:hover { color: var(--wrcl-forest); background: #f5f7ef; }

.wrcl-hero { position: relative; display: flex; min-height: calc(100vh - 64px); align-items: center; justify-content: center; padding: 10px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(180, 214, 95, .17), transparent 24%), linear-gradient(125deg, #314b0f 0%, #47691c 100%); isolation: isolate; }
.wrcl-hero-shape { position: absolute; right: -150px; bottom: -280px; z-index: -1; width: 600px; height: 600px; border: 85px solid rgba(242, 200, 75, .07); border-radius: 50%; }
.wrcl-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr); gap: clamp(48px, 7vw, 94px); align-items: center; }
.wrcl-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--wrcl-lime); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.wrcl-eyebrow span { width: 30px; height: 2px; background: var(--wrcl-yellow); }
.wrcl-hero h1 { max-width: 760px; margin-bottom: 23px; color: #fff; font-size: clamp(42px, 5.7vw, 46px); font-weight: 480; line-height: .99; letter-spacing: -.055em; overflow-wrap: anywhere; }
.wrcl-hero h1 strong { color: var(--wrcl-lime); font-weight: 830; }
.wrcl-hero-description { max-width: 690px; margin-bottom: 30px; color: rgba(255, 255, 255, .84); font-size: 17px; line-height: 1.68; }
.wrcl-hero-description p { display: -webkit-box; max-height: 6.72em; margin: 0; overflow: hidden; color: #fff; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.wrcl-hero-description a { display: inline-block; margin-top: 5px; color: #e3f3ad; font-size: 13px; font-weight: 800; line-height: 1.4; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.wrcl-hero-description a:hover,
.wrcl-hero-description a:focus-visible { color: #fff; }
.wrcl-hero-meta { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 32px; border-block: 1px solid rgba(255, 255, 255, .17); }
.wrcl-hero-meta div { min-width: 132px; padding: 17px 25px 17px 0; }
.wrcl-hero-meta div + div { padding-left: 25px; border-left: 1px solid rgba(255, 255, 255, .17); }
.wrcl-hero-meta strong,
.wrcl-hero-meta span { display: block; }
.wrcl-hero-meta strong { color: #fff; font-size: 18px; }
.wrcl-hero-meta span { margin-top: 2px; color: rgba(255, 255, 255, .65); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.wrcl-hero-action { display: flex; align-items: center; gap: 18px; }
.wrcl-hero-action p { margin: 0; color: rgba(255, 255, 255, .84); font-size: 12px; line-height: 1.55; }
.wrcl-hero-action p span { color: var(--wrcl-lime); }
.wrcl-hero-panel { overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 8px 34px 8px 8px; background: rgba(255, 255, 255, .08); box-shadow: 0 35px 65px rgba(0, 0, 0, .25); backdrop-filter: blur(7px); }
.wrcl-course-thumb { position: relative; overflow: hidden; margin: 12px; border-radius: 4px 22px 4px 4px; background: #e8eee7; }
.wrcl-course-thumb img { width: 100%; height: auto; aspect-ratio: 1230 / 644; object-fit: cover; }
.wrcl-course-thumb::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(12, 44, 29, .16)); content: ''; pointer-events: none; }
.wrcl-course-thumb-fallback { display: grid; min-height: 230px; place-items: center; padding: 38px; color: var(--wrcl-forest); background: linear-gradient(145deg, #eef4e8, #fff); text-align: center; }
.wrcl-course-thumb-fallback svg { width: 58px; margin: 0 auto 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.wrcl-course-thumb-fallback span { display: block; font-size: 21px; font-weight: 800; line-height: 1.2; overflow-wrap: anywhere; }
.wrcl-panel-copy { padding: 12px 26px 26px; }
.wrcl-panel-copy > span { display: block; margin-bottom: 12px; color: rgba(255, 255, 255, .58); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wrcl-panel-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 0; padding: 0; list-style: none; }
.wrcl-panel-copy li { display: flex; gap: 8px; align-items: flex-start; color: #fff; font-size: 13px; line-height: 1.4; }
.wrcl-panel-copy svg { width: 16px; flex: 0 0 16px; margin-top: 1px; fill: none; stroke: var(--wrcl-yellow); stroke-width: 2.4; }

.wrcl-section-nav { position: relative; z-index: 4; border-bottom: 1px solid var(--wrcl-line); background: #fff; }
.wrcl-section-nav .wrcl-container { display: flex; overflow-x: auto; scrollbar-width: none; }
.wrcl-section-nav .wrcl-container::-webkit-scrollbar { display: none; }
.wrcl-section-nav a { flex: 0 0 auto; padding: 18px 17px; color: #435049; font-size: 12px; font-weight: 750; text-decoration: none; }
.wrcl-section-nav a:first-child { padding-left: 0; }
.wrcl-section-nav a:hover { color: var(--wrcl-green); }
.wrcl-section-nav-arrow { display: none; }

.wrcl-overview-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: clamp(55px, 9vw, 120px); align-items: start; }
.wrcl-editorial h2,
.wrcl-program h2,
.wrcl-detail-primary h2,
.wrcl-journey h2,
.wrcl-certificate-copy h2,
.wrcl-institution h2,
.wrcl-related h2,
.wrcl-faq h2 { margin-bottom: 24px; color: var(--wrcl-ink); font-size: clamp(34px, 4.4vw, 56px); line-height: 1.03; letter-spacing: -.045em; overflow-wrap: anywhere; }
.wrcl-editorial > p:not(.wrcl-kicker) { color: var(--wrcl-copy); font-size: 17px; line-height: 1.82; }
.wrcl-editorial > p:last-child { margin-bottom: 0; }
.wrcl-fact-sheet { padding: 30px; border-top: 5px solid var(--wrcl-green); background: var(--wrcl-mist); }
.wrcl-fact-sheet-title { margin-bottom: 10px; font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.wrcl-fact-sheet dl { margin-bottom: 24px; }
.wrcl-fact-sheet dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid #d8e0d8; }
.wrcl-fact-sheet dt { color: var(--wrcl-muted); font-size: 12px; font-weight: 650; }
.wrcl-fact-sheet dd { margin: 0; font-size: 13px; font-weight: 800; text-align: right; overflow-wrap: anywhere; }
.wrcl-fact-sheet dd a { color: var(--wrcl-green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.wrcl-fact-sheet dd a:hover,
.wrcl-fact-sheet dd a:focus-visible { color: var(--wrcl-green); }
.wrcl-fact-sheet-cta { width: 100%; }

.wrcl-program { color: #fff; background: radial-gradient(circle at 82% 18%, rgba(180, 214, 95, .17), transparent 24%), linear-gradient(125deg, #314b0f 0%, #47691c 100%); }
.wrcl-program .wrcl-kicker { color: var(--wrcl-lime); }
.wrcl-program .wrcl-kicker::before { background: var(--wrcl-yellow); }
.wrcl-program h2 { margin-bottom: 0; color: #fff; }
.wrcl-program-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.wrcl-program-summary { display: grid; grid-template-columns: auto auto; gap: 1px 12px; align-items: end; }
.wrcl-program-summary strong { color: var(--wrcl-yellow); font-size: 31px; line-height: 1; text-align: right; }
.wrcl-program-summary span { color: rgba(255, 255, 255, .65); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.wrcl-program-intro { max-width: 680px; margin: 20px 0 42px; color: rgba(255, 255, 255, .7); font-size: 16px; }
.wrcl-modules { border-top: 1px solid rgba(255, 255, 255, .2); }
.wrcl-module { border-bottom: 1px solid rgba(255, 255, 255, .2); }
.wrcl-module summary { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto 26px; gap: 16px; align-items: center; min-height: 82px; padding: 20px 0; color: #fff; cursor: pointer; list-style: none; }
.wrcl-module summary::-webkit-details-marker { display: none; }
.wrcl-module summary > span { color: var(--wrcl-lime); font-size: 13px; font-weight: 850; }
.wrcl-module summary strong { font-size: 18px; line-height: 1.35; overflow-wrap: anywhere; }
.wrcl-module summary small { color: rgba(255, 255, 255, .56); font-size: 11px; text-transform: uppercase; }
.wrcl-module summary i,
.wrcl-faq summary i { position: relative; width: 24px; height: 24px; border: 1px solid currentColor; border-radius: 50%; }
.wrcl-module summary i::before,
.wrcl-module summary i::after,
.wrcl-faq summary i::before,
.wrcl-faq summary i::after { position: absolute; left: 50%; top: 50%; width: 10px; height: 1px; background: currentColor; content: ''; transform: translate(-50%, -50%); }
.wrcl-module summary i::after,
.wrcl-faq summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .15s ease; }
.wrcl-module[open] summary i::after,
.wrcl-faq details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.wrcl-module ol { columns: 2; column-gap: 70px; margin: 0 0 28px 70px; padding: 0 0 0 19px; color: rgba(255, 255, 255, .8); }
#wr-course-page .wrcl-program .wrcl-module li { break-inside: avoid; margin: 0 0 10px; padding-left: 5px; color: #fff; font-size: 15px; line-height: 1.55; overflow-wrap: anywhere; }
.wrcl-module li::marker { color: var(--wrcl-yellow); font-weight: 800; }

.wrcl-course-details { background: var(--wrcl-mist); }
.wrcl-detail-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr); gap: clamp(50px, 8vw, 105px); align-items: center; }
.wrcl-detail-primary > p:last-child { margin: 0; color: var(--wrcl-copy); font-size: 17px; line-height: 1.8; }
.wrcl-audience { padding: 38px; border-radius: 5px 30px 5px 5px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(180, 214, 95, .17), transparent 24%), linear-gradient(125deg, #314b0f 0%, #47691c 100%); }
.wrcl-audience > span { display: block; margin-bottom: 24px; color: var(--wrcl-lime); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.wrcl-audience h3 { margin-bottom: 16px; color: #fff; font-size: 25px; line-height: 1.15; }
.wrcl-audience p { margin: 0; color: rgba(255, 255, 255, .8); font-size: 16px; line-height: 1.7; }

.wrcl-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr); gap: 65px; align-items: end; margin-bottom: 48px; }
.wrcl-heading-row h2 { margin-bottom: 0; }
.wrcl-heading-row > p { margin: 0 0 5px; color: var(--wrcl-copy); font-size: 16px; line-height: 1.7; }
.wrcl-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 2px solid var(--wrcl-forest); list-style: none; }
.wrcl-steps li { min-width: 0; padding: 28px 25px; border-bottom: 1px solid var(--wrcl-line); }
.wrcl-steps li + li { border-left: 1px solid var(--wrcl-line); }
.wrcl-steps span { display: block; margin-bottom: 45px; color: #b4beb6; font-size: 34px; font-weight: 850; }
.wrcl-steps strong { display: block; min-height: 42px; margin-bottom: 10px; font-size: 16px; line-height: 1.32; }
.wrcl-steps p { margin: 0; color: var(--wrcl-copy); font-size: 14px; line-height: 1.6; }

.wrcl-callout { padding: 0 0 clamp(76px, 8vw, 116px); }
.wrcl-callout-box { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; overflow: hidden; padding: clamp(38px, 5vw, 60px); border-radius: 7px 34px 7px 7px; color: #fff; background: linear-gradient(120deg, var(--wrcl-green-dark), var(--wrcl-forest)); }
.wrcl-callout-box p { margin-bottom: 8px; color: var(--wrcl-lime); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.wrcl-callout-box h2 { max-width: 760px; margin-bottom: 9px; color: #fff; font-size: clamp(29px, 3.6vw, 46px); line-height: 1.06; letter-spacing: -.04em; overflow-wrap: anywhere; }
.wrcl-callout-box > div > span { color: rgba(255, 255, 255, .72); font-size: 14px; }

.wrcl-certificate { background: #f1f4ec; }
.wrcl-certificate-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); gap: clamp(50px, 8vw, 105px); align-items: center; }
.wrcl-certificate-copy > p:not(.wrcl-kicker) { color: var(--wrcl-copy); font-size: 17px; line-height: 1.75; }
.wrcl-certificate-note { display: flex; gap: 13px; margin: 25px 0; padding: 17px; border-left: 4px solid var(--wrcl-orange); background: #fff; }
.wrcl-certificate-note svg { width: 21px; flex: 0 0 21px; fill: none; stroke: var(--wrcl-orange); stroke-width: 1.9; }
.wrcl-certificate-note p { margin: 0; color: #455149; font-size: 13px; line-height: 1.6; }
.wrcl-certificate-copy > a { color: var(--wrcl-green-dark); font-size: 13px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.wrcl-certificate-visual { position: relative; min-height: 410px; }
.wrcl-certificate-visual figure { position: absolute; width: min(78%, 470px); margin: 0; padding: 7px; background: #fff; box-shadow: 0 20px 45px rgba(20, 46, 27, .18); }
.wrcl-certificate-visual img { width: 100%; height: auto; }
.wrcl-certificate-front { left: 0; top: 0; z-index: 2; transform: rotate(-3deg); }
.wrcl-certificate-back { right: 0; bottom: 0; transform: rotate(4deg); }

.wrcl-institution-grid { display: grid; grid-template-columns: minmax(370px, .9fr) minmax(0, 1.1fr); gap: clamp(55px, 9vw, 115px); align-items: center; }
.wrcl-institution figure { position: relative; margin: 0; }
.wrcl-institution figure::before { position: absolute; left: -18px; bottom: -18px; z-index: -1; width: 65%; height: 65%; background: var(--wrcl-lime); content: ''; }
.wrcl-institution figure img { width: 100%; height: auto; }
.wrcl-institution p:not(.wrcl-kicker) { color: var(--wrcl-copy); font-size: 16px; line-height: 1.75; }
.wrcl-institution-links { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 27px; }
.wrcl-institution-links a { color: var(--wrcl-green-dark); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.wrcl-related { border-block: 1px solid var(--wrcl-line); background: var(--wrcl-mist); }
.wrcl-related-header { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 38px; }
.wrcl-related-header h2 { margin-bottom: 0; }
.wrcl-related-header > a { flex: 0 0 auto; margin-bottom: 7px; color: var(--wrcl-green-dark); font-size: 13px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
#wr-course-page .wrcl-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 16px; padding: 0; }

.wrcl-faq-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(55px, 9vw, 115px); align-items: start; }
.wrcl-faq-intro { position: sticky; top: 30px; }
.wrcl-faq-intro > p:last-child { color: var(--wrcl-copy); font-size: 16px; line-height: 1.7; }
.wrcl-faq-list { border-top: 2px solid var(--wrcl-forest); }
.wrcl-faq-list details { border-bottom: 1px solid var(--wrcl-line); }
.wrcl-faq-list summary { display: grid; grid-template-columns: minmax(0, 1fr) 24px; gap: 20px; align-items: center; min-height: 72px; padding: 18px 0; color: var(--wrcl-ink); cursor: pointer; font-size: 16px; font-weight: 800; line-height: 1.42; list-style: none; }
.wrcl-faq-list summary::-webkit-details-marker { display: none; }
.wrcl-faq-list summary i { color: var(--wrcl-green); }
.wrcl-faq-list details > p { max-width: 720px; margin: 0; padding: 0 42px 22px 0; color: var(--wrcl-copy); font-size: 15px; line-height: 1.7; }

.wrcl-final { padding: clamp(78px, 9vw, 124px) 0; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(180, 214, 95, .17), transparent 24%), linear-gradient(125deg, #314b0f 0%, #47691c 100%); text-align: center; }
.wrcl-final p { margin-bottom: 14px; color: var(--wrcl-lime); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.wrcl-final h2 { max-width: 880px; margin: 0 auto 21px; color: #fff; font-size: clamp(38px, 6vw, 70px); line-height: 1; letter-spacing: -.055em; overflow-wrap: anywhere; }
.wrcl-final-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 0; margin-bottom: 29px; color: rgba(255, 255, 255, .7); font-size: 13px; }
.wrcl-final-meta span + span::before { margin: 0 12px; color: var(--wrcl-yellow); content: '•'; }
.wrcl-final small { display: block; margin-top: 14px; color: rgba(255, 255, 255, .56); font-size: 11px; }

@media (max-width: 980px) {
    .wrcl-hero-grid,
    .wrcl-overview-grid,
    .wrcl-detail-grid,
    .wrcl-certificate-grid,
    .wrcl-institution-grid,
    .wrcl-faq-grid { grid-template-columns: 1fr; }
    .wrcl-hero-panel { width: min(670px, 100%); }
    .wrcl-fact-sheet { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0 28px; align-items: end; }
    .wrcl-fact-sheet-title,
    .wrcl-fact-sheet dl { grid-column: 1 / -1; }
    .wrcl-detail-grid { align-items: start; }
    .wrcl-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wrcl-steps li:nth-child(3) { border-left: 0; }
    .wrcl-certificate-visual { width: min(680px, 100%); margin-inline: auto; }
    .wrcl-institution figure { width: min(620px, 100%); }
    #wr-course-page .wrcl-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wrcl-faq-intro { position: static; }
}

@media (max-width: 768px) {
    .wrcl-container { width: min(100% - 30px, 680px); }
    .wrcl-section { padding: 74px 0; }
    .wrcl-section-nav-arrow { position: absolute; top: 0; bottom: 0; z-index: 3; width: 56px; align-items: center; border: 0; color: var(--wrcl-green-dark); cursor: pointer; font-family: Arial, sans-serif; font-size: 16px; font-weight: 900; letter-spacing: -3px; }
    .wrcl-section-nav-arrow.is-visible { display: flex; }
    .wrcl-section-nav-arrow--left { left: 0; justify-content: flex-start; padding-left: 10px; background: linear-gradient(90deg, #fff 52%, rgba(255, 255, 255, 0)); }
    .wrcl-section-nav-arrow--right { right: 0; justify-content: flex-end; padding-right: 10px; background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 48%); }
    .wrcl-section-nav-arrow:focus-visible { outline: 3px solid var(--wrcl-yellow); outline-offset: -4px; }
    .wrcl-hero-action { align-items: flex-start; flex-direction: column; }
    .wrcl-panel-copy ul { grid-template-columns: 1fr; }
    .wrcl-section-nav a { padding-block: 15px; }
    .wrcl-editorial h2,
    .wrcl-program h2,
    .wrcl-detail-primary h2,
    .wrcl-journey h2,
    .wrcl-certificate-copy h2,
    .wrcl-institution h2,
    .wrcl-related h2,
    .wrcl-faq h2 { font-size: clamp(32px, 7vw, 43px); }
    .wrcl-program-header,
    .wrcl-heading-row,
    .wrcl-callout-box { grid-template-columns: 1fr; }
    .wrcl-program-summary { justify-self: start; }
    .wrcl-module summary { grid-template-columns: 36px minmax(0, 1fr) 24px; gap: 12px; }
    .wrcl-module summary small { display: none; }
    .wrcl-module ol { columns: 1; margin-left: 0; }
    .wrcl-heading-row { gap: 14px; }
    .wrcl-callout-box { padding: 40px 30px; }
    .wrcl-callout-box .wrcl-button { width: 100%; }
    .wrcl-related-header { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
    .wrcl-hero-meta div { min-width: 0; flex: 1 1 33%; padding-right: 14px; }
    .wrcl-hero-meta div + div { padding-left: 14px; }
    .wrcl-fact-sheet { display: block; padding: 25px 22px; }
    .wrcl-fact-sheet-cta { margin-top: 4px; }
    .wrcl-steps { grid-template-columns: 1fr; }
    .wrcl-steps li + li { border-left: 0; }
    .wrcl-steps li { display: grid; grid-template-columns: 47px minmax(0, 1fr); gap: 0 12px; }
    .wrcl-steps span { grid-row: 1; margin: 0; font-size: 27px; }
    .wrcl-steps li > div { grid-column: 2; }
    .wrcl-steps strong { min-height: 0; }
    .wrcl-certificate-visual { min-height: 320px; }
    .wrcl-certificate-visual figure { width: 82%; }
    #wr-course-page .wrcl-related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .wrcl-container { width: calc(100% - 24px); }
    .wrcl-hero h1 { line-height: 1.02; }
    .wrcl-hero-description { font-size: 15px; }
    .wrcl-hero-meta strong { font-size: 15px; }
    .wrcl-hero-meta span { font-size: 9px; }
    .wrcl-button { width: 100%; }
    .wrcl-course-thumb { margin: 8px; }
    .wrcl-course-thumb-fallback { min-height: 190px; padding: 28px; }
    .wrcl-panel-copy { padding: 10px 18px 21px; }
    .wrcl-editorial h2,
    .wrcl-program h2,
    .wrcl-detail-primary h2,
    .wrcl-journey h2,
    .wrcl-certificate-copy h2,
    .wrcl-institution h2,
    .wrcl-related h2,
    .wrcl-faq h2 { font-size: 32px; }
    .wrcl-module summary { grid-template-columns: 29px minmax(0, 1fr) 22px; gap: 8px; }
    .wrcl-module summary strong { font-size: 15px; }
    .wrcl-audience { padding: 29px 24px; }
    .wrcl-callout-box { padding: 34px 22px; }
    .wrcl-certificate-visual { min-height: 255px; }
    .wrcl-institution figure::before { left: -8px; bottom: -8px; }
    .wrcl-final-meta { align-items: center; flex-direction: column; }
    .wrcl-final-meta span + span::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    #wr-course-page *,
    #wr-course-page *::before,
    #wr-course-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
