.eb-7746e4ab-container {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.eb-7746e4ab-overlay {
    padding: 60px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.eb-7746e4ab-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    width: 100%;
    max-width: 1140px;
    align-items: center;
}

.eb-7746e4ab-col-main {
    color: #ffffff;
}

.eb-7746e4ab-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #ffffff;
}

.eb-7746e4ab-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 25px 0;
    color: rgba(255, 255, 255, 0.9);
}

.eb-7746e4ab-list-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.eb-7746e4ab-gold-text {
    color: #C8A15A;
}

.eb-7746e4ab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.eb-7746e4ab-list-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    position: relative;
    padding-left: 24px;
    line-height: 1.4;
    color: #ffffff;
}

.eb-7746e4ab-list-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #C8A15A;
}

.eb-7746e4ab-col-cta {
    display: flex;
    justify-content: flex-end;
}

.eb-7746e4ab-cta-box {
    background: rgba(10, 43, 2, 0.9);
    border: 2px solid #C8A15A;
    padding: 40px 30px;
    border-radius: 6px;
    text-align: center;
    max-width: 360px;
    width: 100%;
}

.eb-7746e4ab-cta-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 25px 0;
}

.eb-7746e4ab-btn {
    display: inline-block;
    background-color: #C8A15A;
    color: #0A2B02 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #C8A15A;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.eb-7746e4ab-btn:hover {
    background-color: transparent;
    color: #C8A15A !important;
}

@media (max-width: 991px) {
    .eb-7746e4ab-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .eb-7746e4ab-col-cta {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .eb-7746e4ab-overlay {
        padding: 40px 20px;
    }
    .eb-7746e4ab-title {
        font-size: 28px;
    }
    .eb-7746e4ab-list {
        grid-template-columns: 1fr;
    }
}
