.ls-landing {
    position: relative;
    margin: 0 0 clamp(2rem, 5vw, 3.5rem);
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.2rem, 4vw, 3.5rem);
    border-radius: clamp(20px, 3vw, 34px);
    overflow: hidden;
    isolation: isolate;
    color: #faf8f2;
    background:
        radial-gradient(1200px 620px at 78% 12%, rgb(242 131 6 / 34%), transparent 62%),
        radial-gradient(760px 520px at 8% 88%, rgb(58 188 240 / 18%), transparent 66%),
        linear-gradient(155deg, #241a17 0%, #140f12 58%, #0d0a0c 100%);
    box-shadow: 0 30px 80px rgb(20 15 18 / 34%);
}

.ls-landing::before {
    content: '';
    position: absolute;
    inset: -20%;
    background-image: url("../images/pattern-spots-dark-ci57ZJr.svg");
    background-size: 320px;
    opacity: 0.16;
    animation: lsDrift 40s linear infinite;
    pointer-events: none;
    z-index: -2;
}

.ls-landing::after {
    content: '';
    position: absolute;
    inset: auto -10% -40% -10%;
    height: 60%;
    background: radial-gradient(60% 100% at 50% 0%, rgb(242 131 6 / 22%), transparent 70%);
    pointer-events: none;
    z-index: -2;
}

.ls-landing-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    max-width: 1220px;
    margin: 0 auto;
}

.ls-landing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem 0.4rem 0.45rem;
    margin-bottom: clamp(0.9rem, 2vw, 1.3rem);
    border-radius: 999px;
    background: rgb(250 248 242 / 8%);
    border: 1px solid rgb(250 248 242 / 14%);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fdb32b;
    animation: lsRise 700ms var(--ease-spot) both;
}

.ls-landing-eyebrow img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--ls-primary);
}

.ls-landing-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.5rem, 7.2vw, 5.1rem);
    line-height: 0.98;
    letter-spacing: -0.015em;
    margin: 0 0 clamp(0.8rem, 2vw, 1.2rem);
    text-wrap: balance;
}

.ls-landing-title span {
    display: block;
    color: var(--ls-primary-high);
}

.ls-landing-title .ls-word {
    display: inline-block;
    animation: lsRise 760ms var(--ease-spot) both;
}

.ls-landing-lead {
    max-width: 46ch;
    margin: 0 0 clamp(1.4rem, 3vw, 2rem);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.6;
    color: rgb(250 248 242 / 78%);
    animation: lsRise 760ms var(--ease-spot) 260ms both;
}

.ls-landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
    animation: lsRise 760ms var(--ease-spot) 360ms both;
}

.ls-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.95rem 1.7rem;
    border-radius: 999px;
    border: 2px solid transparent;
    font-family: var(--font-stack);
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform 260ms var(--ease-pounce), box-shadow 260ms ease, background 200ms ease;
}

.ls-cta-primary {
    background: linear-gradient(135deg, var(--ls-primary-high), var(--ls-primary) 55%, var(--ls-primary-deep));
    color: var(--ls-ink);
    box-shadow: 0 12px 34px rgb(184 83 11 / 42%);
}

.ls-cta-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 44px rgb(184 83 11 / 52%);
}

.ls-cta-ghost {
    background: rgb(250 248 242 / 6%);
    border-color: rgb(250 248 242 / 26%);
    color: #faf8f2;
}

.ls-cta-ghost:hover {
    background: rgb(250 248 242 / 12%);
    border-color: var(--ls-primary);
    transform: translateY(-3px);
}

.ls-landing-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.86rem;
    color: rgb(250 248 242 / 58%);
    animation: lsRise 760ms var(--ease-spot) 460ms both;
}

.ls-landing-code code {
    font-family: var(--font-code);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    color: var(--ls-accent);
}

.ls-landing-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(260px, 40vw, 560px);
}

.ls-landing-spot {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    height: auto;
    filter: drop-shadow(0 40px 60px rgb(0 0 0 / 55%));
    animation: lsSpotIn 1100ms var(--ease-pounce) both, lsFloat 6s ease-in-out 1100ms infinite;
}

.ls-landing-halo {
    position: absolute;
    z-index: 1;
    width: min(112%, 620px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(242 131 6 / 32%), transparent 62%);
    animation: lsPulse 5.4s ease-in-out infinite;
}

.ls-landing-ring {
    position: absolute;
    z-index: 1;
    width: min(96%, 540px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px dashed rgb(250 248 242 / 18%);
    animation: lsSpin 44s linear infinite;
}

.ls-landing-ring::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--ls-accent);
    box-shadow: 0 0 18px var(--ls-accent);
    translate: -50% 0;
}

