@charset "UTF-8";

.wl-landing--v2 {
    /* V2 uses the landing-local interface accent as its semantic primary UI color. */
    --wl-primary: var(--wl-accent-color);
    --wl-primary-foreground: var(--wl-accent-foreground);
    --wl2-bg: #fff;
    --wl2-surface: #f7f8f4;
    --wl2-surface-strong: #eef1e9;
    --wl2-text: #172018;
    --wl2-muted: #5b665c;
    --wl2-border: #dce2da;
    --wl2-dark: #14251d;
    --wl2-dark-text: #f5faf6;
    --wl2-dark-muted: #c7d3cb;
    --wl2-on-dark: #ffffff;
    --wl2-puzzle-surface: #f8faf8;
    --wl2-success: #16835f;
    --wl2-success-foreground: #126048;
    --wl2-destructive: #b42318;
    --wl2-destructive-foreground: #8f1c14;
    --wl2-preview-bg: #111827;
    --wl2-preview-foreground: #ffffff;
    --wl2-radius: 1.25rem;
    --wl2-shadow: 0 1.5rem 4rem rgba(20, 37, 29, .1);
    --wl2-dialog-overlay: rgba(0, 0, 0, .48);
    --input: var(--wl2-border);
    --popover: var(--wl2-bg);
    --popover-foreground: var(--wl2-text);
    --accent: var(--wl2-surface);
    --accent-foreground: var(--wl2-text);
    --ring: var(--wl-primary);
    --radius-md: .5rem;
    --radius-lg: .625rem;
    --radius-xl: .875rem;
    margin: 0;
    min-width: 20rem;
    overflow-x: hidden;
    background: var(--wl2-bg);
    color: var(--wl2-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color-scheme: light;
    -webkit-font-smoothing: antialiased;
}

.wl-landing--surface-warm {
    --wl2-bg: #fffdf7;
    --wl2-surface: #f8f3e8;
    --wl2-surface-strong: #efe7d7;
}

.wl-landing--surface-cool {
    --wl2-bg: #fbfdfd;
    --wl2-surface: #f0f5f5;
    --wl2-surface-strong: #e3eeee;
}

.wl-landing--theme-dark {
    --wl2-bg: #111713;
    --wl2-surface: #18221c;
    --wl2-surface-strong: #223028;
    --wl2-text: #f5faf6;
    --wl2-muted: #aab8ad;
    --wl2-border: #34443a;
    --wl2-dark: #0b110d;
    --wl2-dark-text: #f5faf6;
    --wl2-dark-muted: #b7c5bb;
    --wl2-puzzle-surface: #18221c;
    --wl2-success: #56d6a3;
    --wl2-success-foreground: #7ee7ba;
    --wl2-destructive: #ff7a70;
    --wl2-destructive-foreground: #ffaaa3;
    --wl2-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .34);
    --wl2-dialog-overlay: rgba(0, 0, 0, .72);
    --wl-hero-title-color: var(--wl2-text);
    color-scheme: dark;
}

.wl-landing--theme-dark.wl-landing--surface-warm {
    --wl2-bg: #181611;
    --wl2-surface: #211e17;
    --wl2-surface-strong: #2d281e;
    --wl2-border: #453d30;
}

.wl-landing--theme-dark.wl-landing--surface-cool {
    --wl2-bg: #101718;
    --wl2-surface: #172122;
    --wl2-surface-strong: #203033;
    --wl2-border: #314347;
}

@media (prefers-color-scheme: dark) {
    .wl-landing--theme-system {
        --wl2-bg: #111713;
        --wl2-surface: #18221c;
        --wl2-surface-strong: #223028;
        --wl2-text: #f5faf6;
        --wl2-muted: #aab8ad;
        --wl2-border: #34443a;
        --wl2-dark: #0b110d;
        --wl2-dark-text: #f5faf6;
        --wl2-dark-muted: #b7c5bb;
        --wl2-puzzle-surface: #18221c;
        --wl2-success: #56d6a3;
        --wl2-success-foreground: #7ee7ba;
        --wl2-destructive: #ff7a70;
        --wl2-destructive-foreground: #ffaaa3;
        --wl2-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .34);
        --wl2-dialog-overlay: rgba(0, 0, 0, .72);
        --wl-hero-title-color: var(--wl2-text);
        color-scheme: dark;
    }

    .wl-landing--theme-system.wl-landing--surface-warm {
        --wl2-bg: #181611;
        --wl2-surface: #211e17;
        --wl2-surface-strong: #2d281e;
        --wl2-border: #453d30;
    }

    .wl-landing--theme-system.wl-landing--surface-cool {
        --wl2-bg: #101718;
        --wl2-surface: #172122;
        --wl2-surface-strong: #203033;
        --wl2-border: #314347;
    }
}

.wl-landing--radius-compact { --wl2-radius: .45rem; }
.wl-landing--radius-balanced { --wl2-radius: 1.25rem; }
.wl-landing--radius-soft { --wl2-radius: 2rem; }

.wl-landing--v2 *,
.wl-landing--v2 *::before,
.wl-landing--v2 *::after { box-sizing: border-box; }
.wl-landing--v2 img,
.wl-landing--v2 video { display: block; max-width: 100%; }
.wl-landing--v2 button,
.wl-landing--v2 input,
.wl-landing--v2 textarea { font: inherit; }
.wl-landing--v2 a { color: inherit; text-underline-offset: .2em; }
.wl-landing--v2 :focus-visible { outline: .2rem solid var(--wl-primary); outline-offset: .2rem; }
.wl-landing--v2 h1,
.wl-landing--v2 h2,
.wl-landing--v2 h3,
.wl-landing--v2 p { margin-top: 0; }
.wl-landing--v2 h1,
.wl-landing--v2 h2,
.wl-landing--v2 h3 { line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }

