.expert-section {
    padding: 120px 0 240px 0;
}
.expert-section .container {
    position: relative;
    z-index: 1;
}
.decor-blob {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.decor-blob--left {
    left: -140px;
    bottom: -140px;
    width: 450px;
}
.decor-blob--right {
    right: -140px;
    top: -110px;
    width: 290px;
}
.expert-section__wrapper {
    position: relative;
    overflow: visible;
    padding: 60px 60px 40px 60px;
    filter: drop-shadow(-3px 9px 35.5px rgba(8, 165, 177, 0.1));
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-image-source: linear-gradient(to bottom, #02E3F5 60%, #FFFFFF), linear-gradient(to bottom, #8DCBE8, #FFFFFF);
    border-image-slice: 1;
    box-shadow: inset 0px 4px 4px 0px rgba(255, 255, 255, 0.6), -3px 9px 35.5px 0px rgba(8, 165, 177, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 4px solid #FFFFFFB2;
}
.expert-section__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.expert-section__info {
    max-width: 422px;
    width: 100%;
}
.expert-section__title {
    margin-bottom: 38px;
    font-family: 'Nunito';
    font-weight: 700;
    color: #363636;
    font-size: 45px;
    line-height: 54px;
}
.expert-section__steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.expert-section__step {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Jost';
    font-weight: 300;
    color: #363636;
    font-size: 26px;
    line-height: 31px;
}
.expert-section__step span {
    position: relative;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jost';
    font-weight: 300;
    z-index: 1;
    font-size: 19.8333px;
    line-height: 18px;
    color: #363636;
}
.expert-section__step span::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #3CA0D2 0%,
        #48DCA6 100%
    );
    z-index: -2;
}
.expert-section__step span::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: #F4F7F8;
    z-index: -1;
}
.expert-section__form {
    width: 100%;
    max-width: 650px;
}
.expert-bottom-form__field {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}
.expert-bottom-form__input{
    max-height: 68px;
}
.expert-bottom-form__input,
.expert-bottom-form__textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #48DCA6;
    outline: none;
    transition: .2s;
    padding: 18px;
    font-family: 'Jost';
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: rgba(54, 54, 54, 0.75);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07), inset 4px 4px 4px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(9.3px);
    border-radius: 10px;
}
.expert-bottom-form__input::placeholder,
.expert-bottom-form__textarea::placeholder {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: rgba(54, 54, 54, 0.75);
}
.expert-bottom-form__textarea {
    resize: vertical;
    min-height: 68px;
}
.expert-bottom-form__textarea::-webkit-scrollbar {
    width: 3px;
}
.expert-bottom-form__textarea::-webkit-scrollbar-track {
    background: transparent;
}
.expert-bottom-form__textarea::-webkit-scrollbar-thumb {
    background: rgba(69, 69, 69, 0.2);
    border-radius: 3px;
}
.expert-bottom-form__submit {
    margin-top: 40px;
}
.expert-bottom-form__button {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 66px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    padding: 14px 0px;
    background: linear-gradient(305.95deg, #48DCA6 11.05%, #3CA0D2 91.72%);
    transition: transform .3s ease, box-shadow .3s ease;
    filter: drop-shadow(12px 18px 12px rgba(0, 0, 0, 0.08)) drop-shadow(0px 0px 22px rgba(255, 255, 255, 0.4));
}
.expert-bottom-form__button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    border-radius: inherit;
    filter: blur(3px);
    z-index: 1;
    pointer-events: none;
    box-shadow: inset -11px -11px 16px #369B99, inset 11px 11px 16px #61EAE8;
}
.expert-bottom-form__button::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 1;
}
.expert-bottom-form__button span {
    position: relative;
    z-index: 2;
}
.expert-bottom-form__button:hover::after {
    opacity: 1;
    filter: drop-shadow(12px 18px 12px rgba(0, 0, 0, 0.3));
    box-shadow: inset 11px 11px 16px #369B99, inset -11px -11px 16px #61EAE8;
}
.expert-bottom-form__bottom {
    margin-top: 28px;
    font-family: 'Jost';
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #454545;
}
.expert-bottom-form__policy {
    margin: 32px auto 0 auto;
    font-family: 'Jost';
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #363636;
    opacity: 0.8;
    max-width: 492px;
    text-align: center;
}
.expert-bottom-form__policy a{
    font-weight: 500;
}
.expert-form .wpcf7-spinner {
    display: none;
}
.expert-bottom-form .wpcf7-not-valid-tip{
    font-size: 0;
    position: absolute;
    right: 10px !important;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/wp-content/themes/wp-RA/assets/img/alert-triangle.svg');
    width: 23px;
    height: 20px;
    left: initial;
}
.wpa-test-msg{
    display: none;
}

