.suk2-wrap{
    max-width:1200px;
    margin:40px auto;
    padding:0 15px;
    font-family:Arial,sans-serif;
}

.suk2-hero{
    background:#0f5132;
    color:#fff;
    padding:40px;
    border-radius:16px;
    margin-bottom:25px;
}

.suk2-card{
    background:#fff;
    border-radius:16px;
    padding:25px;
    margin-bottom:25px;
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
}

.suk2-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    margin-bottom:25px;
}

.suk2-stat{
    background:#fff;
    padding:25px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
}

.suk2-stat strong{
    display:block;
    font-size:28px;
    margin-bottom:10px;
}

.suk2-packages{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.suk2-package{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
}

.suk2-package img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.suk2-package h4{
    padding:20px 20px 0;
    margin:0;
}

.suk2-package p{
    padding:0 20px;
}

.suk2-btn{
    display:inline-block;
    background:#0f5132;
    color:#fff;
    padding:12px 20px;
    border-radius:10px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    margin:15px 10px 20px 20px;
}

.suk2-btn-light{
    background:#198754;
}

.suk2-table{
    width:100%;
    border-collapse:collapse;
}

.suk2-table th,
.suk2-table td{
    border:1px solid #ddd;
    padding:12px;
}

.suk2-progress{
    width:100%;
    height:18px;
    background:#eee;
    border-radius:30px;
    overflow:hidden;
}

.suk2-progress span{
    display:block;
    height:100%;
    background:#198754;
}

.suk2-badge{
    padding:6px 12px;
    border-radius:30px;
    color:#fff;
    font-size:12px;
}

.suk2-badge-green{
    background:#198754;
}

.suk2-badge-orange{
    background:#fd7e14;
}

.suk2-badge-blue{
    background:#0d6efd;
}

.suk2-badge-gray{
    background:#6c757d;
}

.suk2-success{
    background:#d1e7dd;
    color:#0f5132;
    padding:15px;
    border-radius:10px;
    margin-bottom:20px;
}

.suk2-error{
    background:#f8d7da;
    color:#842029;
    padding:15px;
    border-radius:10px;
    margin-bottom:20px;
}

.suk2-wrap input,
.suk2-wrap textarea,
.suk2-wrap select{
    width:100%;
    padding:12px;
    margin-top:8px;
    margin-bottom:18px;
    border:1px solid #ddd;
    border-radius:10px;
}

.suk2-modal{
    display:none;
    position:fixed;
    z-index:99999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    align-items:center;
    justify-content:center;
    padding:20px;
}

.suk2-modal.active{
    display:flex;
}

.suk2-modal-box{
    background:#fff;
    width:100%;
    max-width:480px;
    padding:25px;
    border-radius:18px;
    position:relative;
    box-shadow:0 10px 40px rgba(0,0,0,0.25);
}

.suk2-modal-close{
    position:absolute;
    right:15px;
    top:10px;
    border:none;
    background:transparent;
    font-size:30px;
    cursor:pointer;
    line-height:1;
}

.suk2-progress-circle{
    position:relative;
    width:120px;
    height:120px;
    flex:0 0 120px;
}

.suk2-progress-circle svg{
    width:120px;
    height:120px;
    transform:rotate(-90deg);
}

.suk2-progress-circle circle{
    fill:none;
    stroke:#eee;
    stroke-width:10;
}

.suk2-progress-circle .suk2-progress-active{
    stroke:#198754;
    stroke-width:10;
    stroke-linecap:round;
    transition:all .3s ease;
}

.suk2-progress-text{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#0f5132;
}

.suk2-goal-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.suk2-wrap{
    max-width:1280px;
    margin:auto;
    padding:30px 20px;
}

.suk2-hero{
    background:linear-gradient(135deg,#0f5132,#198754);
    color:#fff;
    border-radius:24px;
    padding:40px;
    margin-bottom:30px;
}

.suk2-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin-bottom:30px;
}

.suk2-stat{
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.suk2-stat strong{
    display:block;
    font-size:28px;
    margin-bottom:10px;
}

.suk2-card{
    background:#fff;
    border-radius:24px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.suk2-goal-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
}

.suk2-progress-circle{
    position:relative;
    width:140px;
    height:140px;
}

.suk2-progress-circle svg{
    width:140px;
    height:140px;
    transform:rotate(-90deg);
}

.suk2-progress-circle circle{
    fill:none;
    stroke:#eee;
    stroke-width:10;
}

.suk2-progress-circle .suk2-progress-active{
    stroke:#198754;
    stroke-width:10;
    stroke-linecap:round;
}

.suk2-progress-text{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:24px;
}

.suk2-package-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.suk2-package-card{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    min-height:520px;
    background:#000;
}

.suk2-package-image{
    position:relative;
    height:100%;
}

.suk2-package-image img{
    width:100%;
    height:520px;
    object-fit:cover;
}

.suk2-package-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.1));
}

.suk2-package-content{
    position:absolute;
    inset:auto 0 0 0;
    padding:30px;
    color:#fff;
}

.suk2-badge-top{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    background:rgba(255,255,255,.2);
    backdrop-filter:blur(10px);
    margin-bottom:15px;
    font-size:13px;
}

.suk2-package-content h3{
    font-size:34px;
    margin-bottom:10px;
    color:#fff;
}

.suk2-package-duration{
    opacity:.9;
    margin-bottom:12px;
}

.suk2-package-price{
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

.suk2-package-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.suk2-btn-main,
.suk2-btn-light{
    border:none;
    padding:14px 22px;
    border-radius:50px;
    cursor:pointer;
    text-decoration:none;
    font-weight:600;
}

.suk2-btn-main{
    background:#d4af37;
    color:#000;
}

.suk2-btn-light{
    background:rgba(255,255,255,.2);
    color:#fff;
    backdrop-filter:blur(10px);
}

.suk2-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
    background:rgba(0,0,0,.7);
    align-items:center;
    justify-content:center;
    padding:20px;
}

.suk2-modal.active{
    display:flex;
}

.suk2-modal-box{
    background:#fff;
    width:100%;
    max-width:500px;
    border-radius:24px;
    padding:30px;
    position:relative;
}

.suk2-modal-close{
    position:absolute;
    top:12px;
    right:18px;
    border:none;
    background:none;
    font-size:32px;
    cursor:pointer;
}

.suk2-modal-subtitle{
    color:#777;
    margin-bottom:25px;
}

.suk2-guest-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
    border-bottom:1px solid #eee;
}

.suk2-guest-row small{
    display:block;
    color:#777;
    margin-top:4px;
}

.suk2-counter{
    display:flex;
    align-items:center;
    gap:10px;
}

.suk2-counter button{
    width:34px;
    height:34px;
    border-radius:50%;
    border:1px solid #ccc;
    background:#fff;
    cursor:pointer;
    font-size:20px;
}

.suk2-counter input{
    width:60px;
    text-align:center;
    border:none;
    background:#f7f7f7;
    border-radius:10px;
    padding:10px;
}

.suk2-submit-btn{
    width:100%;
    border:none;
    padding:16px;
    margin-top:25px;
    border-radius:16px;
    background:#198754;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.suk2-table{
    width:100%;
    border-collapse:collapse;
}

.suk2-table th,
.suk2-table td{
    padding:14px;
    border-bottom:1px solid #eee;
    text-align:left;
}

.suk2-badge{
    display:inline-block;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
}

.suk2-badge-gray{
    background:#eee;
}

@media(max-width:768px){

    .suk2-package-content h3{
        font-size:26px;
    }

    .suk2-goal-box{
        flex-direction:column;
        align-items:flex-start;
    }

}