.sk-home {
    background: #f7fafc;
}

.sk-home .sk-footer {
    margin-top: 0;
}

.sk-home .sk-nav.navbar {
    background: transparent !important;
    border-bottom: 0;
    box-shadow: none;
}

.sk-home .sk-nav.navbar.sk-nav-solid {
    background: rgba(15, 42, 98, 0.96) !important;
    box-shadow: 0 10px 30px rgba(15, 42, 98, 0.22);
}

.sk-hero {
    position: relative;
    overflow: hidden;
    color: #f4fffb;
    padding: 5.35rem 0 2.6rem;
    background: linear-gradient(168deg, #0c4f48 0%, #0e5f6a 38%, #123a78 78%, #0f2a62 100%);
}

.sk-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 0;
}

.sk-kicker {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--sk-gold-2);
    margin-bottom: 0.85rem;
}

.sk-hero .sk-kicker {
    color: #d7c48a;
    margin-bottom: 0.45rem;
    font-weight: 500;
}

.sk-kicker-dark {
    color: var(--sk-navy);
}

.sk-hero h1 {
    font-family: var(--sk-display);
    font-size: clamp(1.85rem, 3.4vw, 2.55rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
    color: #fff;
    font-style: italic;
}

.sk-lead {
    font-size: 0.96rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
    max-width: 34rem;
    margin-bottom: 0.95rem;
}

.sk-hero-search {
    display: flex;
    align-items: stretch;
    gap: 0.45rem;
    max-width: 34rem;
    margin-bottom: 0.85rem;
    padding: 0.28rem 0.28rem 0.28rem 0.8rem;
    background: #fff;
    border-radius: 999px;
}

.sk-hero-search .form-control {
    border: 0 !important;
    box-shadow: none !important;
    min-height: 42px;
    background: transparent;
}

.sk-hero-search .btn,
.sk-btn-cta {
    border-radius: 999px;
    padding: 0.5rem 1.1rem;
    font-size: 0.88rem;
    white-space: nowrap;
}

.sk-btn-cta {
    background: var(--sk-cta);
    border-color: var(--sk-cta);
    color: #fff;
    font-weight: 700;
}

.sk-btn-cta:hover,
.sk-btn-cta:focus {
    background: var(--sk-cta-hover);
    border-color: var(--sk-cta-hover);
    color: #fff;
}

.sk-hero-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.7rem;
    margin-top: 0.15rem;
}

.sk-hero-links a {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

.sk-hero-links span {
    color: rgba(255, 255, 255, 0.4);
}

.sk-hero-links a:hover,
.sk-hero-links a:focus {
    color: #d7c48a;
}

.sk-hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sk-hero-art {
    width: auto;
    max-width: 100%;
    max-height: 260px;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 0.94;
    filter: drop-shadow(0 18px 28px rgba(8, 20, 48, 0.35));
}

.sk-home-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.35rem;
    margin: 0;
    position: relative;
    z-index: 3;
}

.sk-home-tab {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.35rem;
    border-radius: 0.7rem 0.7rem 0 0;
    background: #d5dee8;
    color: #31405a;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: 1px solid #b7c4d2;
    border-bottom: 0;
    line-height: 1.2;
    margin-bottom: -1px;
}

.sk-home-tab:hover,
.sk-home-tab:focus {
    background: #e8eef4;
    color: var(--sk-navy);
    border-color: #b7c4d2;
}

.sk-home-tab.is-active {
    background: #fff;
    color: var(--sk-navy);
    border-color: #c5ced8;
    font-weight: 700;
    position: relative;
    z-index: 4;
    box-shadow: none;
}

.sk-tab-stage {
    background: #e8eef4;
    padding: 0.85rem 0 4rem;
    position: relative;
    z-index: 2;
}

.sk-tab-body {
    background: #fff;
    border: 1px solid #c5ced8;
    border-radius: 1rem 0 1rem 1rem;
    padding: 1.35rem 1.25rem 1.6rem;
    box-shadow: 0 16px 36px rgba(15, 42, 98, 0.08);
}

.sk-home-panel {
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.15rem 1.2rem 1.35rem;
    border: 1px solid rgba(15, 42, 98, 0.08);
    box-shadow: 0 16px 36px rgba(15, 42, 98, 0.08);
}

.sk-home-list-hint {
    color: var(--sk-slate);
    font-size: 0.92rem;
    margin-bottom: 1rem;
}

.sk-stats-band {
    background: #f7fafc;
    padding: 0 0 1.5rem;
    margin-top: -1.8rem;
    position: relative;
    z-index: 2;
}

