/* ==========================================
   PAGE: UJI KOMPETENSI
   PT. Jannata Group Indonesia
   ========================================== */

/* ------------------------------------------
   1. HERO SECTION
   ------------------------------------------ */
.uk-hero-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-color: #FFFFFF;
    background-image: url('../../img/uji-kompetensi/hero-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.uk-hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 18.5%, #FFFFFF 47.8%, rgba(255, 255, 255, 0.75) 73.6%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.uk-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    gap: 32px;
}

.uk-hero-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.uk-hero-logo-img {
    height: 64px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.uk-hero-logo-img:hover {
    transform: scale(1.04);
}

.uk-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.uk-hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    color: #1C252E;
    margin: 0;
    max-width: 960px;
}

.uk-hero-divider {
    width: 301px;
    height: 1px;
    background-color: #D2D2D2;
    margin: 4px 0;
}

.uk-hero-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #637381;
    margin: 0;
    max-width: 1060px;
}


/* ------------------------------------------
   2. PROGRAM / TUK SECTION (LEGALITAS SERTIFIKASI)
   ------------------------------------------ */
.uk-tuk-section {
    background-color: #F9FAFB;
    width: 100%;
}

.uk-tuk-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 64px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.uk-tuk-card-img-wrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 373px;
    aspect-ratio: 373 / 504;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #0C45B5;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(12, 69, 181, 0.08);
    flex-shrink: 0;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, box-shadow 0.3s ease;
}

.uk-tuk-card-img-wrap:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(12, 69, 181, 0.15);
}

.uk-tuk-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.uk-tuk-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
    max-width: 760px;
}

.uk-section-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0A3995;
    margin: 0;
}

.uk-tuk-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.35;
    color: #1C252E;
    margin: 0;
}

.uk-tuk-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #637381;
    margin: 0;
}


/* ------------------------------------------
   3. SKEMA SECTION (PILIH SKEMA UJI KOMPETENSI)
   ------------------------------------------ */
.uk-skema-section {
    background-color: #FFFFFF;
    width: 100%;
}

.uk-skema-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    box-sizing: border-box;
    width: 100%;
}

.uk-skema-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    max-width: 900px;
}

.uk-skema-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.25;
    color: #1C252E;
    margin: 0;
}

.uk-skema-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #637381;
    margin: 0;
}

.uk-skema-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    margin-top: 35px;
}

.uk-skema-card {
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 44px 24px 24px;
    background: #FFFFFF;
    border: 1.5px solid #3C72FC;
    border-radius: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.uk-skema-card:hover {
    transform: translateY(-8px);
    border-color: #0A3995;
    box-shadow: 0 20px 40px rgba(60, 114, 252, 0.12);
}

.uk-skema-badge {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: linear-gradient(180deg, #3C72FC 0%, #00060C 100%);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 8px 16px rgba(60, 114, 252, 0.25);
}

.uk-skema-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.uk-skema-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.33;
    color: #333333;
    margin: 0;
}

.uk-skema-card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #637381;
    margin: 0;
}

.uk-skema-divider {
    width: 100%;
    height: 1px;
    background-color: #D2D2D2;
    margin-bottom: 16px;
}

.uk-skema-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0A3995;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    transition: color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

.uk-skema-btn:hover {
    color: #3C72FC;
}

.uk-skema-btn svg {
    transition: transform 0.2s ease;
}

.uk-skema-btn:hover svg {
    transform: translate(3px, -3px);
}


/* ------------------------------------------
   4. PERSYARATAN SECTION
   ------------------------------------------ */
.uk-syarat-section {
    background-color: #FFFFFF;
    width: 100%;
}

.uk-syarat-container {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    box-sizing: border-box;
    width: 100%;
}

.uk-syarat-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
}

.uk-syarat-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #204093;
    margin: 0;
}

.uk-syarat-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    color: #1C252E;
    margin: 0;
}

.uk-syarat-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 653px;
    flex-shrink: 1;
}

.uk-syarat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    transition: transform 0.2s ease;
}

.uk-syarat-item:hover {
    transform: translateX(4px);
}

.uk-syarat-bullet-img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.uk-syarat-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}


/* ------------------------------------------
   5. ON-PAGE UNIT SKEMA SECTION & TABS
   ------------------------------------------ */
