body.landing-body.story-page {
    background: #f7fafd;
    color: #162338;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.landing-body.story-page *,
body.landing-body.story-page *::before,
body.landing-body.story-page *::after {
    font-family: inherit;
}

.story-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid #dbe6f4;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.story-topbar-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.story-topbar-back {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--lp-blue);
    text-decoration: none;
}

.story-topbar-back:hover {
    color: var(--lp-navy);
}

.story-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 11vw, 112px) 0 clamp(58px, 9vw, 86px);
    border-bottom: 1px solid #dfe9f6;
    background:
        radial-gradient(circle at 82% 14%, rgba(91, 184, 245, 0.22), transparent 36%),
        linear-gradient(155deg, #0b2347 0%, #113a6f 55%, #1b4f8a 100%);
}

.story-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -160px;
    width: 620px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(115, 210, 255, 0.28) 0%, rgba(115, 210, 255, 0) 70%);
    pointer-events: none;
}

.story-hero-inner,
.story-opening-inner,
.story-chapter-inner,
.story-finale-inner {
    position: relative;
    z-index: 1;
}

.story-eyebrow {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8ad7ff;
}

.story-eyebrow::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #53bfff 0%, #8ce0ff 100%);
}

.story-hero h1 {
    margin: 0;
    max-width: 940px;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.07;
    letter-spacing: -0.024em;
    color: #ffffff;
}

.story-hero-lead {
    margin: 22px 0 0;
    max-width: 720px;
    font-size: clamp(17px, 2.1vw, 21px);
    line-height: 1.72;
    color: rgba(233, 245, 255, 0.9);
}

.story-opening {
    padding: 58px 0 48px;
}

.story-opening-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.story-divider {
    width: 54px;
    height: 3px;
    border-radius: 999px;
    margin: 0 auto;
    background: linear-gradient(90deg, #3a9bd5 0%, #5bb8f5 100%);
}

.story-divider-top {
    margin-bottom: 30px;
}

.story-divider-bottom {
    margin-top: 30px;
}

.story-pull-quote {
    margin: 0;
    font-size: clamp(21px, 2.35vw, 30px);
    line-height: 1.62;
    font-weight: 600;
    color: #1b2b43;
}

.story-pull-quote em {
    color: var(--lp-blue);
    font-style: normal;
}

.story-opening-sub {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.78;
    color: #4f627d;
}

.story-chapter {
    padding: 48px 0;
    border-top: 1px solid #e3ebf7;
    background: #ffffff;
}

.story-chapter-alt {
    background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.story-chapter-inner {
    max-width: 860px;
}

.story-chapter-label {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #2e86c1;
}

.story-chapter h2 {
    margin: 0 0 20px;
    font-size: clamp(28px, 3.6vw, 50px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #101f34;
}

.story-body {
    font-size: 20px;
    line-height: 1.72;
    color: #2f4662;
}

.story-body p {
    margin: 0 0 16px;
}

.story-body p:last-child {
    margin-bottom: 0;
}

.story-body strong {
    color: #152946;
}

.story-body-spaced {
    margin-top: 18px;
}

.story-body-spaced-lg {
    margin-top: 22px;
}

.story-scene {
    margin: 24px 0;
    padding: 22px 24px;
    border: 1px solid #c8def3;
    border-left: 3px solid #3a9bd5;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(145deg, #edf5ff 0%, #f8fbff 100%);
}

.story-scene p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.72;
    color: #35506d;
}

.story-scene p:last-child {
    margin-bottom: 0;
}

.story-scene-question {
    color: #1b4f8a;
    font-style: italic;
}

.story-missing-list {
    display: grid;
    gap: 10px;
    margin: 20px 0;
}

.story-missing-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #d5e5f6;
    background: #f8fbff;
    font-size: 15px;
    line-height: 1.56;
    color: #2b445f;
}

.story-missing-item::before {
    content: "✗";
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 800;
    color: #c0392b;
}

.story-features-grid {
    margin: 24px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.story-feature-card {
    border-radius: 12px;
    border: 1px solid #d5e5f6;
    background: #f8fbff;
    padding: 16px;
}

.story-feature-card-title {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1b4f8a;
}

.story-feature-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #3a536f;
}

.story-meaning-box {
    margin-top: 22px;
    padding: 22px 24px;
    border-radius: 12px;
    border: 1px solid #c5def2;
    text-align: center;
    background: linear-gradient(140deg, #eff7ff 0%, #f8fbff 100%);
}

.story-meaning-abbr {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1b4f8a;
}

.story-meaning-claim {
    margin: 0;
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    color: #12253f;
}

.story-heute-list {
    margin-top: 22px;
    display: grid;
    gap: 9px;
}

.story-heute-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 15px;
    line-height: 1.58;
    color: #2c4662;
}

.story-heute-item::before {
    content: "✓";
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 800;
    color: #2e8b57;
}

.story-finale {
    padding: 64px 0 70px;
    border-top: 1px solid #dfe9f6;
    background:
        radial-gradient(circle at 50% -30%, rgba(91, 184, 245, 0.22) 0%, rgba(91, 184, 245, 0) 55%),
        linear-gradient(180deg, #f3f8ff 0%, #f8fbff 100%);
}

.story-finale-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.story-finale-tagline {
    margin: 0 0 10px;
    font-size: clamp(29px, 4.2vw, 46px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #10213a;
}

.story-finale-sub {
    margin: 12px 0 30px;
    font-size: clamp(17px, 2.15vw, 21px);
    line-height: 1.65;
    color: #4a607c;
}

.story-finale-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.story-footer {
    border-top: 1px solid #d8e6f5;
    background: #ffffff;
}

.story-footer-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #667991;
    font-size: 13px;
}

@media (max-width: 860px) {
    .story-features-grid {
        grid-template-columns: 1fr;
    }

    .story-body {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .story-topbar-inner {
        min-height: 58px;
    }

    .story-topbar-back {
        font-size: 11px;
    }

    .story-hero {
        padding: 58px 0 50px;
    }

    .story-opening {
        padding: 38px 0 30px;
    }

    .story-chapter {
        padding: 34px 0;
    }

    .story-chapter h2 {
        font-size: clamp(28px, 9vw, 36px);
    }

    .story-body {
        font-size: 17px;
    }

    .story-scene {
        padding: 16px;
    }

    .story-scene p {
        font-size: 16px;
    }

    .story-meaning-box {
        padding: 18px 16px;
    }

    .story-finale {
        padding: 42px 0 50px;
    }

    .story-finale-actions {
        flex-direction: column;
    }

    .story-finale-actions .lp-btn {
        width: 100%;
    }
}
