/* ── Story Widget ───────────────────────────────────────────────────────────── */
.neweb-story {
    padding: 10rem 1.5rem 6rem;
}

.neweb-story__inner {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.neweb-story__stat {
    margin-bottom: 2rem;
}

.neweb-story__stat-number {
    font-family: var(--font-serif);
    font-size: clamp(5rem, 15vw, 10rem);
    line-height: 1;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}

[data-theme="dark"] .neweb-story__stat-number {
    color: #ffffff;
}

.neweb-story__divider-wrap {
    max-width: 12rem;
    margin: 0 auto 2.5rem;
}

.neweb-story__caption {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #64748b;
    max-width: 28rem;
    margin: 0 auto 4rem;
}

[data-theme="dark"] .neweb-story__caption {
    color: #94a3b8;
}

.neweb-story__heading {
    font-family: var(--font-body);
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

[data-theme="dark"] .neweb-story__heading {
    color: #ffffff;
}

.neweb-story__heading-italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: #94a3b8;
}

[data-theme="dark"] .neweb-story__heading-italic {
    color: #64748b;
}

.neweb-story__description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #64748b;
    max-width: 36rem;
    margin: 0 auto 4rem;
}

[data-theme="dark"] .neweb-story__description {
    color: #94a3b8;
}

/* Steps */
.neweb-story__steps {
    text-align: left;
    margin-top: 3rem;
}

.neweb-story__step {
    display: flex;
    gap: 1.5rem;
    padding: 2rem 0;
    border-top: 1px solid #e2e8f0;
}

[data-theme="dark"] .neweb-story__step {
    border-top-color: #334155;
}

.neweb-story__step-number {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-brand);
    flex-shrink: 0;
    width: 2rem;
}

.neweb-story__step-title {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

[data-theme="dark"] .neweb-story__step-title {
    color: #ffffff;
}

.neweb-story__step-desc {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #64748b;
}

[data-theme="dark"] .neweb-story__step-desc {
    color: #94a3b8;
}
