/* Pricing Section - Equal Height Cards */
.pricing .row {
    display: flex;
    flex-wrap: wrap;
}

.pricing .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.pricing .pricing-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing .pricing-item .btn-wrap {
    margin-top: auto;
}

/* Tombol Daftar Sekarang */
.btn-daftar-sekarang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #013C3C 0%, #538E93 100%);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(95, 207, 128, 0.3);
    border: none;
}

.btn-daftar-sekarang:hover {
    background: linear-gradient(135deg, #538E93 0%, #3da05a 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(95, 207, 128, 0.4);
    color: #fff;
}

.btn-daftar-sekarang i {
    font-size: 20px;
}

/* Masa Pembelajaran Table */
.table-responsive {
    margin-top: 30px;
}

.table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.table thead {
    background: linear-gradient(135deg, #013C3C 0%, #538E93 100%);
    color: #fff;
}

.table thead th {
    border: none;
    padding: 20px;
    font-weight: 600;
    text-align: center;
}

.table tbody td {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    border-color: #e9ecef;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

/* Level Badge */
.level-badge {
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Paket A - Expert (Biru) */
.pricing-item.paket-a h3 {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
    color: #fff;
}

.pricing-item.paket-a .level-badge {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
}

.pricing-item.paket-a .btn-buy {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
}

.pricing-item.paket-a .btn-buy:hover {
    background: linear-gradient(135deg, #357ABD 0%, #2a5f8f 100%);
}

.pricing-item.paket-a ul li i {
    color: #4A90E2;
}

/* Paket B - Mahir (Hijau) */
.pricing-item.paket-b.featured h3,
.pricing-item.paket-b h3 {
    background: linear-gradient(135deg, #013C3C 0%, #538E93 100%) !important;
    color: #fff;
}

.pricing-item.paket-b.featured .level-badge,
.pricing-item.paket-b .level-badge {
    background: linear-gradient(135deg, #013C3C 0%, #538E93 100%);
}

.pricing-item.paket-b.featured .btn-buy,
.pricing-item.paket-b .btn-buy {
    background: linear-gradient(135deg, #013C3C 0%, #538E93 100%);
}

.pricing-item.paket-b.featured .btn-buy:hover,
.pricing-item.paket-b .btn-buy:hover {
    background: linear-gradient(135deg, #538E93 0%, #3da05a 100%);
}

.pricing-item.paket-b.featured ul li i,
.pricing-item.paket-b ul li i {
    color: #013C3C;
}

/* Paket C - Menengah (Orange) */
.pricing-item.paket-c h3 {
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B1A 100%);
    color: #fff;
}

.pricing-item.paket-c .level-badge {
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B1A 100%);
}

.pricing-item.paket-c .btn-buy {
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B1A 100%);
}

.pricing-item.paket-c .btn-buy:hover {
    background: linear-gradient(135deg, #FF6B1A 0%, #e55a0f 100%);
}

.pricing-item.paket-c ul li i {
    color: #FF8C42;
}

/* Paket D - Pemula (Merah Muda) */
.pricing-item.paket-d h3 {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
    color: #fff;
}

.pricing-item.paket-d .level-badge {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
}

.pricing-item.paket-d .btn-buy {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
}

.pricing-item.paket-d .btn-buy:hover {
    background: linear-gradient(135deg, #C2185B 0%, #a0144a 100%);
}

.pricing-item.paket-d ul li i {
    color: #E91E63;
}

/* Pricing Item Customization */
.pricing-item ul li {
    text-align: left;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.pricing-item ul li i {
    font-size: 16px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Info Box */
.info-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.info-box h3 {
    color: #37423b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.info-list li i {
    color: #013C3C;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .table thead th,
    .table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .info-box {
        padding: 25px;
    }
}