.uk-unit-skema-section {
    background-color: #FFFFFF;
    width: 100%;
}

.uk-unit-skema-wrapper {
    box-sizing: border-box;
    width: 100%;
    background-color: #F9FAFB;
    border: 1.5px solid #315ED1;
    border-radius: 48px;
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.uk-unit-skema-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.uk-unit-skema-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #1C252E;
    margin: 0;
    text-align: center;
}

/* Tabs Header Bar (Frame 1000001090) */
.uk-tabs-container {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 11px;
    background: #F2F4F7;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 100px;
}

.uk-tab-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    padding: 10px 28px;
    border-radius: 100px;
    border: none;
    background: transparent;
    color: #777777;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.uk-tab-btn:hover {
    color: #0A3995;
}

.uk-tab-btn.active {
    background: #FFFFFF;
    color: #0A3995;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* On-Page Table Card (Frame 1000005521) */
.uk-table-card {
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 24px;
    overflow: hidden;
}

.uk-table-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

/* Custom horizontal scrollbar styling for high-end look */
.uk-table-responsive::-webkit-scrollbar {
    height: 6px;
}
.uk-table-responsive::-webkit-scrollbar-track {
    background: #F1F5F9;
    border-radius: 4px;
}
.uk-table-responsive::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 4px;
}
.uk-table-responsive::-webkit-scrollbar-thumb:hover {
    background: #94A3B8;
}

.uk-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    text-align: left;
}

.uk-table thead tr {
    background-color: #082D76; /* Deep Royal Navy */
    border-bottom: 1px solid #DFDDEE;
}

