:root {
    --lms-bg: #080d18;
    --lms-surface: #111827;
    --lms-surface-soft: #151e31;
    --lms-line: rgba(203, 213, 225, 0.15);
    --lms-text: #f8fafc;
    --lms-muted: #a7b1c5;
    --lms-indigo: #6d66ff;
    --lms-blue: #58b5ff;
    --lms-mint: #56e2ad;
}

.lms-intro-page {
    background: var(--lms-bg);
    color: var(--lms-text);
}

.lms-intro-page .site-header {
    background: rgba(8, 13, 24, 0.88);
    border-bottom-color: var(--lms-line);
    backdrop-filter: blur(18px);
}

.lms-intro-page main {
    overflow: hidden;
}

.lms-intro-page em {
    color: #9c98ff;
    font-style: normal;
}

.lms-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: center;
    padding: 112px 0 88px;
    background:
        radial-gradient(circle at 75% 32%, rgba(89, 91, 255, 0.22), transparent 30%),
        radial-gradient(circle at 15% 75%, rgba(45, 212, 191, 0.1), transparent 34%),
        linear-gradient(145deg, #070b14 0%, #0b1120 58%, #0a1223 100%);
}

.lms-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
}

.lms-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    align-items: center;
    gap: clamp(48px, 8vw, 120px);
}

.lms-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9c98ff;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.lms-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.lms-hero h1 {
    max-width: 800px;
    margin: 24px 0;
    color: var(--lms-text);
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    line-height: .91;
    letter-spacing: -.065em;
}

.lms-hero__lead {
    max-width: 650px;
    color: var(--lms-muted);
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.75;
}

.lms-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.lms-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 20px;
    border: 1px solid rgba(203, 213, 225, .2);
    border-radius: 999px;
    color: var(--lms-text);
    background: rgba(255,255,255,.04);
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.lms-button:hover,
.lms-button:focus-visible {
    color: #fff;
    border-color: rgba(156, 152, 255, .7);
    transform: translateY(-2px);
    text-decoration: none;
}

.lms-button--primary {
    border-color: transparent;
    background: linear-gradient(135deg, #7068ff, #5048df);
    box-shadow: 0 14px 38px rgba(80, 72, 223, .34);
}

.lms-access-note {
    margin-top: 22px;
    color: #76839b;
    font-size: .78rem;
}

.lms-access-note span {
    margin-right: 7px;
    color: var(--lms-mint);
}

.lms-hero__visual {
    position: relative;
    min-height: 510px;
}

.lms-hero__visual::before,
.lms-hero__visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(129, 140, 248, .22);
    border-radius: 50%;
    inset: 45px 20px;
}

.lms-hero__visual::after {
    inset: 95px 70px;
    border-style: dashed;
}

.lms-orbit-card {
    position: absolute;
    z-index: 2;
    padding: 22px;
    border: 1px solid rgba(203, 213, 225, .16);
    border-radius: 20px;
    background: rgba(17, 24, 39, .85);
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
    backdrop-filter: blur(18px);
}

.lms-orbit-card span {
    display: block;
    margin-bottom: 8px;
    color: #8e99ae;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.lms-orbit-card strong {
    display: block;
    color: #fff;
    font-size: 1.5rem;
}

.lms-orbit-card p,
.lms-orbit-card small {
    color: #aab4c8;
    font-size: .75rem;
}

.lms-orbit-card--main {
    top: 128px;
    left: 50%;
    width: min(380px, 82%);
    padding: 30px;
    transform: translateX(-50%) rotate(-2deg);
}

.lms-orbit-card--main strong {
    font-size: 2.15rem;
}

.lms-orbit-card--top {
    top: 32px;
    right: 0;
    width: 200px;
    transform: rotate(4deg);
}

.lms-orbit-card--top strong {
    color: var(--lms-mint);
}

.lms-orbit-card--bottom {
    bottom: 28px;
    left: 10px;
    width: 220px;
    transform: rotate(3deg);
}

.lms-progress {
    height: 7px;
    margin: 24px 0 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.lms-progress i {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--lms-indigo), var(--lms-mint));
}

.lms-trust-strip {
    border-top: 1px solid var(--lms-line);
    border-bottom: 1px solid var(--lms-line);
    background: #0b1220;
}

.lms-trust-strip .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lms-trust-strip .container > div {
    padding: 28px 26px;
    border-right: 1px solid var(--lms-line);
}

.lms-trust-strip .container > div:last-child {
    border-right: 0;
}

.lms-trust-strip strong,
.lms-trust-strip span {
    display: block;
}

.lms-trust-strip strong {
    color: #fff;
    font-size: .95rem;
}

.lms-trust-strip span {
    margin-top: 5px;
    color: #7f8aa0;
    font-size: .72rem;
}

.lms-section,
.lms-showcase,
.lms-journey {
    padding: clamp(86px, 10vw, 150px) 0;
    background: var(--lms-bg);
}

.lms-section__heading {
    max-width: 850px;
    margin-bottom: 56px;
}

