.container-widget-hcor-plans {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    width: 100%;
}

.container-widget-hcor-plans svg {
    display: block;
}

.container-widget-hcor-plans .hcor-plans-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 1264px;
    align-items: center;
}

.container-widget-hcor-plans .hcor-plans-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.container-widget-hcor-plans .hcor-plans-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 8.5px;
}

.container-widget-hcor-plans .hcor-plans-subtitle-icon {
    width: 12px;
    height: 12px;
}

.container-widget-hcor-plans .hcor-plans-subtitle-line {
    background: #e71861;
    height: 1px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-plans .hcor-plans-subtitle-text {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.06px;
    line-height: 1.2;
}

.container-widget-hcor-plans .hcor-plans-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.container-widget-hcor-plans .hcor-plans-grid {
    width: 100%;
}

@media (min-width: 1025px) {
    .container-widget-hcor-plans .hcor-plans-grid {
        display: flex;
        gap: 32px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .container-widget-hcor-plans .hcor-plans-grid-wrapper {
        display: contents;
    }

    .container-widget-hcor-plans .swiper-pagination {
        display: none;
    }
}

@media (max-width: 1024px) {
    .container-widget-hcor-plans .hcor-plans-grid {
        display: block;
        padding-bottom: 40px;
        width: 100%;
    }

    .container-widget-hcor-plans .hcor-plans-grid-wrapper {
        display: flex;
        align-items: stretch;
    }

    .container-widget-hcor-plans .swiper-pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        bottom: 0 !important;
    }

    .container-widget-hcor-plans .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #D9D9D9;
        opacity: 1;
        margin: 0 !important;
    }

    .container-widget-hcor-plans .swiper-pagination-bullet-active {
        background: #E71861;
        width: 24px;
        border-radius: 4px;
    }
}

.container-widget-hcor-plans .hcor-plans-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    border-radius: 16px;
    text-decoration: none;
    width: 292px;
    height: 346px;
    position: relative;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .container-widget-hcor-plans .hcor-plans-card {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
}

.container-widget-hcor-plans .hcor-plans-card:hover {
    transform: translateY(-5px);
}

.container-widget-hcor-plans .hcor-plans-card.is-highlighted {
    height: 374px;
    padding-top: 48px;
}

@media (max-width: 768px) {
    .container-widget-hcor-plans .hcor-plans-card.is-highlighted {
        padding-top: 48px;
        height: auto;
    }
}

.container-widget-hcor-plans .hcor-plans-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.container-widget-hcor-plans .hcor-plans-card-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.container-widget-hcor-plans .hcor-plans-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.container-widget-hcor-plans .hcor-plans-card-price-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.container-widget-hcor-plans .hcor-plans-card-currency,
.container-widget-hcor-plans .hcor-plans-card-price {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.container-widget-hcor-plans .hcor-plans-card-desc {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.container-widget-hcor-plans .hcor-plans-card-desc b,
.container-widget-hcor-plans .hcor-plans-card-desc strong {
    font-weight: 700;
}

.container-widget-hcor-plans .hcor-plans-badge {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 258px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.container-widget-hcor-plans .hcor-plans-badge-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.container-widget-hcor-plans .hcor-plans-badge-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.container-widget-hcor-plans .hcor-plans-badge-text {
    position: relative;
    z-index: 2;
    color: #297d78;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 2px;
}

.container-widget-hcor-plans .hcor-plans-bottom-banner {
    width: 100%;
    max-width: 1264px;
    height: 112px;
    background-color: #5b79bb;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .container-widget-hcor-plans .hcor-plans-bottom-banner {
        height: auto;
        padding: 32px 20px;
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
}

.container-widget-hcor-plans .hcor-plans-bottom-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.container-widget-hcor-plans .hcor-plans-bottom-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 768px) {
    .container-widget-hcor-plans .hcor-plans-bottom-banner-content {
        flex-direction: column;
        gap: 16px;
    }
}

.container-widget-hcor-plans .hcor-plans-bottom-banner-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 413px;
}

.container-widget-hcor-plans .hcor-plans-bottom-banner-btn {
    background-color: #fff1e8;
    color: #5b79bb;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 96px;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .container-widget-hcor-plans .hcor-plans-bottom-banner-btn {
        width: 100%;
        padding: 16px 32px;
    }
}

.container-widget-hcor-plans .hcor-plans-bottom-banner-btn:hover {
    background-color: #ffe8d9;
}