#pop-up-dynamic,
#secondStage_pop,
#experience_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2000000000000;
    text-align: center;
}

form#secondStepFormId,
#popup_header_dyn p {
    margin-top: 20px;
}

.stage2_input_tags {
    height: 40px;
    margin-bottom: 22px;
    font-size: 18px;
    width: 94%;
    padding-left: 35px;
    z-index: 0;
    margin-top: 0;
    display: flex;
    color: #0b0b0c;
    border: 1px solid #342d2d;
    border-radius: 3px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}

.experienceForm_inputs_div {
    margin-bottom: 15px;
}

.experienceForm_inputs {

    background-color: white;
    padding: 1px 0px;
    -webkit-box-sizing: content-box;
    border-width: 2px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding-left: 15px;
}

input[type="checkbox"]:checked::before {
    color: #000;
}

#usp_ban_dyn {

    width: 100%;
}

input#ints_submit_secondStage {
    margin-block: 0 12px;
}

@media only screen and (max-width: 660px) {
    div#pp2_dynamic {
        width: 94%;
    }

    #pp2_dynamic2 {
        width: 94%;
    }

    #pp2_dynamic3 {
        width: 100%;
    }

    div#popup_form_div_dynamic,
    div#popup_form_div_dynamic2,
    div#popup_form_div_dynamic3 {
        width: 90%;
    }
}

#loader_int {
    display: none;
}

#pop-up-dynamic,
#secondStage_pop,
#experience_pop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 2000000000000;
}

.nb-int-popup-center-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 420px;
}

.nb-int-popup-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 100%;
    text-align: left;
    position: relative;
}

.nb-int-hero-segment {
    background-color: #2f2418;
    padding: 16px 24px 32px 24px; 
    text-align: left;
    position: relative;
    overflow: hidden;
}

.nb-int-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px; 
    background: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    padding: 4px 14px; 
    margin-bottom: 8px; 
}

.nb-int-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E8A44A;
    display: inline-block;
}

.nb-int-badge-text {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: 500; 
}

.nb-int-hero-title {
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.02em;
}

.nb-int-hero-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
}

.nb-int-hero-usp-container {
    font-size: 10px;
    font-weight: 500;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.nb-int-usp-badge {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    padding: 4px 10px;
    border-radius: 12px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0;
}

.nb-int-usp-badge.highlight {
    background: rgba(232, 164, 74, 0.2);
    color: #E8A44A;
}

.nb-int-close-btn {
    position: absolute;
    top: 16px; 
    right: 8px; 
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 20;
    padding: 0;
}

.nb-int-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nb-int-close-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 3;
}

.nb-int-content-segment {
    margin-top: -24px; 
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 0px 16px 16px 16px; 
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #f9fafb; 
    box-sizing: border-box;
}

.nb-int-content-segment form {
    margin: 0;
    padding: 0;
}

.nb-int-form-fields-container {
    display: flex;
    flex-direction: column;
    gap: 8px; 
    margin: 0;
    padding: 0;
}

.nb-int-input-group {
    display: flex;
    flex-direction: column;
    gap: 4px; 
    text-align: left;
    margin-top: 10px;
    padding: 0;
}

.nb-int-input-label {
    font-size: 12px; 
    font-weight: 900; 
    color: #4b5563; 
    letter-spacing: 0.1em; 
    margin: 0 0 0 4px; 
    padding: 0;
    line-height: 16px; 

}

.nb-int-form-input, .nb-int-form-select {
    width: 100%;
    padding: 12px 16px; 
    border-radius: 12px;
    border: 1.5px solid #d1d5db; 
    background-color: rgba(249, 250, 251, 0.5); 
    outline: none;
    font-size: 14px; 
    line-height: 20px; 
    font-weight: 600;
    color: #333333;
    transition: all 0.2s;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    box-shadow: none;
}

.nb-int-form-input::placeholder {
    color: #d1d5db; 
    font-weight: 600;
}

.nb-int-form-select:invalid {
    color: #9ca3af;
}

.nb-int-form-select option {
    color: #333333;
}

.nb-int-form-input:focus, .nb-int-form-select:focus {
    border-color: #bbbbbb;
    background-color: #ffffff;
}

.nb-int-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px; 
    padding-right: 40px;
    cursor: pointer;
}

.nb-int-form-select:hover {
    background-color: #ffffff;
}

.nb-int-nb-int-phone-input-wrapper {
    position: relative;
    width: 100%;
}

.nb-int-phone-prefix {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-right: 1px solid #d1d5db; 
    padding-right: 12px;
    line-height: 1;
}

.nb-int-phone-input {
    padding-left: 62px; 
}

.nb-int-footer-segment {
    background: rgba(249, 250, 251, 0.5);
    border-top: 1px solid #f3f4f6;
    padding: 16px; 
    border-radius: 0 0 8px 8px; 
    box-sizing: border-box;
}

.nb-int-btn-container {
    display: flex;
    gap: 8px;
    width: 100%;
}

.nb-int-btn-primary {
    flex: 2;
    background-color: #e3324a;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 16px; 
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 20px 25px -5px rgba(227, 50, 74, 0.2), 0 8px 10px -6px rgba(227, 50, 74, 0.2); 
    line-height: 1.5;
    height: auto;
    margin: 0;
    text-transform: none;
}

.nb-int-btn-primary:hover {
    background-color: #c9283d;
}

.nb-int-btn-primary:active {
    transform: scale(0.98);
}

.nb-int-btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nb-int-btn-secondary {
    flex: 1;
    background: #ffffff;
    color: #333333;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1.5px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1.5;
    height: auto;
    margin: 0;
}

.nb-int-btn-secondary:hover {
    background: #f9fafb;
}

.nb-int-success-card {
    padding: 48px; 
    text-align: center;
    background: #ffffff;
    border-radius: 8px; 
    box-sizing: border-box;
}

.nb-int-success-icon-wrapper {
    width: 64px;
    height: 64px;
    background: rgba(52, 142, 134, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
    color: #348e86;
}

.nb-int-success-icon-wrapper svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
    stroke-width: 4;
    fill: none;
}

.nb-int-success-title {
    font-size: 24px;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.nb-int-success-message {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
}

.nb-int-checkbox-card {
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
    box-sizing: border-box;
}

.nb-int-checkbox-label {
    display: flex;
    align-items: center; 
    gap: 12px;
    cursor: pointer;
    text-align: left;
    margin: 0;
}

.nb-int-checkbox-input {
    width: 20px;
    height: 20px;
    border-radius: 4px; 
    border: 1.5px solid #d1d5db; 
    margin: 0;
    cursor: pointer;
}

.nb-int-checkbox-text {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    line-height: 1.3;
}

.nb-int-datetime-input {
    font-family: inherit;
    font-weight: 700;
}

#loader_int {
    display: none;
    margin: 16px auto;
    text-align: center;
}

#loader_int img {
    width: 40px;
    height: 40px;
}
