.lead-form-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 20px 100px;
    background: linear-gradient(180deg, #f4f6ff 0%, #fbfdff 65%, #ffffff 100%);
}

.lead-form {
    padding: 40px 44px 50px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(20, 28, 58, 0.16);
}

.lead-form__title {
    margin: 0 0 34px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #0f172a;
}

.lead-form__label {
    display: block;
    margin-bottom: 22px;
    font-size: 1rem;
    font-weight: 600;
    color: #101828;
}

.lead-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.lead-form .wpcf7-form-control {
    width: 100%;
    border: 1px solid #dfe5f5;
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 1rem;
    background: #f7f9ff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form .wpcf7-form-control:focus {
    border-color: #5a67ff;
    box-shadow: 0 12px 30px rgba(90, 103, 255, 0.2);
    outline: none;
    background: #fff;
}

.lead-form .select2-container--default .select2-selection--single {
    border-radius: 0px;
    border-color: transparent;
    height: auto;
    padding: 4px 2px;
	border-bottom: solid 2px #cfd3d8;
}

.lead-form .select2-selection__rendered {
    line-height: 1.6;
    padding: 6px 14px;
}

.lead-form .select2-selection__arrow {
    height: 100%;
}

.lead-form .ccf7-product-stock {
    margin-top: 10px;
    font-weight: 600;
    color: #d62828;
    line-height: 1.5;
    border-top: 1px solid rgba(214, 40, 40, 0.2);
    padding-top: 6px;
    display: none !important;
}

.lead-form .ccf7-product-stock.is-visible {
    display: block;
}

.lead-form .ccf7-product-stock.is-out {
    font-weight: 700;
}

.lead-form__actions {
    text-align: center;
    margin-top: 26px;
}

.lead-form input[type='submit'] {
    background: linear-gradient(135deg, #5a67ff, #58d7ff);
    border: none;
    border-radius: 999px;
    padding: 15px 52px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input[type='submit']:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 28px rgba(88, 215, 255, 0.35);
}

h2.lead-form__title,
h1.wp-block-post-title {
    display: none;
}

@media (max-width: 768px) {
    .lead-form-wrapper {
        padding: 30px 16px 70px;
    }

    .lead-form {
        padding: 32px 24px 40px;
        border-radius: 20px;
    }

    .lead-form__title {
        font-size: 1.9rem;
    }

    .lead-form input[type='submit'] {
        width: 100%;
    }

    .main-header {
        margin-top: 30px !important;
    }
}

@media (max-width: 480px) {
    .lead-form-wrapper {
        padding: 20px 12px 60px;
    }

    .lead-form {
        padding: 26px 18px 34px;
    }

    .lead-form__label {
        font-size: 0.95rem;
    }
}

.has-global-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body .wp-site-blocks {
    /* background: url('/wp-content/themes/twentytwentyfive/assets/images/bg-two.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(3px);
}

.lead-form .wpcf7-form-control {
    max-width: 95%;
    overflow: hidden;
}

.lead-form {
    background: #ffffffc7;
    backdrop-filter: blur(10px);
}

body .wp-site-blocks {
    /* background: url('/wp-content/themes/twentytwentyfive/assets/images/bg-two.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(3px);
}

.lead-form .wpcf7-form-control {
    /* max-width: 95%; */
    overflow: hidden;
}

.lead-form {
    background: #ffffffc7;
    backdrop-filter: blur(10px);
}

span.wpcf7-form-control-wrap {
    max-width: 100%;
    overflow: hidden;
}

.lead-form .wpcf7-form-control {
    width: 93% !important;
}

@media screen and (max-width: 980px) {
    .lead-form {
        max-width: 100%;
    }

    .lead-form .wpcf7-form-control {
        width: 93% !important;
    }

    .lead-form .select2-container--default .select2-selection--single {
        width: 99% !important;
    }
}

@media screen and (max-width: 640px) {
    .lead-form {
        max-width: 100%;
    }

    .lead-form .wpcf7-form-control {
        width: 85% !important;
    }

    .lead-form .select2-container--default .select2-selection--single {
        width: 97% !important;
    }
}

@media screen and (max-width: 1040px) {
    .main-header {
        margin-top: 30px !important;
    }
}

/* Out of Stock Notice - Seamless with form header */
.has-text-align-center.form-header .ccf7-out-of-stock-notice {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    box-shadow: none;
    text-align: center;
}

.has-text-align-center.form-header .ccf7-out-of-stock-label {
    display: none;
}

.has-text-align-center.form-header .ccf7-out-of-stock-text {
    display: block;
    color: inherit;
    font-size: inherit;
    margin-top: 0;
    font-weight: inherit;
}

.lead-form--inline {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.lead-form--inline .form-paragraph {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #1d1d1f;
    margin: 0 0 24px;
}

.lead-form--inline p {
    margin: 0 0 24px;
}

.lead-form--inline .form-paragraph br {
    display: none;
}

.lead-form--inline p:has(.inline-input) {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.lead-form--inline .inline-input {
    display: inline-block;
    min-width: 180px;
    border: none;
    border-bottom: 2px solid #cfd3d8;
    border-radius: 0;
    background: transparent;
    padding: 4px 6px;
    margin: 0 6px;
    font-size: inherit;
    font-family: inherit;
    color: #111;
    transition: border-color 0.2s ease;
    width: auto;
    box-shadow: none;
}

.lead-form--inline .inline-input:focus {
    outline: none;
    border-bottom-color: #5e5af0;
}

.lead-form--inline .inline-input::placeholder {
    color: #a9adb4;
}

.lead-form--inline .inline-input[readonly] {
    cursor: default;
}

.lead-form--inline .inline-input.has-value::placeholder {
    color: transparent;
}

.lead-form--inline .lead-form__actions {
    justify-content: flex-start;
}

.lead-form--inline .wpcf7-form-control-wrap {
    display: inline-flex;
    flex: 1 0 auto;
}

.lead-form--inline p:has(textarea),
.lead-form--inline p:has(.wpcf7-tel),
.lead-form--inline p:has(.wpcf7-textarea) {
    display: block;
}

.lead-form--inline .lead-form__label,
.lead-form--inline .wpcf7-form-control {
    width: auto;
}

.lead-form--inline .lead-form__actions .wpcf7-submit {
    min-width: 200px;
}


body, button, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif !important;
}

* {
    font-family: Arial, Helvetica, sans-serif !important;
}

/* Product select field is now visible - users can manually select products */