.mtsn3-card{
    max-width:900px;
    margin:30px auto;
    background:#ffffff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.mtsn3-banner{
    width:100%;
    border-radius:15px;
    margin-bottom:20px;
}

.mtsn3-title{
    text-align:center;
    color:#0d6efd;
}

.mtsn3-progress{
    background:#ddd;
    height:25px;
    border-radius:30px;
    overflow:hidden;
}

.mtsn3-progress-bar{
    background:#28a745;
    height:25px;
}

.mtsn3-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    margin:25px 0;
}

.mtsn3-box{
    background:#f8f9fa;
    border-radius:10px;
    padding:20px;
    text-align:center;
}

.mtsn3-btn{
    display:inline-block;
    background:#25D366;
    color:white;
    padding:12px 20px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

.mtsn3-gallery{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.mtsn3-gallery img{
    width:100%;
    border-radius:10px;
}
.mtsn3-stats{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
    margin:25px 0;
}

.mtsn3-stat{
    background:#f8f9fa;
    border-radius:12px;
    padding:20px;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.mtsn3-stat h3{
    margin:0;
    font-size:18px;
    color:#666;
}

.mtsn3-stat p{
    margin:10px 0 0;
    font-size:22px;
    font-weight:bold;
    color:#0d6efd;
}
#mtsn3rekening{
    font-size:28px;
    font-weight:bold;
    color:#0d6efd;
    text-align:center;
    letter-spacing:2px;
    margin:15px 0;
}