/* © 2026 Zohsik */
/* css/pages/wordlyte.css */

/*
  WordLyte Page
  Page-scoped premium landing styles for:
  - WordLyte hero
  - screenshot showcase
  - glass feature rail
  - collapsible feature library
  - trust/privacy row
  - CTA/changelog close
*/

html {
    scroll-behavior: smooth;
}

body.wordlyte-page {
    position: relative;
    background:
        radial-gradient(900px 420px at 74% 10%, rgba(126, 154, 224, .15), transparent 46%),
        radial-gradient(980px 420px at 10% -4%, rgba(151, 169, 205, .16), transparent 46%),
        linear-gradient(180deg, var(--site-bg) 0%, var(--site-bg-2) 56%, #e9eff6 100%);
    color: var(--lux-ink);
}

body.wordlyte-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: .36;
    -webkit-mask-image: radial-gradient(circle at 50% 8%, #000 0%, transparent 68%);
    mask-image: radial-gradient(circle at 50% 8%, #000 0%, transparent 68%);
}

body.wordlyte-page main {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    padding: 0 0 18px;
}

body.wordlyte-page>[data-include] {
    position: relative;
    z-index: 1;
}

.wl-page {
    --wl-max: min(var(--studio-header-max, 1520px), calc(100% - 40px));
    --wl-panel-radius: 28px;
    --wl-card-radius: 22px;
    --wl-stroke: rgba(255, 255, 255, .42);
    --wl-stroke-soft: rgba(255, 255, 255, .28);
    --wl-panel-top: rgba(255, 255, 255, .88);
    --wl-panel-bottom: rgba(255, 255, 255, .68);
    --wl-glass-top: rgba(255, 255, 255, .58);
    --wl-glass-bottom: rgba(255, 255, 255, .28);
    --wl-shadow: 0 14px 30px rgba(15, 23, 42, .09);
    --wl-shadow-strong: 0 22px 54px rgba(92, 112, 142, .14);
}

body.dark.wordlyte-page .wl-page {
    --wl-stroke: rgba(255, 255, 255, .18);
    --wl-stroke-soft: rgba(255, 255, 255, .11);
    --wl-panel-top: rgba(255, 255, 255, .13);
    --wl-panel-bottom: rgba(255, 255, 255, .055);
    --wl-glass-top: rgba(255, 255, 255, .11);
    --wl-glass-bottom: rgba(255, 255, 255, .045);
    --wl-shadow: 0 14px 30px rgba(0, 0, 0, .12);
    --wl-shadow-strong: 0 22px 54px rgba(0, 0, 0, .16);
}

.wl-shell {
    width: var(--wl-max);
    max-width: none;
    margin: 0 auto;
}

.wl-hero {
    position: relative;
    isolation: isolate;
    margin: 0 auto 24px;
    padding: 0 0 clamp(18px, 2.2vw, 30px);
}

.wl-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: clamp(24px, 3.5vw, 48px);
}

.wl-hero-copy {
    min-width: 0;
}

.wl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .56);
    color: var(--lux-quiet);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58);
}

.wl-title {
    margin: 0;
    max-width: none;
    width: 100%;
    color: var(--lux-heading);
    font-size: clamp(48px, 5.2vw, 82px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .94;
}

.wl-lede {
    margin: 22px 0 0;
    max-width: 1120px;
    color: var(--lux-muted);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.66;
}

.wl-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.wl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .62));
    color: var(--lux-ink);
    font-weight: 800;
    letter-spacing: .02em;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .56),
        0 8px 18px rgba(15, 23, 42, .08);
    transition: transform .12s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
}

.wl-button:hover {
    transform: translateY(-1px);
    border-color: rgba(15, 23, 42, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .70));
    color: var(--lux-heading);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .62),
        0 12px 22px rgba(15, 23, 42, .10);
}

