/* Pricing Page Specific Styles */

.featured-badge {
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
}

.package-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #075E54;
    margin-bottom: 1rem;
}

.package-price {
    font-size: 3rem;
    font-weight: 800;
    color: #25D366;
    margin: 1.5rem 0;
}

    .package-price small {
        font-size: 1.2rem;
        color: #666;
        font-weight: normal;
    }

.trial-badge {
    background: #fff3cd;
    color: #856404;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.list-unstyled.feature-list li::before {
    content: initial;
}
