.marktcheck-guide-hero {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
}

.marktcheck-guide-hero .lead {
    max-width: none;
    width: 100%;
}

.marktcheck-guide-grid {
    display: grid;
    gap: 1rem;
}

.marktcheck-guide-step {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
}

.marktcheck-guide-step__media {
    width: 100%;
    order: 2;
}

.marktcheck-guide-step__content {
    order: 1;
}

.marktcheck-guide-step__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(34, 68, 115, 0.14);
    background: #fff;
}

.marktcheck-guide-step__number {
    margin: 0 0 0.3rem;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1f4d7a;
}

.marktcheck-guide-step h2 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
}

.marktcheck-guide-step p {
    margin: 0.55rem 0 0;
    line-height: 1.5;
}

.marktcheck-guide-note {
    margin-top: 0.25rem;
}

.marktcheck-guide-note h2 {
    margin: 0 0 0.4rem;
    font-size: 1.1rem;
}

.marktcheck-guide-note p {
    margin: 0;
    line-height: 1.5;
}

.marktcheck-guide-section--closing {
    padding-top: 0.35rem;
}

.marktcheck-benefit-card {
    margin-bottom: 1rem;
    border: 1px solid rgba(31, 77, 122, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.marktcheck-benefit-card h2 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    line-height: 1.35;
}

.marktcheck-benefit-card p {
    margin: 0.55rem 0 0;
    line-height: 1.58;
}

.marktcheck-benefit-list {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
}

.marktcheck-benefit-list li {
    margin: 0.45rem 0;
    line-height: 1.48;
}

@media (max-width: 980px) {
    .marktcheck-guide-step {
        grid-template-columns: 1fr;
    }

    .marktcheck-benefit-card h2 {
        font-size: 1.1rem;
    }
}