.wl-button-primary {
    border-color: rgba(15, 23, 42, .12);
    background: linear-gradient(180deg, #192335, #0d1524);
    color: #f8fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .10),
        0 12px 24px rgba(15, 23, 42, .16);
}

.wl-button-primary:hover {
    border-color: rgba(15, 23, 42, .16);
    background: linear-gradient(180deg, #223049, #111a2a);
    color: #ffffff;
}

.wl-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(92, 112, 142, .18);
    background:
        radial-gradient(circle at 82% 18%, rgba(156, 181, 242, .14), transparent 34%),
        linear-gradient(135deg, rgba(248, 251, 255, .96), rgba(232, 239, 248, .92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .86),
        inset 0 0 0 1px rgba(255, 255, 255, .38),
        inset 0 -1px 0 rgba(92, 112, 142, .10),
        var(--wl-shadow-strong);
}

.wl-hero-card::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .10);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .42;
    pointer-events: none;
}

.wl-hero-card-inner {
    position: relative;
    z-index: 1;
    min-height: 340px;
    padding: clamp(24px, 3vw, 36px);
    display: grid;
    align-content: end;
}

.wl-product-lockup {
    max-width: 560px;
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(92, 112, 142, .14);
    background: rgba(255, 255, 255, .58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .62),
        0 16px 34px rgba(92, 112, 142, .10);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.wl-product-lockup span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--lux-quiet);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.wl-product-lockup span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(25, 35, 53, .70);
    box-shadow: 0 0 12px rgba(25, 35, 53, .14);
}

.wl-product-lockup strong {
    display: block;
    margin-top: 10px;
    color: var(--lux-heading);
    font-size: clamp(1.8rem, 2.6vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: .98;
}

.wl-product-lockup p {
    margin: 10px 0 0;
    color: var(--lux-muted);
    font-size: .96rem;
    line-height: 1.5;
}

.wl-showcase {
    margin-top: 22px;
}

.wl-section {
    position: relative;
    overflow: hidden;
    margin: 0 auto 28px;
    padding: clamp(28px, 3.8vw, 44px) clamp(24px, 3.8vw, 44px);
    border-radius: var(--wl-panel-radius);
    border: 1px solid var(--wl-stroke);
    background: linear-gradient(180deg, var(--wl-panel-top), var(--wl-panel-bottom));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .58),
        var(--wl-shadow);
}

.wl-shell > .wl-section:last-child {
    margin-bottom: 0;
}

#wordlyte-features,
#wordlyte-version-history {
    scroll-margin-top: calc(var(--header-height, 92px) + 26px);
}

.wl-section::before {
    content: "";
    position: absolute;
    inset: 1px 1px auto 1px;
    height: 72px;
    border-radius: 27px 27px 18px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, .12) 62%, transparent);
    opacity: .58;
    pointer-events: none;
}

.wl-section-content {
    position: relative;
    z-index: 1;
}

.wl-section-head {
    margin: 0 0 12px;
    color: var(--lux-heading);
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.02;
}

.wl-section-sub {
    margin: 0;
    max-width: 1080px;
    color: var(--lux-muted);
    font-size: 1.04rem;
    line-height: 1.68;
}

.wl-showcase-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .62fr);
    gap: 22px;
    align-items: stretch;
}

.wl-shot-stage {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border-radius: 24px;
    border: 1px solid var(--wl-stroke-soft);
    background:
        radial-gradient(circle at 78% 18%, rgba(146, 164, 220, .18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .24));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .46),
        0 12px 24px rgba(15, 23, 42, .08);
}

.wl-shot-stage img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.wl-shot-thumbs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.wl-shot-thumb {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid var(--wl-stroke-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, .64), rgba(255, 255, 255, .32));
    color: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .44);
    transition: transform .12s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.wl-shot-thumb:hover,
.wl-shot-thumb.is-active {
    transform: translateY(-1px);
    border-color: rgba(92, 112, 142, .22);
    background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .48));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .56),
        0 8px 16px rgba(92, 112, 142, .10);
}

