:root {
      /* Warna Utama */
      --blue: #2E6EFF;
      --blue-d: #1A56DB;
      --blue-l: #EBF1FF;
      --blue-xl: #F5F8FF;
      --ukm-navy: #042F59;
      --ukm-blue: #10BBE5;
      --ukm-cyan: #0D98BA;
      --agoda-btn: #f59e0b;
      --indigo: #6366F1;
      --indigo-d: #4F46E5;
      --indigo-l: #818CF8;
      --indigo-xl: #EEF2FF;
      --indigo-2: #C7D2FE;
      --ink: #0F172A;
      --ink-md: #1E293B;
      --mist: #F8FAFC;
      --border: #E2E8F0;
      --border-l: #F1F5F9;
      --mid: #64748B;
      --soft: #94A3B8;
      --amber: #F59E0B;
      --teal: #0D9488;
      --orange: #F97316;
      --orange-pale: #FFF7ED;
      --gold: #FBBF24;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--mist);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}


/* ── Nav ── */
#topNav {
    background: #ffffff;
    border-bottom: 0.5px solid var(--border);
    padding: 13px 0;
    position: sticky;
    top: 0;
    z-index: 300;
    box-shadow: 0 1px 12px rgba(15, 23, 42, .06);
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-logo-ukm {
    height: 55px;
    max-width: 100%;
    object-fit: contain;
    transition: height 0.3s;
}

.nav-logo-spinic {
    height: 220px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: height 0.3s;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-link {
    font-size: 1.02rem;
    font-weight: 500;
    color: var(--mid);
    padding: 6px 12px;
    border-radius: 5px;
    transition: all .2s;
}

.nav-link:hover {
    color: var(--blue);
    background: var(--blue-l);
}

.nav-link.active {
    color: var(--blue);
    font-weight: 700;
    background: var(--blue-xl);
}

.nav-link i {
    font-size: .78rem;
    margin-right: 3px;
}

.nav-btn-login {
    padding: 7px 16px;
    border-radius: 6px;
    font-size: .90rem;
    font-weight: 600;
    background: var(--blue);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all .2s;
}

.nav-btn-login:hover {
    background: var(--blue-d);
}

.nav-btn-daftar {
    padding: 7px 16px;
    border-radius: 6px;
    font-size: .90rem;
    font-weight: 600;
    background: transparent;
    color: var(--ink-md);
    border: 0.5px solid var(--border);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all .2s;
}

.nav-btn-daftar:hover {
    background: var(--mist);
    color: var(--ink);
    border-color: var(--mid);
}

/* ── Cat Nav ── */
#catNav {
    background: linear-gradient(180deg, #0262a7 100%, #0d97ea 50%, #ffffff3b 50%);
    backdrop-filter: blur(12px);
    border-bottom: 0.5px solid rgba(255, 255, 255, .07);
}

.cat-nav-inner {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    scrollbar-width: none;
}

.cat-nav-inner::-webkit-scrollbar {
    display: none;
}

.cat-nav-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 16px;
    font-size: .76rem;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all .2s;
    text-decoration: none;
}

.cat-nav-item:hover,
.cat-nav-item.active {
    color: #ffffff;
    border-bottom-color: var(--blue);
}

/* ── Hero ── */
#hero {
    background: var(--ink);
    position: relative;
    padding: 12px 0 0;
}

.hero-bg-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    background-image: url('../../images/bg/bg3_2.webp');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    opacity: 50.25;
    pointer-events: none;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #bae2fd 5%, #bae2fd 10%, #ffffff3b 50%);
    pointer-events: none;
}

.hero-dot-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(46, 110, 255, .12) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    pointer-events: none;
}

.hero-center {
      position: relative;
      z-index: 1;
      text-align: center;
      padding: 1px 16px 18px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
}

.hero-card-wrap {
    position: relative;
    z-index: 2;
    padding: 10px 0 100px;
}

