.pricing-card-1d58bc20 {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.pc-badge-1d58bc20 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #3b82f6;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.pc-icon-1d58bc20 {
    font-size: 40px;
    color: #3b82f6;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-icon-1d58bc20 svg {
    width: 40px;
    height: 40px;
    fill: #3b82f6;
}

.pc-title-1d58bc20 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.pc-desc-1d58bc20 {
    margin: 0 0 20px;
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
}

.pc-price-wrap-1d58bc20 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 15px;
}

.pc-currency-1d58bc20 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-right: 4px;
}

.pc-price-1d58bc20 {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.pc-period-1d58bc20 {
    font-size: 16px;
    color: #6b7280;
    margin-left: 4px;
}