/* Homepage story funnel — kort, licht, trechter */

.om-story {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    padding: 0.5rem 0 3.25rem;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
}

.om-story__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .om-story__inner { padding: 0 2rem; }
}

.om-story__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

@media (min-width: 900px) {
    .om-story__steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

.om-story-step {
    position: relative;
    border-radius: 1.15rem;
    padding: 1.25rem 1.2rem 1.35rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.om-story-step--pain {
    background: linear-gradient(165deg, #fff 0%, #fef2f2 100%);
    border-color: #fecaca;
}

.om-story-step--pain2 {
    background: linear-gradient(165deg, #fff 0%, #fff7ed 100%);
    border-color: #fed7aa;
}

.om-story-step--fix {
    background: linear-gradient(165deg, #fff 0%, #ecfdf5 100%);
    border-color: #a7f3d0;
    box-shadow: 0 14px 36px rgba(16, 185, 129, 0.12);
}

.om-story-step__n {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
    background: #0f172a;
    color: #fff;
}

.om-story-step--fix .om-story-step__n {
    background: linear-gradient(135deg, #ff6b35, #e63946);
}

.om-story-step__tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ea580c;
    margin-bottom: 0.45rem;
}

.om-story-step--fix .om-story-step__tag { color: #059669; }

.om-story-step h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    padding-right: 1.75rem;
    color: #0f172a;
}

.om-story-step p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #475569;
}

.om-story__close {
    margin-top: 2rem;
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.om-story__line {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    line-height: 1.45;
    color: #334155;
    font-weight: 600;
}

.om-story__punch {
    margin: 0 0 1.35rem;
    font-size: 1.2rem;
    color: #0f172a;
}

.om-story__punch strong {
    background: linear-gradient(135deg, #ff6b35, #e63946);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.om-story__ctas {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
}

@media (min-width: 640px) {
    .om-story__ctas {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.om-story__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.35rem;
    border-radius: 0.85rem;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: filter 0.15s, transform 0.15s;
}

.om-story__btn--primary {
    background: linear-gradient(135deg, #ff6b35, #e63946);
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(255, 107, 53, 0.35);
}

.om-story__btn--primary:hover {
    filter: brightness(1.05);
    color: #fff !important;
    transform: translateY(-1px);
}

.om-story__btn--ghost {
    background: #fff;
    color: #0f172a !important;
    border: 1px solid #cbd5e1;
}

.om-story__btn--ghost:hover {
    border-color: #ff6b35;
    color: #ea580c !important;
}

.om-story__fine {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
}

.om-story--do { padding-top: 2.5rem; }

.om-story__intro {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 1.75rem;
}

.om-story__eyebrow {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ff6b35;
}

.om-story__intro h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.45rem, 4vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.15;
    color: #0f172a;
}

.om-story__intro h2 em {
    font-style: normal;
    background: linear-gradient(135deg, #ff6b35, #e63946);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.om-story__intro-lead {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 650;
    color: #475569;
    line-height: 1.45;
}

.om-story__steps--flow .om-story-step--fix {
    border-color: rgba(255, 107, 53, 0.28);
    background: linear-gradient(180deg, #fff7ed 0%, #fff 70%);
}