.ls-landing-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgb(20 15 18 / 72%);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(250 248 242 / 14%);
    color: #faf8f2;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 12px 30px rgb(0 0 0 / 40%);
    animation: lsRise 700ms var(--ease-spot) both, lsFloat 7s ease-in-out infinite;
}

.ls-landing-chip svg { width: 16px; height: 16px; color: var(--ls-primary-high); }
.ls-landing-chip:nth-of-type(1) { top: 12%; left: -4%; animation-delay: 700ms, 900ms; }
.ls-landing-chip:nth-of-type(2) { top: 46%; right: -6%; animation-delay: 900ms, 1200ms; }
.ls-landing-chip:nth-of-type(3) { bottom: 10%; left: 2%; animation-delay: 1100ms, 1500ms; }

.ls-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: clamp(0.8rem, 2vw, 1.4rem);
    max-width: 1220px;
    margin: clamp(1.8rem, 4vw, 3rem) auto 0;
    padding-top: clamp(1.4rem, 3vw, 2rem);
    border-top: 1px solid rgb(250 248 242 / 12%);
}

.ls-strip-item {
    display: grid;
    gap: 0.2rem;
}

.ls-strip-value {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    line-height: 1;
    color: var(--ls-primary-high);
}

.ls-strip-label {
    font-size: 0.85rem;
    color: rgb(250 248 242 / 62%);
}

.ls-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(0.9rem, 2vw, 1.4rem);
    margin: 0 0 clamp(2rem, 5vw, 3.4rem);
}

.ls-step {
    position: relative;
    padding: clamp(1.3rem, 2.6vw, 1.9rem);
    border-radius: var(--radius-large);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: transform 280ms var(--ease-spot), box-shadow 280ms var(--ease-spot);
}

.ls-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-pop);
}

.ls-step-number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.9rem;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ls-primary-high), var(--ls-primary));
    color: var(--ls-ink);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.15rem;
}

.ls-step h3 {
    margin: 0 0 0.35rem;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.2rem;
}

.ls-step p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.6;
}

.ls-step-spot {
    position: absolute;
    right: -22px;
    bottom: -18px;
    width: 108px;
    height: auto;
    opacity: 0.16;
    pointer-events: none;
    transition: opacity 280ms ease, transform 280ms var(--ease-spot);
}

.ls-step:hover .ls-step-spot {
    opacity: 0.4;
    transform: translateY(-6px) rotate(-4deg);
}

@keyframes lsRise {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: none; }
}

@keyframes lsSpotIn {
    0%   { opacity: 0; transform: translateY(60px) scale(0.86); }
    70%  { opacity: 1; }
    100% { opacity: 1; transform: none; }
}

@keyframes lsFloat {
    0%, 100% { translate: 0 0; }
    50%      { translate: 0 -16px; }
}

@keyframes lsPulse {
    0%, 100% { transform: scale(1);    opacity: 0.85; }
    50%      { transform: scale(1.12); opacity: 0.5; }
}

@keyframes lsSpin {
    to { transform: rotate(360deg); }
}

@keyframes lsDrift {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-320px, -320px, 0); }
}

@media (max-width: 900px) {
    .ls-landing-inner {
        grid-template-columns: minmax(0, 1fr);
        text-align: center;
        justify-items: center;
    }

    .ls-landing-lead { margin-inline: auto; }
    .ls-landing-actions { justify-content: center; }
    .ls-landing-code { justify-content: center; }
    .ls-landing-stage { order: -1; min-height: 240px; }
    .ls-landing-spot { width: min(78%, 340px); }
    .ls-landing-chip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .ls-landing-spot,
    .ls-landing-halo,
    .ls-landing-ring,
    .ls-landing-chip,
    .ls-landing::before {
        animation: none !important;
    }
}

.ls-landing-chip:nth-of-type(1) { top: 10%; left: -6%; }
.ls-landing-chip:nth-of-type(2) { top: 52%; right: -10%; }
.ls-landing-chip:nth-of-type(3) { bottom: 6%; left: -2%; }

@media (max-width: 1180px) {
    .ls-landing-chip:nth-of-type(1) { left: -2%; }
    .ls-landing-chip:nth-of-type(2) { right: -2%; }
    .ls-landing-chip:nth-of-type(3) { left: 0; }
}

[data-thema='donker'] .ls-step {
    background: linear-gradient(160deg, #241b1c, #191315);
    border-color: #3a2e2b;
}

[data-thema='donker'] .ls-step p {
    color: #bdb2a6;
}
