.manual-page {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 12vh 0 8vh;
    color: #18202a;
}

.manual-hero {
    text-align: center;
    padding: 2vh 0 5vh;
}

.manual-kicker {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #40516a;
}

.manual-hero h1 {
    margin: 0;
    font-family: "Comic Neue", Arial, Helvetica, sans-serif;
    font-size: clamp(2.6rem, 7vw, 5.5rem);
    line-height: 1;
}

.manual-lead {
    max-width: 760px;
    margin: 1.1rem auto 0;
    font-size: 1.25rem;
    line-height: 1.7;
}

.manual-note {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    max-width: 820px;
    margin: 2rem auto 0;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(24, 32, 42, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 24px rgba(48, 62, 84, 0.08);
}

.manual-note strong {
    white-space: nowrap;
}

.manual-steps,
.manual-features {
    display: grid;
    gap: 1rem;
}

.manual-step,
.manual-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid rgba(24, 32, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 10px 24px rgba(48, 62, 84, 0.07);
}

.manual-step:not(:has(figure)) {
    grid-template-columns: 1fr;
}

.manual-step figure {
    display: flex;
    justify-content: center;
    margin: 0;
}

.step-number {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: #526983;
    font-weight: 700;
    font-size: 0.92rem;
}

.manual-step h2,
.manual-feature h2 {
    margin: 0 0 0.65rem;
    font-size: 1.45rem;
    line-height: 1.25;
}

.manual-step p,
.manual-feature p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
}

.manual-step a,
.manual-feature a {
    color: #274f7d;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.manual-features {
    margin-top: 1rem;
}

.manual-image {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(238, 245, 250, 0.72);
    box-shadow: 0 8px 18px rgba(24, 32, 42, 0.12);
}

.image-small {
    max-height: 170px;
}

.image-medium {
    max-height: 260px;
}

.image-wide {
    max-height: 340px;
}

.image-tall {
    max-height: 520px;
}

@media screen and (max-width: 820px) {
    .manual-page {
        width: min(100% - 1rem, 680px);
        padding-top: 10vh;
    }

    .manual-note,
    .manual-step,
    .manual-feature {
        align-items: stretch;
    }

    .manual-note {
        flex-direction: column;
        gap: 0.4rem;
        text-align: left;
    }

    .manual-step,
    .manual-feature {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .manual-feature {
        justify-items: center;
    }

    .manual-feature div {
        justify-self: stretch;
    }

    .manual-lead {
        font-size: 1.05rem;
    }

    .manual-step h2,
    .manual-feature h2 {
        font-size: 1.22rem;
    }

    .image-small {
        max-height: 150px;
    }

    .image-medium,
    .image-wide {
        max-height: 280px;
    }

    .image-tall {
        max-height: 460px;
    }
}
