.consultation-section {
    margin: clamp(60px, calc(60px + (125 - 60) * ((100vw - 991px) / (1920 - 991))), 125px) clamp(20px, calc(20px + (100 - 20) * ((100vw - 991px) / (1920 - 991))), 100px) 150px;
    background-image: url('../images/consult.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: clamp(20px, calc(20px + (40 - 20) * ((100vw - 991px) / (1920 - 991))), 40px);
}
.consultation-content {
    flex: 1;
    padding: clamp(30px, calc(30px + (62 - 30) * ((100vw - 991px) / (1920 - 991))), 62px) 0 clamp(30px, calc(30px + (62 - 30) * ((100vw - 991px) / (1920 - 991))), 62px) clamp(35px, calc(35px + (70 - 35) * ((100vw - 991px) / (1920 - 991))), 70px);
}
.consultation-title {
    font-family: "Vetrino", serif;
    font-weight: 400;
    font-size: clamp(30px, calc(30px + (44 - 30) * ((100vw - 991px) / (1920 - 991))), 44px);
    leading-trim: CAP_HEIGHT;
    line-height: 90%;
    letter-spacing: -3%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.consultation-subtitle {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 991px) / (1920 - 991))), 18px);
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.consultation-form-row {
    display: flex;
    gap: 10px;
}
.consultation-input {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: -6%;
    padding: 20px;
    border: 1px solid #FFFFFF33;
    background-color: #FFFFFF1A;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    color: #FFFFFF;
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
}
.consultation-input::placeholder {
    color: #FFFFFF80;
}
.consultation-input.email-input {
    max-width: 650px;
}
.consultation-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.consultation-checkbox {
    width: 20px;
    height: 20px;
    accent-color: transparent;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}
.consultation-checkbox:checked {
    background-color: transparent;
    border-color: #FFFFFF;
}
.consultation-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.consultation-checkbox-label {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 991px) / (1920 - 991))), 16px);
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: -6%;
    color: #FFFFFF;
    cursor: pointer;
}
.consultation-checkbox-label .underline-text {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 6%;
    text-decoration-skip-ink: auto;
    color: #FFFFFF;
}
.consultation-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-family: "Commissioner", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 991px) / (1920 - 991))), 18px);
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: left;
    color: #353331;
    padding: 5px 5px 5px 15px;
    background-color: #FFFFFF;
    border-radius: 7px;
    white-space: nowrap;
    max-width: 320px;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
.consultation-submit-btn .btn-icon-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: clamp(35px, calc(35px + (45 - 35) * ((100vw - 991px) / (1920 - 991))), 45px);
    height: clamp(35px, calc(35px + (45 - 35) * ((100vw - 991px) / (1920 - 991))), 45px);
    background-color: #353331;
    border-radius: 5px;
}
.consultation-image {
    flex-shrink: 0;
    max-width: clamp(400px, calc(400px + (840 - 400) * ((100vw - 991px) / (1920 - 991))), 840px);
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .consultation-section {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .consultation-content {
        width: 100%;
        padding: 40px;
    }
    .consultation-title {
        font-family: 'Vetrino', serif;
        font-weight: 400;
        font-style: normal;
        font-size: 44px;
        line-height: 90%;
        letter-spacing: -3%;
        text-transform: uppercase;
        leading-trim: CAP_HEIGHT;
        margin-bottom: 20px;
    }
    .consultation-subtitle {
        font-family: 'Commissioner', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -3%;
        margin-bottom: 50px;
    }
    .consultation-form input::placeholder,
    .consultation-form textarea::placeholder {
        font-family: 'Commissioner', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -6%;
        leading-trim: CAP_HEIGHT;
    }
    .consultation-checkbox {
        width: 15px;
        height: 15px;
        min-width: 15px;
        min-height: 15px;
    }
    .consultation-checkbox-label {
        font-family: 'Commissioner', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -6%;
        leading-trim: CAP_HEIGHT;
    }
    .consultation-submit-btn {
        font-family: 'Commissioner', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -4%;
        leading-trim: CAP_HEIGHT;
        width: 100%;
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 5px 5px 15px;
        box-sizing: border-box;
    }
    .consultation-image {
        width: 100%;
        max-width: 100%;
        display: block;
        border-radius: 10px;
    }
}
@media (max-width: 575px) {
    .consultation-section {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 70px;
    }
    .consultation-content {
        width: 100%;
        padding: 14px 15px 25px 25px;
    }
    .consultation-title {
        font-family: 'Vetrino', serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 32px;
        leading-trim: CAP_HEIGHT;
        line-height: 90%;
        letter-spacing: -3%;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .consultation-subtitle {
        margin-top: 15px;
        font-family: 'Commissioner', sans-serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: -3%;
        margin-bottom: 30px;
    }
    .consultation-input {
        padding: 15px 14px;
    }
    .consultation-input::placeholder {
        font-family: 'Commissioner', sans-serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: CAP_HEIGHT;
        line-height: 100%;
        letter-spacing: -6%;
    }
    .consultation-input,
    .consultation-input.email-input {
        max-width: 100%;
    }
    .consultation-form-row {
        flex-direction: column;
        gap: 10px;
    }
    .consultation-checkbox-wrapper {
        align-items: center;
    }
    .consultation-checkbox-label {
        font-family: 'Commissioner', sans-serif;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: CAP_HEIGHT;
        line-height: 85%;
        letter-spacing: -6%;
    }
} 