@media (max-width: 1023px) {
    .decor-blob--left{
        left: 0px;
        width: 250px;
        top: -160px;
    }
    .decor-blob--right{
        right: 0;
        bottom: -150px;
        top: initial;
    }
    .expert-section__wrapper {
        padding: 60px 40px 40px 40px;
    }
    .expert-section__content {
        flex-direction: column;
        gap: 40px;
    }
    .expert-section__info {
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 100px;
    }
    .expert-section__form {
        max-width: 100%;
    }
    .expert-section__title{
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 0;
    }
    .expert-section__steps{
        gap: 12px;
    }
    .expert-section__step{
        font-size: 20px;
        line-height: 26px;
    }
    .expert-section__step span{
        font-weight: 300;
        font-size: 16.3333px;
        width: 28px;
        height: 28px;
    }
    .expert-bottom-form__input{
        max-height: 65px;
    }
    .expert-bottom-form__input,
    .expert-bottom-form__textarea {
        font-size: 20px;
        line-height: 29px;
        padding: 16px 18px;
    }
    .expert-bottom-form__textarea{
        min-height: 65px;
    }
    .expert-bottom-form__input::placeholder,
    .expert-bottom-form__textarea::placeholder {
        font-size: 20px;
        line-height: 29px;
    }
    .expert-bottom-form__field{
        margin-bottom: 24px;
    }
    .expert-bottom-form__submit{
        margin-top: 40px;
    }
    .expert-bottom-form__policy{
        font-size: 14px;
        line-height: 18px;
        margin: 40px auto 0 auto;
    }
    .expert-bottom-form__bottom{
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .expert-section {
        padding: 80px 0;
    }
    .expert-section__wrapper {
        padding: 30px 20px;
    }
    .expert-section__content{
        gap: 24px;
    }
    .expert-section__info{
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    .expert-section__title {
        margin-bottom: 12px;
        text-align: center;
        font-size: 32px;
        line-height: 42px;
    }
    .expert-section__steps{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .expert-section__step {
        font-size: 16px;
        line-height: 18px;
        gap: 5px;
    }
    .expert-section__step span{
        font-size: 12px;
        line-height: 10px;
        width: 18px;
        height: 18px;
    }
    .expert-bottom-form__field{
        margin-bottom: 12px;
    }
    .expert-bottom-form__input{
        max-height: 51px;
    }
    .expert-bottom-form__input,
    .expert-bottom-form__textarea {
        font-size: 16px;
        line-height: 23px;
        padding: 14.5px 18px;
    }
    .expert-bottom-form__textarea{
        min-height: 51px;
    }
    .expert-bottom-form__input::placeholder,
    .expert-bottom-form__textarea::placeholder {
        font-size: 16px;
        line-height: 23px;
    }
    .expert-bottom-form__submit{
        margin-top: 24px;
    }
    .expert-bottom-form__button{
        font-size: 22px;
        line-height: 30px;
    }
    .expert-bottom-form__bottom{
        font-size: 16px;
        line-height: 26px;
        margin-top: 8px;
    }
    .expert-bottom-form__policy{
        font-size: 12px;
        line-height: 16px;
        margin: 24px auto 0 auto;
        max-width: 314px;
    }
}