/* Start custom CSS for html, class: .elementor-element-4c50eee */.cp-pricing-hero {
    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    padding: 130px 0 100px;

    background:
        radial-gradient(
            circle at 20% 45%,
            rgba(99,102,241,.18),
            transparent 34%
        ),
        radial-gradient(
            circle at 80% 35%,
            rgba(168,85,247,.17),
            transparent 34%
        );
}


.cp-hero-content {
    position: relative;

    z-index: 2;

    max-width: 820px;

    margin: auto;

    text-align: center;
}


.cp-pricing-hero h1 {
    margin: 28px 0 20px;

    font-size: clamp(55px, 7vw, 92px);

    line-height: .95;

    letter-spacing: -4px;

    font-weight: 900;
}


.cp-pricing-hero h1 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #a855f7,
            #ec4899,
            #c084fc
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}


.cp-pricing-hero p {
    max-width: 650px;

    margin: 28px auto 0;

    color: #858da5;

    font-size: 16px;

    line-height: 1.75;
}


.cp-hero-buttons {
    display: flex;

    justify-content: center;

    gap: 10px;

    margin-top: 32px;
}


.cp-hero-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(100px);

    pointer-events: none;
}


.cp-glow-one {
    width: 300px;
    height: 300px;

    left: -100px;
    top: 30%;

    background:
        rgba(99,102,241,.14);
}


.cp-glow-two {
    width: 350px;
    height: 350px;

    right: -100px;
    top: 10%;

    background:
        rgba(236,72,153,.12);
}


@media(max-width:600px) {

    .cp-pricing-hero {
        min-height: auto;

        padding: 110px 0 80px;
    }

    .cp-pricing-hero h1 {
        letter-spacing: -2px;
    }

    .cp-hero-buttons {
        flex-direction: column;
    }
}/* End custom CSS */