.lzb-new-design-how-to-book .wrap {
    max-width: var(--maxw, 1180px);
    margin: 0 auto;
    padding: 0 26px;
}

.lzb-new-design-how-to-book section {
    padding: 90px 0;
}

.lzb-new-design-how-to-book .sec-head {
    margin-bottom: 50px;
    max-width: 720px;
}

.lzb-new-design-how-to-book .sec-tag {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--fairway, #1f7a4d);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lzb-new-design-how-to-book .sec-tag:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--brass, #c9a24b);
}

.lzb-new-design-how-to-book h2.big {
    font-size: clamp(30px, 4.5vw, 50px);
    font-weight: 800;
    color: var(--ink, #0a1410);
    margin-bottom: 0;
    line-height: 1.04;
    letter-spacing: -.02em;
}

.lzb-new-design-how-to-book .sec-head p {
    margin-top: 16px;
    font-size: 16px;
    color: #46584d;
    margin-bottom: 0;
}

/* ---- steps ---- */
.lzb-new-design-how-to-book .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 10px;
}

.lzb-new-design-how-to-book .step {
    position: relative;
    background: #fff;
    border: 1px solid var(--line-dark, rgba(10,20,16,.12));
    border-radius: var(--r, 18px);
    padding: 32px 26px;
    box-shadow: var(--shadow, 0 24px 60px -28px rgba(0,0,0,.55));
}

.lzb-new-design-how-to-book .step .no {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 52px;
    color: rgba(63,168,106,.18);
    line-height: .8;
    margin-bottom: 14px;
}

.lzb-new-design-how-to-book .step h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: var(--ink, #0a1410);
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 1.04;
    letter-spacing: -.02em;
}

.lzb-new-design-how-to-book .step p {
    font-size: 14px;
    color: #56685c;
    margin-bottom: 0;
}

@media(max-width:900px) {
    .lzb-new-design-how-to-book .steps-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:640px) {
    .lzb-new-design-how-to-book section {
        padding: 64px 0;
    }
}