.wl-shot-thumb img {
    width: 104px;
    height: 66px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    background: rgba(228, 235, 244, .60);
}

.wl-shot-thumb strong {
    display: block;
    color: var(--lux-heading);
    font-size: .90rem;
    font-weight: 900;
    letter-spacing: -.01em;
}

.wl-shot-thumb span {
    display: block;
    margin-top: 4px;
    color: var(--lux-muted);
    font-size: .78rem;
    line-height: 1.35;
}

.wl-focus {
    display: grid;
    grid-template-columns: minmax(360px, .58fr) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.wl-focus-rail-wrap {
    position: relative;
    min-width: 0;
    overflow: visible;
}

.wl-focus-rail {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(92, 112, 142, .14);
    background: linear-gradient(180deg, var(--wl-glass-top), var(--wl-glass-bottom));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .56),
        0 8px 18px rgba(92, 112, 142, .10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.wl-focus-chip {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    min-height: 30px;
    padding: 6px 8px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(15, 23, 42, .66);
    cursor: default;
    font: inherit;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .01em;
    text-align: center;
    outline: none;
    transition: transform .12s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.wl-focus-chip:hover,
.wl-focus-chip:focus-visible {
    transform: translateY(-1px);
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .64));
    color: var(--lux-heading);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .70),
        0 8px 16px rgba(92, 112, 142, .10);
}

.wl-focus-popover {
    position: absolute;
    left: 50%;
    top: calc(100% + 6px);
    z-index: 10;
    width: min(210px, calc(100vw - 52px));
    padding: 9px 10px;
    border-radius: 14px;
    border: 1px solid rgba(92, 112, 142, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(245, 249, 255, .82));
    color: var(--lux-muted);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.38;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -6px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .70),
        0 10px 22px rgba(92, 112, 142, .14);
    transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}

.wl-focus-chip:hover .wl-focus-popover,
.wl-focus-chip:focus-visible .wl-focus-popover {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.wl-focus-copy {
    min-width: 0;
}

.wl-focus-copy strong {
    display: block;
    color: var(--lux-heading);
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
}

.wl-focus-copy p {
    margin: 12px 0 0;
    color: var(--lux-muted);
    font-size: .98rem;
    line-height: 1.62;
}

.wl-feature-board {
    display: grid;
    gap: 24px;
}

.wl-feature-board-head {
    display: none;
}

.wl-feature-board-grid {
    display: grid;
    grid-template-columns: minmax(280px, 370px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    height: clamp(540px, 42vw, 620px);
}

.wl-feature-tabs {
    min-width: 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.wl-feature-tab {
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    min-height: 62px;
    padding: 11px 14px;
    border-radius: 18px;
    border: 1px solid var(--wl-stroke-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .22));
    color: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .40),
        0 8px 16px rgba(92, 112, 142, .05);
    transition: transform .14s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.wl-feature-tab:hover,
.wl-feature-tab:focus-visible,
.wl-feature-tab.is-active {
    transform: translateX(3px);
    border-color: rgba(92, 112, 142, .28);
    background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .42));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .58),
        0 12px 24px rgba(92, 112, 142, .10);
    outline: none;
}

.wl-feature-tab span {
    display: block;
    color: var(--lux-heading);
    font-size: .98rem;
    font-weight: 900;
    letter-spacing: -.018em;
    line-height: 1.05;
}

.wl-feature-tab small {
    display: block;
    margin-top: 4px;
    color: var(--lux-muted);
    font-size: .74rem;
    font-weight: 750;
    line-height: 1.28;
}

.wl-feature-detail {
    position: relative;
    overflow: hidden;
    min-width: 0;
    height: 100%;
    min-height: 0;
    padding: clamp(24px, 3vw, 36px);
    box-sizing: border-box;
    border-radius: 26px;
    border: 1px solid var(--wl-stroke-soft);
    background:
        radial-gradient(circle at 92% 8%, rgba(146, 164, 220, .18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .30));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .52),
        0 14px 28px rgba(92, 112, 142, .10);
}