.sk-stat-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.sk-stat {
    background: #fff;
    border-radius: 1.2rem;
    padding: 1.15rem 1.15rem 1rem;
    box-shadow: 0 18px 36px rgba(15, 42, 98, 0.12);
    border: 1px solid rgba(15, 42, 98, 0.08);
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sk-stat-indigo {
    background: linear-gradient(165deg, #fff 58%, #eef2ff 100%);
    border-color: rgba(79, 70, 229, 0.16);
}

.sk-stat-indigo .sk-stat-value {
    color: #4338ca;
}

.sk-stat-amber {
    background: linear-gradient(165deg, #fff 58%, #fff7ed 100%);
    border-color: rgba(245, 158, 11, 0.22);
}

.sk-stat-amber .sk-stat-value {
    color: #c2410c;
}

.sk-stat-rose {
    background: linear-gradient(165deg, #fff 58%, #fff1f2 100%);
    border-color: rgba(244, 63, 94, 0.18);
}

.sk-stat-rose .sk-stat-value {
    color: #e11d48;
}

.sk-stat-teal {
    background: linear-gradient(165deg, #fff 58%, #f0fdfa 100%);
    border-color: rgba(20, 184, 166, 0.2);
}

.sk-stat-teal .sk-stat-value {
    color: #0f766e;
}

.sk-stat-link:hover .sk-stat {
    transform: translateY(-4px);
    box-shadow: 0 24px 40px rgba(15, 42, 98, 0.16);
}

.sk-stat-top {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.sk-donut-wrap {
    position: relative;
    width: 4.35rem;
    height: 4.35rem;
    flex: 0 0 4.35rem;
}

.sk-donut {
    width: 100%;
    height: 100%;
    display: block;
}

.sk-donut-track {
    stroke: rgba(15, 42, 98, 0.1);
}

.sk-donut-fill {
    stroke: #4f46e5;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-stat-indigo .sk-donut-track {
    stroke: rgba(79, 70, 229, 0.16);
}

.sk-stat-indigo .sk-donut-fill {
    stroke: #4f46e5;
}

.sk-stat-amber .sk-donut-track {
    stroke: rgba(245, 158, 11, 0.22);
}

.sk-stat-amber .sk-donut-fill {
    stroke: #f59e0b;
}

.sk-stat-rose .sk-donut-track {
    stroke: rgba(244, 63, 94, 0.18);
}

.sk-stat-rose .sk-donut-fill {
    stroke: #f43f5e;
}

.sk-stat-teal .sk-donut-track {
    stroke: rgba(20, 184, 166, 0.2);
}

.sk-stat-teal .sk-donut-fill {
    stroke: #14b8a6;
}

.sk-stat-indigo.is-on .sk-donut-fill {
    animation: sk-donut-pulse 2.4s ease-in-out infinite;
}

.sk-donut-pct {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--sk-navy);
    pointer-events: none;
}

.sk-stat-indigo .sk-donut-pct {
    color: #4338ca;
}

.sk-stat-amber .sk-donut-pct {
    color: #c2410c;
}

.sk-stat-rose .sk-donut-pct {
    color: #e11d48;
}

.sk-stat-copy {
    min-width: 0;
}

.sk-stat-value {
    font-family: var(--sk-font);
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--sk-navy);
    line-height: 1;
    margin-bottom: 0.28rem;
    font-variant-numeric: tabular-nums;
}

.sk-stat-label {
    font-weight: 650;
    font-size: 0.88rem;
    color: var(--sk-navy);
    line-height: 1.25;
}

.sk-stat-hint {
    color: var(--sk-slate);
    font-size: 0.76rem;
    margin-top: 0.55rem;
    line-height: 1.4;
}

@keyframes sk-donut-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.sk-home-rest {
    background: #f7fafc;
    padding: 2.2rem 0 4.2rem;
}

.sk-home-rest.sk-home-list {
    padding-top: 0;
    margin-top: -1.8rem;
    position: relative;
    z-index: 3;
}

.sk-section-title {
    font-family: var(--sk-font);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--sk-navy);
    margin-bottom: 1.25rem;
}

.sk-volume-row {
    margin-bottom: 2.8rem;
}

.sk-chart-card {
    background: #fff;
    border-radius: 1.2rem;
    padding: 0.55rem 0.45rem 0.2rem;
    border: 1px solid rgba(15, 42, 98, 0.08);
    box-shadow: 0 16px 36px rgba(15, 42, 98, 0.08);
    height: 100%;
}

.sk-lingkup-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
}

.sk-lingkup-card {
    background: #fff;
    border-radius: 1.1rem;
    padding: 1.25rem 1.35rem 1.15rem;
    flex: 1;
    border: 1px solid rgba(15, 42, 98, 0.08);
    box-shadow: 0 12px 28px rgba(15, 42, 98, 0.07);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.25rem 1rem;
    align-items: end;
}

.sk-lingkup-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.sk-lingkup-card strong {
    color: var(--sk-navy);
    font-size: 1.05rem;
}

.sk-lingkup-count {
    color: var(--sk-slate);
    font-size: 0.82rem;
}

.sk-lingkup-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--sk-navy);
    line-height: 1;
}