/* ── WIDGET CARIAN STYLE ── */
.agoda-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    overflow: visible;
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.agoda-tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-bottom: 1px solid var(--border);
    padding: 5px 10px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.agoda-tabs::-webkit-scrollbar {
    display: none;
}

.agoda-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    font-size: .8rem;
    font-weight: 600;
    color: var(--mid);
    cursor: pointer;
    border: none;
    background: none;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all .2s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.agoda-tab:hover {
    color: var(--ink);
}

.agoda-tab.active {
    color: var(--blue);
    border-bottom-color: var(--blue);
}

.agoda-tab i {
    font-size: 1.05rem;
}

.agoda-body {
    padding: 20px 20px 50px 20px;
}

.agoda-subtabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 15px;
    width: 100%;
}

.agoda-subtab {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    font-size: .8rem;
    font-weight: 600;
    color: var(--mid);
    border: 1.5px solid var(--border);
    background: white;
    cursor: pointer;
    transition: all .15s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.agoda-subtab:first-child {
    border-radius: 8px 0 0 8px;
}

.agoda-subtab:last-child {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

.agoda-subtab.active {
    background: var(--blue);
    color: white;
    border-color: var(--blue);
}

.agoda-subtab:not(.active):hover {
    background: var(--mist);
}

#agoda-mode-text {
    position: relative;
    z-index: 100;
}

.agoda-search-box {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    height: 48px;
    padding: 0 16px;
    gap: 12px;
    margin-bottom: 12px;
    transition: all .2s;
    background: white;
}

.agoda-search-box:focus-within {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(46, 110, 255, .1);
}

.agoda-search-box i.search-icon {
    color: var(--soft);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.agoda-search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: .9rem;
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: transparent;
}

.agoda-search-box input::placeholder {
    color: var(--soft);
}

.agoda-selectors {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.agoda-sel {
    padding: 10px 16px;
    border-right: none !important;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: background .15s;
    position: relative;
}

.agoda-sel:last-child {
    border-bottom: none;
}

.agoda-sel:hover {
    background: #fafbff;
}

.agoda-sel-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.agoda-sel-icon i {
    color: var(--soft);
    font-size: 1rem;
}

.agoda-step-num {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--border);
    color: var(--mid);
    font-size: .6rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .2s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.agoda-sel.done .agoda-step-num {
    background: var(--blue);
    color: white;
}

.agoda-sel.done .agoda-sel-label {
    color: var(--blue);
}

.agoda-sel-label {
    font-size: .65rem;
    font-weight: 700;
    color: var(--soft);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.agoda-floating-btns {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 20;
    padding: 0 15px;
}

.agoda-btn-cari,
.agoda-btn-daftar {
    width: 300px;
    height: 48px;
    border: none;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.agoda-btn-cari {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-d) 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(46, 110, 255, 0.35);
}

.agoda-btn-cari:hover {
    background: linear-gradient(135deg, var(--blue-d) 0%, #1e3a8a 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(46, 110, 255, 0.45);
    color: white;
}

.agoda-btn-daftar {
    background: white;
    color: var(--blue-d);
    border: 2px solid var(--blue);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.agoda-btn-daftar:hover {
    background: var(--mist);
    color: var(--blue-d);
    transform: translateY(-3px);
    border-color: var(--blue-d);
}

.agoda-pane {
    display: none;
}

.agoda-pane.active {
    display: block;
}

.agoda-card .select2-container {
    width: 100% !important;
}

.agoda-card .select2-container .select2-selection--single {
    height: 34px !important;
    border: 1px solid var(--border) !important;
    border-radius: 6px !important;
    background: var(--mist) !important;
    display: flex;
    align-items: center;
}

.agoda-card .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--ink) !important;
    padding-left: 8px !important;
    font-size: .8rem;
    font-family: 'DM Sans', sans-serif;
}

.agoda-card .select2-container .select2-selection__arrow {
    height: 34px !important;
    right: 7px !important;
}
/* ==================================================
   TESTING SERVICES
================================================== */

#agoda-testing {
    padding-top: 5px;
}

.testing-header {
    max-width: 700px;
    margin: 0 auto 24px;
}

.testing-desc {
    text-align: center;
    color: var(--mid);
    font-size: .85rem;
    margin-bottom: 16px;
    line-height: 1.6;
}

.testing-filter {
    width: 100%;
}

#servicesCardContainer {
    margin-top: 15px;
}

/* ---------- Empty State ---------- */

.testing-empty {
    background: var(--mist);
    border: 1px dashed var(--border);
    border-radius: 12px;
    padding: 50px 20px;
    text-align: center;
}

.testing-empty i {
    display: block;
    font-size: 2rem;
    color: var(--soft);
    margin-bottom: 12px;
}

.testing-empty h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 6px;
}