.wl-feature-detail::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .34;
    pointer-events: none;
}

.wl-feature-detail > * {
    position: relative;
    z-index: 1;
}

.wl-feature-eyebrow {
    display: inline-flex;
    width: max-content;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(92, 112, 142, .18);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(242, 247, 255, .58));
    color: var(--lux-muted);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        0 8px 16px rgba(92, 112, 142, .08);
}

.wl-feature-detail h3 {
    margin: 0;
    color: var(--lux-heading);
    font-size: clamp(2.1rem, 3.2vw, 3.7rem);
    font-weight: 900;
    letter-spacing: -.052em;
    line-height: .95;
}

.wl-feature-detail p {
    margin: 14px 0 0;
    max-width: 860px;
    color: var(--lux-muted);
    font-size: clamp(.98rem, 1.15vw, 1.12rem);
    line-height: 1.6;
}

.wl-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.wl-feature-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid rgba(92, 112, 142, .18);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(242, 247, 255, .58));
    color: var(--lux-heading);
    font-size: .78rem;
    font-weight: 900;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        0 8px 16px rgba(92, 112, 142, .08);
}

.wl-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.wl-feature-list li {
    position: relative;
    padding-left: 17px;
    color: var(--lux-muted);
    font-size: .92rem;
    line-height: 1.48;
}

.wl-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(63, 86, 126, .92), rgba(145, 161, 191, .92));
}

.wl-feature-best {
    margin-top: 20px !important;
    padding-top: 18px;
    border-top: 1px solid var(--wl-stroke-soft);
    font-size: .92rem !important;
}

.wl-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.wl-trust-card {
    min-width: 0;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 249, 255, .54));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        0 12px 24px rgba(92, 112, 142, .08);
}

.wl-trust-card strong {
    display: block;
    color: var(--lux-heading);
    font-size: .95rem;
    font-weight: 900;
    letter-spacing: -.01em;
}

.wl-trust-card span {
    display: block;
    margin-top: 7px;
    color: var(--lux-muted);
    font-size: .84rem;
    line-height: 1.45;
}

.wl-close-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    min-height: clamp(360px, 30vw, 460px);
}

.wl-cta-card,
.wl-changelog-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(92, 112, 142, .16);
    background: linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(246, 249, 255, .56));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        0 14px 28px rgba(92, 112, 142, .09);
    box-sizing: border-box;
}

.wl-cta-card,
.wl-changelog-card {
    display: flex;
    flex-direction: column;
}

.wl-cta-card {
    align-items: stretch;
}

.wl-cta-card > strong,
.wl-changelog-card > strong {
    display: block;
    color: var(--lux-heading);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.04;
}

.wl-cta-card p,
.wl-changelog-card p {
    margin: 10px 0 0;
    color: var(--lux-muted);
    font-size: .94rem;
    line-height: 1.58;
}

.wl-cta-kicker {
    max-width: 720px;
}

.wl-cta-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.wl-cta-list li {
    position: relative;
    padding-left: 16px;
    color: var(--lux-muted);
    font-size: .86rem;
    line-height: 1.42;
}

.wl-cta-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(63, 86, 126, .92), rgba(145, 161, 191, .92));
}

.wl-cta-store {
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(92, 112, 142, .14);
    background: linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(242, 247, 255, .46));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .66),
        0 10px 20px rgba(92, 112, 142, .07);
    box-sizing: border-box;
}

.wl-cta-store strong {
    display: block;
    color: var(--lux-heading);
    font-size: clamp(1.05rem, 1.45vw, 1.32rem);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.wl-cta-store p {
    max-width: 680px;
    font-size: .88rem;
    line-height: 1.48;
}

.wl-version-history {
    display: block;
    max-height: clamp(250px, 22vw, 330px);
    margin-top: 16px;
    padding-right: 6px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.wl-change {
    min-width: 0;
    border: 1px solid rgba(92, 112, 142, .14);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(242, 247, 255, .44));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .64),
        0 8px 16px rgba(92, 112, 142, .06);
    overflow: hidden;
}