.wl2-container { width: min(calc(100% - 2rem), 74rem); margin-inline: auto; }
.wl2-reading { max-width: 48rem; }
.wl2-section { padding-block: clamp(3.5rem, 7vw, 6.5rem); scroll-margin-top: 5rem; }
.wl2-section--tint { background: var(--wl2-surface); }
.wl2-section--dark { background: var(--wl2-dark); color: var(--wl2-dark-text); }
.wl2-heading { max-width: 45rem; margin-bottom: 2rem; }
.wl2-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.wl2-eyebrow { display: flex; gap: .5rem; align-items: center; margin-bottom: .75rem; color: var(--wl-eyebrow-color, var(--wl-primary)); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.wl2-skip { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; transform: translateY(-180%); border-radius: .5rem; background: var(--wl2-dark); color: var(--wl2-on-dark); }
.wl2-skip:focus { transform: none; }
.wl2-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid color-mix(in srgb, var(--wl2-border) 80%, transparent); background: color-mix(in srgb, var(--wl2-bg) 92%, transparent); backdrop-filter: blur(1rem); }
.wl2-header__inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wl2-brand { min-width: 0; display: inline-flex; align-items: center; gap: .75rem; color: var(--wl2-text); font-weight: 800; text-decoration: none; }
.wl2-brand__identity { display: inline-grid; flex: 0 0 auto; place-items: center; }
.wl2-brand__identity > * { grid-area: 1 / 1; }
.wl2-brand img { width: auto; max-width: 11rem; height: auto; max-height: 2.35rem; object-fit: contain; }
/* The fallback needs the same component scope as the theme overrides below:
   generic image rules from an integration must never reveal both logos. */