.testing-empty p {
    margin: 0;
    font-size: .82rem;
    color: var(--soft);
}

/* ---------- Loading ---------- */

.testing-loading {
    text-align: center;
    padding: 60px 20px;
}

.testing-loading .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

/* ---------- Card ---------- */

.testing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.testing-card:hover {
    transform: translateY(-4px);

    border-color: var(--blue);

    box-shadow:
        0 10px 25px rgba(46, 110, 255, .12);
}

.testing-card-image {
    height: 150px;
    background: var(--mist);
    overflow: hidden;
}

.testing-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.testing-card-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--blue-l);
}

.testing-card-placeholder i {
    font-size: 2rem;
    color: var(--blue);
}

.testing-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 14px;
}

.testing-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .84rem;
    font-weight: 700;
    color: var(--ink);

    line-height: 1.4;

    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

.testing-card-desc {
    flex: 1;
    font-size: .74rem;
    color: var(--mid);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testing-card-footer {
    margin-top: 14px;
}

.testing-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: var(--blue);

    font-size: .72rem;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .04em;
}

.testing-card-btn i {
    transition: transform .2s ease;
}

.testing-card:hover .testing-card-btn i {
    transform: translateX(3px);
}
/* -------- Responsive --------- */

@media (max-width: 768px) {

    .testing-card-image {
        height: 130px;
    }

    .testing-card-title {
        font-size: .8rem;
    }

    .testing-card-desc {
        font-size: .72rem;
    }
}

@media (max-width: 576px) {

    .testing-empty {
        padding: 40px 16px;
    }

    .testing-card-image {
        height: 110px;
    }
}

/* ─────────────────────────────────────────────────────────────────── */

/* Suggest box */
#suggestBoxMain {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: white;
    border: 0.5px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .15);
    z-index: 600;
    display: none;
    overflow: hidden;
}

.sug-wrap {
    display: flex;
    flex-direction: column;
    max-height: 400px;
}

.sug-col-main {
    flex: 1;
    overflow-y: auto;
}

.sug-section-lbl {
    padding: 10px 14px 5px;
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--soft);
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sug-item {
    padding: 8px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: background .12s;
    border-top: 0.5px solid var(--border-l);
}

.sug-item:hover {
    background: var(--blue-l);
}

.sug-item:hover .sug-name {
    color: var(--blue);
}

.sug-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: var(--mist);
    border: 0.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .15s;
}

.sug-item:hover .sug-icon {
    background: var(--blue);
    border-color: var(--blue);
}

.sug-item:hover .sug-icon i {
    color: white !important;
}

.sug-info {
    flex: 1;
    min-width: 0;
}