.wl-change + .wl-change {
    margin-top: 10px;
}

.wl-change-summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    margin: 0;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    color: var(--lux-heading);
}

.wl-change-summary::-webkit-details-marker {
    display: none;
}

.wl-change-summary::after {
    content: "▾";
    margin-left: auto;
    opacity: .68;
    font-size: .9rem;
    transform: rotate(-90deg);
    transition: transform .14s ease, opacity .14s ease;
}

.wl-change[open] > .wl-change-summary::after {
    transform: rotate(0deg);
    opacity: 1;
}

.wl-change-title {
    font-weight: 900;
    font-size: .95rem;
    letter-spacing: -.015em;
}

.wl-change-name {
    color: var(--lux-muted);
    font-size: .82rem;
    line-height: 1.2;
}

.wl-change-tag {
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid var(--wl-stroke-soft);
    background: rgba(255, 255, 255, .34);
    color: var(--lux-muted);
    font-size: .70rem;
    font-weight: 900;
}

.wl-version-history ul {
    margin: 0;
    padding: 0 14px 14px 28px;
    color: var(--lux-muted);
    font-size: .84rem;
    line-height: 1.52;
}

.wl-version-history li {
    margin: 0 0 7px;
}

.wl-version-history li:last-child {
    margin-bottom: 0;
}

.wl-cta-card .wl-button {
    width: max-content;
    margin-top: 14px;
}

.wl-support-line {
    width: 100%;
    margin-top: auto !important;
    padding-top: 18px;
    white-space: nowrap;
    font-size: .94rem;
    line-height: 1.45;
}

.wl-support-line a {
    color: inherit;
    font-weight: 800;
    white-space: nowrap;
}

.wl-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    place-items: center;
    padding: 22px;
    background: rgba(4, 8, 14, .72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.wl-lightbox.is-open {
    display: grid;
}

.wl-lightbox-panel {
    position: relative;
    width: min(1120px, 100%);
    max-height: min(760px, calc(100vh - 44px));
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(11, 18, 30, .92);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
    overflow: hidden;
}

.wl-lightbox-panel img {
    width: 100%;
    max-height: min(760px, calc(100vh - 44px));
    object-fit: contain;
    display: block;
}

.wl-lightbox-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .92);
    cursor: pointer;
    font: inherit;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

