.enterprise-plan-card {
    background: #171940;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(23, 25, 64, 0.25);
}

.enterprise-plan-tag {
    position: absolute;
    top: 25px;
    right: -60px;
    width: 200px;
    padding: 0.35rem 0;
    line-height: 1.7;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    background: #a33188;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transform: rotate(45deg);
    text-align: center;
    z-index: 2;
}

.enterprise-plan-intro {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.enterprise-plan-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.enterprise-plan-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    line-height: 1.7;
}

.enterprise-plan-features {
    text-align: left;
}

.enterprise-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enterprise-feature-list li {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9em;
    line-height: 2.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.enterprise-feature-list li:last-child {
    border-bottom: 0;
}

.enterprise-feature-list li i {
    width: 22px;
    display: inline-block;
    text-align: center;
    color: #e23c8e;
    margin-right: 0.5rem;
}

@media (min-width: 992px) {
    .enterprise-plan-intro {
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }
}
