.lzb-new-design-whats-included section {
    padding: 90px 0;
}

.lzb-new-design-whats-included .sec-head {
    margin-bottom: 50px;
    max-width: 740px;
}

.lzb-new-design-whats-included .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-whats-included .sec-tag:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--brass, #c9a24b);
}

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

.lzb-new-design-whats-included h2.big .acc {
    color: var(--fairway, #1f7a4d);
}

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

.lzb-new-design-whats-included .incl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.incl-card {
    background: #fff;
    border: 1px solid var(--line-dark);
    border-radius: var(--r);
    padding: 30px;
    box-shadow: var(--shadow);
}
.incl-card h3 {
    font-size: 20px;
    margin-bottom: 18px;
}
.incl-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.incl-card li {
    display: flex;
    gap: 11px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line-dark);
    font-size: 14px;
    color: #46584d;
}
.incl-card li:last-child {
    border-bottom: 0;
}
.incl-card li .mk {
    flex: 0 0 auto;
    font-weight: 800;
}
.incl-card li .yes {
    color: var(--fairway);
}
.incl-card li .no {
    color: #c0563c;
}
.caddie-note {
    background: rgba(63, 168, 106, .08);
    border: 1px solid rgba(63, 168, 106, .3);
    border-radius: var(--r);
    padding: 24px 28px;
    margin-top: 24px;
}
.caddie-note h3 {
    font-family: 'Bricolage Grotesque';
    font-weight: 700;
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 8px;
}
.caddie-note p {
    font-size: 14px;
    color: #46584d;
    line-height: 1.6;
}
.caddie-note b {
    color: var(--fairway-lo);
}

@media (max-width: 900px) {
    .incl-grid {
        grid-template-columns: 1fr;
    }
}
