/* Timed "Schedule a Free Consultation" popup */
.eno-cp-overlay,
.eno-cp-overlay *,
.eno-cp-overlay *::before,
.eno-cp-overlay *::after {
    box-sizing: border-box;
}

.eno-cp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 8, 36, 0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

.eno-cp-overlay.eno-cp-open {
    opacity: 1;
    visibility: visible;
}

.eno-cp-svg {
    width: 16px;
    height: 16px;
    flex: none;
}

.eno-cp-modal {
    background: #fff;
    width: 100%;
    max-width: 1160px;
    max-height: 92vh;
    border-radius: 18px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 80px rgba(15, 8, 36, 0.45);
    position: relative;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.25s ease;
    min-width: 0;
}

.eno-cp-overlay.eno-cp-open .eno-cp-modal {
    transform: translateY(0) scale(1);
}

.eno-cp-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.eno-cp-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #190c39;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eno-cp-close:hover {
    background: #fff;
}

.eno-cp-left {
    background: linear-gradient(160deg, #2b1259 0%, #190c39 55%, #12082b 100%);
    color: #fff;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.eno-cp-brand {
    margin-bottom: 26px;
}

.eno-cp-logo-full {
    height: 32px;
    width: auto;
    display: block;
}

.eno-cp-tagline {
    display: block;
    font-size: 10.5px;
    color: #c9bdec;
    letter-spacing: 0.2px;
    margin-top: 5px;
}

.eno-cp-headline {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
}

.eno-cp-headline em {
    font-style: normal;
    color: #f5c343;
}

.eno-cp-left-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: stretch;
}

.eno-cp-list-col {
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    align-items: center;
}

.eno-cp-photo-col {
    flex: 1 1 44%;
    min-width: 0;
    position: relative;
}

.eno-cp-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.eno-cp-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    padding: 5px 0;
    color: #efeafb;
}

.eno-cp-badge {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    color: #fff;
}

.eno-cp-badge .eno-cp-svg {
    width: 15px;
    height: 15px;
}

.eno-cp-more {
    padding-left: 36px;
    color: #f5c343;
    font-size: 13px;
    margin-top: 2px;
}

.eno-cp-trust {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 13px;
    color: #efeafb;
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.eno-cp-trust-icon {
    width: 22px;
    height: 22px;
    color: #f5c343;
    flex: none;
    margin-top: 2px;
}

.eno-cp-trust strong {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
}

.eno-cp-photo-wrap {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.eno-cp-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.eno-cp-float {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #7c3aed;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.eno-cp-float-1 {
    top: -10px;
    left: -10px;
}

.eno-cp-float-2 {
    bottom: -10px;
    left: -10px;
}

.eno-cp-right {
    padding: 40px 36px;
    min-width: 0;
}

.eno-cp-right h2 {
    font-size: 22px;
    font-weight: 700;
    color: #190c39;
    margin: 0 0 6px;
}

.eno-cp-right h2 em {
    font-style: normal;
    color: #6d3ff5;
}

.eno-cp-right > .eno-cp-form-view > p.eno-cp-desc {
    font-size: 13.5px;
    color: #6b6478;
    margin: 0 0 20px;
}

.eno-cp-field {
    margin-bottom: 14px;
}

.eno-cp-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}

.eno-cp-field label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #190c39;
    margin-bottom: 5px;
}

.eno-cp-field label .req {
    color: #e0384c;
}

.eno-cp-field input,
.eno-cp-field select,
.eno-cp-field textarea {
    width: 100%;
    border: 1px solid #e1dcf0;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13.5px;
    color: #190c39;
    background: #fbfaff;
    box-sizing: border-box;
    font-family: inherit;
}

.eno-cp-field input:focus,
.eno-cp-field select:focus,
.eno-cp-field textarea:focus {
    outline: none;
    border-color: #8a5cf6;
    background: #fff;
}

.eno-cp-field textarea {
    resize: vertical;
    min-height: 60px;
}

.eno-cp-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.eno-cp-input-wrap > .eno-cp-svg {
    position: absolute;
    left: 11px;
    color: #8a80a3;
    pointer-events: none;
}

.eno-cp-input-wrap input,
.eno-cp-input-wrap select {
    padding-left: 34px;
}

.eno-cp-textarea-wrap {
    align-items: flex-start;
}

.eno-cp-textarea-wrap > .eno-cp-svg {
    top: 12px;
}

.eno-cp-textarea-wrap textarea {
    padding-left: 34px;
}

.eno-cp-mobile-row {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 8px;
}

.eno-cp-code-select {
    padding-left: 10px !important;
}

.eno-cp-error {
    font-size: 11.5px;
    color: #e0384c;
    margin-top: 4px;
    display: none;
}

.eno-cp-field.eno-cp-invalid input,
.eno-cp-field.eno-cp-invalid select {
    border-color: #e0384c;
}

.eno-cp-field.eno-cp-invalid .eno-cp-error {
    display: block;
}

.eno-cp-privacy {
    font-size: 11.5px;
    color: #8a8398;
    margin: 6px 0 16px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.eno-cp-privacy-icon {
    color: #8a8398;
    margin-top: 1px;
    flex: none;
}

.eno-cp-privacy a {
    color: #6d3ff5;
    text-decoration: none;
}

.eno-cp-submit {
    width: 100%;
    background: linear-gradient(135deg, #5b21b6, #7c3aed);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.eno-cp-submit .eno-cp-svg {
    width: 17px;
    height: 17px;
}

.eno-cp-submit:disabled {
    opacity: 0.65;
    cursor: default;
}

.eno-cp-submit-msg {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    display: none;
}

.eno-cp-submit-msg.eno-cp-show {
    display: block;
}

.eno-cp-submit-msg.eno-cp-ok {
    color: #1a8f4c;
}

.eno-cp-submit-msg.eno-cp-fail {
    color: #e0384c;
}

.eno-cp-thankyou {
    text-align: center;
    padding: 60px 20px;
}

.eno-cp-thankyou h3 {
    color: #190c39;
    font-size: 20px;
    margin: 14px 0 8px;
}

.eno-cp-thankyou p {
    color: #6b6478;
    font-size: 13.5px;
}

.eno-cp-thankyou .eno-cp-check {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e7f8ee;
    color: #1a8f4c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 28px;
}

@media (max-width: 860px) {
    .eno-cp-modal {
        max-height: 94vh;
    }

    .eno-cp-main {
        grid-template-columns: 1fr;
    }

    .eno-cp-left {
        padding: 30px 26px;
    }

    .eno-cp-right {
        padding: 30px 26px;
    }

    .eno-cp-left-row {
        flex-direction: column;
    }

    .eno-cp-photo-col {
        max-width: 220px;
        margin: 4px auto 0;
    }

    .eno-cp-row,
    .eno-cp-mobile-row {
        grid-template-columns: 1fr;
    }
}
