.lm-home {
        --home-radius: 18px;
        background: var(--lm-paper);
        color: var(--lm-ink);
    }

    .lm-home-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .lm-home-section { padding: clamp(82px, 9vw, 128px) 0; }
    .lm-home-section.is-compact { padding-top: 72px; padding-bottom: 72px; }

    .lm-home-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 28px;
        padding: 0 11px;
        border: 1px solid var(--lm-line);
        border-radius: 999px;
        background: color-mix(in srgb, var(--lm-paper) 94%, var(--lm-accent));
        color: var(--lm-muted);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .lm-home-eyebrow i { color: var(--lm-accent); }
    .lm-home-title { margin: 0; font-size: clamp(44px, 6.2vw, 76px); line-height: .99; letter-spacing: -.058em; font-weight: 800; }
    .lm-home-heading { margin: 0; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.04; letter-spacing: -.048em; font-weight: 800; }
    .lm-home-subheading { margin: 0; font-size: clamp(29px, 3.5vw, 43px); line-height: 1.08; letter-spacing: -.04em; font-weight: 780; }
    .lm-home-copy { margin: 0; color: var(--lm-muted); font-size: 16px; line-height: 1.75; }
    .lm-home-copy.is-large { font-size: 18px; }

    .lm-accent-underline { position: relative; z-index: 0; white-space: nowrap; }
    .lm-accent-underline::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: .05em;
        left: 0;
        height: .11em;
        border-radius: 999px;
        background: var(--lm-accent);
        opacity: .72;
        transform: rotate(-1deg);
    }

    .lm-home-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        min-height: 50px;
        padding: 0 22px;
        border: 1px solid #111;
        border-radius: 13px;
        background: #111;
        color: #fff !important;
        font-size: 14px;
        font-weight: 780;
        box-shadow: 0 16px 30px -22px rgba(0, 0, 0, .7);
        transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .lm-home-button:hover { transform: translateY(-2px); background: #292929; box-shadow: 0 20px 38px -22px rgba(0, 0, 0, .72); }
    .lm-home-button.is-secondary { border-color: var(--lm-line); background: var(--lm-paper); color: var(--lm-ink) !important; box-shadow: none; }
    .lm-home-button.is-secondary:hover { border-color: color-mix(in srgb, var(--lm-ink) 24%, var(--lm-line)); background: var(--lm-soft); }

    .lm-home-hero {
        position: relative;
        overflow: hidden;
        padding: clamp(80px, 9vw, 124px) 0 92px;
        border-bottom: 1px solid var(--lm-line);
        background:
            linear-gradient(color-mix(in srgb, var(--lm-line) 52%, transparent) 1px, transparent 1px),
            linear-gradient(90deg, color-mix(in srgb, var(--lm-line) 52%, transparent) 1px, transparent 1px),
            radial-gradient(circle at 22% 20%, rgba(var(--lm-accent-rgb), .08), transparent 30%),
            linear-gradient(180deg, color-mix(in srgb, var(--lm-paper) 96%, var(--lm-accent)) 0%, var(--lm-paper) 45%);
        background-size: 56px 56px, 56px 56px, auto, auto;
    }

    .lm-home-hero::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 260px;
        pointer-events: none;
        background: linear-gradient(transparent, var(--lm-paper));
    }

    .lm-home-square-scene { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
    .lm-home-float-square {
        position: absolute;
        display: flex;
        width: clamp(78px, 5.2vw, 108px);
        aspect-ratio: 1;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        padding: clamp(12px, 1vw, 17px);
        border: 1px solid color-mix(in srgb, var(--lm-ink) 10%, var(--lm-line));
        border-radius: clamp(17px, 1.35vw, 23px);
        background: color-mix(in srgb, var(--lm-paper) 89%, transparent);
        box-shadow: 0 28px 60px -43px rgba(0, 0, 0, .52);
        opacity: .82;
        backdrop-filter: blur(12px);
        animation: lmHomeSquareFloat 6.2s ease-in-out infinite;
    }
    .lm-home-float-square::after { content: ""; position: absolute; right: -28%; bottom: -30%; width: 68%; aspect-ratio: 1; border-radius: 20px; background: color-mix(in srgb, var(--lm-accent) 11%, transparent); transform: rotate(20deg); }
    .lm-home-float-square i, .lm-home-float-square > span { position: relative; z-index: 1; }
    .lm-home-float-square i { color: var(--lm-accent); font-size: clamp(15px, 1vw, 19px); }
    .lm-home-float-square > span { color: var(--lm-muted); font-size: clamp(8px, .55vw, 10px); font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
    .lm-home-float-square.is-plan { top: 190px; left: max(26px, calc(50% - 735px)); }
    .lm-home-float-square.is-ai { top: 355px; left: max(26px, calc(50% - 620px)); animation-delay: -1.4s; }
    .lm-home-float-square.is-channels { top: 520px; left: max(26px, calc(50% - 695px)); animation-delay: -3.2s; }
    .lm-home-float-square.is-publish { top: 215px; right: max(26px, calc(50% - 735px)); animation-delay: -4.1s; }
    .lm-home-float-square.is-media { top: 380px; right: max(26px, calc(50% - 620px)); animation-delay: -2.3s; }
    .lm-home-float-square.is-analyze { top: 545px; right: max(26px, calc(50% - 695px)); animation-delay: -.7s; }
    @keyframes lmHomeSquareFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-9px) rotate(.8deg); } }

    .lm-hero-intro { position: relative; z-index: 2; max-width: 960px; margin: 0 auto; text-align: center; }
    .lm-hero-intro .lm-home-title { margin-top: 24px; }
    .lm-hero-kicker { margin: 22px 0 0; color: var(--lm-muted); font-size: clamp(16px, 2vw, 20px); line-height: 1.6; }
    .lm-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
    .lm-hero-note { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 16px; color: var(--lm-muted); font-size: 12px; }
    .lm-hero-note span { display: inline-flex; align-items: center; gap: 7px; }
    .lm-hero-note i { color: var(--lm-accent); }

    .lm-product-window {
        position: relative;
        z-index: 3;
        width: min(1080px, calc(100% - 40px));
        margin: 74px auto 0;
        overflow: hidden;
        border: 1px solid var(--lm-line);
        border-radius: 20px;
        background: var(--lm-paper);
        box-shadow: 0 42px 100px -58px rgba(0, 0, 0, .42), 0 6px 18px -12px rgba(0, 0, 0, .16);
    }

    .lm-product-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; min-height: 54px; padding: 0 16px; border-bottom: 1px solid var(--lm-line); }
    .lm-window-meta { display: flex; align-items: center; gap: 10px; min-width: 0; color: var(--lm-muted); font-size: 12px; font-weight: 700; }
    .lm-window-dots { display: flex; gap: 6px; }
    .lm-window-dot { width: 8px; height: 8px; border-radius: 50%; background: #d8d8dc; }
    .lm-window-dot:nth-child(1) { background: #ff6b6b; }
    .lm-window-dot:nth-child(2) { background: #f5bd4f; }
    .lm-window-dot:nth-child(3) { background: #61c454; }
    .lm-window-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    .lm-preview-tabs { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--lm-line); border-radius: 12px; background: var(--lm-soft); }
    .lm-preview-tab { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 0 12px; border: 0; border-radius: 9px; background: transparent; color: var(--lm-muted); font-size: 12px; font-weight: 750; cursor: pointer; }
    .lm-preview-tab.is-active { background: var(--lm-paper); color: var(--lm-ink); box-shadow: 0 4px 12px -9px rgba(0,0,0,.36); }
    .lm-preview-actions { display: flex; justify-content: flex-end; gap: 7px; }
    .lm-preview-action { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid var(--lm-line); border-radius: 9px; color: var(--lm-muted); }

    .lm-product-body { display: grid; grid-template-columns: 176px minmax(0, 1fr); min-height: 530px; }
    .lm-product-sidebar { padding: 18px 13px; border-right: 1px solid var(--lm-line); background: color-mix(in srgb, var(--lm-soft) 70%, var(--lm-paper)); }
    .lm-product-workspace { display: flex; align-items: center; gap: 9px; margin: 0 5px 18px; font-size: 12px; font-weight: 800; }
    .lm-product-workspace-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 9px; background: color-mix(in srgb, var(--lm-accent) 16%, var(--lm-paper)); color: var(--lm-accent); }
    .lm-product-nav { display: grid; gap: 4px; }
    .lm-product-nav-item { display: flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 10px; border-radius: 9px; color: var(--lm-muted); font-size: 12px; font-weight: 650; }
    .lm-product-nav-item.is-active { background: var(--lm-paper); color: var(--lm-ink); box-shadow: 0 6px 18px -16px rgba(0,0,0,.28); }
    .lm-product-nav-item i { width: 15px; text-align: center; }

    .lm-product-main { min-width: 0; padding: 23px; background: var(--lm-paper); }
    .lm-preview-panel { min-height: 480px; }
    .lm-preview-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
    .lm-preview-overline { margin: 0 0 6px; color: var(--lm-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .lm-preview-title { margin: 0; font-size: 23px; letter-spacing: -.035em; font-weight: 800; }
    .lm-preview-button { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 12px; border-radius: 9px; background: #111; color: #fff; font-size: 11px; font-weight: 750; }

    .lm-calendar { overflow: hidden; border: 1px solid var(--lm-line); border-radius: 14px; }
    .lm-calendar-head, .lm-calendar-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .lm-calendar-head { border-bottom: 1px solid var(--lm-line); background: var(--lm-soft); }
    .lm-calendar-day { padding: 11px 9px; border-right: 1px solid var(--lm-line); color: var(--lm-muted); font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }
    .lm-calendar-day:last-child { border-right: 0; }
    .lm-calendar-cell { min-height: 260px; padding: 10px; border-right: 1px solid var(--lm-line); background: var(--lm-paper); }
    .lm-calendar-cell:last-child { border-right: 0; }
    .lm-calendar-date { color: var(--lm-muted); font-size: 10px; font-weight: 750; }
    .lm-post-card { margin-top: 10px; padding: 10px; border: 1px solid var(--lm-line); border-radius: 10px; background: var(--lm-soft); }
    .lm-post-card.is-accent { border-color: color-mix(in srgb, var(--lm-accent) 26%, var(--lm-line)); background: color-mix(in srgb, var(--lm-accent) 7%, var(--lm-paper)); }
    .lm-post-card.is-blue { background: color-mix(in srgb, #4f83ff 7%, var(--lm-paper)); }
    .lm-post-status { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--lm-muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
    .lm-post-status i { font-size: 11px; }
    .lm-post-title { margin: 8px 0 0; font-size: 11px; line-height: 1.45; font-weight: 750; }
    .lm-post-time { margin: 6px 0 0; color: var(--lm-muted); font-size: 9px; }

    .lm-composer-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 16px; }
    .lm-ui-card { border: 1px solid var(--lm-line); border-radius: 14px; background: var(--lm-paper); }
    .lm-ui-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 50px; padding: 0 15px; border-bottom: 1px solid var(--lm-line); font-size: 12px; font-weight: 780; }
    .lm-ui-card-body { padding: 15px; }
    .lm-compose-field { min-height: 150px; padding: 15px; border: 1px solid var(--lm-line); border-radius: 11px; background: var(--lm-soft); color: var(--lm-muted); font-size: 12px; line-height: 1.7; }
    .lm-compose-tools { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
    .lm-compose-tool { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 0 10px; border: 1px solid var(--lm-line); border-radius: 9px; color: var(--lm-muted); font-size: 10px; font-weight: 700; }
    .lm-preview-post { padding: 14px; border: 1px solid var(--lm-line); border-radius: 12px; background: var(--lm-soft); }
    .lm-preview-post-head { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 780; }
    .lm-avatar { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: color-mix(in srgb, var(--lm-accent) 15%, var(--lm-paper)); color: var(--lm-accent); }
    .lm-preview-media { display: grid; place-items: center; aspect-ratio: 16 / 10; margin-top: 12px; border: 1px dashed color-mix(in srgb, var(--lm-accent) 35%, var(--lm-line)); border-radius: 10px; background: linear-gradient(135deg, color-mix(in srgb, var(--lm-accent) 8%, var(--lm-paper)), var(--lm-soft)); color: var(--lm-muted); }

    .lm-analytics-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(230px, .7fr); gap: 16px; }
    .lm-chart { display: flex; align-items: end; gap: 12px; height: 250px; padding: 24px 20px 18px; border-bottom: 1px solid var(--lm-line); }
    .lm-chart-bar { flex: 1; min-width: 14px; border-radius: 7px 7px 3px 3px; background: color-mix(in srgb, var(--lm-accent) 34%, var(--lm-line)); }
    .lm-chart-bar:nth-child(2n) { background: color-mix(in srgb, var(--lm-accent) 72%, var(--lm-paper)); }
    .lm-signal-list { display: grid; gap: 10px; }
    .lm-signal { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid var(--lm-line); border-radius: 11px; background: var(--lm-soft); }
    .lm-signal-name { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 750; }
    .lm-signal-status { color: #198754; font-size: 9px; font-weight: 800; text-transform: uppercase; }

    .lm-channel-strip { border-bottom: 1px solid var(--lm-line); background: var(--lm-paper); }
    .lm-channel-strip-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 11px 22px; min-height: 98px; }
    .lm-channel-strip-label { color: var(--lm-muted); font-size: 11px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
    .lm-channel-chip { display: inline-flex; align-items: center; gap: 8px; color: var(--lm-muted); font-size: 12px; font-weight: 700; }
    .lm-channel-chip i { color: var(--channel-color); font-size: 15px; }

    .lm-section-intro { max-width: 760px; margin: 0 auto 54px; text-align: center; }
    .lm-section-intro .lm-home-heading { margin-top: 18px; }
    .lm-section-intro .lm-home-copy { max-width: 680px; margin: 17px auto 0; }

    .lm-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .lm-feature-card { min-height: 220px; padding: 24px; border: 1px solid var(--lm-line); border-radius: var(--home-radius); background: var(--lm-paper); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
    .lm-feature-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--lm-accent) 22%, var(--lm-line)); box-shadow: 0 24px 50px -38px rgba(0,0,0,.32); }
    .lm-feature-icon { display: inline-flex; flex: 0 0 42px; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 13px; background: var(--icon-bg); color: var(--icon-color); font-size: 17px; line-height: 1; }
    .lm-feature-icon > i, .lm-hub-point-icon > i, .lm-step-icon > i, .lm-use-icon > i { display: block; width: 1em; height: 1em; margin: 0; line-height: 1; text-align: center; }
    .lm-feature-card[data-tone='coral'] { --icon-bg: #fff0ef; --icon-color: #e8584f; }
    .lm-feature-card[data-tone='violet'] { --icon-bg: #f5efff; --icon-color: #8b5cf6; }
    .lm-feature-card[data-tone='blue'] { --icon-bg: #edf4ff; --icon-color: #3478e5; }
    .lm-feature-card[data-tone='green'] { --icon-bg: #eaf8f1; --icon-color: #159267; }
    .lm-feature-card[data-tone='orange'] { --icon-bg: #fff3e9; --icon-color: #e7832f; }
    .lm-feature-card[data-tone='cyan'] { --icon-bg: #eaf9fb; --icon-color: #0d9eb1; }
    .lm-feature-title { margin: 20px 0 0; font-size: 17px; letter-spacing: -.025em; font-weight: 800; }
    .lm-feature-copy { margin: 11px 0 0; color: var(--lm-muted); font-size: 13px; line-height: 1.7; }

    .lm-hub-section { border-block: 1px solid var(--lm-line); background: color-mix(in srgb, var(--lm-soft) 66%, var(--lm-paper)); }
    .lm-hub-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 76px; }
    .lm-orbit { --orbit-inset: 58px; position: relative; container-type: inline-size; width: min(100%, 520px); aspect-ratio: 1; margin-inline: auto; }
    .lm-orbit-ring { position: absolute; inset: var(--orbit-inset); border: 1px solid var(--lm-line); border-radius: 50%; }
    .lm-orbit-ring::after { content: ""; position: absolute; inset: 72px; border: 1px solid var(--lm-line); border-radius: 50%; }
    .lm-orbit-center { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 132px; height: 132px; padding: 16px; border: 1px solid var(--lm-line); border-radius: 50%; background: var(--lm-paper); text-align: center; transform: translate(-50%, -50%); box-shadow: 0 22px 54px -38px rgba(0,0,0,.32); }
    .lm-orbit-center strong { display: block; font-size: 20px; letter-spacing: -.04em; }
    .lm-orbit-center span { display: block; margin-top: 5px; color: var(--lm-muted); font-size: 10px; font-weight: 700; }
    .lm-orbit-item { position: absolute; top: calc(50% - 25px); left: calc(50% - 25px); display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--lm-line); border-radius: 50%; background: var(--lm-paper); color: var(--channel-color); font-size: 19px; line-height: 1; box-shadow: 0 12px 30px -22px rgba(0,0,0,.4); transform: rotate(var(--angle)) translateX(calc(50cqw - var(--orbit-inset))) rotate(calc(-1 * var(--angle))); }
    .lm-orbit-item > i { display: block; width: 1em; height: 1em; margin: 0; line-height: 1; text-align: center; }
    .lm-hub-copy .lm-home-heading { margin-top: 18px; }
    .lm-hub-copy .lm-home-copy { margin-top: 18px; max-width: 580px; }
    .lm-hub-points { display: grid; gap: 10px; margin-top: 28px; }
    .lm-hub-point { display: flex; align-items: flex-start; gap: 11px; padding: 14px; border: 1px solid var(--lm-line); border-radius: 13px; background: var(--lm-paper); }
    .lm-hub-point-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: 0 0 34px; margin: 0; border-radius: 10px; background: color-mix(in srgb, var(--lm-accent) 11%, var(--lm-paper)); color: var(--lm-accent); font-size: 14px; line-height: 1; }
    .lm-hub-point strong { display: block; font-size: 13px; }
    .lm-hub-point > div > span { display: block; margin-top: 4px; color: var(--lm-muted); font-size: 11px; line-height: 1.55; }
    .lm-module-note { display: block; margin-top: 16px; color: var(--lm-muted); font-size: 11px; line-height: 1.6; }

    .lm-workflow-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
    .lm-step { position: relative; min-height: 238px; padding: 22px; border: 1px solid var(--lm-line); border-radius: var(--home-radius); background: var(--lm-paper); }
    .lm-step-number { color: var(--lm-muted); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
    .lm-step-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-top: 38px; border-radius: 13px; background: color-mix(in srgb, var(--lm-accent) 10%, var(--lm-paper)); color: var(--lm-accent); }
    .lm-step h3 { margin: 18px 0 0; font-size: 16px; letter-spacing: -.02em; }
    .lm-step p { margin: 10px 0 0; color: var(--lm-muted); font-size: 12px; line-height: 1.65; }
    .lm-step:not(:last-child)::after { content: ""; position: absolute; top: 42px; right: -13px; z-index: 2; width: 13px; height: 1px; background: var(--lm-line); }

    .lm-use-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .lm-use-card { padding: 26px; border: 1px solid var(--lm-line); border-radius: var(--home-radius); background: var(--lm-paper); }
    .lm-use-card-head { display: flex; align-items: center; gap: 12px; }
    .lm-use-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 13px; background: var(--lm-soft); color: var(--lm-ink); }
    .lm-use-card h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
    .lm-use-card p { margin: 16px 0 0; color: var(--lm-muted); font-size: 13px; line-height: 1.7; }

    .lm-home-band { border-block: 1px solid var(--lm-line); background: var(--lm-soft); }
    .lm-home-band-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; padding: 54px 0; }
    .lm-home-band-card .lm-home-subheading { max-width: 720px; }
    .lm-home-band-card .lm-home-copy { margin-top: 13px; max-width: 680px; }

    .lm-blog-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
    .lm-blog-head .lm-home-heading { max-width: 700px; margin-top: 18px; }
    .lm-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--lm-muted); font-size: 13px; font-weight: 750; white-space: nowrap; }
    .lm-text-link:hover { color: var(--lm-ink); }
    .lm-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .lm-blog-card { overflow: hidden; border: 1px solid var(--lm-line); border-radius: var(--home-radius); background: var(--lm-paper); }
    .lm-blog-media { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--lm-accent) 9%, var(--lm-paper)), var(--lm-soft)); color: var(--lm-accent); }
    .lm-blog-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
    .lm-blog-card:hover .lm-blog-media img { transform: scale(1.025); }
    .lm-blog-media i { font-size: 28px; }
    .lm-blog-body { padding: 20px; }
    .lm-blog-meta { color: var(--lm-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
    .lm-blog-title { margin: 12px 0 0; font-size: 17px; line-height: 1.35; letter-spacing: -.025em; font-weight: 800; }
    .lm-blog-excerpt { margin: 10px 0 0; color: var(--lm-muted); font-size: 12px; line-height: 1.65; }

    .lm-faq-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: start; gap: 74px; }
    .lm-faq-copy .lm-home-heading { margin-top: 18px; }
    .lm-faq-copy .lm-home-copy { margin-top: 18px; }
    .lm-faq-list { display: grid; gap: 9px; }
    .lm-faq-item { overflow: hidden; border: 1px solid var(--lm-line); border-radius: 14px; background: var(--lm-paper); }
    .lm-faq-button { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 62px; padding: 0 18px; border: 0; background: transparent; color: var(--lm-ink); text-align: left; cursor: pointer; }
    .lm-faq-button:focus-visible { outline: 2px solid color-mix(in srgb, var(--lm-accent) 72%, transparent); outline-offset: -3px; border-radius: 12px; }
    .lm-faq-button span { font-size: 13px; font-weight: 780; }
    .lm-faq-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 9px; background: var(--lm-soft); color: var(--lm-muted); transition: transform .2s ease; }
    .lm-faq-icon.is-open { transform: rotate(45deg); color: var(--lm-ink); }
    .lm-faq-answer-grid { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .34s cubic-bezier(.2,.72,.2,1), opacity .2s ease; will-change: grid-template-rows, opacity; }
    .lm-faq-answer-grid.is-open { grid-template-rows: 1fr; opacity: 1; }
    .lm-faq-answer-shell { min-height: 0; overflow: hidden; }
    .lm-faq-answer { padding: 0 18px 18px; color: var(--lm-muted); font-size: 12px; line-height: 1.75; }
    .lm-faq-answer p:first-child { margin-top: 0; }
    .lm-faq-answer p:last-child { margin-bottom: 0; }

    .lm-final-cta { position: relative; overflow: hidden; padding-top: clamp(64px, 7vw, 94px); padding-bottom: clamp(64px, 7vw, 94px); text-align: center; }
    .lm-final-cta::before { content: ""; position: absolute; inset: 20% 15% auto; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--lm-accent-rgb), .12), transparent 68%); filter: blur(12px); }
    .lm-final-cta-inner { position: relative; max-width: 1080px; margin: 0 auto; padding: clamp(52px, 7vw, 88px) clamp(24px, 6vw, 76px); overflow: hidden; border: 1px solid var(--lm-line); border-radius: 26px; background: var(--lm-soft); }
    .lm-final-cta-inner::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 0, rgba(var(--lm-accent-rgb), .11), transparent 46%); }
    .lm-final-cta-inner > * { position: relative; z-index: 1; }
    .lm-final-cta .lm-home-heading { margin-top: 18px; }
    .lm-final-cta .lm-home-copy { max-width: 650px; margin: 18px auto 0; }
    .lm-final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }

    html[data-theme-resolved='dark'] .lm-home { background: var(--lm-paper); }
    html[data-theme-resolved='dark'] .lm-home-button { border-color: #f5f5f5; background: #f5f5f5; color: #111 !important; }
    html[data-theme-resolved='dark'] .lm-home-button.is-secondary { border-color: var(--lm-line); background: var(--lm-paper); color: var(--lm-ink) !important; }
    html[data-theme-resolved='dark'] .lm-product-window { box-shadow: 0 42px 100px -58px rgba(0,0,0,.9); }
    html[data-theme-resolved='dark'] .lm-preview-button { background: #f4f4f5; color: #111; }
    html[data-theme-resolved='dark'] .lm-channel-chip[style*='#111111'], html[data-theme-resolved='dark'] .lm-orbit-item[style*='#111111'] { --channel-color: #f4f4f5 !important; }
    html[data-theme-resolved='dark'] .lm-feature-card[data-tone] { --icon-bg: var(--lm-soft); }

    @media (max-width: 980px) {
        .lm-product-topbar { grid-template-columns: 1fr; padding-block:10px; gap:8px; }
        .lm-window-meta { display:flex; justify-content:center; font-size:12px; }
        .lm-window-dots { display:none; }
        .lm-preview-tabs { justify-self:center; }
        .lm-product-body { grid-template-columns: 144px minmax(0, 1fr); }
        .lm-calendar-cell { min-height: 220px; }
        .lm-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .lm-hub-grid { grid-template-columns: 1fr; gap: 48px; }
        .lm-hub-copy { text-align: center; }
        .lm-hub-copy .lm-home-copy { margin-inline: auto; }
        .lm-hub-points { max-width: 700px; margin-inline: auto; text-align: left; }
        .lm-workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .lm-step:nth-child(2)::after { display: none; }
        .lm-use-cases, .lm-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .lm-use-cases > :last-child, .lm-blog-grid > :last-child { grid-column: 1 / -1; }
        .lm-faq-grid { grid-template-columns: 1fr; gap: 40px; }
        .lm-faq-copy { max-width: 700px; text-align: center; margin-inline: auto; }
    }

    @media (max-width: 720px) {
        .lm-home-shell { width: min(100% - 28px, 1180px); }
        .lm-home-section { padding: 78px 0; }
        .lm-home-hero { padding-top: 72px; padding-bottom: 68px; }
        .lm-hero-kicker br { display: none; }
        .lm-product-window { width: calc(100% - 20px); margin-top: 52px; border-radius: 15px; }
        .lm-product-topbar { min-height: 52px; padding: 0 10px; }
        .lm-preview-tab { min-width: 35px; padding: 0 10px; }
        .lm-preview-tab span { display: none; }
        .lm-product-body { display: block; min-height: auto; }
        .lm-product-sidebar { display: none; }
        .lm-product-main { padding: 14px; }
        .lm-preview-panel { min-height: 420px; }
        .lm-preview-header { align-items: center; }
        .lm-preview-title { font-size: 19px; }
        .lm-preview-button { width: 34px; padding: 0; }
        .lm-preview-button span { display: none; }
        .lm-calendar { overflow-x: auto; }
        .lm-calendar-head, .lm-calendar-grid { min-width: 650px; }
        .lm-composer-grid, .lm-analytics-grid { grid-template-columns: 1fr; }
        .lm-ui-card.is-secondary-preview { display: none; }
        .lm-chart { height: 220px; }
        .lm-channel-strip-inner { justify-content: flex-start; gap: 13px 20px; padding: 22px 0; }
        .lm-channel-strip-label { width: 100%; }
        .lm-feature-grid, .lm-workflow-grid, .lm-use-cases, .lm-blog-grid { grid-template-columns: 1fr; }
        .lm-use-cases > :last-child, .lm-blog-grid > :last-child { grid-column: auto; }
        .lm-feature-card { min-height: auto; }
        .lm-step:not(:last-child)::after { display: none; }
        .lm-orbit { --orbit-inset: 42px; max-width: 390px; }
        .lm-orbit-ring::after { inset: 56px; }
        .lm-orbit-center { width: 110px; height: 110px; }
        .lm-orbit-item { top: calc(50% - 22px); left: calc(50% - 22px); width: 44px; height: 44px; }
        .lm-home-band-card { grid-template-columns: 1fr; gap: 24px; }
        .lm-home-band-card .lm-home-button { width: 100%; }
        .lm-blog-head { align-items: flex-start; flex-direction: column; }
    }

    @media (max-width: 1100px) {
        .lm-home-square-scene {
            position: relative;
            inset: auto;
            display: grid;
            width: min(720px, calc(100% - 40px));
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 10px;
            margin: 36px auto -28px;
        }
        .lm-home-square-scene .lm-home-float-square {
            position: relative;
            inset: auto;
            width: 100%;
            padding: 12px;
            border-radius: 17px;
            opacity: 1;
        }
    }

    @media (max-width: 620px) {
        .lm-home-square-scene {
            width: min(390px, calc(100% - 28px));
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-top: 32px;
            margin-bottom: -18px;
        }
    }

    @media (max-width: 430px) {
        .lm-home-title { font-size: 42px; }
        .lm-hero-actions, .lm-final-actions { display: grid; grid-template-columns: 1fr; }
        .lm-home-button { width: 100%; }
        .lm-orbit { --orbit-inset: 34px; }
        .lm-orbit-ring::after { inset: 48px; }
    }

    /* Luma motion system: progressive enhancement with reduced-motion support. */
    .lm-motion-ready .lm-hero-intro > *,
    .lm-motion-ready .lm-product-window {
        opacity: 0;
        will-change: transform, opacity;
    }

    .lm-motion-ready .lm-hero-intro .lm-home-eyebrow { animation: lmHeroRise .68s cubic-bezier(.2,.72,.2,1) .06s forwards; }
    .lm-motion-ready .lm-hero-intro .lm-home-title { animation: lmHeroRise .82s cubic-bezier(.2,.72,.2,1) .15s forwards; }
    .lm-motion-ready .lm-hero-intro .lm-hero-kicker { animation: lmHeroRise .76s cubic-bezier(.2,.72,.2,1) .26s forwards; }
    .lm-motion-ready .lm-hero-intro .lm-hero-actions { animation: lmHeroRise .72s cubic-bezier(.2,.72,.2,1) .36s forwards; }
    .lm-motion-ready .lm-hero-intro .lm-hero-note { animation: lmHeroRise .68s cubic-bezier(.2,.72,.2,1) .44s forwards; }
    .lm-motion-ready .lm-product-window { animation: lmWindowIn .95s cubic-bezier(.16,.76,.2,1) .5s forwards; }

    .lm-product-window::after {
        content: "";
        position: absolute;
        z-index: 8;
        top: -20%;
        bottom: -20%;
        left: -32%;
        width: 22%;
        pointer-events: none;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
        transform: skewX(-18deg);
        animation: lmWindowSheen 7s ease-in-out 2s infinite;
    }

    html[data-theme-resolved='dark'] .lm-product-window::after { background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent); }
    .lm-window-dot { animation: lmDotPulse 3.2s ease-in-out infinite; }
    .lm-window-dot:nth-child(2) { animation-delay: .22s; }
    .lm-window-dot:nth-child(3) { animation-delay: .44s; }

    .lm-motion-ready .lm-reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity .72s cubic-bezier(.2,.72,.2,1), transform .72s cubic-bezier(.2,.72,.2,1);
        transition-delay: var(--lm-reveal-delay, 0ms);
        will-change: opacity, transform;
    }

    .lm-motion-ready .lm-reveal.is-visible { opacity: 1; transform: translateY(0); }
    .lm-motion-ready .lm-reveal-from-left { transform: translateX(-28px); }
    .lm-motion-ready .lm-reveal-from-right { transform: translateX(28px); }
    .lm-motion-ready .lm-reveal-from-left.is-visible,
    .lm-motion-ready .lm-reveal-from-right.is-visible { transform: translateX(0); }

    .lm-orbit-ring { animation: lmOrbitSpin 30s linear infinite; }
    .lm-orbit-ring::before {
        content: "";
        position: absolute;
        top: -4px;
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--lm-accent);
        box-shadow: 0 0 0 6px rgba(var(--lm-accent-rgb), .1);
    }

    .lm-orbit-center { animation: lmCenterBreathe 4.8s ease-in-out infinite; }
    .lm-channel-chip { transition: transform .2s ease, color .2s ease; }
    .lm-channel-chip:hover { transform: translateY(-3px); color: var(--lm-ink); }
    .lm-feature-card:hover .lm-feature-icon,
    .lm-use-card:hover .lm-use-icon { animation: lmIconPop .45s cubic-bezier(.2,.75,.25,1); }
    .lm-home-button:hover i:last-child { animation: lmArrowNudge .55s ease; }
    .lm-preview-tab.is-active i { animation: lmTabPop .38s cubic-bezier(.2,.75,.25,1); }

    .lm-chart-bar { transform: scaleY(0); transform-origin: bottom; animation: lmBarGrow .75s cubic-bezier(.2,.72,.2,1) forwards; }
    .lm-chart-bar:nth-child(1) { animation-delay: .04s; }
    .lm-chart-bar:nth-child(2) { animation-delay: .10s; }
    .lm-chart-bar:nth-child(3) { animation-delay: .16s; }
    .lm-chart-bar:nth-child(4) { animation-delay: .22s; }
    .lm-chart-bar:nth-child(5) { animation-delay: .28s; }
    .lm-chart-bar:nth-child(6) { animation-delay: .34s; }
    .lm-chart-bar:nth-child(7) { animation-delay: .40s; }
    .lm-chart-bar:nth-child(8) { animation-delay: .46s; }

    @keyframes lmHeroRise {
        from { opacity: 0; transform: translateY(22px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes lmWindowIn {
        from { opacity: 0; transform: translateY(42px) scale(.975); }
        to { opacity: 1; transform: translateY(0) scale(1); }
    }

    @keyframes lmWindowSheen {
        0%, 62% { left: -32%; opacity: 0; }
        68% { opacity: .9; }
        84%, 100% { left: 120%; opacity: 0; }
    }

    @keyframes lmDotPulse {
        0%, 70%, 100% { transform: scale(1); }
        78% { transform: scale(1.34); }
    }

    @keyframes lmOrbitSpin { to { transform: rotate(360deg); } }


    @keyframes lmCenterBreathe {
        0%, 100% { box-shadow: 0 22px 54px -38px rgba(0,0,0,.32), 0 0 0 0 rgba(var(--lm-accent-rgb), .05); }
        50% { box-shadow: 0 22px 54px -38px rgba(0,0,0,.32), 0 0 0 13px rgba(var(--lm-accent-rgb), .035); }
    }

    @keyframes lmIconPop {
        0%, 100% { transform: translateY(0) rotate(0); }
        45% { transform: translateY(-4px) rotate(-4deg); }
    }

    @keyframes lmArrowNudge {
        0%, 100% { transform: translate(0, 0); }
        50% { transform: translate(3px, -2px); }
    }

    @keyframes lmTabPop {
        0% { transform: scale(.76); opacity: .35; }
        100% { transform: scale(1); opacity: 1; }
    }

    @keyframes lmBarGrow { to { transform: scaleY(1); } }


    html[data-theme-resolved='dark'] .lm-home {
        background:
            radial-gradient(ellipse 70% 44rem at 50% -18rem, rgba(var(--lm-accent-rgb), .08), transparent 68%),
            var(--lm-paper);
    }

    html[data-theme-resolved='dark'] .lm-home-hero {
        border-bottom-color: var(--lm-line);
        background:
            linear-gradient(color-mix(in srgb, var(--lm-line) 70%, transparent) 1px, transparent 1px),
            linear-gradient(90deg, color-mix(in srgb, var(--lm-line) 70%, transparent) 1px, transparent 1px),
            radial-gradient(ellipse 54% 54% at 50% 38%, rgba(var(--lm-accent-rgb), .16), transparent 76%),
            radial-gradient(circle at 14% 14%, rgba(var(--lm-accent-rgb), .08), transparent 28%),
            linear-gradient(180deg, #151820 0%, var(--lm-paper) 72%);
        background-size: 56px 56px, 56px 56px, auto, auto, auto;
    }

    html[data-theme-resolved='dark'] .lm-home-hero::after {
        background: linear-gradient(transparent, var(--lm-paper));
    }

    html[data-theme-resolved='dark'] .lm-home-section:nth-of-type(even) {
        border-block: 1px solid var(--lm-line);
        background: color-mix(in srgb, var(--lm-soft) 66%, var(--lm-paper));
    }

    html[data-theme-resolved='dark'] :is(.lm-product-window, .lm-home-card, .lm-feature-card, .lm-use-case-card, .lm-steps-panel) {
        border-color: var(--lm-line);
        background: color-mix(in srgb, var(--lm-soft) 88%, var(--lm-paper));
        box-shadow: 0 30px 68px -54px rgba(0, 0, 0, .82);
    }

    html[data-theme-resolved='dark'] .lm-home-button.is-secondary {
        background: color-mix(in srgb, var(--lm-paper) 84%, var(--lm-soft));
    }

    html[data-theme-resolved='dark'] .lm-home-button.is-secondary:hover {
        background: var(--lm-soft);
        border-color: color-mix(in srgb, var(--lm-accent) 38%, var(--lm-line));
    }

    html[data-theme-resolved='dark'] .lm-final-cta {
        background: var(--lm-paper);
    }

    html[data-theme-resolved='dark'] .lm-final-cta::before {
        inset: 20% 20% auto;
        height: 250px;
        background: radial-gradient(circle, rgba(var(--lm-accent-rgb), .14), transparent 68%);
    }

    html[data-theme-resolved='dark'] .lm-final-cta-inner {
        border-color: color-mix(in srgb, var(--lm-accent) 24%, var(--lm-line));
        background:
            radial-gradient(circle at 50% 0, rgba(var(--lm-accent-rgb), .18), transparent 43%),
            linear-gradient(135deg, #1c1720 0%, #171920 47%, #12151c 100%);
        box-shadow: 0 38px 90px -62px rgba(0, 0, 0, .92);
    }

    html[data-theme-resolved='dark'] .lm-final-cta-inner::after {
        content: "";
        position: absolute;
        inset: 16px;
        border: 1px solid rgba(255, 255, 255, .055);
        border-radius: 18px;
        pointer-events: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .lm-motion-ready .lm-hero-intro > *,
        .lm-motion-ready .lm-product-window,
        .lm-motion-ready .lm-reveal {
            opacity: 1 !important;
            transform: none !important;
            animation: none !important;
            transition: none !important;
        }

        .lm-product-window::after,
        .lm-window-dot,
        .lm-orbit-ring,
        .lm-orbit-item,
        .lm-orbit-center,
        .lm-chart-bar { animation: none !important; }

        .lm-chart-bar { transform: scaleY(1); }
    }
