.iptv-pricing-wrapper-e6ef98e7 {
    --pt-primary: #00e676;
    padding: 40px 20px;
    font-family: sans-serif;
    color: #fff;
    background-color: #080a14;
}

.iptv-tabs-e6ef98e7 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.iptv-tab-btn-e6ef98e7 {
    background: #0c0e1e;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.iptv-tab-btn-e6ef98e7.active, .iptv-tab-btn-e6ef98e7:hover {
    background: var(--pt-primary);
    color: #000;
    border-color: var(--pt-primary);
}

.iptv-grid-e6ef98e7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.iptv-card-e6ef98e7 {
    background: #0c0e1e;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 30px 20px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.iptv-card-e6ef98e7:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 230, 118, 0.1);
}

.iptv-card-e6ef98e7.featured {
    border-color: var(--pt-primary);
    box-shadow: 0 0 20px rgba(0, 230, 118, 0.15);
}

.iptv-badge-e6ef98e7 {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pt-primary);
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.iptv-plan-title-e6ef98e7 {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.iptv-price-box-e6ef98e7 {
    text-align: center;
    margin-bottom: 5px;
}

.iptv-currency-e6ef98e7 {
    font-size: 20px;
    vertical-align: super;
    color: var(--pt-primary);
}

.iptv-price-val-e6ef98e7 {
    font-size: 40px;
    font-weight: bold;
}

.iptv-period-label-e6ef98e7 {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
}

.iptv-features-list-e6ef98e7 {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.iptv-features-list-e6ef98e7 li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #ccc;
}

.iptv-btn-e6ef98e7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--pt-primary);
    color: #000;
    text-decoration: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: bold;
    transition: opacity 0.3s;
}

.iptv-btn-e6ef98e7:hover {
    opacity: 0.9;
    color: #000;
}