body.dark.wordlyte-page .wl-kicker {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
    color: rgba(218, 228, 248, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
}

body.dark.wordlyte-page .wl-title,
body.dark.wordlyte-page .wl-section-head,
body.dark.wordlyte-page .wl-product-lockup strong,
body.dark.wordlyte-page .wl-focus-copy strong,
body.dark.wordlyte-page .wl-feature-tab span,
body.dark.wordlyte-page .wl-feature-detail h3,
body.dark.wordlyte-page .wl-feature-pills span,
body.dark.wordlyte-page .wl-trust-card strong,
body.dark.wordlyte-page .wl-cta-card strong,
body.dark.wordlyte-page .wl-changelog-card strong {
    color: rgba(255, 255, 255, .96);
}

body.dark.wordlyte-page .wl-lede,
body.dark.wordlyte-page .wl-section-sub,
body.dark.wordlyte-page .wl-product-lockup p,
body.dark.wordlyte-page .wl-focus-copy p,
body.dark.wordlyte-page .wl-feature-tab small,
body.dark.wordlyte-page .wl-feature-detail p,
body.dark.wordlyte-page .wl-feature-list li,
body.dark.wordlyte-page .wl-trust-card span,
body.dark.wordlyte-page .wl-cta-card p,
body.dark.wordlyte-page .wl-changelog-card p {
    color: rgba(205, 216, 238, .76);
}

body.dark.wordlyte-page .wl-hero-card {
    border-color: rgba(255, 255, 255, .18);
    background:
        radial-gradient(circle at 82% 18%, rgba(156, 181, 242, .14), transparent 34%),
        linear-gradient(135deg, rgba(18, 27, 43, .96), rgba(8, 13, 23, .92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -1px 0 rgba(0, 0, 0, .12),
        var(--wl-shadow-strong);
}

body.dark.wordlyte-page .wl-product-lockup,
body.dark.wordlyte-page .wl-shot-thumb,
body.dark.wordlyte-page .wl-feature-tab,
body.dark.wordlyte-page .wl-feature-detail,
body.dark.wordlyte-page .wl-feature-pills span,
body.dark.wordlyte-page .wl-trust-card,
body.dark.wordlyte-page .wl-cta-card,
body.dark.wordlyte-page .wl-changelog-card,
body.dark.wordlyte-page .wl-change,
body.dark.wordlyte-page .wl-cta-store {
    border-color: rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
}

body.dark.wordlyte-page .wl-shot-stage {
    border-color: rgba(255, 255, 255, .12);
    background:
        radial-gradient(circle at 78% 18%, rgba(146, 164, 220, .16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
}

body.dark.wordlyte-page .wl-button:not(.wl-button-primary) {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

body.dark.wordlyte-page .wl-button:not(.wl-button-primary):hover {
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .13);
    color: #ffffff;
}

body.dark.wordlyte-page .wl-focus-rail {
    border-color: rgba(255, 255, 255, .18);
    background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 10px 24px rgba(0, 0, 0, .18);
}

body.dark.wordlyte-page .wl-focus-chip {
    color: rgba(218, 228, 248, .68);
}

body.dark.wordlyte-page .wl-focus-chip:hover,
body.dark.wordlyte-page .wl-focus-chip:focus-visible {
    background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .075));
    color: rgba(255, 255, 255, .94);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .16),
        0 8px 16px rgba(0, 0, 0, .16);
}

body.dark.wordlyte-page .wl-focus-popover {
    border-color: rgba(255, 255, 255, .18);
    background: linear-gradient(180deg, rgba(23, 32, 48, .94), rgba(11, 18, 30, .88));
    color: rgba(218, 228, 248, .82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 14px 28px rgba(0, 0, 0, .22);
}

body.dark.wordlyte-page .wl-feature-tab:hover,
body.dark.wordlyte-page .wl-feature-tab:focus-visible,
body.dark.wordlyte-page .wl-feature-tab.is-active {
    border-color: rgba(255, 255, 255, .20);
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
}

body.dark.wordlyte-page .wl-feature-detail {
    background:
        radial-gradient(circle at 90% 10%, rgba(146, 164, 220, .14), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
}

body.dark.wordlyte-page .wl-feature-eyebrow {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .08);
    color: rgba(205, 216, 238, .76);
}

body.dark.wordlyte-page .wl-change-summary {
    color: rgba(255, 255, 255, .94);
}

body.dark.wordlyte-page .wl-change-name,
body.dark.wordlyte-page .wl-change-tag,
body.dark.wordlyte-page .wl-version-history ul {
    color: rgba(205, 216, 238, .76);
}

body.dark.wordlyte-page .wl-change-tag {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .08);
}

body.dark.wordlyte-page .wl-section::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .13), transparent);
    opacity: .78;
}