.uk-table thead th {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(13px, 0.9vw + 9.5px, 18px);
    line-height: 1.45;
    color: #FFFFFF;
    padding: 18px 24px;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.uk-table thead th:hover {
    background-color: #06235C;
}

.uk-table thead th .uk-th-content {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

/* Header Column Widths (Prevents wrapping 2 lines) */
.uk-table th.col-no,
.uk-table td.col-no {
    width: 110px;
    min-width: 110px;
    white-space: nowrap;
}

.uk-table th.col-kode,
.uk-table td.col-kode {
    width: 260px;
    min-width: 220px;
    white-space: nowrap;
}

.uk-table th.col-nama,
.uk-table td.col-nama {
    min-width: 340px;
}

/* Caret Icon & ASC / DESC Sorting Feedback */
.uk-th-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.uk-table thead th .caret-up,
.uk-table thead th .caret-down {
    opacity: 0.35;
    transition: opacity 0.2s ease, stroke 0.2s ease;
    stroke: #FFFFFF;
}

.uk-table thead th:hover .caret-up,
.uk-table thead th:hover .caret-down {
    opacity: 0.65;
}

/* ASC State: Up Arrow Highlighted */
.uk-table thead th.sort-asc .caret-up {
    opacity: 1;
    stroke: #FFFFFF;
}
.uk-table thead th.sort-asc .caret-down {
    opacity: 0.2;
    stroke: #FFFFFF;
}

/* DESC State: Down Arrow Highlighted */
.uk-table thead th.sort-desc .caret-up {
    opacity: 0.2;
    stroke: #FFFFFF;
}
.uk-table thead th.sort-desc .caret-down {
    opacity: 1;
    stroke: #FFFFFF;
}

.uk-table tbody tr {
    border-bottom: 1px solid #E0E0E0;
    transition: background-color 0.15s ease;
}

.uk-table tbody tr:last-child {
    border-bottom: none;
}

.uk-table tbody tr:hover {
    background-color: #F8FAFC;
}

.uk-table tbody td {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(13px, 0.9vw + 9.5px, 18px);
    line-height: 1.5;
    padding: 14px 24px;
    color: #232323;
}


/* ------------------------------------------
   6. MODAL POPUP STYLING (PERSIS SEPERTI FIGMA/IMAGE)
   ------------------------------------------ */
.uk-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.uk-modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.uk-modal-card {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 780px;
    padding: 24px 32px 32px;
    box-sizing: border-box;
    position: relative;
    transform: scale(0.92) translateY(16px);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s ease;
    opacity: 0;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.uk-modal-overlay.show .uk-modal-card {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Modal Exit Animation */
.uk-modal-overlay.is-closing {
    opacity: 0;
}

.uk-modal-overlay.is-closing .uk-modal-card {
    transform: scale(0.94) translateY(12px);
    opacity: 0;
}

.uk-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 20px;
}

.uk-modal-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #1E293B;
    margin: 0;
}

.uk-modal-subtitle-blue {
    color: #2563EB;
    font-weight: 700;
}

.uk-modal-close-btn {
    background: transparent;
    border: none;
    color: #94A3B8;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s ease;
    line-height: 1;
}

.uk-modal-close-btn:hover {
    color: #1E293B;
    background-color: #F1F5F9;
    transform: rotate(90deg);
}

.uk-modal-body {
    flex: 1;
    overflow-y: auto;
    padding-right: 4px;
}

/* Custom scrollbar for modal body */
.uk-modal-body::-webkit-scrollbar {
    width: 6px;
}
.uk-modal-body::-webkit-scrollbar-track {
    background: #F1F5F9;
    border-radius: 3px;
}
.uk-modal-body::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 3px;
}
.uk-modal-body::-webkit-scrollbar-thumb:hover {
    background: #94A3B8;
}

.uk-modal-table-responsive {
    width: 100%;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
}

.uk-modal-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.uk-modal-table thead tr {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.uk-modal-table thead th {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #64748B;
    padding: 14px 20px;
    text-transform: uppercase;
}

.uk-modal-table tbody tr {
    border-bottom: 1px solid #F1F5F9;
    transition: background-color 0.15s ease;
}

.uk-modal-table tbody tr:last-child {
    border-bottom: none;
}

.uk-modal-table tbody tr:hover {
    background-color: #F8FAFC;
}

.uk-modal-table tbody td {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.5;
    padding: 14px 20px;
}

.uk-modal-table td.col-kode {
    font-weight: 500;
    color: #64748B;
    width: 30%;
    white-space: nowrap;
}

.uk-modal-table td.col-nama {
    font-weight: 500;
    color: #334155;
}


/* ------------------------------------------
   7. RESPONSIVE BREAKPOINTS
   ------------------------------------------ */

/* Macbook & Laptops (1024px to 1280px) */
@media (max-width: 1280px) {
    .uk-hero-section {
        padding-top: 140px;
        padding-bottom: 70px;
    }
    .uk-tuk-container {
        gap: 40px;
    }
    .uk-skema-grid {
        gap: 24px;
    }
    .uk-syarat-container {
        gap: 40px;
    }
}

/* Tablets (768px to 1023px) */
@media (max-width: 1023px) {
    .uk-hero-section {
        padding-top: 125px;
        padding-bottom: 60px;
        min-height: 380px;
    }
    .uk-hero-title {
        font-size: 26px;
    }
    .uk-hero-desc {
        font-size: 15px;
    }
    .uk-tuk-container {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }
    .uk-tuk-content {
        align-items: center;
        text-align: center;
    }
    .uk-tuk-card-img-wrap {
        width: 100%;
        max-width: 340px;
        aspect-ratio: 373 / 504;
        height: auto;
    }
    .uk-skema-grid {
        grid-template-columns: repeat(1, 1fr);
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    .uk-syarat-container {
        flex-direction: column;
        gap: 32px;
    }
    .uk-syarat-header {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
    .uk-syarat-list {
        width: 100%;
        max-width: 100%;
    }
    .uk-unit-skema-wrapper {
        padding: 32px 24px;
        border-radius: 28px;
    }
}

/* Mobile Devices (< 768px) */
@media (max-width: 767px) {
    .uk-hero-section {
        padding-top: 110px;
        padding-bottom: 50px;
        min-height: 320px;
    }
    .uk-hero-inner {
        gap: 20px;
    }
    .uk-hero-logos {
        gap: 16px;
    }
    .uk-hero-logo-img {
        height: 44px;
    }
    .uk-hero-title {
        font-size: 22px;
        line-height: 1.35;
    }
    .uk-hero-divider {
        width: 160px;
    }
    .uk-hero-desc {
        font-size: 14px;
        line-height: 1.55;
    }
    .uk-tuk-title {
        font-size: 22px;
        line-height: 1.35;
    }
    .uk-tuk-desc {
        font-size: 14.5px;
    }
    .uk-tuk-card-img-wrap {
        width: 100%;
        max-width: 300px;
        aspect-ratio: 373 / 504;
        height: auto;
        border-radius: 24px;
    }
    .uk-skema-title {
        font-size: 24px;
        line-height: 1.3;
    }
    .uk-skema-subtitle {
        font-size: 14.5px;
    }
    .uk-skema-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        max-width: 100%;
        margin-top: 24px;
    }
    .uk-skema-card {
        padding: 36px 18px 20px;
        border-radius: 20px;
    }
    .uk-skema-badge {
        width: 56px;
        height: 56px;
        top: -28px;
        font-size: 24px;
        border-radius: 28px;
    }
    .uk-syarat-title {
        font-size: 22px;
    }
    .uk-syarat-list {
        width: 100%;
        max-width: 100%;
        gap: 12px;
    }
    .uk-syarat-item {
        padding: 4px 0;
        align-items: flex-start;
        gap: 10px;
    }
    .uk-syarat-bullet-img {
        margin-top: 2px;
    }
    .uk-syarat-text {
        font-size: 14.5px;
        line-height: 1.5;
    }
    .uk-unit-skema-title {
        font-size: 22px;
        line-height: 1.35;
    }
    .uk-tabs-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 100px;
        padding: 6px;
        gap: 6px;
        justify-content: flex-start;
    }
    .uk-tabs-container::-webkit-scrollbar {
        display: none;
    }
    .uk-tab-btn {
        padding: 8px 16px;
        font-size: 13.5px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .uk-unit-skema-wrapper {
        padding: 24px 16px;
        border-radius: 24px;
        border-width: 1px;
        gap: 24px;
    }
    .uk-modal-card {
        padding: 20px 16px 20px;
        border-radius: 16px;
        max-width: 100%;
    }
    .uk-modal-title {
        font-size: 16px;
    }
    .uk-modal-table thead th,
    .uk-modal-table tbody td {
        padding: 10px 12px;
        font-size: 13px;
    }
    .uk-table {
        min-width: 480px;
    }
    .uk-table thead th {
        padding: 12px 14px;
    }
    .uk-table tbody td {
        padding: 10px 14px;
    }
    .uk-table th.col-no,
    .uk-table td.col-no {
        width: 60px;
        min-width: 50px;
    }
    .uk-table th.col-kode,
    .uk-table td.col-kode {
        width: 150px;
        min-width: 130px;
    }
    .uk-table th.col-nama,
    .uk-table td.col-nama {
        min-width: 220px;
    }
}

/* ------------------------------------------
   7. UJI KOMPETENSI CTA BANNER (EXACT IMAGE 1 SPECIFICATIONS)
   ------------------------------------------ */
.uk-cta-section {
    width: 100%;
    padding: 60px 0 100px 0;
    background-color: #FFFFFF;
}

.uk-cta-card {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: linear-gradient(95deg, #071C5D 0%, #0C3E9C 50%, #1555CE 100%);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 16px 48px rgba(12, 56, 147, 0.18);
    display: flex;
    align-items: center;
}

.uk-cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 400px;
    padding: 48px 64px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.uk-cta-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 600px;
    z-index: 3;
}

.uk-cta-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0;
}

.uk-cta-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.uk-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: #FFFFFF;
    color: #0C3893 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-top: 8px;
}

.uk-cta-btn:hover {
    background: #F0F4FF;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.uk-cta-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.uk-cta-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

/* Tablet & Mobile Breakpoints for UK CTA */
@media (min-width: 768px) and (max-width: 1023px) {
    .uk-cta-card {
        min-height: 360px;
        border-radius: 32px;
    }
    .uk-cta-container {
        padding: 40px 40px;
        min-height: 360px;
    }
    .uk-cta-left {
        max-width: 50%;
    }
    .uk-cta-title {
        font-size: 28px;
    }
    .uk-cta-desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .uk-cta-card {
        min-height: auto;
        border-radius: 28px;
        flex-direction: column;
    }
    .uk-cta-container {
        flex-direction: column;
        padding: 36px 24px;
        gap: 32px;
        text-align: center;
    }
    .uk-cta-left {
        max-width: 100%;
        align-items: center;
        text-align: center;
    }
    .uk-cta-title {
        font-size: 24px;
    }
    .uk-cta-desc {
        font-size: 15px;
    }
    .uk-cta-right {
        position: relative;
        width: 100%;
        height: 240px;
        right: auto;
        top: auto;
        bottom: auto;
    }
}

