.cta-left {
    height: clamp(500px, 36.46vw, 700px);
    position: relative;
}

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

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

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

.cta-left__title {
    display: flex;
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(26px, 2.19vw, 42px);
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
    color: var(--white);
    max-width: clamp(500px, 41.67vw, 800px);
    width: 100%;
}

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

.cta-left__description {
    max-width: clamp(500px, 41.67vw, 800px);
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(16px, 1.04vw, 20px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    color: var(--white);
}

.cta-left__button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(20px, 1.67vw, 32px);
    width: 100%;
    max-width: clamp(500px, 41.67vw, 800px);
    margin-top: clamp(12px, 0.83vw, 16px);
}

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

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

.cta-form__input {
    background: #2222221A;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: clamp(12px, 0.83vw, 16px) clamp(16px, 1.25vw, 24px);
    color: var(--white);
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-size: clamp(14px, 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-left {
        background-color: #1E1E1E;
        height: auto;
        min-height: auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .cta-left .app-container {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: clamp(48px, 10vw, 80px) clamp(20px, 5.3vw, 40px) clamp(24px, 5vw, 40px);
    }

    .cta-left img {
        position: relative;
        order: 2;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: clamp(240px, 60vw, 360px);
        object-fit: cover;
        object-position: center bottom;
        display: block;
        margin: 0;
    }

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

    .cta-left__title {
        font-size: clamp(24px, 6.2vw, 36px);
        line-height: 120%;
        text-transform: uppercase;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .cta-left__title span {
        font-size: clamp(24px, 6.2vw, 36px);
        text-align: center;
    }

    .cta-left__description {
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 145%;
        text-align: center;
        max-width: clamp(280px, 85vw, 520px);
        width: 100%;
    }

    .cta-left__button {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 8px;
    }

    .cta-left__button .white-btn,
    .cta-left__button .outline-btn--white {
        width: 100%;
        max-width: clamp(260px, 80vw, 340px);
        padding: clamp(14px, 3.5vw, 16px) 24px;
        font-size: clamp(14px, 3.5vw, 16px);
        text-align: center;
        justify-content: center;
    }

    .cta-left__wrapper--form {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cta-left__wrapper--form .cta-left__title,
    .cta-left__wrapper--form .cta-left__description {
        max-width: 100%;
    }

    .cta-form {
        width: 100%;
        max-width: clamp(280px, 92vw, 440px);
        padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 24px);
        gap: 16px;
        margin: clamp(16px, 4vw, 24px) auto 0;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

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

    .cta-form__input {
        width: 100%;
        padding: 14px 16px;
        font-size: 14px;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
    }

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

    .cta-form__bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        width: 100%;
    }

    .cta-form__submit {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
        text-align: center;
        justify-content: center;
    }

    .cta-form__disclaimer {
        text-align: center;
        max-width: 100%;
        font-size: 12px;
        line-height: 140%;
        color: rgba(255, 255, 255, 0.8);
    }
}

.cta-left__wrapper--form .cta-left__title,
.cta-left__wrapper--form .cta-left__description {
    max-width: clamp(600px, 55vw, 1195px);
}

.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);
}
