/* ==================================================
   PERJANJIAN KINERJA
   (CLONE 100% DARI LAKIN)
================================================== */
.ak-pk-ui {
    padding: 18px 0 60px;
}
/* Header */
.ak-pk-ui .ak-pagehead {
    background: #0b2a4a;
    color: #fff;
    border-radius: 14px;
    padding: 22px 20px;
}

.ak-pk-ui .ak-pagehead h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}

.ak-pk-ui .ak-breadcrumb {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.ak-pk-ui .ak-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Card */
.ak-pk-ui .ak-card {
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

/* Card Judul */
.ak-pk-ui .ak-card-section {
    margin-top: 14px;
    padding: 16px 20px;
}

.ak-pk-ui .ak-section-title {
    font-size: 18px;
    font-weight: 900;
}

.ak-pk-ui .ak-section-subtitle {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7a90;
}

/* Tools */
.ak-pk-ui .ak-tools {
    padding: 14px 20px;
    border-bottom: 1px solid #e6ecf5;
}

.ak-pk-ui .ak-tools-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ak-pk-ui .ak-search input,
.ak-pk-ui .ak-year {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Button */
.ak-pk-ui .ak-btn-primary {
    background: #1d5aa6;
    color: #fff;
}

.ak-pk-ui .ak-btn-ghost {
    border: 1px solid #e6ecf5;
    background: transparent;
}

/* Table */
.ak-pk-ui .ak-thead,
.ak-pk-ui .ak-row {
    display: grid;
    grid-template-columns:
        1fr
        110px
        150px
        90px
        90px;
    padding: 14px 20px;
}

.ak-pk-ui .ak-row {
    border-top: 1px solid #e6ecf5;
}

.ak-pk-ui .ak-docname {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
}

/* Badge */
.ak-pk-ui .ak-badge {
    background: #eaf2ff;
    color: #2d5aa6;
    padding: 6px 10px;
    border-radius: 999px;
}

/* File */
.ak-pk-ui .ak-filepill {
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #e6ecf5;
}

/* Download */
.ak-pk-ui .ak-download {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Empty */
.ak-pk-ui .ak-empty {
    padding: 18px 20px;
    color: #6b7a90;
}

/* Mobile */
@media (max-width: 820px) {
    .ak-pk-ui .ak-thead {
        display: none;
    }
    .ak-pk-ui .ak-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* ======================
   CONTAINER (GLOBAL)
====================== */
.ak-container {
    max-width: 1200px;
    margin: auto;
    margin-top: -40px;
}

/* ==================================================
    Renstra
================================================== */
/* ===== UI Dokumen: Search + Tahun + Cari + Table ===== */
/* ===== MODAL PREVIEW ===== */
.ak-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.ak-modal.active {
    display: block;
}

.ak-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
}

.ak-modal-box {
    position: relative;
    width: 80%;
    max-width: 1000px;
    height: 80vh;
    margin: 5vh auto;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    animation: zoomIn 0.25s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.ak-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
}

.ak-modal-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.ak-modal-body {
    height: calc(100% - 52px);
}

.ak-modal-body iframe {
    width: 100%;
    height: 100%;
}

.ak-renstra-ui {
    padding: 18px 0 60px;
}

.ak-pagehead {
    background: #0b2a4a;
    color: #fff;
    border-radius: 14px;
    padding: 22px 20px;
}
.ak-pagehead h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}
.ak-breadcrumb {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}
.ak-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.ak-breadcrumb span {
    margin: 0 6px;
    opacity: 0.9;
}

.ak-doc-card {
    margin-top: 14px;
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.ak-doc-top {
    padding: 18px 20px;
    border-bottom: 1px solid #e6ecf5;
}
.ak-doc-title {
    font-size: 16px;
    font-weight: 900;
}
.ak-doc-subtitle {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7a90;
}

.ak-tools {
    padding: 14px 20px;
    border-bottom: 1px solid #e6ecf5;
}
.ak-tools-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.ak-search {
    position: relative;
    width: min(420px, 100%);
}
.ak-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
}
.ak-search input {
    width: 100%;
    padding: 10px 12px; /* kiri-kanan sama */
    border: 1px solid #e6ecf5;
    border-radius: 12px;
    outline: none;
    background: #fff;
}

.ak-year {
    padding: 10px 12px;
    border: 1px solid #e6ecf5;
    border-radius: 12px;
    outline: none;
    background: #fff;
    min-width: 150px;
}

.ak-btn {
    padding: 10px 14px;
    border-radius: 12px;
    border: 0;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.ak-btn-primary {
    background: #1d5aa6;
    color: #fff;
}
.ak-btn-ghost {
    background: transparent;
    border: 1px solid #e6ecf5;
    color: #1a2433;
}

.ak-table {
    width: 100%;
}
.ak-thead {
    display: grid;
    grid-template-columns:
        1fr /* Judul Dokumen */
        110px /* Tahun */
        150px /* Bentuk Berkas */
        90px /* Pratinjau */
        90px;
    gap: 12px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 400;
    color: #6b7a90;
}
.ak-row {
    display: grid;
    grid-template-columns:
        1fr /* Judul Dokumen */
        110px /* Tahun */
        150px /* Bentuk Berkas */
        90px /* Pratinjau */
        90px;
    gap: 12px;
    padding: 14px 20px;
    border-top: 1px solid #e6ecf5;
    align-items: center;
}
.ak-docname {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
}
.c {
    display: flex;
    justify-content: center;
}

.ak-badge {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #2d5aa6;
    font-weight: 400;
    font-size: 12px;
}

/* Bentuk berkas: seragam pill */
.ak-filepill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #e6ecf5;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
}
.ak-file-ico {
    opacity: 0.9;
}

/* Unduh: tombol kotak seragam + icon di tengah */
.ak-icon-btn {
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    color: #9ca3af; /* abu-abu soft */
    font-size: 16px;
    transition: color 0.15s ease, transform 0.15s ease;
}

.ak-icon-btn:hover {
    color: #4b5563; /* abu-abu gelap */
    transform: scale(1.05);
}

.ak-icon-btn i {
    pointer-events: none;
}
.ak-download-ico {
    font-size: 16px;
    line-height: 1;
}

.ak-empty {
    padding: 18px 20px;
    color: #6b7a90;
    font-weight: 400;
}

/* ===== FIX CARD ONLY (tanpa ubah elemen lain) ===== */

/* CARD: Dokumen (judul + breadcrumb) */
.ak-card-page {
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

/* breadcrumb dalam card putih (bukan putih di bg biru) */
.ak-card-page .ak-breadcrumb {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7a90;
}
.ak-card-page .ak-breadcrumb a {
    color: #1d5aa6;
    text-decoration: none;
    font-weight: 400;
}
.ak-card-page .ak-breadcrumb span {
    margin: 0 6px;
    opacity: 0.9;
}

/* CARD: Judul Renstra */
.ak-card-section {
    margin-top: 14px;
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    padding: 16px 20px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.ak-section-title {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.ak-section-subtitle {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7a90;
}

/* ===== MATIKAN SEMUA EFEK HOVER (RENSTRA ONLY) ===== */

/* Card tidak berubah saat hover */
.ak-renstra-ui .ak-card:hover,
.ak-renstra-ui .ak-card:focus,
.ak-renstra-ui .ak-card:active {
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08) !important;
    transform: none !important;
}

/* Tombol tidak berubah saat hover */
.ak-renstra-ui .ak-btn:hover,
.ak-renstra-ui .ak-btn:focus,
.ak-renstra-ui .ak-btn:active {
    background: inherit;
    color: inherit;
    border-color: inherit;
    box-shadow: none;
}

/* Tombol unduh tidak berubah */
.ak-renstra-ui .ak-download:hover,
.ak-renstra-ui .ak-download:focus,
.ak-renstra-ui .ak-download:active {
    background: #fff;
    border-color: #e6ecf5;
}

/* Link (breadcrumb & link lain) tidak berubah */
.ak-renstra-ui a:hover,
.ak-renstra-ui a:focus,
.ak-renstra-ui a:active {
    color: inherit;
    text-decoration: none;
}

/* Input & select tidak glow saat focus */
.ak-renstra-ui input:focus,
.ak-renstra-ui select:focus {
    outline: none;
    box-shadow: none;
    border-color: #e6ecf5;
}

/* Cursor tetap normal (bukan pointer) di card */
.ak-renstra-ui .ak-card {
    transition: none !important;
    transform: none !important;
    cursor: default;
}

/* Mobile: tabel jadi list */
@media (max-width: 820px) {
    .ak-thead {
        display: none;
    }
    .ak-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .c {
        justify-content: flex-start;
    }
}

/* ==================================================
    Dipa
================================================== */
.ak-dipa-ui {
    padding: 18px 0 60px;
}

/* Header */
.ak-dipa-pagehead {
    background: #0b2a4a;
    color: #fff;
    border-radius: 14px;
    padding: 22px 20px;
}

.ak-dipa-pagehead h1 {
    font-size: 30px;
    font-weight: 900;
}

.ak-dipa-breadcrumb {
    margin-top: 8px;
    font-size: 13px;
}

.ak-dipa-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Card */
.ak-dipa-card {
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    margin-top: 14px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.ak-dipa-card-section {
    padding: 16px 20px;
}

.ak-dipa-section-title {
    font-size: 18px;
    font-weight: 900;
}

.ak-dipa-section-subtitle {
    font-size: 14px;
    color: #6b7a90;
    margin-top: 6px;
}

/* Tools */
.ak-dipa-tools {
    padding: 14px 20px;
    border-bottom: 1px solid #e6ecf5;
}

.ak-dipa-tools-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ak-dipa-search input,
.ak-dipa-year {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Button */
.ak-dipa-btn {
    padding: 10px 14px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
}

.ak-dipa-btn-primary {
    background: #1d5aa6;
    color: #fff;
}

.ak-dipa-btn-ghost {
    border: 1px solid #e6ecf5;
    background: transparent;
}

/* Table */
.ak-dipa-thead,
.ak-dipa-row {
    display: grid;
    grid-template-columns:
        1fr
        110px
        150px
        90px
        90px;
    padding: 14px 20px;
}

.ak-dipa-row {
    border-top: 1px solid #e6ecf5;
}

.ak-dipa-docname {
    font-size: 13px;
    text-transform: uppercase;
}

.ak-dipa-badge {
    background: #eaf2ff;
    padding: 6px 10px;
    border-radius: 999px;
}

.ak-dipa-filepill {
    border: 1px solid #e6ecf5;
    padding: 7px 10px;
    border-radius: 999px;
}

.ak-dipa-download {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #e6ecf5;
    border-radius: 12px;
}

/* =========================================
   DIPA â€” MATIKAN SEMUA EFEK HOVER CARD
========================================= */

.ak-dipa-ui .ak-card {
    transition: none !important;
    transform: none !important;
    cursor: default;
}

.ak-dipa-ui .ak-card:hover,
.ak-dipa-ui .ak-card:focus,
.ak-dipa-ui .ak-card:active {
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08) !important;
    transform: none !important;
}
/* Mobile */
@media (max-width: 820px) {
    .ak-dipa-thead {
        display: none;
    }
    .ak-dipa-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* ===============================
   PREVIEW MODAL (SMALL, RAPI)
================================ */

.ak-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.ak-preview-modal.active {
    display: flex; /* ðŸ”¥ PENTING */
    align-items: center;
    justify-content: center;
}

.ak-preview-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1; /* ðŸ”¥ */
}

.ak-preview-box {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 900px; /* ðŸ”¥ KUNCI UKURAN */
    height: 85vh;
    margin: 5vh auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    z-index: 2; /* ðŸ”¥ INI KUNCI */
}

.ak-preview-header {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    font-weight: 600;
    border-bottom: 1px solid #e6ecf5;
}

.ak-preview-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.ak-preview-body {
    height: calc(100% - 56px); /* ðŸ”¥ KUNCI */
}

.ak-preview-body iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ==================================================
    LAKIN (SAMA PERSIS RENSTRA & DIPA)
================================================== */

.ak-lakin-ui {
    padding: 18px 0 60px;
}

/* Header */
.ak-lakin-ui .ak-pagehead {
    background: #0b2a4a;
    color: #fff;
    border-radius: 14px;
    padding: 22px 20px;
}

.ak-lakin-ui .ak-pagehead h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}

.ak-lakin-ui .ak-breadcrumb {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.ak-lakin-ui .ak-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Card */
.ak-lakin-ui .ak-card {
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

/* Card Judul */
.ak-lakin-ui .ak-card-section {
    margin-top: 14px;
    padding: 16px 20px;
}

.ak-lakin-ui .ak-section-title {
    font-size: 18px;
    font-weight: 900;
}

.ak-lakin-ui .ak-section-subtitle {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7a90;
}

/* Tools */
.ak-lakin-ui .ak-tools {
    padding: 14px 20px;
    border-bottom: 1px solid #e6ecf5;
}

.ak-lakin-ui .ak-tools-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ak-lakin-ui .ak-search input,
.ak-lakin-ui .ak-year {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Button */
.ak-lakin-ui .ak-btn-primary {
    background: #1d5aa6;
    color: #fff;
}

.ak-lakin-ui .ak-btn-ghost {
    border: 1px solid #e6ecf5;
    background: transparent;
}

/* Table */
.ak-lakin-ui .ak-thead,
.ak-lakin-ui .ak-row {
    display: grid;
    grid-template-columns:
        1fr
        110px
        150px
        90px
        90px;
    padding: 14px 20px;
}

.ak-lakin-ui .ak-row {
    border-top: 1px solid #e6ecf5;
}

.ak-lakin-ui .ak-docname {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
}

/* Badge */
.ak-lakin-ui .ak-badge {
    background: #eaf2ff;
    color: #2d5aa6;
    padding: 6px 10px;
    border-radius: 999px;
}

/* File */
.ak-lakin-ui .ak-filepill {
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #e6ecf5;
}

/* Download */
.ak-lakin-ui .ak-download {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Empty */
.ak-lakin-ui .ak-empty {
    padding: 18px 20px;
    color: #6b7a90;
}

/* Mobile */
@media (max-width: 820px) {
    .ak-lakin-ui .ak-thead {
        display: none;
    }
    .ak-lakin-ui .ak-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* ==================================================
   RENCANA AKSI
   (CLONE 100% DARI LAKIN)
================================================== */

.ak-ra-ui {
    padding: 18px 0 60px;
}

/* Header */
.ak-ra-ui .ak-pagehead {
    background: #0b2a4a;
    color: #fff;
    border-radius: 14px;
    padding: 22px 20px;
}

.ak-ra-ui .ak-pagehead h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
}

.ak-ra-ui .ak-breadcrumb {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.ak-ra-ui .ak-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

/* Card */
.ak-ra-ui .ak-card {
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
}

/* Card Judul */
.ak-ra-ui .ak-card-section {
    margin-top: 14px;
    padding: 16px 20px;
}

.ak-ra-ui .ak-section-title {
    font-size: 18px;
    font-weight: 900;
}

.ak-ra-ui .ak-section-subtitle {
    margin-top: 6px;
    font-size: 14px;
    color: #6b7a90;
}

/* Tools */
.ak-ra-ui .ak-tools {
    padding: 14px 20px;
    border-bottom: 1px solid #e6ecf5;
}

.ak-ra-ui .ak-tools-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ak-ra-ui .ak-search input,
.ak-ra-ui .ak-year {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Button */
.ak-ra-ui .ak-btn-primary {
    background: #1d5aa6;
    color: #fff;
}

.ak-ra-ui .ak-btn-ghost {
    border: 1px solid #e6ecf5;
    background: transparent;
}

/* Table */
.ak-ra-ui .ak-thead,
.ak-ra-ui .ak-row {
    display: grid;
    grid-template-columns:
        1fr
        110px
        150px
        90px
        90px;
    padding: 14px 20px;
}

.ak-ra-ui .ak-row {
    border-top: 1px solid #e6ecf5;
}

.ak-ra-ui .ak-docname {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
}

/* Badge */
.ak-ra-ui .ak-badge {
    background: #eaf2ff;
    color: #2d5aa6;
    padding: 6px 10px;
    border-radius: 999px;
}

/* File */
.ak-ra-ui .ak-filepill {
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #e6ecf5;
}

/* Download */
.ak-ra-ui .ak-download {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid #e6ecf5;
}

/* Empty */
.ak-ra-ui .ak-empty {
    padding: 18px 20px;
    color: #6b7a90;
}

/* Mobile */
@media (max-width: 820px) {
    .ak-ra-ui .ak-thead {
        display: none;
    }
    .ak-ra-ui .ak-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* =========================
   SAKAI – GLASS HERO THEME
   (copy identik dari Visi & Misi)
========================= */

.sakai-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background: #0b1220;
}

/* Background image */
.sakai-hero .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sakai-hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
    filter: saturate(1.05) contrast(1.05);
}

/* Overlay */
.sakai-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(
            900px 420px at 20% 15%,
            rgba(255, 255, 255, 0.16),
            transparent 60%
        ),
        radial-gradient(
            900px 420px at 80% 20%,
            rgba(255, 255, 255, 0.12),
            transparent 60%
        ),
        linear-gradient(
            180deg,
            rgba(3, 7, 18, 0.68) 0%,
            rgba(3, 7, 18, 0.56) 40%,
            rgba(3, 7, 18, 0.76) 100%
        );
}

/* Container */
.sakai-container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

/* Header */
.sakai-header {
    margin-bottom: 22px;
}

.sakai-header h1 {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(30px, 3.3vw, 44px);
    line-height: 1.1;
    margin: 0 0 10px 0;
}

.sakai-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14.5px;
}

/* Glass Card */
.sakai-card {
    border-radius: 20px;
    padding: 22px 24px;
    margin-bottom: 16px;

    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.sakai-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.sakai-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.85;
}

/* Responsive */
@media (max-width: 768px) {
    .sakai-hero {
        padding: 56px 0;
    }
    .sakai-card {
        padding: 18px;
        border-radius: 18px;
    }
}

