.lzb-offer section.offer {
    background: var(--cream, #f4efe2);
    padding: 60px 0;
}

.lzb-offer .offer-box {
    background: #fff;
    border: 1px solid rgba(201,162,75,.45);
    border-left: 5px solid var(--brass, #c9a24b);
    border-radius: var(--r, 18px);
    padding: 40px;
    box-shadow: 0 12px 30px -24px rgba(0,0,0,.45);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

.lzb-offer .offer-box h2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: clamp(24px, 3.4vw, 36px);
    color: var(--ink, #0a1410);
    margin-bottom: 10px;
    margin-top: 0;
}

.lzb-offer .offer-box h2 .acc {
    color: var(--fairway, #1f7a4d);
}

.lzb-offer .offer-box p {
    font-size: 15px;
    color: #46584d;
    max-width: 560px;
    margin-bottom: 0;
}

.lzb-offer .offer-box .code {
    display: inline-block;
    margin-top: 14px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    letter-spacing: .08em;
    background: rgba(63,168,106,.12);
    color: var(--fairway-lo, #145937);
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 14px;
}

.lzb-offer .btn-go {
    background: var(--brass, #c9a24b);
    color: var(--ink, #0a1410);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 0 14px 30px -12px rgba(201,162,75,.8);
    transition: .2s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.lzb-offer .btn-go:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

@media (max-width: 760px) {
    .lzb-offer .offer-box {
        grid-template-columns: 1fr;
    }
}
