.track-cta {
    padding-inline: 16px;
}

.track-cta__panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url('assets/cta-banner-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 569px;
    border-radius: 28px;
}

.track-cta__content {
    max-width: 704px;
}

.track-cta__content {
    position: relative;

    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 64px;

    width: min(100%, 1067px);

    text-align: center;
}

.track-cta__copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;

    width: 100%;
}

.track-cta__title {
    width: min(100%, 704px);
    margin: 0;

    color: var(--BG-White);
}

.track-cta__description {
    width: min(100%, 724px);
    margin: 0;

    color: var(--color-bg-white-90);
}

.track-cta__break--mobile {
    display: none;
}

.track-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    margin: 0;
}

.track-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 242px;
    min-width: 242px;
    height: 62px;
    min-height: 62px;
    padding: 19px 28px;

    color: var(--color-bg-white);
    background: var(--color-primary);
    border: none;
    border-radius: 12px;
    cursor: pointer;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.track-cta__glow {
    position: absolute;
    z-index: 0;

    display: block;

    max-width: none;

    pointer-events: none;
}

.track-cta__glow--top {
    top: 0;
    right: 0;

    width: 522px;
    height: 604px;
}

.track-cta__glow--bottom {
    top: 0;
    left: 0;

    width: 555px;
    height: 697px;
}

.track-cta__lines {
    position: absolute;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 880.11px;
    height: 880.11px;

    pointer-events: none;
}

.track-cta__lines img {
    flex: 0 0 auto;

    width: 364.663px;
    height: 880px;
    max-width: none;
}

.track-cta__lines--top {
    top: -421.98px;
    right: -359.11px;
}

.track-cta__lines--top img {
    transform: rotate(135deg);
}

.track-cta__lines--bottom {
    top: 208.02px;
    left: -316px;
}

.track-cta__lines--bottom img {
    transform: rotate(-45deg);
}


@media (max-width: 900px) {
    .track-cta {
        padding-inline: 16px;
    }

    .track-cta__panel {
        height: auto;
        min-height: 569px;
        padding: 120px 32px;
        background-position: left center;
        background-size: auto 100%;
    }

    .track-cta__description {
        font-weight: 400;
    }

    .track-cta__actions {
        width: min(100%, 420px);
    }

    .track-cta__button {
        gap: 10px;

        width: 100%;
        min-width: 0;
    }

    .track-cta__button svg {
        flex: 0 0 24px;

        width: 24px;
        height: 24px;
    }
}

@media (max-width: 640px) {
    .track-cta {
        padding-inline: 8px;
    }

    .track-cta__panel {
        min-height: 355px;
        padding: 60px 16px;

        border-radius: 16px;
    }

    .track-cta__content {
        gap: 32px;
    }

    .track-cta__copy {
        gap: 12px;
    }

    .track-cta__title {
        font-size: 32px;
        line-height: 118%;
        letter-spacing: -0.16px;
    }

    .track-cta__break--mobile {
        display: inline;
    }

    .track-cta__break--desktop {
        display: none;
    }

    .track-cta__description {
        font-size: 14px;
        line-height: 150%;

        color: var(--BG-White-80);
    }

    .track-cta__actions {
        width: 100%;
    }

    .track-cta__button {
        gap: 8px;

        height: 52px;
        min-height: 52px;
        padding: 12px 32px;

        border-radius: 8px;

        font-size: 14px;
        line-height: 140%;
    }

    .track-cta__button svg {
        flex: 0 0 21px;

        width: 21px;
        height: 21px;
    }
}
