.pc-608f8e60-card {
    border: 1px solid #232329;
    border-radius: 20px;
    background-color: #121214;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
    font-family: sans-serif;
    box-sizing: border-box;
}

.pc-608f8e60-icon-wrapper {
    margin-bottom: 24px;
}

.pc-608f8e60-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #d63384;
    border-radius: 12px;
    color: #d63384;
    font-size: 20px;
}

.pc-608f8e60-icon-box svg {
    width: 20px;
    height: 20px;
    fill: #d63384;
}

.pc-608f8e60-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.pc-608f8e60-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
    margin: 0 0 24px 0;
}

.pc-608f8e60-price-block {
    margin-bottom: 24px;
}

.pc-608f8e60-price-label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.pc-608f8e60-price {
    font-size: 40px;
    font-weight: 800;
    color: #d63384;
    line-height: 1;
    margin-bottom: 8px;
}

.pc-608f8e60-delay {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pc-608f8e60-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}

.pc-608f8e60-feature-item {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.6;
    color: #d1d5db;
    margin-bottom: 14px;
}

.pc-608f8e60-feature-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #d63384;
    font-weight: bold;
    font-size: 16px;
}

.pc-608f8e60-btn-wrapper {
    margin-top: auto;
}

.pc-608f8e60-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    border: 1px solid rgba(214, 51, 132, 0.3);
    border-radius: 30px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.pc-608f8e60-btn:hover {
    background-color: #d63384;
    border-color: #d63384;
    color: #ffffff;
    cursor: pointer;
}

.pc-608f8e60-arrow {
    transition: transform 0.3s ease;
}

.pc-608f8e60-btn:hover .pc-608f8e60-arrow {
    transform: translateX(4px);
}
