/* ========================================
   JDIH GOVERNMENT WEBSITE STYLES
   Modern & Professional Government Design
   ======================================== */

#fixed-button {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 20px;
}

#suggestionList {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}

/* ========== 1. GOVERNMENT SLIDER SECTION ========== */
.modern-slider-section {
    position: relative;
    overflow: hidden;
    border-bottom: 0px solid #11D694;
}

.modern-slider-item {
    position: relative;
    height: 550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
}

.modern-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.modern-slider-content {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}

.slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(17, 214, 148, 0.15);
    border-left: 4px solid #11D694;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.modern-slider-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modern-slider-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 650px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.modern-slider-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-modern-primary,
.btn-modern-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.8rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-modern-primary {
    background: #11D694;
    color: white;
    border-color: #11D694;
    box-shadow: 0 4px 12px rgba(17, 214, 148, 0.3);
}

.btn-modern-primary:hover {
    background: #0ea87a;
    border-color: #0ea87a;
    box-shadow: 0 6px 16px rgba(17, 214, 148, 0.4);
    color: white;
    text-decoration: none;
}

.btn-modern-secondary {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-modern-secondary:hover {
    background: white;
    color: #11D694;
    text-decoration: none;
}

.slider-decoration {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.05;
}

.slider-decoration::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M300,50 L550,300 L300,550 L50,300 Z' fill='%23ffffff' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-nav-modern {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    display: flex;
    gap: 0.75rem;
}

