.cta-center {
    height: clamp(380px, 28.65vw, 550px);
    position: relative;
}

.cta-center .app-container {
    height: 100%;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.cta-center img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-center__wrapper {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.67vw, 32px);
}

.cta-center__title {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(6px, 0.42vw, 8px);
    font-size: clamp(24px, 2.5vw, 48px);
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.cta-center__title span {
    font-family: Nib Pro;
    font-weight: 500;
    font-style: Italic;
    font-size: clamp(24px, 2.5vw, 48px);
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: lowercase;
    text-align: center;
    color: var(--white);
}

.cta-center__description {
    max-width: clamp(300px, 32.45vw, 623px);
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(14px, 1.04vw, 20px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--white);
}

.cta-center__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.67vw, 32px);
    margin-top: clamp(8px, 0.83vw, 16px);
}

[x-cloak] {
    display: none !important;
}

.cta-transition-enter {
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.cta-transition-enter-delay {
    transition: opacity 0.5s ease-out 0.25s, transform 0.5s ease-out 0.25s;
}

.cta-transition-enter-start {
    opacity: 0;
    transform: scale(0.98);
}

.cta-transition-enter-end {
    opacity: 1;
    transform: scale(1);
}

.cta-transition-leave {
    transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

.cta-transition-leave-start {
    opacity: 1;
    transform: scale(1);
}

.cta-transition-leave-end {
    opacity: 0;
    transform: scale(0.98);
}

.cta-form {
    background: #96969E26;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #FFFFFF1A;
    padding: clamp(16px, 1.67vw, 32px);
    width: 100%;
    max-width: clamp(300px, 55vw, 1195px);
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.92vw, 56px);
    box-sizing: border-box;
}

.cta-form__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.25vw, 24px);
}

.cta-form__input {
    background: #2222221A;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: clamp(12px, 0.83vw, 16px) clamp(14px, 1.25vw, 24px);
    color: var(--white);
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-size: clamp(13px, 0.83vw, 18px);
    line-height: 1.4;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.cta-form__input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.cta-form__input:focus {
    border-color: var(--white);
}

.cta-form__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(16px, 1.5vw, 32px);
}

.cta-form__submit {
    flex-shrink: 0;
}

.cta-form__disclaimer {
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(12px, 0.73vw, 14px);
    leading-trim: NONE;
    line-height: 140%;
    max-width: clamp(240px, 17.19vw, 330px);
    text-align: left;
    color: var(--white);
    letter-spacing: 0%;
}

@media (max-width: 1024px) {
    .cta-center {
        height: auto;
        min-height: clamp(380px, 45vw, 480px);
        padding: clamp(40px, 6vw, 64px) 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-center .app-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
    }

    .cta-center__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        gap: clamp(16px, 2.5vw, 24px);
    }

    .cta-center__title {
        font-size: clamp(22px, 3.5vw, 32px);
        line-height: 130%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .cta-center__title span {
        font-size: clamp(22px, 3.5vw, 32px);
        line-height: 130%;
        text-align: center;
        display: inline-block;
    }

    .cta-center__description {
        font-size: clamp(14px, 1.6vw, 16px);
        line-height: 150%;
        text-align: center;
        max-width: clamp(280px, 80vw, 560px);
        margin: 0 auto;
        width: 100%;
    }

    .cta-center__button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 2.5vw, 16px);
        width: 100%;
        max-width: clamp(280px, 85vw, 420px);
        margin: clamp(12px, 2vw, 20px) auto 0 auto;
    }

    .cta-center__button button,
    .cta-center__button a,
    .cta-center__button .btn {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        padding: clamp(12px, 2.5vw, 16px) 24px;
    }

    .cta-form {
        padding: clamp(16px, 2.5vw, 24px);
        gap: clamp(16px, 2.5vw, 24px);
        max-width: clamp(280px, 90vw, 640px);
        margin: 0 auto;
        width: 100%;
    }

    .cta-form__row {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .cta-form__bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        width: 100%;
    }

    .cta-form__disclaimer {
        text-align: center;
        max-width: 100%;
        font-size: 12px;
        margin: 0 auto;
    }

    .cta-form__submit {
        width: 100%;
        max-width: clamp(240px, 60vw, 320px);
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .cta-center {
        min-height: 360px;
        padding: 36px 0;
    }

    .cta-center__button {
        max-width: 100%;
    }

    .cta-center__button button,
    .cta-center__button a,
    .cta-center__button .btn {
        max-width: 100%;
    }

    .cta-form {
        padding: 16px;
        gap: 16px;
    }

    .cta-form__input {
        padding: 12px 14px;
        font-size: 14px;
    }

    .cta-form__submit {
        max-width: 100%;
    }
}
