.pt-541f02ce-wrapper {
    font-family: inherit;
    color: #1a202c;
}

.pt-541f02ce-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    color: #1e3a8a;
}

.pt-541f02ce-header h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.pt-541f02ce-icon {
    font-size: 28px;
}

.pt-541f02ce-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: stretch;
}

@media (min-width: 768px) {
    .pt-541f02ce-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pt-541f02ce-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.pt-541f02ce-card.featured {
    border: 2px solid #fcd34d;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.pt-541f02ce-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fcd34d;
    color: #1a202c;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.pt-541f02ce-card-content {
    padding: 40px 30px;
    flex-grow: 1;
}

.pt-541f02ce-plan {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a202c;
}

.pt-541f02ce-price-box {
    margin-bottom: 30px;
}

.pt-541f02ce-price {
    font-size: 36px;
    font-weight: 800;
    color: #1e3a8a;
}

.pt-541f02ce-period {
    font-size: 16px;
    color: #4a5568;
    font-weight: 500;
}

.pt-541f02ce-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pt-541f02ce-features li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #2d3748;
}

.pt-541f02ce-features li i {
    color: #9b2c2c; /* default cross color or override in content */
    margin-top: 3px;
}
.pt-541f02ce-features li i.fa-check-circle {
    color: #9b2c2c;
}
.pt-541f02ce-features li.disabled {
    color: #a0aec0;
}
.pt-541f02ce-features li.disabled i {
    color: #cbd5e0;
}

.pt-541f02ce-btn {
    display: block;
    text-align: center;
    background: #1e3a8a;
    color: #fff;
    padding: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    margin: 0 15px 15px 15px;
}

.pt-541f02ce-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.pt-541f02ce-card.featured .pt-541f02ce-btn {
    background: #fcd34d;
    color: #1e3a8a;
}

.pt-541f02ce-card.featured .pt-541f02ce-btn:hover {
    color: #1e3a8a;
}