.slider-nav-btn {
    width: 45px;
    height: 45px;
    background: rgba(17, 214, 148, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav-btn:hover {
    background: #11D694;
    border-color: white;
}

/* ========== 2. SECTION HEADERS ========== */
.section-header-modern {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1.5rem;
}

.section-header-modern::after {
    display: none;
}

.header-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: #11D694;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
}

.section-title-modern {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-subtitle-modern {
    font-size: 1.05rem;
    color: #6c757d;
    margin-bottom: 0;
    font-weight: 400;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.decoration-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #11D694, transparent);
}

.decoration-dot {
    width: 8px;
    height: 8px;
    background: #11D694;
    border-radius: 50%;
}

/* ========== 3. VIDEO SECTION ========== */
.modern-video-section {
    padding: 4rem 0;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.modern-video-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 1rem;
    border: 1px solid #e9ecef;
}

.modern-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #11D694;
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modern-video-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-video-card:hover .video-overlay {
    opacity: 1;
}

.modern-play-button {
    width: 80px;
    height: 80px;
    background: white;
    border: none;
    border-radius: 50%;
    color: #11D694;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}

.modern-play-button:hover {
    transform: scale(1.2);
}

.video-duration-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.video-info {
    padding: 1.5rem;
}

.video-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.video-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #11D694;
    font-size: 0.9rem;
    font-weight: 500;
}

.modern-video-modal .modal-content {
    background: #1e293b;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.modern-video-modal .modal-header {
    background: linear-gradient(135deg, #11D694 0%, #059669 100%);
    color: white;
    border: none;
    padding: 1.5rem 2rem;
}

.modern-video-modal .modal-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.modern-close-btn {
    color: white;
    opacity: 1;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.modern-close-btn:hover {
    transform: rotate(90deg);
}

.video-container-modern {
    position: relative;
    padding-top: 56.25%;
    background: black;
}

.video-container-modern iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ========== 4. ARTICLE SECTION ========== */
.modern-article-section {
    padding: 5rem 0;
    background: white;
    position: relative;
}

.modern-article-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin: 1rem;
    border: 1px solid #f1f5f9;
}

.modern-article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.article-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.article-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-article-card:hover .article-image-wrapper img {
    transform: scale(1.15);
}

.article-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-article-card:hover .article-overlay {
    opacity: 1;
}

.article-link-btn {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11D694;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.article-link-btn:hover {
    transform: scale(1.2) rotate(45deg);
}

.article-date-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: white;
    border-radius: 12px;
    padding: 0.75rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    min-width: 60px;
}

.date-day {
    font-size: 1.5rem;
    font-weight: 700;
    color: #11D694;
    line-height: 1;
}

.date-month {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.date-year {
    font-size: 0.7rem;
    color: #94a3b8;
}

.article-category-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(17, 214, 148, 0.95);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.article-content-wrapper {
    padding: 1.5rem;
}

.article-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.article-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-title a:hover {
    color: #11D694;
}

.article-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #64748b;
}

.meta-item i {
    color: #11D694;
}

.article-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #11D694;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.article-read-more:hover {
    gap: 1rem;
}

/* ========== 5. STATS SECTION ========== */
.modern-stats-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.modern-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(17, 214, 148, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(17, 214, 148, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.stats-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.summary-stat-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(17, 214, 148, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.summary-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(17, 214, 148, 0.15);
}

.stat-icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #11D694 0%, #34d399 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.stat-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    color: #64748b;
    margin: 0.5rem 0 0 0;
    font-weight: 500;
}

.stat-decoration {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(17, 214, 148, 0.1) 0%, transparent 100%);
    border-radius: 50%;
    z-index: 1;
}

.modern-chart-container {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(17, 214, 148, 0.1);
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

.chart-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.chart-controls {
    display: flex;
    gap: 0.5rem;
}

.chart-control-btn {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border: none;
    border-radius: 10px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-control-btn:hover,
.chart-control-btn.active {
    background: linear-gradient(135deg, #11D694 0%, #34d399 100%);
    color: white;
}

.chart-wrapper-modern {
    height: 450px;
    position: relative;
}

#bar_basic_modern {
    width: 100%;
    height: 100%;
}

/* ========== 6. PERATURAN SECTION ========== */
.modern-peraturan-section {
    padding: 3rem 0;
    background: white;
}

.modern-tabs-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.modern-tabs-nav {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    border-bottom: 2px solid #dee2e6;
}

.modern-tab-item {
    flex: 1;
}

.modern-tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-bottom: none;
    color: #6c757d;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.modern-tab-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #11D694;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.modern-tab-link:hover {
    background: #e9ecef;
    color: #11D694;
    text-decoration: none;
}

.modern-tab-link.active {
    background: white;
    color: #11D694;
    border-color: #dee2e6;
}

.modern-tab-link.active::after {
    transform: scaleX(1);
}

.modern-tab-link i {
    font-size: 1.2rem;
}

.modern-tab-content {
    background: white;
    padding: 1.5rem;
}

.modern-peraturan-card {
    background: white;
    border: 1px solid #e9ecef;
    border-left: 4px solid #11D694;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    overflow: hidden;
}

.modern-peraturan-card:hover {
    border-color: #11D694;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.peraturan-card-header {
    background: #11D694;
    padding: 0.8rem 1.2rem;
}

.peraturan-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
}

.views-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0.8rem;
    border-radius: 2px;
}

.peraturan-card-body {
    padding: 1.2rem;
}

.peraturan-title-btn {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.peraturan-title-btn:hover {
    color: #11D694;
}

.peraturan-title-btn i {
    color: #11D694;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.peraturan-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f1f5f9;
    color: #64748b;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.peraturan-type-badge i {
    color: #11D694;
}

/* ========== 7. MODERN SKM MODAL ========== */
.modern-skm-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.98);
}

.modern-modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(17, 214, 148, 0.2);
    border-radius: 12px;
    color: #11D694;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 15;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.modern-modal-close:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: white;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3);
}

.skm-modal-content {
    display: flex;
    min-height: 500px;
}

.skm-left-section {
    flex: 1;
    padding: 3rem;
    background: white;
}

.skm-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #11D694 0%, #34d399 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.skm-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.skm-description {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.skm-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.skm-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: #64748b;
}

.skm-feature-item i {
    color: #11D694;
    font-size: 1.2rem;
}

.skm-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-skm-primary,
.btn-skm-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-skm-primary {
    background: linear-gradient(135deg, #11D694 0%, #34d399 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(17, 214, 148, 0.3);
}

.btn-skm-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(17, 214, 148, 0.4);
}

.btn-skm-secondary {
    background: white;
    color: #64748b;
    border-color: #e2e8f0;
}