@media (max-width: 980px) {
    .wl-shell {
        width: min(var(--studio-header-max, 1520px), calc(100% - 40px));
    }

    .wl-hero-grid,
    .wl-showcase-grid,
    .wl-focus,
    .wl-feature-board-head,
    .wl-feature-board-grid,
    .wl-close-grid {
        grid-template-columns: 1fr;
    }

    .wl-hero-card-inner {
        min-height: 300px;
    }

    .wl-close-grid {
        min-height: 0;
    }

    .wl-cta-card,
    .wl-changelog-card {
        height: auto;
    }

    .wl-version-history {
        max-height: 420px;
    }

    .wl-feature-board-grid {
        height: auto;
    }

    .wl-feature-tabs {
        height: auto;
        grid-template-rows: none;
    }

    .wl-feature-detail {
        height: auto;
        min-height: 420px;
    }

    .wl-shot-thumbs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .wl-shot-thumb {
        grid-template-columns: 1fr;
    }

    .wl-shot-thumb img {
        width: 100%;
        height: 84px;
    }

    .wl-shot-thumb span {
        display: none;
    }

    .wl-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wl-cta-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .wl-shell {
        width: calc(100% - 14px);
    }

    .wl-hero,
    .wl-hero-copy,
    .wl-section-head,
    .wl-section-sub,
    .wl-feature-intro {
        text-align: center;
    }

    .wl-lede,
    .wl-section-sub {
        margin-left: auto;
        margin-right: auto;
    }

    .wl-hero-actions {
        justify-content: center;
    }

    .wl-hero-card-inner {
        min-height: 260px;
        padding: 18px;
    }

    .wl-product-lockup {
        max-width: none;
    }

    .wl-focus-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 22px;
    }

    .wl-feature-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .wl-feature-tab {
        min-height: 58px;
    }

    .wl-feature-detail {
        min-height: 360px;
    }

    .wl-feature-list {
        grid-template-columns: 1fr;
    }

    .wl-shot-stage,
    .wl-shot-stage img {
        min-height: 300px;
    }

    .wl-shot-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wl-trust-grid {
        grid-template-columns: 1fr;
    }

    .wl-support-line {
        white-space: normal;
    }
}

@media (max-width: 560px) {
    .wl-shell {
        width: calc(100% - 10px);
    }

    .wl-hero {
        margin: 2px auto 18px;
        padding: 2px 0 16px;
    }

    .wl-kicker {
        margin-bottom: 14px;
        padding: 7px 12px;
        font-size: .70rem;
    }

    .wl-title {
        font-size: clamp(34px, 11vw, 46px);
        letter-spacing: -.045em;
    }

    .wl-lede {
        font-size: .98rem;
        line-height: 1.58;
    }

    .wl-button {
        width: 100%;
        max-width: none;
    }

    .wl-section {
        padding: 20px 14px 22px;
        border-radius: 22px;
    }

    .wl-section::before {
        border-radius: 21px 21px 16px 16px;
    }

    .wl-hero-card {
        border-radius: 26px;
    }

    .wl-hero-card-inner {
        min-height: 230px;
    }

    .wl-shot-stage,
    .wl-shot-stage img {
        min-height: 240px;
    }

    .wl-feature-tabs {
        grid-template-columns: 1fr;
    }

    .wl-feature-tab {
        min-height: 56px;
        padding: 12px 14px;
    }

    .wl-feature-detail {
        min-height: 320px;
        padding: 20px;
    }

    .wl-feature-list {
        grid-template-columns: 1fr;
    }

    .wl-focus-chip {
        min-height: 28px;
        font-size: .68rem;
    }

    .wl-focus-popover {
        width: min(190px, calc(100vw - 40px));
    }

    .wl-lightbox {
        padding: 12px;
    }

    .wl-lightbox-panel {
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    .wl-button,
    .wl-shot-thumb,
    .wl-focus-chip,
    .wl-focus-popover,
    .wl-feature-tab {
        transition: none;
    }

    .wl-button:hover,
    .wl-shot-thumb:hover,
    .wl-shot-thumb.is-active,
    .wl-focus-chip:hover,
    .wl-focus-chip:focus-visible,
    .wl-feature-tab:hover,
    .wl-feature-tab:focus-visible,
    .wl-feature-tab.is-active {
        transform: none;
    }
}