.block11 {
    padding: 120px 0;
    background: #ffffff;
}

.block11-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    /* text-align: center; */
    color: #000000;
    margin: 0 0 80px 0;
    /* max-width: 1000px; */
    margin-left: auto;
    margin-right: auto;
}

.block11-title-accent {
    display: inline;
}

.block11-pricing {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: #E8E8F8;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    width: 100%;
    /* max-width: 460px; */
    display: flex;
    flex-direction: column;
    /* min-height: 500px; */
    height: 590px;
    width: 590px;
}

.pricing-card-yearly {
    width: 668px;
    height: 668px;
    /* padding: 36px 40px; */
    box-shadow: -7px 0px 16.5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14.1179px);
    border-radius: 50px;
    justify-content: space-between;
    position: relative;
    /* margin-left: -40px; */
    margin-top: -26px;
    /* left: 10px; */
    right: 64px;
    background: linear-gradient(95.25deg, rgba(195, 189, 255, 0.2) 0%, rgba(166, 227, 255, 0.2) 100%);
    border: 2.8px solid;
    border-color: rgba(194, 191, 255, 1);
    overflow: hidden;
}



.pricing-badge {
    background: transparent;
    border: 3px solid #3C55D4;
    border-radius: 50px;
    color: #00288D;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 221px;
    height: 49px;
    margin-bottom: 32px;
    align-self: left;
    filter: drop-shadow(-7px 0px 16.5px rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.pricing-card-yearly .pricing-badge {
    width: 261px;
    height: 49px;
    border-radius: 50px;
    border-width: 3px;
}

.pricing-card-yearly .price-amount {
    background: linear-gradient(280.87deg, #3A3882 -17.22%, #6764E8 87.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-ribbon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 23px;
    gap: 10px;
    position: absolute;
    width: 290.13px;
    height: 61px;
    top: 50px;
    right: -63px;
    background: linear-gradient(273.96deg, #6764E8 11.01%, #3A3882 89.38%);
    transform: rotate(45deg);
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    flex: none;
}

.pricing-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 16px 0;
    /* text-align: center; */
}

.pricing-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7E7E7E;
    margin: 0 0 20px 0;
    /* text-align: center; */
}

.pricing-price {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 12px;
    margin-bottom: 24px;
}

.price-amount {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 72px;
    color: rgba(58, 56, 130, 1);

}

.price-period {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #333333;
}

.pricing-discount {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 12px;
    margin-bottom: 32px;
}

.old-price {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    color: #999999;
    text-decoration: line-through;
}

.discount-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 17px;
    gap: 10px;
    width: 170px;
    height: 39px;
    background: #C4BAFF;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #3B3984;
    flex: none;
}

.pricing-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 10px;
    width: 212px;
    height: 56px;
    background: linear-gradient(273.96deg, #6764E8 11.01%, #3A3882 89.38%);
    border-radius: 20px;
    border: none;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 50px;
    align-self: center;
    flex: none;
    text-decoration: none;
}

.pricing-button:hover {
    background: #5A57D4;
}

@media (max-width: 767px) {
    .block11 {
        padding: 60px 0;
    }

    .block11-title {
        width: 100%;
        max-width: 360px;
        font-size: 35px;
        line-height: 48px;
        margin: 0 auto 32px;
        padding: 0 20px;
        text-align: center;
        display: block;
        color: #000000;
        word-break: normal;
        hyphens: manual;
    }

    .block11-title-accent {
        display: block;
        white-space: nowrap;
    }

    .block11-pricing {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        gap: 0;
        position: relative;
    }

    .pricing-card {
        width: 305px;
        /* min-height: 400px; */
        height: auto;
        border-radius: 25.85px;
        padding: 24px;
        gap: 2px;
        margin: 0;
        position: relative;
    }

    .pricing-card-yearly {
        width: 353px;
        /* min-height: 450px; */
        height: auto;
        border-radius: 25.85px;
        padding: 24px;
        margin-top: -15px;
        right: 0;
        /* left: -24px; */
    }

    .pricing-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .pricing-description {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .pricing-price {
        margin-bottom: 16px;
        gap: 8px;
    }

    .price-amount {
        font-size: 36px;
        line-height: 42px;
    }

    .price-period {
        font-size: 14px;
        line-height: 18px;
    }

    .pricing-discount {
        margin-bottom: 20px;
        gap: 8px;
    }

    .old-price {
        font-size: 15px;
    }

    .discount-badge {
        width: 97.88135528564453px;
        height: 25.16101837158203px;
        font-size: 12px;
        line-height: 16px;
        padding: 4px 12px;
        font-weight: 600;
    }

    .pricing-badge {
        font-size: 14px;
        line-height: 18px;
        width: 160px;
        height: 36px;
        margin-bottom: 12px;
    }

    .pricing-card-yearly .pricing-badge {
        width: 180px;
        height: 36px;
    }

    .pricing-ribbon {
        width: 200px;
        height: 40px;
        top: 30px;
        right: -50px;
        font-size: 12px;
        line-height: 16px;
        padding: 6px 16px;
    }

    .pricing-button {
        width: 160px;
        height: 44px;
        font-size: 14px;
        margin-top: auto;
    }

    .pricing-card-yearly .pricing-button {
        margin-top: 20px !important;
        margin-bottom: 35px !important;
    }
}