.sk-lingkup-bar {
    display: block;
    grid-column: 1 / -1;
    height: 8px;
    margin-top: 0.55rem;
    background: #e8eef6;
    border-radius: 99px;
    overflow: hidden;
}

.sk-lingkup-bar > span {
    display: block;
    height: 100%;
    border-radius: 99px;
}

.sk-lingkup-nasional {
    background: linear-gradient(135deg, #fff 52%, #e0f2fe 100%);
    border-color: rgba(14, 165, 233, 0.2);
}

.sk-lingkup-internasional {
    background: linear-gradient(135deg, #fff 52%, #fff7ed 100%);
    border-color: rgba(245, 158, 11, 0.22);
}

.sk-lingkup-nasional .sk-lingkup-value {
    color: #0369a1;
}

.sk-lingkup-internasional .sk-lingkup-value {
    color: #c2410c;
}

.sk-lingkup-nasional .sk-lingkup-bar > span {
    background: linear-gradient(90deg, #0ea5e9, #6366f1);
}

.sk-lingkup-internasional .sk-lingkup-bar > span {
    background: linear-gradient(90deg, #f59e0b, #f43f5e);
}

.sk-latest-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.sk-latest-head .sk-section-title {
    margin-bottom: 0;
}

.sk-latest-more {
    font-weight: 650;
    color: var(--sk-navy);
    text-decoration: none;
    white-space: nowrap;
}

.sk-latest-more:hover,
.sk-latest-more:focus {
    color: #1a4a9c;
}

.sk-latest-kicker {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sk-navy-2);
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.sk-latest-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 1.1rem;
    border: 1px solid rgba(15, 42, 98, 0.08);
    box-shadow: 0 12px 28px rgba(15, 42, 98, 0.07);
    overflow: hidden;
}

.sk-latest-list li + li {
    border-top: 1px solid rgba(15, 42, 98, 0.08);
}

.sk-latest-list a {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.95rem 1.15rem;
    text-decoration: none;
    color: inherit;
}

.sk-latest-list a:hover,
.sk-latest-list a:focus {
    background: #f4f8fc;
}

.sk-latest-list strong {
    color: var(--sk-navy);
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.35;
}

.sk-latest-list span {
    color: var(--sk-slate);
    font-size: 0.82rem;
}

.sk-stat-static {
    cursor: default;
}

.sk-tile {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    height: 100%;
    padding: 1.35rem 1.35rem 1.25rem;
    background: #fff;
    border-radius: 1.2rem;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(15, 42, 98, 0.08);
    box-shadow: 0 16px 32px rgba(15, 42, 98, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sk-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(15, 42, 98, 0.14);
    color: inherit;
}

.sk-tile-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 212, 160, 0.14);
    color: var(--sk-navy);
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
}

.sk-tile-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--sk-navy-2);
}

.sk-tile strong {
    font-family: var(--sk-font);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--sk-navy);
}

.sk-tile span:last-child {
    color: var(--sk-slate);
    font-size: 0.9rem;
}

.sk-alur-row {
    margin-top: 3.4rem;
}

.sk-step-cards {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.sk-step-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(15, 42, 98, 0.08);
    box-shadow: 0 10px 24px rgba(15, 42, 98, 0.06);
}

.sk-step-num {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--sk-navy);
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sk-step-card strong {
    display: block;
    color: var(--sk-navy);
    font-size: 0.98rem;
}

.sk-step-card p {
    margin: 0.15rem 0 0;
    color: var(--sk-slate);
    font-size: 0.9rem;
    line-height: 1.45;
}

.sk-alur {
    margin: 0;
    background: #fff;
    border-radius: 1.2rem;
    padding: 0.75rem;
    box-shadow: 0 18px 40px rgba(15, 42, 98, 0.08);
}

.sk-alur img {
    border-radius: 0.8rem;
    width: 100%;
}

@media (max-width: 991.98px) {
    .sk-home .sk-nav.navbar {
        background: rgba(15, 42, 98, 0.94) !important;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .sk-home .navbar-collapse.show {
        background: rgba(15, 42, 98, 0.96);
        border-radius: 1rem;
        padding: 0.65rem;
        margin-top: 0.45rem;
    }

    .sk-nav .nav-link.sk-nav-cta {
        margin: 0.35rem 0.55rem 0.15rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .sk-hero {
        padding: 5rem 0 2.2rem;
    }

    .sk-stat-value {
        font-size: 1.45rem;
    }

    .sk-donut-wrap {
        width: 3.6rem;
        height: 3.6rem;
        flex-basis: 3.6rem;
    }

    .sk-hero-links {
        flex-direction: row;
        gap: 0.55rem 0.7rem;
    }

    .sk-hero-search {
        flex-direction: column;
        border-radius: 1.1rem;
        padding: 0.55rem;
    }

    .sk-hero-search .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sk-stat,
    .sk-tile,
    .sk-donut-fill {
        transition: none;
    }
    .sk-stat-indigo.is-on .sk-donut-fill {
        animation: none;
    }
}
