.lpb-banner {
    border: 2px solid #FFD200;
    background-color: #000000;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.lpb-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.lpb-banner-col {
    box-sizing: border-box;
}

.lpb-banner-col-text {
    flex: 1 1 50%;
    padding: 10px 20px;
    color: #ffffff;
}

.lpb-banner-col-image {
    flex: 1 1 50%;
    padding: 10px 20px;
    text-align: center;
}

.lpb-banner-col-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.lpb-label {
    color: #FFD200;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lpb-headline {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 15px;
    font-weight: 700;
}

.lpb-description {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.lpb-price {
    color: #FFD200;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.lpb-button-wrap {
    margin-top: 10px;
}

.lpb-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #FFD200;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.lpb-button:hover,
.lpb-button:focus {
    background-color: #ffffff;
    color: #000000;
}

/* Responsive */
@media (max-width: 767px) {
    .lpb-banner {
        padding: 30px 15px;
    }

    .lpb-banner-col-text,
    .lpb-banner-col-image {
        flex: 1 1 100%;
        text-align: center;
    }

    .lpb-headline {
        font-size: 26px;
    }

    .lpb-description {
        font-size: 15px;
    }

    .lpb-price {
        font-size: 20px;
    }
}