.wl-landing--v2 .wl2-brand__identity--has-dark .wl2-brand__logo--dark { display: none; }
.wl-landing--theme-dark .wl2-brand__identity--has-dark .wl2-brand__logo--light { display: none; }
.wl-landing--theme-dark .wl2-brand__identity--has-dark .wl2-brand__logo--dark { display: block; }
.wl2-brand__mark { width: 2.5rem; height: 2.5rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: .7rem; background: var(--wl-accent-color, var(--wl-eyebrow-color)); color: var(--wl-accent-foreground, #fff); font-size: .9rem; }
.wl2-brand__name { max-width: 19rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (prefers-color-scheme: dark) {
    .wl-landing--theme-system .wl2-brand__identity--has-dark .wl2-brand__logo--light { display: none; }
    .wl-landing--theme-system .wl2-brand__identity--has-dark .wl2-brand__logo--dark { display: block; }
}
.wl2-navigation { min-width: 0; flex: 1 1 auto; display: flex; align-items: center; justify-content: flex-end; gap: clamp(.75rem, 2vw, 1.5rem); }
.wl2-nav { min-width: 0; flex: 1 1 auto; }
.wl2-nav__list { width: 100%; min-width: 0; display: flex; align-items: center; justify-content: flex-start; gap: clamp(.6rem, 1.35vw, 1.15rem); margin: 0; padding: 0; list-style: none; white-space: nowrap; }
.wl2-nav__list > li { flex: 0 0 auto; }
.wl2-nav a { color: var(--wl2-muted); font-size: .9rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.wl2-nav a:hover { color: var(--wl2-text); }
.wl2-nav-more { position: relative; }
.wl2-nav-more details,
.wl2-nav-more summary { position: relative; }
.wl2-nav-more summary { min-height: 2rem; display: inline-flex; align-items: center; gap: .3rem; padding: .25rem .45rem; border-radius: var(--radius-lg); color: var(--wl2-muted); font-size: .9rem; font-weight: 650; list-style: none; cursor: pointer; }
.wl2-nav-more summary::-webkit-details-marker { display: none; }
.wl2-nav-more summary:hover,
.wl2-nav-more details[open] summary { background: var(--accent); color: var(--accent-foreground); }
.wl2-nav-more summary svg { width: .8rem; height: .8rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .1s ease; }
.wl2-nav-more details[open] summary svg { transform: rotate(180deg); }
.wl2-nav-more__content { position: absolute; z-index: 40; top: calc(100% + .45rem); right: 0; width: max-content; min-width: 10rem; max-width: min(18rem, calc(100vw - 2rem)); padding: .25rem; border: 1px solid var(--wl2-border); border-radius: var(--radius-lg); background: var(--popover); color: var(--popover-foreground); box-shadow: 0 .75rem 2rem color-mix(in srgb, var(--wl2-dark) 14%, transparent); }
.wl2-nav-more__content ul { display: grid; gap: .125rem; margin: 0; padding: 0; list-style: none; }
.wl2-nav-more__content a { min-height: 2rem; display: flex; align-items: center; padding: .35rem .5rem; border-radius: var(--radius-md); color: var(--popover-foreground); font-size: .875rem; line-height: 1.25; }
.wl2-nav-more__content a:hover,
.wl2-nav-more__content a:focus-visible { background: var(--accent); color: var(--accent-foreground); outline: none; }
.wl2-header__actions { flex: 0 0 auto; display: flex; align-items: center; gap: .6rem; }
.wl2-header__actions .wl2-button { padding-inline: .9rem; white-space: nowrap; }
.wl2-menu-control { position: relative; display: none; flex: 0 0 auto; }
.wl2-menu-control.crds-scope { --background: var(--wl2-bg); --foreground: var(--wl2-text); --popover: var(--wl2-bg); --popover-foreground: var(--wl2-text); --muted: var(--wl2-surface); --muted-foreground: var(--wl2-muted); --accent: var(--wl2-surface); --accent-foreground: var(--wl2-text); --border: var(--wl2-border); --input: var(--wl2-border); --ring: var(--wl-primary); }
.wl2-language-navigation { display: inline-flex; }
.wl2-language-select { position: relative; }
.wl2-language-select summary { list-style: none; }
.wl2-language-select summary::-webkit-details-marker { display: none; }
.wl2-language-select__trigger { width: 3.25rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; gap: .3rem; padding: .25rem .45rem; border: 1px solid var(--input); border-radius: var(--radius-lg); background: transparent; color: var(--popover-foreground); cursor: pointer; transition: border-color .1s ease, background-color .1s ease, box-shadow .1s ease; }
.wl2-language-select__trigger:hover { background: var(--accent); color: var(--accent-foreground); }
.wl2-language-select__trigger:focus-visible { border-color: var(--ring); outline: none; box-shadow: 0 0 0 3px color-mix(in srgb, var(--ring) 50%, transparent); }
.wl2-language-select__trigger--static { width: 2rem; padding-inline: .3rem; cursor: default; }
.wl2-language-select__trigger--static:hover { background: transparent; }
.wl2-language-flag { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; border-radius: 999px; object-fit: cover; box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wl2-text) 12%, transparent); }
.wl2-language-select__chevron { width: .8rem; height: .8rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .1s ease; }
.wl2-language-select[open] .wl2-language-select__chevron { transform: rotate(180deg); }
.wl2-language-select__content { position: absolute; z-index: 40; top: calc(100% + .45rem); right: 0; width: max-content; min-width: 13rem; max-width: min(18rem, calc(100vw - 2rem)); padding: .25rem; border: 1px solid var(--wl2-border); border-radius: var(--radius-lg); background: var(--popover); color: var(--popover-foreground); box-shadow: 0 .75rem 2rem color-mix(in srgb, var(--wl2-dark) 14%, transparent); }
.wl2-language-select__group { display: grid; gap: .125rem; margin: 0; padding: 0; list-style: none; }
.wl2-language-select__item { min-height: 2rem; display: grid; grid-template-columns: 1.25rem minmax(0, 1fr) 1rem; gap: .55rem; align-items: center; padding: .35rem .5rem; border-radius: var(--radius-md); color: var(--popover-foreground); font-size: .875rem; font-weight: 650; line-height: 1.25; text-decoration: none; white-space: nowrap; }
.wl2-language-select__item:hover,
.wl2-language-select__item:focus-visible { background: var(--accent); color: var(--accent-foreground); outline: none; }
.wl2-language-select__item[aria-current="page"] { background: color-mix(in srgb, var(--wl-primary) 10%, var(--popover)); color: var(--popover-foreground); }
.wl2-language-select__check { width: 1rem; height: 1rem; fill: none; stroke: var(--wl-primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.wl2-menu-button { display: none; min-width: 3rem; min-height: 2.75rem; border: 1px solid var(--wl2-border); border-radius: .7rem; background: var(--wl2-bg); color: var(--wl2-text); cursor: pointer; }
.wl2-menu-button__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.wl2-mobile-sheet .crds-sheet__body svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.wl2-header.is-menu-collapsed .wl2-menu-control { display: block; margin-inline-start: auto; }
.wl2-header.is-menu-collapsed .wl2-menu-button { display: inline-flex; align-items: center; justify-content: center; }
.wl2-header.is-menu-collapsed .wl2-navigation { display: none; }

.wl2-button { min-height: 2.9rem; display: inline-flex; align-items: center; justify-content: center; padding: .72rem 1.25rem; border: 2px solid color-mix(in srgb, var(--wl-button-color) 80%, var(--wl-button-foreground)); border-radius: .8rem; background: var(--wl-button-color); color: var(--wl-button-foreground); font-weight: 780; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.wl-landing--buttons-outline .wl2-button { border-color: var(--wl-button-foreground); background: transparent; color: var(--wl-button-foreground); }
.wl-landing--buttons-soft .wl2-button { border-color: transparent; background: color-mix(in srgb, var(--wl-button-color) 13%, var(--wl2-bg)); color: var(--wl-button-foreground); }
.wl2-button--quiet,
.wl-landing--buttons-outline .wl2-button--quiet,
.wl-landing--buttons-soft .wl2-button--quiet { border-color: var(--wl2-border); background: transparent; color: var(--wl2-text); }
.wl2-link { color: var(--wl-primary); font-weight: 750; }
.wl2-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.wl2-hero { position: relative; overflow: hidden; padding-block: clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 85% 20%, color-mix(in srgb, var(--wl-brand-color) 14%, transparent), transparent 35%), linear-gradient(155deg, var(--wl2-bg) 35%, var(--wl2-surface)); }
.wl2-hero::after { position: absolute; z-index: 1; right: -10rem; bottom: -16rem; width: 32rem; height: 32rem; border: 1px solid color-mix(in srgb, var(--wl-brand-color) 18%, transparent); border-radius: 50%; pointer-events: none; content: ""; }
.wl2-hero--background { min-height: clamp(34rem, 70vh, 49rem); display: grid; align-items: center; background: var(--wl2-bg); }
.wl2-hero--background::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--wl2-bg) 97%, transparent) 0%, color-mix(in srgb, var(--wl2-bg) 92%, transparent) 42%, color-mix(in srgb, var(--wl2-bg) 54%, transparent) 72%, color-mix(in srgb, var(--wl2-bg) 20%, transparent) 100%); pointer-events: none; content: ""; }
.wl2-hero__background { position: absolute; z-index: 0; inset: 0; margin: 0; }
.wl2-hero__background img { width: 100%; height: 100%; object-fit: cover; }
.wl2-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.wl2-hero__grid--single { grid-template-columns: minmax(0, 1fr); }
.wl2-hero__copy { max-width: 44rem; }
.wl2-hero h1 { max-width: 18ch; margin-bottom: 1.25rem; color: var(--wl-hero-title-color, var(--wl2-text)); font-size: clamp(2.6rem, 6vw, 5.4rem); }
.wl-landing--hero-title-compact .wl2-hero h1 { font-size: clamp(2.25rem, 5vw, 4.35rem); }
.wl-landing--hero-title-large .wl2-hero h1 { font-size: clamp(3rem, 7vw, 6.3rem); }
.wl2-hero__lead { max-width: 39rem; color: var(--wl2-muted); font-size: clamp(1.05rem, 2vw, 1.32rem); }
.wl2-badges { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.wl2-badges li { display: inline-flex; align-items: center; gap: .4rem; padding: .42rem .7rem; border: 1px solid var(--wl2-border); border-radius: 999px; background: color-mix(in srgb, var(--wl2-bg) 85%, transparent); color: var(--wl2-muted); font-size: .85rem; font-weight: 650; }
.wl2-badges svg { width: 1rem; height: 1rem; fill: none; stroke: var(--wl-primary); stroke-width: 2; }
.wl2-hero__media { margin: 0; overflow: hidden; border-radius: var(--wl2-radius); background: var(--wl2-surface-strong); box-shadow: var(--wl2-shadow); }
.wl2-hero__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.wl2-facts { border-block: 1px solid var(--wl2-border); background: var(--wl2-bg); }
.wl2-facts__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); }
.wl2-facts__grid div { min-height: 8rem; display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; border-inline-start: 1px solid var(--wl2-border); }
.wl2-facts__grid div:last-child { border-inline-end: 1px solid var(--wl2-border); }
.wl2-facts strong { color: var(--wl-primary); font-size: clamp(1.65rem, 4vw, 2.5rem); line-height: 1.1; }
.wl2-facts span { color: var(--wl2-muted); font-size: .9rem; }

