.wakamad-page {
    background: linear-gradient(180deg, #f4f8fc 0%, #fff 280px);
}

.wakamad-intro {
    padding: 42px 0 10px;
    text-align: center;
}

.wakamad-intro-title {
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    color: #1a2d4a;
    margin: 8px 0 12px;
}

.wakamad-intro-text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.75;
    color: #5a6478;
}

.wakamad-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 14px 0;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e8eef5;
}

.wakamad-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.wakamad-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #dce8f4;
    background: #fff;
    color: #4a5568;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    box-shadow: 0 4px 14px rgba(20, 50, 90, .05);
}

.wakamad-nav-btn i {
    color: var(--theme-primary, #00a651);
}

.wakamad-nav-btn:hover,
.wakamad-nav-btn.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--theme-primary, #00a651), #008f45);
    border-color: transparent;
    transform: translateY(-1px);
}

.wakamad-nav-btn:hover i,
.wakamad-nav-btn.is-active i {
    color: #fff;
}

.wakamad-list {
    padding-top: 36px;
}

.wakamad-section {
    scroll-margin-top: 88px;
    margin-bottom: 56px;
}

.wakamad-section:last-child {
    margin-bottom: 0;
}

.kamad-hero-card--reverse .row {
    flex-direction: row-reverse;
}

.wakamad-photo-wrap.wakamad-accent-kurikulum {
    background: linear-gradient(160deg, #0d3d28 0%, #1a7fad 100%);
}

.wakamad-photo-wrap.wakamad-accent-humas {
    background: linear-gradient(160deg, #1e3a5f 0%, #307ad5 100%);
}

.wakamad-photo-wrap.wakamad-accent-kesiswaan {
    background: linear-gradient(160deg, #4a2c6e 0%, #7b52ab 100%);
}

.wakamad-photo-wrap.wakamad-accent-sarpras {
    background: linear-gradient(160deg, #5c3d16 0%, #c9920d 100%);
}

.wakamad-photo-wrap.wakamad-accent-ktu {
    background: linear-gradient(160deg, #1a3a52 0%, #2d6a8f 100%);
}

.wakamad-section .kamad-name {
    font-size: clamp(22px, 3vw, 30px);
}

.wakamad-section .kamad-panel h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a2d4a;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef2f8;
}

.wakamad-section .kamad-panel h3 i {
    color: var(--theme-primary, #00a651);
    margin-right: 8px;
}

@media (max-width: 991px) {
    .kamad-hero-card--reverse .row {
        flex-direction: column;
    }
    .wakamad-nav-btn span {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .wakamad-nav {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }
    .wakamad-nav-btn {
        white-space: nowrap;
        flex-shrink: 0;
    }
}
