.wp-block-headless-story-how-it-works {
    background: #ffffff;
    border-radius: 32px;
    padding: 108px 64px;
}

.story-hiw__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.story-hiw__eyebrow {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #365072;
    margin: 0;
}

.story-hiw__divider {
    display: block;
    width: 151px;
    height: 5px;
    background: #fa700d;
    border-radius: 3px;
}

.story-hiw__body {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.story-hiw__steps {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.story-hiw__step {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid rgba(22, 30, 35, 0.15);
}

.story-hiw__step-num {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.1;
    color: #7a9dc0;
    width: 30px;
    flex-shrink: 0;
}

.story-hiw__step-text {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.story-hiw__step-heading {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    color: #365072;
    margin: 0;
}

.story-hiw__step-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #365072;
    margin: 0;
}

.story-hiw__product {
    flex-shrink: 0;
    width: 654px;
    max-width: 45%;
    background: #f0f4f7;
    border-radius: 32px;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    gap: 30px;
}

.story-hiw__product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #263850;
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    padding: 20px 30px;
    border-radius: 60px;
    width: fit-content;
}

.story-hiw__product-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #365072;
    margin: 0;
}

.story-hiw__specs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.story-hiw__spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(22, 30, 35, 0.15);
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
}

.story-hiw__spec-label {
    color: #9ebcca;
}

.story-hiw__spec-value {
    color: #365072;
}

.story-hiw__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fa700d;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 32px;
    border-radius: 99px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: fit-content;
    box-shadow:
        2px 4px 9px rgba(250, 112, 13, 0.1),
        7px 15px 16px rgba(250, 112, 13, 0.09);
    transition: transform 0.2s ease;
}

.story-hiw__cta:hover {
    transform: translateY(-1px);
}

@media (max-width: 1200px) {
    .story-hiw__body {
        flex-direction: column;
    }

    .story-hiw__product {
        width: 100%;
        max-width: 100%;
    }

    .story-hiw__step-heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .wp-block-headless-story-how-it-works {
        padding: 48px 32px;
    }

    .story-hiw__step {
        flex-direction: column;
        gap: 12px;
    }

    .story-hiw__step-heading {
        font-size: 24px;
    }

    .story-hiw__step-desc {
        font-size: 16px;
    }

    .story-hiw__product-badge {
        font-size: 28px;
        padding: 14px 22px;
    }

    .story-hiw__spec-row {
        font-size: 18px;
    }
}