.sug-name {
    font-weight: 600;
    color: var(--ink);
    font-size: .82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.sug-meta {
    font-size: .68rem;
    color: var(--soft);
    margin-top: 1px;
}

.sug-recent {
    padding: 8px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: background .12s;
}

.sug-recent:hover {
    background: var(--mist);
}

.sug-recent-txt {
    font-size: .8rem;
    color: var(--ink-md);
    flex: 1;
}

.sug-recent-del {
    font-size: .75rem;
    color: var(--soft);
    opacity: 0;
    transition: opacity .15s;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.sug-recent:hover .sug-recent-del {
    opacity: 1;
}

.sug-recent-del:hover {
    background: var(--border);
}

.sug-divider {
    height: 0.5px;
    background: var(--border-l);
    margin: 2px 0;
}

.sug-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 7px 14px 11px;
}

.sug-quick-pill {
    padding: 3px 10px;
    background: var(--mist);
    border: 0.5px solid var(--border);
    border-radius: 20px;
    font-size: .7rem;
    font-weight: 600;
    color: var(--mid);
    cursor: pointer;
    transition: all .15s;
}

.sug-quick-pill:hover {
    background: var(--blue-l);
    color: var(--blue);
    border-color: var(--indigo-2);
}

.sug-footer {
    padding: 9px 14px;
    border-top: 0.5px solid var(--border-l);
    background: var(--mist);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── Sections ── */
.sec-hd {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: var(--ink);
    font-size: 1.1rem;
    margin: 0;
}

.sec-more {
    font-size: .78rem;
    font-weight: 600;
    color: var(--blue);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap .2s;
}

.sec-more:hover {
    gap: 8px;
    color: var(--blue-d);
}

.cat-card {
    background: white;
    border-radius: 10px;
    border: 0.5px solid var(--border);
    padding: 18px 12px;
    text-align: center;
    cursor: pointer;
    transition: all .22s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: inherit;
    width: 100%;
    height: 100%;
}

.cat-card:hover {
    border-color: var(--blue);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(46, 110, 255, .1);
}

.cat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--blue-l);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: background .2s;
}

.cat-card:hover .cat-icon {
    background: var(--blue);
}

.cat-icon i {
    font-size: 1.2rem;
    color: var(--blue);
    transition: color .2s;
}

.cat-card:hover .cat-icon i {
    color: white;
}

.cat-name {
    font-size: .74rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.cat-code {
    font-size: .62rem;
    color: var(--soft);
    font-family: monospace;
    margin-top: 2px;
}

.rank-row {
    background: white;
    border-radius: 8px;
    border: 0.5px solid var(--border);
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 11px;
    transition: all .2s;
    text-decoration: none;
    color: inherit;
}

.rank-row:hover {
    border-color: var(--blue);
    transform: translateX(3px);
    box-shadow: 0 3px 12px rgba(46, 110, 255, .1);
}

.rank-badge {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: .72rem;
    flex-shrink: 0;
}

.media-card {
    background: white;
    border-radius: 10px;
    border: 0.5px solid var(--border);
    overflow: hidden;
    transition: all .22s;
    cursor: pointer;
}

.media-card:hover {
    border-color: var(--blue);
    box-shadow: 0 6px 20px rgba(46, 110, 255, .09);
    transform: translateY(-2px);
}

.media-img {
    height: 148px;
    overflow: hidden;
    background: var(--mist);
}

.media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.media-card:hover .media-img img {
    transform: scale(1.05);
}

.flash-wrap {
    background: var(--ink);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.flash-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(46, 110, 255, .07) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.flash-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 1.2rem;
}

.cta-wrap {
    background: var(--blue);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.cta-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.cta-btn-p {
    padding: 11px 28px;
    background: white;
    color: var(--blue);
    border-radius: 8px;
    font-weight: 700;
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all .2s;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.cta-btn-p:hover {
    background: var(--blue-xl);
    color: var(--blue-d);
}

.cta-btn-s {
    padding: 11px 28px;
    border: 0.5px solid rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .7);
    border-radius: 8px;
    font-weight: 500;
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all .2s;
}

.cta-btn-s:hover {
    background: rgba(255, 255, 255, .08);
    color: white;
}

/* ── FOOTER ── */
footer {
    background: #0F172A;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(30, 111, 255, .04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(30, 111, 255, .04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 111, 255, .3), var(--gold), rgba(30, 111, 255, .3), transparent);
}

.footer-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #1e6fff14 0%, transparent 70%);
    bottom: -100px;
    right: -80px;
    pointer-events: none;
}

.footer-top {
    padding: 56px 0 48px;
    position: relative;
}

.footer-brand-desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: .82rem;
    line-height: 1.75;
    max-width: 280px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .45);
    font-size: .85rem;
    transition: all .2s;
    cursor: pointer;
    text-decoration: none;
}