.btn-skm-secondary:hover {
    background: #f8fafc;
    border-color: #11D694;
    color: #11D694;
}

.skm-right-section {
    flex: 0.7;
    background: linear-gradient(135deg, #11D694 0%, #34d399 50%, #6ee7b7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.skm-right-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.skm-right-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

.skm-banner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.skm-banner-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.skm-banner-image:hover {
    transform: scale(1.05);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .modern-slider-item {
        height: 500px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .modern-slider-title {
        font-size: 2rem;
    }

    .modern-slider-text {
        font-size: 1rem;
    }

    .modern-slider-buttons {
        flex-direction: column;
    }

    .btn-modern-primary,
    .btn-modern-secondary {
        width: 100%;
        justify-content: center;
    }

    .stats-summary-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .chart-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .chart-wrapper-modern {
        height: 350px;
    }

    .modern-tabs-nav {
        flex-direction: column;
        gap: 0.5rem;
    }

    .modern-tab-link {
        border-radius: 4px;
        border: 1px solid #dee2e6;
    }

    .modern-tab-link::after {
        display: none;
    }

    .peraturan-title-btn {
        font-size: 1rem;
    }

    .skm-modal-content {
        flex-direction: column;
    }

    .skm-left-section {
        padding: 2rem;
    }

    .skm-right-section {
        min-height: 200px;
    }

    .skm-illustration {
        width: 120px;
        height: 120px;
        font-size: 4rem;
    }

    .skm-title {
        font-size: 1.5rem;
    }

    /* SKM Modal Mobile */
    .skm-banner-main {
        min-height: 400px;
        padding: 1.5rem;
    }

    .skm-banner-image {
        max-width: 100%;
        max-height: 100%;
    }

    .skm-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .skm-slider-dots {
        bottom: 1rem;
        padding: 0.8rem 1.2rem;
    }

    .skm-dot {
        width: 12px;
        height: 12px;
    }

    .modern-modal-close {
        top: 0.2rem;
        right: 0.5rem;
        width: 20px;
        height: 20px;
        font-size: 0.8rem;
    }
}

/* ========== MODERN BANNER-FOCUSED SKM MODAL ========== */
.skm-banner-main {
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    background: linear-gradient(135deg, 
        rgba(17, 214, 148, 0.05) 0%, 
        rgba(248, 249, 250, 0.8) 50%, 
        rgba(17, 214, 148, 0.05) 100%);
    position: relative;
    overflow: hidden;
}

.skm-banner-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(17, 214, 148, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(17, 214, 148, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.skm-banner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.skm-banner-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    cursor: pointer;
}

.skm-banner-image:hover {
    transform: scale(1.02);
}

/* Single Banner Display */
.skm-banner-single {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

/* Modern SKM Slider Navigation */
.skm-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
    z-index: 12;
    pointer-events: none;
}

.skm-nav-btn {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(17, 214, 148, 0.3);
    border-radius: 30px;
    color: #11D694;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.skm-nav-btn:hover {
    background: #11D694;
    border-color: #11D694;
    color: white;
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 12px 35px rgba(17, 214, 148, 0.4);
}

.skm-nav-btn:active {
    transform: scale(1.05) translateY(0);
}

/* Modern SKM Slider Dots */
.skm-slider-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 12;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(17, 214, 148, 0.2);
}

.skm-dot {
    width: 14px;
    height: 14px;
    background: rgba(17, 214, 148, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.skm-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.skm-dot.active {
    background: #11D694;
    transform: scale(1.3);
    box-shadow: 0 4px 15px rgba(17, 214, 148, 0.4);
}

.skm-dot.active::before {
    background: white;
    transform: translate(-50%, -50%) scale(1.2);
}

.skm-dot:hover {
    transform: scale(1.2);
    background: rgba(17, 214, 148, 0.6);
}

/* Government Official Colors */
:root {
    --gov-primary: #11D694;
    --gov-primary-dark: #0ea87a;
    --gov-secondary: #2c3e50;
    --gov-text: #495057;
    --gov-border: #dee2e6;
    --gov-bg-light: #f8f9fa;
}