.wl2-card { border: 1px solid var(--wl2-border); border-radius: var(--wl2-radius); background: var(--wl2-bg); }
.wl2-programs { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.wl2-program { grid-column: span 4; display: flex; flex-direction: column; padding: clamp(1.25rem, 3vw, 2rem); }
.wl2-program:nth-child(5n + 1):last-child,
.wl2-program:nth-child(5n + 2):last-child { grid-column: span 6; }
.wl2-program h3 { margin: .8rem 0; font-size: 1.45rem; }
.wl2-program p { color: var(--wl2-muted); }
.wl2-program ul,
.wl2-showcase ul,
.wl2-director ul { margin: .75rem 0 1.25rem; padding: 0; list-style: none; }
.wl2-program li,
.wl2-showcase li,
.wl2-director li { display: flex; gap: .55rem; align-items: flex-start; margin-top: .5rem; }
.wl2-program li svg,
.wl2-showcase li svg,
.wl2-director li svg { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; margin-top: .22rem; fill: none; stroke: var(--wl-primary); stroke-width: 2; }
.wl2-program__meta { display: flex; flex-wrap: wrap; gap: .45rem; }
.wl2-program__meta span { padding: .25rem .55rem; border-radius: 999px; background: var(--wl2-surface); color: var(--wl2-muted); font-size: .76rem; font-weight: 700; }
.wl2-program__price { margin-top: auto; font-weight: 750; }
.wl2-program .wl2-button { align-self: flex-start; margin-top: .5rem; }

.wl2-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.8rem, 1.5vw, 1.25rem); }
.wl2-feature-grid--1 { grid-template-columns: minmax(0, 1fr); }
.wl2-feature-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wl2-feature-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wl2-feature-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.wl2-feature-grid article { min-width: 0; padding: clamp(1.25rem, 2.2vw, 2rem); border: 1px solid var(--wl2-border); border-radius: var(--wl2-radius); background: var(--wl2-bg); box-shadow: 0 .75rem 2rem rgba(23, 32, 24, .06); }
.wl2-feature-grid h3 { margin: 1rem 0 .6rem; }
.wl2-feature-grid p { margin-bottom: 0; color: var(--wl2-muted); }
.wl2-icon { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border-radius: .8rem; background: var(--wl-accent-color, var(--wl-eyebrow-color)); color: var(--wl-accent-foreground, #fff); }
.wl2-icon svg { width: 1.4rem; height: 1.4rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.wl2-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.wl2-steps li { position: relative; min-width: 0; padding-top: 1rem; border-top: 2px solid var(--wl2-border); }
.wl2-steps li::after { position: absolute; top: -.38rem; right: -.8rem; width: .7rem; height: .7rem; border-top: 2px solid var(--wl2-border); border-right: 2px solid var(--wl2-border); transform: rotate(45deg); content: ""; }
.wl2-steps li:last-child::after { display: none; }
.wl2-steps__number { color: var(--wl-primary); font-size: .78rem; font-weight: 800; }
.wl2-steps .wl2-icon { margin: .75rem 0; }
.wl2-steps h3 { font-size: 1.05rem; }

.wl2-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(19rem, 31rem); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.wl2-showcase h2 { max-width: 13ch; font-size: clamp(2rem, 4vw, 3.4rem); }
.wl2-showcase p { max-width: 38rem; color: var(--wl2-dark-muted); }
.wl2-showcase li svg { stroke: color-mix(in srgb, var(--wl-brand-color) 35%, var(--wl2-on-dark)); }
.wl2-puzzle-card { min-width: 0; padding: clamp(.75rem, 2vw, 1rem); border: 1px solid color-mix(in srgb, var(--wl-brand-color) 30%, var(--wl2-dark-muted)); border-radius: var(--wl2-radius); background: var(--wl2-puzzle-surface); color: var(--wl2-text); box-shadow: 0 2rem 5rem rgba(0, 0, 0, .3); }
.wl2-puzzle-card__top { min-height: 2.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0 .25rem .65rem; color: var(--wl2-muted); font-size: .82rem; font-weight: 750; }
.wl2-puzzle-card__top strong { color: var(--wl-primary); }
.wl2-puzzle__board { width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: calc(var(--wl2-radius) * .65); background: #f0d9b5; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .16); }
.wl2-puzzle__board cg-board { border-radius: inherit; }
.wl2-puzzle__status { min-height: 3.4rem; display: flex; align-items: center; margin: 0; padding: .65rem .25rem .25rem; color: var(--wl2-muted) !important; font-size: .92rem; font-weight: 700; }
.wl2-puzzle-card.is-solved .wl2-puzzle__status { color: var(--wl2-success-foreground) !important; }
.wl2-puzzle-card.is-wrong .wl2-puzzle__status { color: var(--wl2-destructive-foreground) !important; }
.wl2-puzzle-card.is-wrong .wl2-puzzle__board { animation: wl2-puzzle-wrong .2s ease-in-out 2; }
.wl2-puzzle-card.is-error .wl2-puzzle__board { display: none; }
.wl2-puzzle__controls { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: .65rem; margin-top: .35rem; }
.wl2-puzzle__controls .wl2-button { width: 100%; }
.wl2-section--dark .wl2-puzzle__controls .wl2-button--quiet { border-color: var(--wl2-border); background: transparent; color: var(--wl2-text); }

@keyframes wl2-puzzle-wrong {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(.28rem); }
}

.wl2-trainers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.wl2-trainers--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wl2-trainers--count-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.wl2-trainer { overflow: hidden; }
.wl2-trainer img,
.wl2-trainer__avatar { display: block; width: 100%; height: clamp(13rem, 22vw, 18rem); aspect-ratio: auto; object-fit: cover; }
.wl2-trainer__avatar { display: grid; place-items: center; background: linear-gradient(145deg, var(--wl2-surface-strong), color-mix(in srgb, var(--wl-brand-color) 18%, var(--wl2-bg))); color: var(--wl-primary); font-size: 2rem; font-weight: 850; }
.wl2-trainer > div:last-child { padding: 1.25rem; }
.wl2-trainer h3 { margin-bottom: .5rem; }
.wl2-trainer p { margin-bottom: 0; color: var(--wl2-muted); }
.wl2-trainer .wl2-trainer__role { margin-bottom: .55rem; color: var(--wl-primary); font-weight: 750; }
.wl2-trainer-carousel { min-width: 0; }
.wl2-trainers--carousel { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 2rem) / 3); overflow-x: auto; overscroll-behavior-inline: contain; padding: .2rem 0 .75rem; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.wl2-trainers--carousel::-webkit-scrollbar { display: none; }
.wl2-trainers--carousel .wl2-trainer { scroll-snap-align: start; }
.wl2-trainer-carousel__controls { display: flex; align-items: center; justify-content: flex-end; gap: .65rem; margin-top: 1rem; }
.wl2-trainer-carousel__controls .wl2-button { width: 2.75rem; min-height: 2.75rem; padding: 0; border-radius: 999px; }
.wl2-trainer-carousel__controls .wl2-button:disabled { opacity: .4; cursor: not-allowed; }
.wl2-trainer-carousel__controls span { min-width: 3.75rem; color: var(--wl2-muted); font-size: .82rem; font-weight: 750; text-align: center; }

.wl2-about { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.wl2-prose { max-width: 44rem; color: var(--wl2-muted); font-size: 1.08rem; }
.wl2-language-list { margin-top: 1.5rem; }
.wl2-director { overflow: hidden; border-radius: var(--wl2-radius); background: var(--wl2-bg); box-shadow: var(--wl2-shadow); }
.wl2-director > img { width: 100%; max-height: 24rem; object-fit: cover; }
.wl2-director > div { padding: 1.5rem; }
.wl2-director h3 { margin-bottom: .35rem; font-size: 1.6rem; }
.wl2-director p { color: var(--wl2-muted); }

.wl2-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 11rem; gap: .65rem; }
.wl2-gallery figure { grid-column: span 4; margin: 0; overflow: hidden; border-radius: calc(var(--wl2-radius) * .65); background: var(--wl2-surface); }
.wl2-gallery figure:first-child { grid-column: span 8; grid-row: span 2; }
.wl2-gallery img { width: 100%; height: 100%; object-fit: cover; }
.wl2-video { width: 100%; max-height: 42rem; margin-top: 1rem; border-radius: var(--wl2-radius); background: #000; }

.wl2-news__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.wl2-news__heading .wl2-heading { margin-bottom: 2rem; }
.wl2-news__track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.wl2-news__track--carousel { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 2rem) / 3); overflow-x: auto; overscroll-behavior-inline: contain; padding: .2rem 0 .75rem; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.wl2-news__track--carousel::-webkit-scrollbar { display: none; }
.wl2-news-card { min-width: 0; display: flex; overflow: hidden; flex-direction: column; scroll-snap-align: start; }
.wl2-news-card__image,
.wl2-news-card__placeholder { display: block; width: 100%; height: clamp(11rem, 18vw, 14rem); aspect-ratio: auto; object-fit: cover; }
.wl2-news-card__placeholder { display: grid; place-items: center; background: linear-gradient(145deg, var(--wl2-surface-strong), color-mix(in srgb, var(--wl-accent-color) 18%, var(--wl2-bg))); color: var(--wl-accent-color); font-size: 2.5rem; }
.wl2-news-card__content { min-height: 15rem; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.25rem; }
.wl2-news-card time,
.wl2-news-detail time { color: var(--wl2-muted); font-size: .8rem; font-weight: 700; }
.wl2-news-card h3 { margin: .45rem 0 .65rem; font-size: 1.3rem; }
.wl2-news-card p { display: -webkit-box; margin: 0 0 1rem; overflow: hidden; color: var(--wl2-muted); line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.wl2-news-card .wl2-button { margin-top: auto; }
.wl2-carousel__controls { display: flex; align-items: center; gap: .65rem; margin-bottom: 2rem; }
.wl2-carousel__controls button { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; padding: 0; border: 1px solid var(--wl2-border); border-radius: 999px; background: var(--wl2-bg); color: var(--wl2-text); font: inherit; font-weight: 800; cursor: pointer; }
.wl2-carousel__controls button:hover { border-color: var(--wl-accent-color); color: var(--wl-accent-color); }
.wl2-carousel__controls button:focus-visible { outline: 2px solid var(--wl-accent-color); outline-offset: 2px; }
.wl2-carousel__controls button:disabled { opacity: .4; cursor: not-allowed; }
.wl2-carousel__controls span { min-width: 3.75rem; color: var(--wl2-muted); font-size: .82rem; font-weight: 750; text-align: center; }
.wl2-news-dialog { width: min(calc(100% - 2rem), 54rem); }
.wl2-news-dialog .wl2-dialog__content { max-height: calc(100dvh - 2rem); }
.wl2-news-detail__body { max-width: 50rem; padding: 0; color: var(--wl2-text); }
.wl2-news-detail__body h3 { margin: 1.5rem 0 .65rem; font-size: 1.35rem; }
.wl2-news-detail__body p { color: var(--wl2-muted); line-height: 1.75; }
.wl2-news-detail__body ul { display: grid; gap: .45rem; padding-left: 1.25rem; color: var(--wl2-muted); }
.wl2-news-detail__body figure { margin: 1.5rem 0; }
.wl2-news-detail__body img { width: 100%; max-height: 38rem; border-radius: calc(var(--wl2-radius) * .65); object-fit: cover; }
.wl2-news-detail__body figcaption { margin-top: .55rem; color: var(--wl2-muted); font-size: .85rem; text-align: center; }

.wl2-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); gap: 1rem; }
.wl2-prices article { padding: 1.5rem; }
.wl2-prices h3 { font-size: 1.4rem; }
.wl2-prices dl { margin: 0 0 1.5rem; }
.wl2-prices dl div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; padding-block: .8rem; border-bottom: 1px solid var(--wl2-border); }
.wl2-prices dt { color: var(--wl2-muted); }
.wl2-prices dd { margin: 0; font-weight: 800; white-space: nowrap; }
.wl2-price-plans { display: grid; gap: 1.5rem; }
.wl2-price-filters { display: flex; width: 100%; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; padding: 0; border: 0; background: transparent; }
.wl2-price-filter { display: flex; flex: 0 0 auto; align-items: center; max-width: 100%; min-width: 0; margin: 0; padding: 0; border: 0; }
.wl2-price-filter legend { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wl2-price-filter > div { display: flex; flex-wrap: nowrap; align-items: center; gap: .35rem; }
.wl2-price-filter button { min-height: 1.9rem; padding: .25rem .6rem; border: 1px solid color-mix(in srgb, var(--wl-accent-color) 28%, var(--wl2-border)); border-radius: 999px; background: color-mix(in srgb, var(--wl-accent-color) 6%, var(--wl2-bg)); color: var(--wl2-text); font: inherit; font-size: .78rem; line-height: 1.25; font-weight: 750; cursor: pointer; }
.wl2-price-filter button:hover { border-color: var(--wl-accent-color); }
.wl2-price-filter button:focus-visible { outline: 2px solid var(--wl-accent-color); outline-offset: 2px; }
.wl2-price-filter button.is-active { border-color: color-mix(in srgb, var(--wl-button-color) 80%, var(--wl-button-foreground)); background: var(--wl-button-color); color: var(--wl-button-foreground); }
.wl2-price-plan { position: relative; display: flex; flex-direction: column; gap: 1rem; padding: 1.5rem; border: 1px solid var(--wl2-border); border-radius: var(--wl2-radius); background: var(--wl2-bg); box-shadow: var(--wl2-shadow); }
.wl2-price-plan[hidden] { display: none; }
.wl2-price-plan--popular { border-color: var(--wl-accent-color); box-shadow: 0 1.2rem 3rem color-mix(in srgb, var(--wl-accent-color) 16%, transparent); }
.wl2-price-plan__badge { align-self: flex-start; padding: .3rem .65rem; border-radius: 999px; background: var(--wl-accent-color); color: var(--wl-accent-foreground); font-size: .78rem; font-weight: 800; }
.wl2-price-plan h3 { margin: 0; font-size: 1.55rem; }
.wl2-price-plan__subtitle { margin: -.55rem 0 0; color: var(--wl2-muted); }
.wl2-price-plan__meta { display: flex; flex-wrap: wrap; gap: .5rem; }
.wl2-price-plan__meta span { padding: .28rem .55rem; border-radius: 999px; background: var(--wl2-surface); color: var(--wl2-muted); font-size: .82rem; font-weight: 700; }
.wl2-price-plan__price { display: grid; gap: .18rem; min-height: 4.2rem; align-content: center; }
.wl2-price-plan__price del { color: var(--wl2-muted); }
.wl2-price-plan__price strong { font-size: clamp(1.75rem, 4vw, 2.35rem); line-height: 1; }
.wl2-price-plan__price span { color: var(--wl2-muted); font-size: .85rem; }
.wl2-price-plan ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.wl2-price-plan li { display: flex; gap: .5rem; align-items: flex-start; }
.wl2-price-plan li svg { flex: 0 0 1rem; color: var(--wl-accent-color); }
.wl2-price-plan .wl2-button { margin-top: auto; }
.wl2-price-plans__empty { margin: 0; padding: 1.5rem; border: 1px dashed var(--wl2-border); border-radius: var(--wl2-radius); color: var(--wl2-muted); text-align: center; }

.wl2-faq details { border-bottom: 1px solid var(--wl2-border); }
.wl2-faq summary { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1rem; cursor: pointer; font-weight: 750; list-style: none; }
.wl2-faq summary::-webkit-details-marker { display: none; }
.wl2-faq summary span { color: var(--wl-primary); font-size: 1.4rem; }
.wl2-faq details[open] summary span { transform: rotate(45deg); }
.wl2-faq details p { max-width: 44rem; padding: 0 2rem 1.25rem 0; color: var(--wl2-muted); }

.wl2-reviews__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.wl2-reviews__heading .wl2-heading { margin-bottom: 2rem; }
.wl2-reviews__heading .wl2-heading > p:last-child { margin-bottom: 0; color: var(--wl2-muted); }
.wl2-reviews__heading > .wl2-button { flex: 0 0 auto; margin-bottom: 2rem; }
.wl2-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.wl2-review-card { min-width: 0; padding: clamp(1.25rem, 2.4vw, 1.75rem); box-shadow: 0 .75rem 2rem rgba(23, 32, 24, .05); }
.wl2-review-card__author { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
.wl2-review-card__avatar { width: 2.75rem; height: 2.75rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 999px; background: var(--wl-accent-color); color: var(--wl-accent-foreground); font-size: .8rem; font-weight: 850; }
.wl2-review-card p { margin-bottom: 0; color: var(--wl2-muted); line-height: 1.65; overflow-wrap: anywhere; }
.wl2-reviews__empty { padding: 1.5rem; border: 1px dashed var(--wl2-border); border-radius: var(--wl2-radius); color: var(--wl2-muted); text-align: center; }
.wl2-reviews__empty p { margin: 0; }

.wl2-dialog { width: min(calc(100% - 2rem), 34rem); max-height: calc(100dvh - 2rem); margin: auto; padding: 0; overflow: hidden; border: 1px solid var(--wl2-border); border-radius: var(--radius-xl); background: var(--popover); color: var(--popover-foreground); box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, .24); }
.wl2-dialog::backdrop { background: var(--wl2-dialog-overlay); backdrop-filter: blur(2px); }
.wl2-dialog__content { max-height: calc(100dvh - 2rem); display: flex; flex-direction: column; margin: 0; }
.wl2-dialog__header { position: relative; display: flex; gap: 1rem; padding: 1rem 3.5rem 0 1rem; }
.wl2-dialog__header h2 { margin-bottom: .35rem; font-size: 1rem; font-weight: 700; letter-spacing: normal; }
.wl2-dialog__header p { margin-bottom: 0; color: var(--wl2-muted); font-size: .875rem; line-height: 1.5; }
.wl2-dialog__close { position: absolute; top: .75rem; right: .75rem; width: 2rem; height: 2rem; display: grid; place-items: center; padding: 0; border: 0; border-radius: .5rem; background: transparent; color: var(--wl2-muted); font: inherit; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.wl2-dialog__close:hover { background: var(--accent, var(--wl2-surface)); color: var(--accent-foreground, var(--wl2-text)); }
.wl2-dialog > form > .wl2-alert { margin: 1rem 1rem 0; }
.wl2-dialog__body { min-height: 0; overflow-y: auto; padding: 1rem; }
.wl2-dialog__footer { display: flex; justify-content: flex-end; gap: .75rem; padding: 0 1rem 1rem; }
.wl2-dialog-open { overflow: hidden; }

.wl2-conversion { background: linear-gradient(140deg, var(--wl2-dark), color-mix(in srgb, var(--wl-brand-color) 25%, var(--wl2-dark))); color: var(--wl2-dark-text); }
.wl2-conversion :focus-visible,
.wl2-section--dark :focus-visible { outline-color: var(--wl2-on-dark); box-shadow: 0 0 0 .12rem var(--wl2-dark); }
.wl2-conversion__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(20rem, 1.15fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.wl2-conversion h2 { max-width: 13ch; font-size: clamp(2rem, 4vw, 3.4rem); }
.wl2-conversion > p { color: var(--wl2-dark-muted); }
.wl2-contacts { display: grid; gap: .8rem; margin-top: 2rem; font-style: normal; }
.wl2-contacts a,
.wl2-contacts span { display: flex; gap: .65rem; align-items: flex-start; color: inherit; }
.wl2-contacts svg { width: 1.2rem; height: 1.2rem; flex: 0 0 auto; margin-top: .2rem; fill: none; stroke: color-mix(in srgb, var(--wl-brand-color) 35%, var(--wl2-on-dark)); stroke-width: 1.8; }
.wl2-form { padding: clamp(1.25rem, 3vw, 2rem); border-radius: var(--wl2-radius); background: var(--wl2-bg); color: var(--wl2-text); box-shadow: var(--wl2-shadow); }
.wl2-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.wl2-form legend { margin-bottom: 1.25rem; font-size: 1.5rem; font-weight: 800; }
.wl2-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.wl2-field { display: grid; gap: .35rem; margin-bottom: .85rem; }
.wl2-field label { font-size: .88rem; font-weight: 700; }
.wl2-field input,
.wl2-field textarea { width: 100%; min-height: 3rem; padding: .72rem .85rem; border: 1px solid var(--wl2-border); border-radius: .65rem; background: var(--wl2-bg); color: var(--wl2-text); font-size: 1rem; }
.wl2-field textarea { min-height: 7rem; resize: vertical; }
.wl2-field input[aria-invalid="true"],
.wl2-field textarea[aria-invalid="true"] { border-color: var(--wl2-destructive); }
.wl2-field p,
.wl2-field-error { margin: 0 0 .65rem; color: var(--wl2-destructive-foreground); font-size: .85rem; }
.wl2-consent { display: flex; gap: .7rem; align-items: flex-start; margin: .75rem 0 1rem; font-size: .88rem; }
.wl2-checkbox { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .18rem; accent-color: var(--wl-primary); }
.wl2-checkbox:focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; }
.wl2-checkbox[aria-invalid="true"] { accent-color: var(--wl2-destructive); outline-color: var(--wl2-destructive); }
.wl2-alert { margin-bottom: 1rem; padding: .8rem 1rem; border: 1px solid; border-radius: .65rem; }
.wl2-alert--success { border-color: color-mix(in srgb, var(--wl2-success) 45%, var(--wl2-border)); background: color-mix(in srgb, var(--wl2-success) 8%, var(--wl2-bg)); color: var(--wl2-success-foreground); }
.wl2-alert--error { border-color: color-mix(in srgb, var(--wl2-destructive) 45%, var(--wl2-border)); background: color-mix(in srgb, var(--wl2-destructive) 8%, var(--wl2-bg)); color: var(--wl2-destructive-foreground); }
.wl2-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.wl2-footer { padding-block: 2.5rem; border-top: 1px solid var(--wl2-border); background: var(--wl2-bg); }
.wl2-footer .wl2-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; }
.wl2-footer p { width: 100%; margin: 0; color: var(--wl2-muted); font-size: .85rem; }
.wl2-footer__links { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.wl2-preview { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; padding: .65rem .9rem; border-radius: .6rem; background: var(--wl2-preview-bg); color: var(--wl2-preview-foreground); font-size: .8rem; font-weight: 750; box-shadow: var(--wl2-shadow); }

@media (max-width: 70rem) {
    .wl2-trainers:not(.wl2-trainers--carousel) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wl2-trainers--carousel { grid-auto-columns: calc((100% - 2rem) / 3); }
}

@media (max-width: 64rem) {
    .wl2-hero__grid,
    .wl2-showcase,
    .wl2-about,
    .wl2-conversion__grid { grid-template-columns: 1fr; }
    .wl2-program { grid-column: span 6; }
    .wl2-feature-grid,
    .wl2-feature-grid--4,
    .wl2-feature-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wl2-trainers:not(.wl2-trainers--carousel) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wl2-trainers--carousel { grid-auto-columns: calc((100% - 1rem) / 2); }
    .wl2-puzzle-card { width: min(100%, 31rem); }
    .wl2-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wl2-news__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wl2-news__track--carousel { grid-template-columns: none; grid-auto-columns: calc((100% - 1rem) / 2); }
}

@media (max-width: 48rem) {
    .wl2-container { width: min(calc(100% - 1.25rem), 74rem); }
    .wl2-section { padding-block: 3.5rem; }
    .wl2-brand__name { max-width: 10.5rem; }
    .wl2-brand img { max-width: 8rem; }
    .wl2-menu-control { display: block; margin-inline-start: auto; }
    .wl2-menu-button { display: inline-flex; align-items: center; justify-content: center; }
    .wl2-navigation { display: none; }
    .wl2-hero { padding-block: 3.5rem; }
    .wl2-hero--background { min-height: 34rem; }
    .wl2-hero--background::before { background: color-mix(in srgb, var(--wl2-bg) 84%, transparent); }
    .wl2-hero__grid { gap: 2.5rem; }
    .wl2-facts__grid { grid-template-columns: 1fr 1fr; }
    .wl2-facts__grid div { min-height: 6.5rem; padding: 1rem; border-bottom: 1px solid var(--wl2-border); }
    .wl2-programs { display: grid; grid-template-columns: 1fr; }
    .wl2-program,
    .wl2-program:nth-child(5n + 1):last-child,
    .wl2-program:nth-child(5n + 2):last-child { grid-column: auto; }
    .wl2-feature-grid,
    .wl2-steps,
    .wl2-trainers:not(.wl2-trainers--carousel) { grid-template-columns: 1fr; }
    .wl2-trainers--carousel { grid-auto-columns: min(82vw, 20rem); }
    .wl2-trainer img,
    .wl2-trainer__avatar { height: clamp(12rem, 58vw, 16rem); }
    .wl2-news-card__image,
    .wl2-news-card__placeholder { height: clamp(10rem, 52vw, 14rem); }
    .wl2-steps { gap: .5rem; }
    .wl2-steps li { display: grid; grid-template-columns: auto 1fr; gap: 0 .75rem; padding: 1rem 0; }
    .wl2-steps li::after { display: none; }
    .wl2-steps .wl2-icon { grid-row: 1 / 3; margin: 0; }
    .wl2-steps__number { display: none; }
    .wl2-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 10rem; }
    .wl2-gallery figure,
    .wl2-gallery figure:first-child { grid-column: auto; grid-row: auto; }
    .wl2-gallery figure:first-child { grid-column: span 2; }
    .wl2-price-filter > div { flex-wrap: wrap; }
    .wl2-form__row { grid-template-columns: 1fr; gap: 0; }
    .wl2-reviews__heading { align-items: stretch; flex-direction: column; gap: 0; }
    .wl2-reviews__heading > .wl2-button { align-self: flex-start; }
    .wl2-review-grid { grid-template-columns: 1fr; }
    .wl2-news__heading { align-items: stretch; flex-direction: column; gap: 0; }
    .wl2-news__heading .wl2-heading { margin-bottom: 1rem; }
    .wl2-carousel__controls { margin-bottom: 1.25rem; }
    .wl2-news__track { grid-template-columns: 1fr; }
    .wl2-news__track--carousel { grid-template-columns: none; grid-auto-columns: min(86vw, 22rem); }
    .wl2-dialog__footer { align-items: stretch; flex-direction: column-reverse; }
    .wl2-dialog__footer .wl2-button { width: 100%; }
    .wl2-footer .wl2-container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 23rem) {
    .wl2-brand__name { max-width: 7rem; }
    .wl2-brand img { max-width: 6rem; }
    .wl2-header__actions { align-items: stretch; flex-direction: column; }
    .wl2-nav { grid-template-columns: 1fr; }
    .wl2-actions { align-items: stretch; flex-direction: column; }
    .wl2-facts__grid { grid-template-columns: 1fr; }
    .wl2-gallery { grid-template-columns: 1fr; }
    .wl2-gallery figure:first-child { grid-column: auto; }
    .wl2-prices dl div { grid-template-columns: 1fr; gap: .2rem; }
    .wl2-puzzle__controls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .wl-landing--v2 *,
    .wl-landing--v2 *::before,
    .wl-landing--v2 *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
    .wl2-puzzle-card.is-wrong .wl2-puzzle__board { animation: none; }
}

@media print {
    .wl2-header,
    .wl2-preview,
    .wl2-form,
    .wl2-dialog { display: none !important; }
    .wl2-section { break-inside: avoid; }
}
