.cp-wrapper-935e6964 {
    position: relative;
    width: 100%;
}

.cp-trigger-935e6964 {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.cp-trigger-overlay-935e6964 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cp-trigger-935e6964:hover .cp-trigger-overlay-935e6964 {
    opacity: 1;
}

.cp-trigger-icon-935e6964 {
    font-size: 40px;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp-trigger-icon-935e6964 svg {
    width: 40px; height: 40px; fill: #fff;
}

/* Modal */
.cp-modal-935e6964 {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.cp-modal-935e6964.cp-active-935e6964 {
    display: flex;
}

.cp-modal-overlay-935e6964 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Default color now handled in settings */
}

.cp-modal-content-935e6964 {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 30px;
    z-index: 1;
    transition: all 0.3s ease;
}

.cp-modal-close-935e6964 {
    position: absolute;
    top: 15px; right: 15px;
    background: none; border: none;
    font-size: 24px; cursor: pointer;
    color: #333;
}

/* Modal Content Structure */
.cp-intro-935e6964 {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.cp-sec1-top-935e6964 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}
.cp-sec1-left-935e6964 {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp-sec1-left-935e6964 svg {
    width: 32px; height: 32px;
}
.cp-sec1-right-935e6964 { flex: 1; }
.cp-sec1-right-935e6964 h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.cp-sec2-935e6964 {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.cp-col-935e6964 { flex: 1; }

.cp-sec3-935e6964 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cp-sec3-img-wrap-935e6964 {
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    width: 100%;
}
.cp-sec3-img-935e6964 {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.cp-btn-935e6964 {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}