.footer-social-btn:hover {
    background: rgba(30, 111, 255, .2);
    border-color: rgba(30, 111, 255, .4);
    color: white;
    transform: translateY(-2px);
}

.footer-col-heading {
    font-family: 'Sora', sans-serif;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #ffffffe7;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    position: relative;
}

.footer-col-heading::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 24px;
    height: 1px;
    background: var(--gold);
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.89);
    font-size: .82rem;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    margin-bottom: 10px;
    padding: 4px 0;
}

.footer-link::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    flex-shrink: 0;
    transition: all .2s;
}

.footer-link:hover {
    color: white;
    padding-left: 4px;
}

.footer-link:hover::before {
    background: var(--blue);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.footer-contact-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.footer-contact-icon i {
    font-size: .8rem;
    color: var(--gold);
}

.footer-contact-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: .82rem;
    line-height: 1.55;
}

.footer-contact-text a {
    color: rgba(255, 255, 255, 0.82);
    transition: color .2s;
}

.footer-contact-text a:hover {
    color: white;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .07);
    margin: 0;
}

.footer-bottom {
    padding: 18px 0 22px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.82);
    font-size: .72rem;
    letter-spacing: .02em;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-bottom-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: .72rem;
    text-decoration: none;
    transition: color .2s;
}

.footer-bottom-link:hover {
    color: rgba(255, 255, 255, .65);
}

.footer-bottom-sep {
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, .12);
}

/* ── MOBILE NAVIGATION BAR ── */
.mob-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.04);
    display: none;
    z-index: 999;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
}

.mob-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--soft);
    text-decoration: none;
    font-size: 0.65rem;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    -webkit-tap-highlight-color: transparent;
}

.mob-icon-wrap {
    width: 44px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mob-item i {
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.mob-item.active {
    color: var(--blue);
}

.mob-item.active .mob-icon-wrap {
    background: var(--blue-l);
}

.mob-item.active i {
    color: var(--blue);
    transform: scale(1.05);
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s ease;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

.sp-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.sp-modal.show {
    display: flex;
}

.sp-modal-box {
    position: relative;
    max-width: 92vw;
}

.sp-modal-box img {
    width: auto;
    max-width: 88vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .6);
}

.sp-modal-body {
    padding: 12px 0 0;
    text-align: center;
}

.sp-modal-close-btn {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 32px;
    height: 32px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: .95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    transition: all .2s;
}

@media(max-width:768px) {
    .agoda-selectors {
        grid-template-columns: 1fr 1fr;
    }

    .agoda-sel:nth-child(2) {
        border-right: none;
    }

    .agoda-sel:nth-child(1),
    .agoda-sel:nth-child(2) {
        border-bottom: 1px solid var(--border);
    }

    .nav-logo-spinic {
        height: 140px;
    }

    .mob-bar {
        display: flex;
        justify-content: space-around;
    }

    body {
        padding-bottom: 75px;
    }
}

@media(max-width:576px) {
    .agoda-floating-btns {
        bottom: -23px;
        gap: 10px;
    }

    .agoda-btn-cari,
    .agoda-btn-daftar {
        height: 46px;
        font-size: 0.8rem;
        max-width: 170px;
        padding: 0 10px;
      }

    .nav-logo-spinic {
        height: 100px;
      }

    .nav-logo-ukm {
        height: 42px;
    }
}

@media(max-width:480px) {
    .agoda-selectors {
        grid-template-columns: 1fr;
    }

    .agoda-sel {
        border-right: none !important;
        border-bottom: 1px solid var(--border);
    }

    .agoda-sel:last-child {
        border-bottom: none;
    }

    .nav-logo-spinic {
        height: 185px;
    }
}