/* PF Ventures Form - Inherits theme .contact-form styles */
/* Radio groups and agreement section specific to ventures form */

.pf-ventures-form .radio-row {
    padding-top: 1.389vw;
}

.pf-ventures-form .radio-group .radio-title {
    font-size: 1.528vw;
    line-height: normal;
    font-weight: 500;
    color: #333333;
    margin-bottom: 1.389vw;
    margin-top: 0;
}

.pf-ventures-form .radio-group .radio-title .required {
    color: #EA3934;
    margin-left: 2px;
}

.pf-ventures-form .radio-group .radio-label {
    display: flex;
    align-items: center;
    font-size: 0.972vw;
    line-height: 130%;
    font-weight: 400;
    color: #333333;
    margin-bottom: 1.25vw;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.pf-ventures-form .radio-group .radio-label input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.389vw;
    height: 1.389vw;
    border: 1px solid #EA3934;
    border-radius: 50%;
    margin: 0;
    margin-right: 0.694vw;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    background: #ffffff00;
}

.pf-ventures-form .radio-group .radio-label input[type="radio"]:checked {
    border-color: #EA3934;
}

.pf-ventures-form .radio-group .radio-label input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.833vw;
    height: 0.833vw;
    background-color: #EA3934;
    border-radius: 50%;
}
.contact-form .form-block .pf-ventures-form .custom-form textarea#pf_company_description {
    height: 12.5vw;
}
.contact-form .form-block .pf-ventures-form .custom-form textarea#pf_why_pf_ventures {
    height: 9.375vw;
}
.contact-form .form-block .pf-ventures-form .radio-group .radio-label:last-child {
    margin-bottom: 0;
}
.contact-form .form-block .pf-ventures-form .custom-form .row.radio-row .col-6 {
    margin-bottom: 0;
}
/* Agreement Section */
.pf-ventures-form .agreement-section {
    padding-top: 1.389vw;
}

.pf-ventures-form .agreement-section .agreement-title {
    font-size: 1.528vw;
    line-height: 130%;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 500;
    color: #333333;
    margin-top: 0;
    margin-bottom: 1.389vw;
}

.pf-ventures-form .agreement-section .checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.389vw;
    position: relative;
}

.pf-ventures-form .agreement-section .checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.389vw;
    height: 1.389vw;
    min-width: 1.389vw;
    border: 1px solid #EA3934;
    border-radius: 0.278vw;
    margin: 0;
    margin-right: 0.694vw;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    background: transparent;
}

.pf-ventures-form .agreement-section .checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.833vw;
    color: #EA3934;
    font-weight: bold;
    line-height: 1;
}

.pf-ventures-form .agreement-section .checkbox label {
    font-size: 1.111vw;
    line-height: 130%;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.pf-ventures-form .agreement-section .agreement-text p {
    font-size: 1.111vw;
    line-height: 1.2;
    color: #333333;
    margin: 0 0 1.389vw 0;
}

.pf-ventures-form .agreement-section .agreement-text p strong {
    font-weight: 400;
    display: block;
}
.pf-ventures-form .agreement-section .agreement-text ul {
    list-style: none;
    margin-bottom: 1.528vw;
    padding-left: 1.389vw;
}
.pf-ventures-form .agreement-section .agreement-text ul li {
    font-size: 0.972vw;
    line-height: normal;
    margin-bottom: 0.625vw;
    color: #63666A;
}
.pf-ventures-form .agreement-section .agreement-text ul li:last-child {
    margin-bottom: 0;
}
.pf-ventures-form .agreement-section .agreement-text ul:last-child {
    margin-bottom: 0;
}
.contact-form .form-block .pf-ventures-form button[type="submit"] {
    margin-top: calc(2.778vw - 1.389vw);
}
.col-12.mb-0 {
    margin-bottom: 0 !important;
}
/* Error state for dropdowns */
.pf-ventures-form .pf-ventures-dropdown.error .ctm-dropdown-selected {
    border-bottom-color: #EA3934;
}

/* Error state for inputs */
.pf-ventures-form input.error,
.pf-ventures-form textarea.error {
    border-bottom-color: #EA3934 !important;
}

/* Active dropdown arrow */
.pf-ventures-form .pf-ventures-dropdown.pf-active .ctm-dropdown-selected {
    background-image: url(../images/angle-up.svg);
}

/* Success message */
#pf-ventures-success-message {
    font-size: 1.111vw;
    line-height: 130%;
    color: #333;
}

/* Submit button disabled state */
.pf-ventures-form button[type="submit"].submitting {
    opacity: 0.6;
    cursor: not-allowed;
}

.pf-ventures-form .sector-other-field {
    margin-bottom: 17px;
}

/* ─── Tablet (max-width: 1024px) ─── */
@media only screen and (max-width: 1199px) {
    .pf-ventures-form .radio-group .radio-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .pf-ventures-form .radio-group .radio-label {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .pf-ventures-form .radio-group .radio-label input[type="radio"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .pf-ventures-form .radio-group .radio-label input[type="radio"]:checked::after {
        width: 10px;
        height: 10px;
    }
    .pf-ventures-form .agreement-section .agreement-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pf-ventures-form .agreement-section .checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 20px;
        border-radius: 4px;
    }
    .pf-ventures-form .agreement-section .checkbox input[type="checkbox"]:checked::after {
        font-size: 12px;
    }
    .pf-ventures-form .agreement-section .checkbox label {
        font-size: 16px;
    }
    #pf-ventures-success-message {
        font-size: 16px;
        line-height: 28px;
    }
    .pf-ventures-form .agreement-section .agreement-text p {
        font-size: 16px;
    }
    .pf-ventures-form .agreement-section .agreement-text ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pf-ventures-form .agreement-section .agreement-text ul {
        margin-bottom: 18px;
    }
    .pf-ventures-form .agreement-section .checkbox {
        margin-bottom: 20px;
    }
}
/* ─── Mobile (max-width: 767px) ─── */
@media only screen and (max-width: 991px) {
    .pf-ventures-form .radio-row {
        flex-direction: column;
    }
    .pf-ventures-form .radio-row .col-6 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .pf-ventures-form .radio-group .radio-title {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .pf-ventures-form .radio-group .radio-label {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 130%;
    }
    .pf-ventures-form .sector-other-field {
        margin-bottom: 23px;
    }
    .pf-ventures-form .radio-group .radio-label input[type="radio"] {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .pf-ventures-form .radio-group .radio-label input[type="radio"]:checked::after {
        width: 12px;
        height: 12px;
    }
    .pf-ventures-form .agreement-section .agreement-title {
        font-size: 18px;
    }
    .pf-ventures-form .agreement-section .checkbox label {
        font-size: 14px;
    }
    #pf-ventures-success-message {
        font-size: 14px;
        line-height: 24px;
    }
}