.lms-section__heading h2,
.lms-showcase__copy h2,
.lms-cta h2 {
    margin: 18px 0;
    color: #fff;
    font-size: clamp(2.25rem, 4.5vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.lms-section__heading > p,
.lms-showcase__copy > p {
    max-width: 720px;
    color: var(--lms-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.lms-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--lms-line);
    border-left: 1px solid var(--lms-line);
}

.lms-feature {
    min-height: 280px;
    padding: 30px;
    border-right: 1px solid var(--lms-line);
    border-bottom: 1px solid var(--lms-line);
    background: linear-gradient(145deg, rgba(255,255,255,.025), transparent);
    transition: background .25s ease, transform .25s ease;
}

.lms-feature:hover {
    background: rgba(99, 102, 241, .075);
    transform: translateY(-3px);
}

.lms-feature__number {
    color: #756eff;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .72rem;
}

.lms-feature h3 {
    margin: 54px 0 14px;
    color: #fff;
    font-size: 1.08rem;
}

.lms-feature p {
    color: #8f9ab0;
    font-size: .82rem;
    line-height: 1.75;
}

.lms-showcase {
    border-top: 1px solid var(--lms-line);
    background: #0a101d;
}

.lms-showcase__row {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(42px, 7vw, 100px);
    padding: 80px 0;
    border-bottom: 1px solid var(--lms-line);
}

.lms-showcase__row:first-child {
    padding-top: 0;
}

.lms-showcase__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.lms-showcase__row--reverse {
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
}

.lms-showcase__row--reverse .lms-showcase__copy {
    order: 2;
}

.lms-showcase__copy h2 {
    font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.lms-showcase__copy ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.lms-showcase__copy li {
    position: relative;
    padding-left: 24px;
    color: #c0c8d8;
    font-size: .85rem;
}

.lms-showcase__copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--lms-mint);
}

.lms-browser-shot {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 22px;
    background: #050912;
    box-shadow: 0 30px 90px rgba(0,0,0,.4);
}

.lms-browser-shot img {
    width: 100%;
    display: block;
}

.lms-browser-shot figcaption {
    padding: 14px 18px;
    border-top: 1px solid var(--lms-line);
    color: #808ba0;
    font-size: .7rem;
}

.lms-journey {
    background:
        radial-gradient(circle at 85% 18%, rgba(87, 93, 255, .14), transparent 25%),
        #080d18;
}

.lms-journey__steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--lms-line);
}

.lms-journey__steps li {
    min-height: 230px;
    padding: 26px 24px;
    border-right: 1px solid var(--lms-line);
}

.lms-journey__steps li:last-child {
    border-right: 0;
}

.lms-journey__steps span,
.lms-journey__steps strong,
.lms-journey__steps p {
    display: block;
}

.lms-journey__steps span {
    color: #756eff;
    font: 700 .72rem ui-monospace, SFMono-Regular, Menlo, monospace;
}

.lms-journey__steps strong {
    margin-top: 54px;
    color: #fff;
    font-size: 1rem;
}

.lms-journey__steps p {
    margin-top: 12px;
    color: #8894aa;
    font-size: .78rem;
    line-height: 1.65;
}

.lms-section--faq {
    border-top: 1px solid var(--lms-line);
    background: #0b111e;
}

.lms-faq-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(44px, 8vw, 120px);
}

.lms-faq details {
    border-bottom: 1px solid var(--lms-line);
}

.lms-faq summary {
    padding: 25px 6px;
    color: #f3f6fb;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
}

.lms-faq details p {
    max-width: 720px;
    padding: 0 6px 24px;
    color: #929db2;
    font-size: .85rem;
    line-height: 1.7;
}

.lms-cta {
    padding: 90px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(120deg, rgba(82, 73, 223, .95), rgba(50, 48, 145, .95)),
        var(--lms-indigo);
}

.lms-cta__inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 60px;
}

.lms-cta .lms-kicker,
.lms-cta h2 em {
    color: #d7d5ff;
}

.lms-cta h2 {
    margin-bottom: 0;
}

.lms-cta__inner > div:last-child p {
    margin-bottom: 24px;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

.lms-cta .lms-button--primary {
    color: #27215f;
    background: #fff;
    box-shadow: none;
}

.lms-intro-page .site-footer {
    border-top-color: var(--lms-line);
    background: #070b13;
}

@media (max-width: 1050px) {
    .lms-hero__grid,
    .lms-showcase__row,
    .lms-showcase__row--reverse,
    .lms-faq-layout,
    .lms-cta__inner {
        grid-template-columns: 1fr;
    }

    .lms-hero__visual {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .lms-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lms-showcase__row--reverse .lms-showcase__copy {
        order: initial;
    }

    .lms-showcase__copy {
        max-width: 760px;
    }

    .lms-journey__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .lms-journey__steps li {
        border-bottom: 1px solid var(--lms-line);
    }
}

@media (max-width: 760px) {
    .lms-hero {
        min-height: auto;
        padding: 84px 0 58px;
    }

    .lms-hero__grid {
        gap: 30px;
    }

    .lms-hero h1 {
        font-size: clamp(3rem, 16vw, 4.7rem);
    }

    .lms-hero__actions,
    .lms-button {
        width: 100%;
    }

    .lms-hero__visual {
        min-height: 390px;
    }

    .lms-orbit-card--main {
        top: 92px;
        padding: 22px;
    }

    .lms-orbit-card--top {
        right: 2px;
        width: 158px;
    }

    .lms-orbit-card--bottom {
        bottom: 8px;
        width: 178px;
    }

    .lms-trust-strip .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .lms-trust-strip .container > div:nth-child(2) {
        border-right: 0;
    }

    .lms-trust-strip .container > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--lms-line);
    }

    .lms-feature-grid,
    .lms-journey__steps {
        grid-template-columns: 1fr;
    }

    .lms-feature {
        min-height: 230px;
    }

    .lms-feature h3 {
        margin-top: 36px;
    }

    .lms-showcase__row {
        padding: 58px 0;
    }

    .lms-browser-shot {
        border-radius: 14px;
    }

    .lms-journey__steps li {
        min-height: 190px;
        border-right: 0;
    }

    .lms-journey__steps strong {
        margin-top: 30px;
    }
}
