/* ==========================================================================
   COLOR VARIABLE SYSTEM ALINEAR INDONESIA (GLOBAL) - V5
   ========================================================================== */

:root {
    --aln-bg: #ffffff;
    --aln-section-bg: #f6f6f6;
    --aln-card-bg-hover: #f2f2f2;
    --aln-card-bg: #f6f6f6;
    --aln-text: #000000;
    --aln-text-main: #000000;
    --aln-text-muted: #555555;
    --aln-text-light: #999999;
    --aln-border-color: #f6f6f6;
    --aln-border-subtle: #eeeeee;
    --aln-btn-bg: #111111;
    --aln-btn-text: #f6f6f6;
    --aln-gold: #ffde01;
    --aln-banner-bg: #111111;
    --aln-banner-text: #f6f6f6;
    
    --aln-font-thin: 'Ivy Mode Thin', "YuMincho", "Yu Mincho", serif;
    --aln-font-thin-it: 'Ivy Mode ThinItalic', "YuMincho-Demibold", "Yu Mincho Demibold", serif;
    --aln-font-light: 'Ivy Mode Light', "YuMincho", "Yu Mincho", serif;
    --aln-font-light-it: 'Ivy Mode LightItalic', "YuMincho-Demibold", "Yu Mincho Demibold", serif;
    --aln-font-main: 'Ivy Mode Regular', "YuMincho", "Yu Mincho", serif;
    
    /* Perbaikan: Menambahkan koma setelah "Yu Mincho Demibold" */
    --aln-font-italic: 'Ivy Mode Italic', "YuMincho-Demibold", "Yu Mincho Demibold", serif;
    
    --aln-font-semibold: 'Ivy Mode SemiBold', "YuMincho", "Yu Mincho", serif;
    --aln-font-semibold-it: 'Ivy Mode SemiBoldItalic', "YuMincho-Demibold", "Yu Mincho Demibold", serif;
    --aln-font-bold: 'Ivy Mode Bold', "YuMincho", "Yu Mincho", serif;
    --aln-font-bold-it: 'Ivy Mode BoldItalic', "YuMincho-Demibold", "Yu Mincho Demibold", serif;

    --aln-dynamic-bg: #111111; 
    --aln-dynamic-txt: #f6f6f6;
    --aln-accent: #ffde01;
}

[data-theme="dark"] {
    --aln-bg: #111111;
    --aln-section-bg: #000000;
    --aln-card-bg-hover: #222222;
    --aln-text-main: #f6f6f6;
    --aln-text: #f6f6f6;
    --aln-text-muted: #555555;
    --aln-text-light: #999999;
    --aln-border-color: #222222;
    --aln-border-subtle: #333333;
    --aln-btn-bg: #ffffff;
    --aln-btn-text: #111111;
    --aln-gold: #ffde01;
    --aln-banner-bg: #000000;
    --aln-banner-text: #f6f6f6;

    --aln-dynamic-bg: #333333; 
    --aln-dynamic-txt: #f6f6f6;
}

/* ==========================================================================
   FONT FACE IVY MODE (PATH FIXED FOR V511)
   ========================================================================== */

/* REGULAR */
@font-face {
  font-family: 'Ivy Mode Regular';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Regular.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Regular.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Regular.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* BOLD */
@font-face {
  font-family: 'Ivy Mode Bold';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Bold.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Bold.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Bold.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Bold.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* SEMIBOLD */
@font-face {
  font-family: 'Ivy Mode SemiBold';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBold.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBold.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBold.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBold.ttf') format('truetype');
  font-display: swap;
}

/* SEMIBOLD ITALIC */
@font-face {
  font-family: 'Ivy Mode SemiBoldItalic';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBoldItalic.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBoldItalic.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBoldItalic.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-SemiBoldItalic.ttf') format('truetype');
  font-display: swap;
}

/* LIGHT */
@font-face {
  font-family: 'Ivy Mode Light';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Light.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Light.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Light.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Light.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Light.ttf') format('truetype');
  font-display: swap;
}

/* LIGHT ITALIC */
@font-face {
  font-family: 'Ivy Mode LightItalic';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-LightItalic.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-LightItalic.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-LightItalic.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-LightItalic.ttf') format('truetype');
  font-display: swap;
}

/* THIN */
@font-face {
  font-family: 'Ivy Mode Thin';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Thin.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Thin.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Thin.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Thin.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Thin.ttf') format('truetype');
  font-display: swap;
}

/* ITALIC */
@font-face {
  font-family: 'Ivy Mode Italic';
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Italic.eot');
  src: url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Italic.eot?#iefix') format('embedded-opentype'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Italic.woff2') format('woff2'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Italic.woff') format('woff'),
       url('/template/css-js-v5/fonts/ivy-mode-fonts/IvyMode-Italic.ttf') format('truetype');
  font-display: swap;
}

/* ==========================================================================
   TOGGLE (DARK & LIGHT MODE) - GLOBAL
   ========================================================================== */
   
/* --- THEME TOGGLE (UPDATED FOR ✨) --- */
.aln-theme-toggle {
    position: fixed; bottom: 30px; right: 30px; z-index: 9999;
    background: var(--aln-btn-bg); color: var(--aln-btn-text);
    border: none; width: 55px; height: 55px; border-radius: 50%;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2); font-size: 1.2rem; transition: all 0.3s ease;
}

.aln-theme-toggle .theme-icon-light, 
.aln-theme-toggle .theme-icon-dark {
    display: none;
}

[data-theme="light"] .theme-icon-light {
    display: block;
}

[data-theme="dark"] .theme-icon-dark {
    display: block;
    filter: drop-shadow(0 0 5px rgba(197, 160, 89, 0.5));
}

@media (max-width: 991px) {
    .aln-theme-toggle {
        bottom: 25px !important;
        right: 20px !important; 
        width: 48px !important; 
        height: 48px !important;
        background: var(--aln-btn-bg) !important;
        border: 1px solid var(--aln-border-subtle) !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
        font-size: 1.2rem !important;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .aln-theme-toggle:active {
        transform: scale(0.85);
        opacity: 0.8;
    }
}


/* ==========================================================================
   GLOBAL SETTINGS - WRAPPER & SECTION TITLE
   ========================================================================== */
   
.aln-cat-header { margin-bottom: 0rem !important; padding: 1rem 0rem 2rem 0rem !important; }
.aln-cat-header h2 {
    font-family: 'Ivy Mode Bold', serif;
    font-size: clamp(2.5rem, 5vw, 3rem);
    letter-spacing: -3px; line-height: 150%; margin: 0;
    color: var(--aln-text-main);
}

.aln-category-wrapper {
    width: 100%;
    padding: 4rem 5%; 
    background: var(--aln-bg);
    color: var(--aln-text-main);
    transition: background 0.5s ease, color 0.5s ease;
}

/* --- DESKTOP STYLE (GRID & CARDS) --- */
.aln-hero-grand { max-width: 90%; margin: 0 auto 4rem auto; position: relative; }
.aln-headline-card { text-decoration: none !important; display: block; position: relative; }

.aln-img-headline-wrapper {
    width: 65%; border-radius: 5rem !important; overflow: hidden;
    z-index: 1; box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.aln-img-headline {
    height: 750px !important; background-size: cover !important;
    background-position: center !important;
    transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.aln-content-headline-box {
    position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    width: 41%; background: var(--aln-bg); padding: 3.5rem;
    border-radius: 5rem !important; z-index: 10;
    box-shadow: 40px 40px 100px rgba(0,0,0,0.12); 
    border: 1px solid var(--aln-border-color);
}

.aln-card-item {
    text-decoration: none !important; display: flex; flex-direction: column;
    justify-content: flex-start !important;
    height: auto !important; padding: 1.5rem; border-radius: 5rem !important;
    transition: all 0.4s ease; border: 1px solid transparent; margin-bottom: 2rem;
}
.aln-card-item:hover {
    background: var(--aln-card-bg-hover); transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.05); border: 1px solid var(--aln-border-color);
}

.aln-img-grid-wrapper { border-radius: 5rem !important; overflow: hidden; margin-bottom: 1.5rem; aspect-ratio: 3 / 4; }

.aln-img-grid { height: 100% !important; width: 100%; background-size: cover !important; background-position: center !important; }

/* --- TYPOGRAPHY --- */
.aln-cat-label {
    font-family: 'Ivy Mode SemiBold'; font-size: 0.75rem; letter-spacing: 1px;
    color: var(--aln-text-light); text-transform: uppercase; margin-bottom: 1rem; display: block;
}
.aln-title-main {
    font-family: 'Ivy Mode SemiBold', serif; font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 110%; margin-bottom: 1rem; color: var(--aln-text-main);
}

/* --- HOVER EFFECT FOR ROW 1 (HEADLINE) --- */

/* 1. Efek Zoom pada gambar saat card di-hover */
.aln-headline-card:hover .aln-img-headline {
    transform: scale(1.08);
}

/* 2. Efek halus pada box konten saat di-hover */
.aln-headline-card:hover .aln-content-headline-box {
    box-shadow: 60px 60px 120px rgba(0,0,0,0.18);
    border-color: var(--aln-border-subtle);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Pastikan transisi gambar sudah terpasang (di CSS Bapak sudah ada, tapi pastikan ini aktif) */
.aln-img-headline {
    transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* ==========================================================================
   RESPONSIVE SETTINGS - MOBILE OPTIMIZATION (Under 991px)
   ========================================================================== */

@media (max-width: 991px) {
    /* 1. Reset Wrapper Row 1 */
    .aln-hero-grand {
        max-width: 100%;
        margin-bottom: 3rem;
    }

    /* 2. Headline Card: Ubah layout dari absolute ke stack */
    .aln-headline-card {
        display: flex;
        flex-direction: column;
    }

    /* 3. Gambar Headline: Lebar full dan tinggi disesuaikan */
    .aln-img-headline-wrapper {
        width: 100%;
        border-radius: 3.5rem !important; /* Border radius lebih kecil untuk mobile */
        margin-bottom: -2rem; /* Membuat sedikit overlap mewah */
    }

    .aln-img-headline {
        height: 400px !important; /* Tinggi gambar lebih proporsional di mobile */
    }

    /* 4. Content Box: Reset posisi absolute menjadi normal */
    .aln-content-headline-box {
        position: relative;
        width: 92%; /* Agar sedikit lebih kecil dari gambar di belakangnya */
        margin: 0 auto;
        transform: translateY(0); /* Matikan transform center desktop */
        padding: 2rem;
        border-radius: 3.5rem !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        right: auto;
        top: auto;
    }

    /* 5. Typography Adjustment */
    .aln-title-main {
        font-size: 1.5rem; /* Ukuran judul lebih masuk akal di HP */
        line-height: 2rem;
    }

    .aln-cat-header h2 {
        font-size: 1.75rem !important;
        letter-spacing: 0px;
    }

    .aln-category-wrapper {
        padding: 2rem 1.5rem; /* Padding samping lebih rapat di mobile */
    }
}

/* Penyesuaian khusus untuk HP layar sangat kecil */
@media (max-width: 576px) {
    .aln-img-headline {
        height: 300px !important;
    }
    
    .aln-content-headline-box {
        width: 95%;
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    /* 1. Reset Card ke Horizontal Layout */
    .aln-card-item {
        flex-direction: row !important;
        align-items: flex-start !important;
        padding: 0.5rem !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid var(--aln-border-subtle) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        margin-bottom: 0 !important;
        gap: 1rem !important;
        transform: none !important;
    }

    /* 2. Teks di Kiri (Wrapper) */
    .aln-card-item > div:last-child {
        order: 1 !important;
        flex: 1 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* 3. Judul Artikel */
    .aln-card-item h4 {
        font-size: 0.9rem !important;
        line-height: 150% !important;
        margin-bottom: 1rem !important;
        color: var(--aln-text-main) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    /* 4. Button Read More (Muncul di bawah judul) */
    .aln-card-item span[style*="text-transform:uppercase"] {
        display: inline-block !important;
        font-size: 0.75rem !important;
        color: var(--aln-text-main) !important;
        border-bottom: 1px solid var(--aln-border-subtle) !important;
        width: fit-content;
    }

    /* 5. Gambar di Kanan */
    .aln-img-grid-wrapper {
        order: 2 !important;
        width: 110px !important;
        height: 110px !important;
        flex-shrink: 0 !important;
        border-radius: 3.5rem !important;
        margin-bottom: 0 !important;
        overflow: hidden;
    }

    /* 6. Elemen yang tetap disembunyikan agar simple */
    .aln-card-item p, 
    .aln-card-item .aln-cat-label,
    .aln-card-item div[style*="display: flex; align-items: center"] { 
        display: none !important; 
    }
}

/* ==========================================================================
   ALINEAR CUSTOM BUTTON SYSTEM (FIXED FOR DARK MODE DATA-THEME)
   ========================================================================== */

.aln-footer-action {
    display: block !important; 
    width: 100% !important;
    margin-top: 2.5rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    clear: both !important;
    position: relative !important;
    z-index: 20 !important;
}

.aln-btn-discover {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.5rem !important;
    
    /* Gunakan variabel btn-bg yang sudah Bapak tentukan:
       Light: #111111 | Dark: #ffffff */
    background-color: var(--aln-btn-bg) !important;
    border: 1px solid var(--aln-btn-bg) !important;
    border-radius: 50rem !important;
    
    font-family: 'Ivy Mode SemiBold', serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* --- KONDISI SEBELUM HOVER --- */
.aln-btn-discover .aln-btn-text-inner {
    /* Logika Kontras:
       Light Mode: Teks harus putih (#f6f6f6) karena tombol hitam.
       Dark Mode: Teks harus HITAM (#000000) karena tombol putih. */
    color: #f6f6f6 !important; 
    display: flex;
    align-items: center;
    gap: 1rem; 
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

/* FIX DARK MODE: Paksa teks jadi hitam saat di atas tombol putih */
[data-theme="dark"] .aln-btn-discover .aln-btn-text-inner {
    color: #000000 !important;
}

.aln-icon-arrow {
    flex-shrink: 0;
    transition: transform 0.4s ease;
    stroke: currentColor; 
}

/* --- KONDISI SAAT HOVER --- */
.aln-btn-discover:hover {
    background-color: transparent !important;
    transform: translateY(-3px);
    border-color: var(--aln-text-main) !important;
}

.aln-btn-discover:hover .aln-btn-text-inner {
    /* Saat hover background transparan, 
       warna teks harus mengikuti warna teks utama (Hitam di Light / Putih di Dark) */
    color: var(--aln-text-main) !important;
}

.aln-btn-discover:hover .aln-icon-arrow {
    transform: translateX(8px);
}

/* --- Responsif Mobile --- */
@media (max-width: 991px) {
    .aln-footer-action { margin-top: 3rem !important; }
    .aln-btn-discover {
        width: 100% !important; 
        padding: 1.1rem 1rem !important;
        letter-spacing: 2px !important;
        font-size: 0.85rem !important;
    }
}

/* --- FOOTER ACTION V2 (IDENTIK STRUKTUR, INVERTED COLOR) --- */
.aln-footer-action2 {
    display: block !important; 
    width: 100% !important;
    margin-top: 2.5rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    clear: both !important;
    position: relative !important;
    z-index: 20 !important;
}

.aln-btn-discover2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.5rem !important;
    
    /* DEFAULT: Putih Teks Hitam */
    background-color: #ffffff !important;
    border: 1.5px solid #000000 !important;
    border-radius: 50rem !important;
    
    font-family: 'Ivy Mode SemiBold', serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.aln-btn-discover2 .aln-btn-text-inner2 {
    color: #000000 !important; /* Teks Hitam */
    display: flex;
    align-items: center;
    gap: 1rem; 
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.aln-icon-arrow2 {
    flex-shrink: 0;
    transition: transform 0.4s ease;
    stroke: currentColor; 
}

/* --- KONDISI SAAT HOVER (INVERTED) --- */
.aln-btn-discover2:hover {
    background-color: #000000 !important; /* Jadi Hitam */
    border-color: #000000 !important;
    transform: translateY(-3px); /* Tetap ada efek floating */
}

.aln-btn-discover2:hover .aln-btn-text-inner2 {
    color: #ffffff !important; /* Teks jadi Putih */
}

.aln-btn-discover2:hover .aln-icon-arrow2 {
    transform: translateX(8px);
}

/* --- Responsif Mobile V2 --- */
@media (max-width: 991px) {
    .aln-footer-action2 { margin-top: 3rem !important; }
    .aln-btn-discover2 {
        width: 100% !important; 
        padding: 1.1rem 1rem !important;
        letter-spacing: 2px !important;
        font-size: 0.85rem !important;
    }
}

/* ==========================================================================
   ATTENTION SECTION - HOME TOP SLIDER V.1
   ========================================================================== */

/* --- ALINEAR ATTENTION / SPOTLIGHT SYSTEM --- */
.aln-attention-section { padding: 8rem 0; background: var(--aln-bg); overflow: hidden; clear: both; }
.aln-attention-header { margin-bottom: 3rem; padding-left: 5%; }
.aln-attention-header span {
    font-family: 'Ivy Mode Bold', serif; font-size: 0.75rem; letter-spacing: 5px;
    text-transform: uppercase; color: var(--aln-text-light); display: block;
}

.aln-attn-swiper { padding: 0 5% 4rem 5% !important; overflow: visible !important; height: auto !important; }
.swiper-slide { height: auto !important; display: flex; align-items: flex-start; }

.aln-attn-card {
    text-decoration: none !important; display: flex; flex-direction: column;
    justify-content: flex-start !important; height: auto !important; position: relative; transition: all 0.4s ease;
}

.aln-attn-img-wrapper {
    position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden;
    border-radius: 5rem !important; margin-bottom: 2rem;
    background: var(--aln-section-bg); border: 1px solid var(--aln-border-color);
}
.aln-attn-img { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1); }
.aln-attn-card:hover .aln-attn-img { transform: scale(1.1); }

.aln-attn-number {
    font-family: 'Ivy Mode Italic', serif; font-size: 5rem; color: var(--aln-text-main);
    position: absolute; top: -40px; left: -25px; z-index: 1; opacity: 0.08;
}

.aln-attn-info { padding: 0 0.5rem; display: flex; flex-direction: column; justify-content: flex-start; }
.aln-attn-title {
    font-family: 'Ivy Mode SemiBold', serif; font-size: 1.2rem; line-height: 1.4;
    color: var(--aln-text-main); margin: 0.5rem 0 1rem 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.aln-attn-nav { display: flex; gap: 1rem; margin-top: 1rem; padding-left: 5%; }
.aln-nav-btn {
    width: 50px; height: 50px; border: 1px solid var(--aln-border-color); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
    transition: all 0.3s ease; background: transparent; color: var(--aln-text-main);
}
.aln-nav-btn:hover { background: var(--aln-text-main); color: var(--aln-bg); }

@media (max-width: 991px) {
    .aln-attention-section { padding: 4rem 0; }
    .aln-attn-card { width: 280px !important; }
    .aln-attn-nav { display: none; }
}

/* FINAL CLEARFIX */
.aln-attention-section::after { content: ""; display: table; clear: both; }

/* ==========================================================================
   ALINEAR MOSAIC GRID - DARK THEME OPTIMIZED
   ========================================================================== */

/* Memaksa section ini menggunakan skema warna Dark dari variable Bapak */
.aln-editor-choice-section[data-theme="dark"] {
    --aln-section-bg: #000000;
    --aln-text-main: #f6f6f6;
    --aln-border-color: #222222;
}

.aln-featured-mosaic .row { 
    display: flex !important; 
    flex-wrap: wrap !important; 
    margin: 0 -15px;
}

.aln-featured-card {
    display: block; 
    position: relative; 
    border-radius: 5rem; 
    overflow: hidden;
    height: 65vh; 
    min-height: 550px; 
    text-decoration: none !important;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid var(--aln-border-color);
    margin-bottom: 1rem;
    background-color: #000;
    z-index: 1;
}

.aln-featured-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    z-index: 10;
}

.aln-featured-img-wrapper {
    width: 100% !important; 
    height: 100% !important; 
    background-size: cover !important; 
    background-position: center !important;
    position: absolute !important;
    top: 0; left: 0;
    transition: transform 1.5s ease;
}

.aln-featured-card:hover .aln-featured-img-wrapper { 
    transform: scale(1.08); 
}

.aln-featured-overlay {
    position: absolute; 
    inset: 0;
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0) 0%, 
        rgba(0,0,0,0.2) 40%, 
        rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

.aln-featured-content {
    position: absolute; 
    bottom: 0; left: 0; width: 100%;
    padding: 3.5rem; 
    z-index: 2;
    text-align: left;
}

.aln-featured-title {
    font-family: 'Ivy Mode SemiBold', serif;
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    color: #ffffff !important;
    line-height: 1.2;
    margin: 1rem 0 1.5rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsif Mobile */
@media (max-width: 991px) {
    .aln-featured-card { 
        height: 500px; 
        min-height: 450px;
        border-radius: 3.5rem; 
    }
    .aln-featured-content { padding: 2.5rem 2rem; }
    .aln-featured-title { font-size: 1.2rem; }
    .aln-featured-desc-container { display: none; } /* Sembunyikan deskripsi di mobile agar tidak sesak */
}

/* ==========================================================================
   SECTION: ATTENTION (HERO ACCORDION) - REFINED V12.1
   ========================================================================== */

/* 1. Container & Layout Logic */
.aln-spotlight-grid, 
.aln-hero-acc-grid { 
    display: flex; 
    width: 100%; 
    /* Menggunakan dynamic VH agar pas satu layar tanpa overflow */
    height: 100dvh; 
    background: var(--aln-bg); 
    overflow: hidden; 
    margin: 0; 
    padding: 0; 
    transition: background 0.4s ease;
}

/* 2. Accordion Item Logic */
.aln-spotlight-item,
.aln-hero-acc-item { 
    position: relative; 
    flex: 1; 
    height: 100%; 
    transition: all 0.9s cubic-bezier(0.25, 1, 0.3, 1); 
    cursor: pointer; 
    
    /* Menggunakan warna gelap statis agar seragam di Light & Dark mode */
    border-right: 1px solid #222222; 
    
    text-decoration: none !important; 
    overflow: hidden; 
    display: block; 
}

.aln-spotlight-item:last-child,
.aln-hero-acc-item:last-child { 
    border-right: none; 
}

@media (min-width: 992px) { 
    .aln-spotlight-item:hover, 
    .aln-spotlight-item.is-active,
    .aln-hero-acc-item:hover,
    .aln-hero-acc-item.is-active { 
        flex: 6; 
    } 
}

/* 3. Media & Visual Effects */
.aln-spotlight-img,
.aln-hero-acc-img { 
    position: absolute; 
    inset: 0; 
    background-size: cover; 
    background-position: center; 
    transition: transform 2s ease, filter 1.5s ease; 
    z-index: 1; 
    filter: brightness(0.4); 
}

.aln-spotlight-item:hover .aln-spotlight-img, 
.aln-spotlight-item.is-active .aln-spotlight-img,
.aln-hero-acc-item:hover .aln-hero-acc-img,
.aln-hero-acc-item.is-active .aln-hero-acc-img { 
    transform: scale(1.05); 
    filter: brightness(0.6); 
}

.aln-spotlight-overlay { 
    position: absolute; 
    inset: 0; 
    z-index: 2; 
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); 
}

/* 4. Content & Typography */
.aln-spotlight-content,
.aln-hero-acc-content { 
    position: absolute; 
    inset: 0; 
    z-index: 3; 
    padding: 0 10%; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    
}

/* Fix: Menghilangkan "Lipatan" teks saat load */
.aln-spotlight-item .aln-cat-label { 
    font-family: 'Ivy Mode SemiBold', serif; 
    font-size: 0.75rem; 
    letter-spacing: 5px; 
    text-transform: uppercase; 
    color: var(--aln-text-light); 
    margin-bottom: 1rem; 
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.aln-spotlight-item.is-active .aln-cat-label,
.aln-spotlight-item:hover .aln-cat-label {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.aln-spotlight-item .aln-hero-title,
.aln-hero-acc-item .aln-hero-title { 
    font-family: 'Ivy Mode SemiBold', serif; 
    font-size: clamp(1.8rem, 3.5vw, 2.5rem); 
    line-height: 110%; 
    color: #FFFFFF !important; 
    margin-bottom: 25px; 
    opacity: 0; 
    transform: translateY(30px); 
    transition: opacity 0.8s ease, transform 0.8s ease; 
    max-width: 850px; 
}

.aln-spotlight-item .aln-hero-desc { 
    color: rgba(255,255,255,0.8) !important; 
    font-size: 0.9rem; 
    line-height: 1.8; 
    margin-bottom: 35px; 
    max-width: 550px; 
    font-weight: 300; 
}

/* Container untuk detail penulis */
.aln-spotlight-item .aln-story-details { 
    opacity: 0; 
    transform: translateY(30px); 
    transition: all 0.7s ease 0.2s; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.aln-spotlight-item:hover .aln-hero-title, 
.aln-spotlight-item.is-active .aln-hero-title, 
.aln-spotlight-item:hover .aln-story-details, 
.aln-spotlight-item.is-active .aln-story-details { 
    opacity: 1; 
    transform: translateY(0); 
}

/* 5. Mobile Adaptation */
@media (max-width: 991px) {
    .aln-spotlight-grid,
    .aln-hero-acc-grid { 
        flex-direction: column !important; 
        height: auto !important; 
        display: block !important; 
    }

    .aln-spotlight-mobile-hide,
    .aln-acc-mobile-hide { 
        display: none !important; 
    }

    .aln-spotlight-item,
    .aln-hero-acc-item { 
        height: auto !important; 
        min-height: 500px !important; 
        width: 100% !important; 
        /*border-right: none !important; */
        /*border-bottom: 1px solid #222222 !important; */
    }

    .aln-spotlight-content,
    .aln-hero-acc-content { 
        position: relative !important; 
        padding: 80px 25px !important; 
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
    }

    /* Tampilkan semua konten di mobile tanpa menunggu hover */
    .aln-spotlight-item .aln-hero-title, 
    .aln-spotlight-item .aln-story-details, 
    .aln-spotlight-item .aln-cat-label { 
        opacity: 1 !important; 
        visibility: visible !important; 
        transform: none !important; 
    }

    .aln-spotlight-item .aln-hero-title {
        font-size: 1.8rem !important;
    }
}

/* 6. Theme Overrides & Safety */
[data-theme="dark"] .aln-spotlight-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

/* Memastikan border tetap gelap di mode apapun sesuai instruksi */
[data-theme="dark"] .aln-spotlight-item,
[data-theme="dark"] .aln-hero-acc-item {
    /*border-color: #222222 !important;*/
}

/* ==========================================================================
   GLOBAL HEADER & NAVIGATION SETTING (NAV/MENU)
   ========================================================================== */

.aln-nav-text-uniform, .aln-nav-link {
    font-family: 'Ivy Mode SemiBold', serif !important;
    font-size: 0.75rem !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--aln-text);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: color 0.3s;
}

/* 1. BASE LOGO & LOGIC DISPLAY */
.aln-logo { 
    height: 2.2rem; 
    width: auto; 
    display: block;
    transition: opacity 0.3s ease;
}

.aln-logo.is-light { display: none !important; }
.aln-logo.is-dark { display: block !important; }

/* 2. THEME LOGIC (Dark Mode Support) */
[data-theme="dark"] .aln-logo.is-dark { display: none !important; }
[data-theme="dark"] .aln-logo.is-light { display: block !important; }

/* 3. STICKY GRID & LOGIC */
.aln-compact-sticky {
    position: fixed; 
    top: -150px; 
    left: 0; 
    width: 100%; 
    background: var(--aln-bg); 
    border-bottom: 1px solid var(--aln-border); 
    z-index: 2000; 
    padding: 0;
    transition: top 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); 
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: visible !important; 
}

.aln-compact-sticky.is-active { top: 0; }

.aln-sticky-grid { 
    display: grid; 
    grid-template-columns: 1fr auto 1fr; 
    align-items: center; 
    width: 100%; 
    position: relative; 
    overflow: visible;
}

/* 4. LOGO DI STICKY */
.aln-compact-sticky .aln-logo { height: 2rem; }

/* 5. STICKY NAV TEXT & UI FIX */
.aln-compact-sticky .aln-nav-link,
.aln-compact-sticky .aln-nav-text-uniform,
.aln-compact-sticky .aln-hamburger,
.aln-compact-sticky .aln-lang-box { 
    color: var(--aln-text) !important; 
}

.aln-sticky-right { 
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
}

.aln-compact-sticky .aln-divider {
    background: var(--aln-border) !important;
    opacity: 0.5;
}

/* LAYOUT TIER */
.aln-upper-bar { padding: 25px 0; border-bottom: 1px solid var(--aln-border); background: var(--aln-bg); position: relative; z-index: 1001; }
.aln-lower-bar { border-bottom: 1px solid var(--aln-border); background: var(--aln-bg); position: relative; z-index: 1000; }
.aln-tier-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.aln-util-box { display: flex; align-items: center; }

/* DROPDOWNS */
.has-dropdown { position: relative; }
.aln-dropdown-menu {
    position: absolute; top: 100%; right: 0; background: var(--aln-bg);
    border: 1px solid var(--aln-border); min-width: 180px; padding: 12px 0;
    margin-top: 15px; list-style: none; box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.3s; z-index: 9999;
}
.has-dropdown:hover .aln-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }

.aln-dropdown-menu .menu-item a { 
    display: block; 
    padding: 10px 20px; 
    font-size: 0.75rem; 
    color: var(--aln-text); 
    text-decoration: none; 
    font-family: 'Ivy Mode Regular', serif; 
    transition: 0.3s; 
    opacity: 0.8;
}
.aln-dropdown-menu .menu-item a:hover { 
    color: var(--aln-gold); 
    background-color: rgba(128, 128, 128, 0.05); 
    opacity: 1;
}

/* MEGA MENU / SUB-LEDGER */
.aln-nav-list { display: flex; gap: 3.5rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.aln-nav-link { padding: 1rem 0; }
.aln-nav-item { position: static !important; }

.aln-sub-ledger {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; 
    top: 100%;
    background: var(--aln-section-bg); 
    border-bottom: 1px solid var(--aln-border); 
    border-top: 1px solid var(--aln-border);
    max-height: 0; 
    overflow: hidden; 
    opacity: 0; 
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
    z-index: 2001; 
}

.aln-nav-item:hover .aln-sub-ledger { 
    max-height: 500px; 
    opacity: 1; 
    visibility: visible; 
    padding: 35px 0; 
}

.aln-sub-inner { display: flex; justify-content: center; gap: 3.5rem; width: 100%; max-width: 1400px; margin: 0 auto; }
.aln-sub-inner a { 
    font-family: 'Ivy Mode Regular' !important; 
    font-size: 0.85rem !important; 
    letter-spacing:1px;
    color: var(--aln-text); 
    text-decoration: none; 
    transition: 0.3s; 
    opacity: 0.8;
}
.aln-sub-inner a:hover { 
    color: var(--aln-gold); 
    opacity: 1;
}

/* HELPERS */
.aln-divider { width: 1px; height: 14px; background: var(--aln-border); margin: 0 25px; opacity: 0.6; }
.aln-lang-box { 
    border: 1px solid var(--aln-text); 
    padding: 4px 10px; 
    font-size: 0.75rem; 
    display: inline-flex; 
    align-items: center;
    color: var(--aln-text);
}
.aln-hamburger { background: none; border: none; display: flex; align-items: center; cursor: pointer; color: var(--aln-text); padding: 0; }

/* DRAWER MODAL */
#exploreModal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); z-index: 9999;
    visibility: hidden; opacity: 0; transition: 0.4s; display: flex; justify-content: flex-end;
}
#exploreModal.is-open { visibility: visible; opacity: 1; }
.aln-drawer-wrapper {
    width: 100%; max-width: 400px; background: var(--aln-bg); height: 100%;
    transform: translateX(100%); transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px; display: flex; flex-direction: column;
}
#exploreModal.is-open .aln-drawer-wrapper { transform: translateX(0); }
.aln-drawer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; }
.aln-drawer-nav { display: flex; flex-direction: column; gap: 1rem; }
.aln-drawer-link { font-family: 'Ivy Mode SemiBold'; font-size: 1rem; color: var(--aln-text); text-decoration: none !important; transition: 0.3s; }
.aln-drawer-link:hover { color: var(--aln-gold); padding-left: 5px; }

@media (max-width: 1199px) {
    .aln-ultra-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 3000; }
    .aln-upper-bar { padding: 15px 0; }
    .aln-compact-sticky { display: none !important; }
    body { padding-top: 65px; } 
}

/* Theme Awareness for Drawer & Special Overrides */
.aln-drawer-wrapper { background: var(--aln-bg); color: var(--aln-text); }
[data-theme="dark"] .aln-drawer-header .aln-logo.is-dark { display: none !important; }
[data-theme="dark"] .aln-drawer-header .aln-logo.is-light { display: block !important; }
[data-theme="dark"] #btnExit { color: var(--aln-text); }

/* Force High Contrast for Sticky & Sub-menus in Dark Mode */
[data-theme="dark"] .aln-compact-sticky .aln-nav-text-uniform,
[data-theme="dark"] .aln-compact-sticky .aln-nav-link,
[data-theme="dark"] .aln-compact-sticky .aln-lang-box,
[data-theme="dark"] .aln-sub-inner a,
[data-theme="dark"] .aln-dropdown-menu .menu-item a {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5); /* Supaya border box bahasa juga terlihat putih */
}

/* Styling Tagline Logo */
.aln-tagline {
    font-family: 'Ivy Mode Italic', serif; /* Menggunakan font Ivy Mode miring */
    font-style: italic;
    font-size: 0.85rem;
    color: var(--aln-text-muted); /* Gunakan warna abu-abu halus agar logo tetap dominan */
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid var(--aln-border-subtle); /* Garis pemisah tipis antara logo dan teks */
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/* Penyesuaian di Dark Mode */
[data-theme="dark"] .aln-tagline {
    border-left-color: #333;
    color: #888;
}

/* Hilangkan garis pemisah pada layar kecil jika diperlukan */
@media (max-width: 768px) {
    .aln-tagline {
        border-left: none;
        margin-left: 8px;
        padding-left: 0;
        font-size: 0.75rem;
    }
}

/* ==========================================================================
   F&B SECTION - GLOBAL LOCK V5
   ========================================================================== */

.aln-fnb-section { 
    padding: 100px 0; 
    background: var(--aln-bg); 
    overflow: hidden; 
}
.aln-fnb-alignment-wrapper { padding-left: 6%; }

.aln-fnb-scroll-wrapper {
    display: flex; 
    gap: 2rem; 
    overflow-x: auto; 
    padding: 1rem 0 1rem 0; 
    margin-top: -20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.aln-fnb-scroll-wrapper::-webkit-scrollbar { display: none; }

/* --- CARD ITEM & HOVER FIX --- */
.aln-fnb-item { 
    flex: 0 0 400px; 
    position: relative;
    z-index: 1;
}
.aln-fnb-item:hover { z-index: 10; }

.aln-card-item-fnb { text-decoration: none !important; display: block; }

.aln-fnb-media {
    width: auto; 
    height: auto; 
    border-radius: 5rem;
    overflow: hidden; 
    margin-bottom: 2rem;
    border: 1px solid var(--aln-border-color);
    aspect-ratio: 3 / 4 !important;
}
.aln-fnb-media img { 
    width: 100%; height: 100%; object-fit: cover; 
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.aln-card-item-fnb:hover .aln-fnb-media img { transform: scale(1.1); }

/* --- TYPOGRAPHY (Synced to 1.5rem) --- */
.aln-title-fnb {
    font-family: 'Ivy Mode SemiBold', serif; 
    font-size: 1.2rem !important; 
    line-height: 140% !important; 
    color: var(--aln-text-main) !important;
    margin-bottom: 1rem;
    display: -webkit-box; 
    -webkit-line-clamp: 0; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    min-height: 4.2rem;
}

.aln-author-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.aln-author-img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.aln-author-name { font-family: 'Ivy Mode Italic'; display: block; font-size: 0.75rem; color: var(--aln-text-main); }
.aln-author-date { font-size: 0.75rem; color: var(--aln-text-light); }

.aln-read-more-btn {
    font-family: 'Ivy Mode SemiBold';
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--aln-text-main);
    border-bottom: 1px solid var(--aln-border-subtle);
    padding-bottom: 3px;
}

/* --- INTEGRATED BUTTON SYSTEM --- */
.aln-footer-action {
    display: block !important; 
    width: 100% !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    clear: both !important;
    position: relative !important;
    z-index: 20 !important;
    /* padding-right: 6%; /* Balance with alignment wrapper */
}

.aln-btn-discover {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.5rem !important;
    background-color: var(--aln-btn-bg, #1a1a1a) !important;
    border: 1px solid var(--aln-btn-bg, #1a1a1a) !important;
    border-radius: 50rem !important;
    font-family: 'Ivy Mode SemiBold', serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.aln-btn-discover .aln-btn-text-inner {
    color: #ffffff !important; 
    display: flex;
    align-items: center;
    gap: 1rem; 
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    font-size:0.75rem;
}

.aln-icon-arrow {
    flex-shrink: 0;
    transition: transform 0.4s ease;
    stroke: currentColor; 
}

.aln-btn-discover:hover {
    background-color: transparent !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: var(--aln-text-main, #1a1a1a) !important;
}

.aln-btn-discover:hover .aln-btn-text-inner {
    color: var(--aln-text-main, #1a1a1a) !important;
}

.aln-btn-discover:hover .aln-icon-arrow {
    transform: translateX(8px);
}

/* --- MOBILE SPLIT-ROW --- */
@media (max-width: 991px) {
    .aln-fnb-section { padding: 50px 0; }
    .aln-fnb-scroll-wrapper { flex-direction: column; gap: 0rem; padding-right: 6%; }
    .aln-fnb-item { width: 100%; flex: none; }
    .aln-card-item-fnb { display: flex !important; flex-direction: row !important; gap: 1rem; align-items: stretch; border-bottom: 1px solid var(--aln-border-subtle); padding: 1rem 0rem; }
    .aln-fnb-media { flex: 0 0 137px; /*width: 130px; height: 175px !important;*/ border-radius: 2.5rem !important; margin-bottom: 0; aspect-ratio: 4 / 5 !important;}
    .aln-title-fnb { font-size: 1rem !important; line-height:150%; min-height: auto; margin-bottom: 1rem !important;padding-top: 0.5rem; }
    .aln-author-meta, .aln-cat-label { display: none !important; }
    
    .aln-footer-action { margin-top: 3rem !important; padding-right: 1.5rem; }
    .aln-btn-discover { width: 100% !important; padding: 1.1rem 1rem !important; letter-spacing: 2px !important; font-size: 0.85rem !important; }
}

/* ==========================================================================
   ALINEAR EDITOR'S CHOICE - FINAL LOCKED EXTERNAL CSS
   Layout: Borderless Mosaic
   Mobile: Portrait Mode (4:5 Aspect Ratio)
   ========================================================================== */

/* 1. SECTION & WRAPPER CORE */
.aln-editor-choice-section {
    background: #000000;
    width: 100%;
    overflow: hidden;
}

.aln-editor-choice-section .aln-category-wrapper {
    background: #000000;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* 2. SECTION HEADER */
.aln-editor-choice-section .aln-cat-header h2 {
    color: #ffffff !important;
    margin-bottom: 0px;
}

.aln-curated-subtitle {
    font-family: 'Ivy Mode Italic', serif;
    color: #999999;
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 0;
}

/* 3. CONTAINER SYSTEM (CUSTOM REPLACING BOOTSTRAP) */
.aln-main-container {
    width: 100%;
    max-width: 70%; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.aln-row-reset {
    margin-right: 0;
    margin-left: 0;
}

/* 4. CARD STYLING */
.aln-featured-card {
    display: block;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
    height: 65vh;
    min-height: 550px;
    background-color: #111;
    text-decoration: none !important;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    border: none !important;
}

.aln-featured-card:hover { 
    transform: translateY(-8px); 
}

/* 5. NUMBERS (REFINED SMALL GOLD) */
.aln-card-number {
    position: absolute;
    top: 3rem;
    right: 3.5rem;
    font-family: 'Ivy Mode Italic', serif;
    font-size: 1.8rem;
    color: #ffde01;
    z-index: 3;
    line-height: 1;
    pointer-events: none;
    letter-spacing: 2px;
    opacity: 0.9;
}

/* 6. IMAGES & OVERLAY */
.aln-featured-img-wrapper {
    position: absolute; 
    inset: 0;
    background-size: cover; 
    background-position: center;
    transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.aln-featured-card:hover .aln-featured-img-wrapper { 
    transform: scale(1.08); 
}

.aln-featured-overlay {
    position: absolute; 
    inset: 0;
    background: linear-gradient(35deg, 
        rgba(0,0,0,0.95) 0%, 
        rgba(0,0,0,0.45) 50%, 
        rgba(0,0,0,0) 80%);
    z-index: 1;
}

/* 7. CONTENT BOX (BOTTOM LEFT) */
.aln-compact-content {
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    max-width: 520px;
    padding: 3rem; 
    z-index: 2;
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    text-align: left;
}

.aln-compact-title {
    font-family: 'Ivy Mode SemiBold', serif;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.35;
    margin-bottom: 0.8rem;
}

.aln-compact-desc {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

/* 8. LABELS & META AUTHOR */
.aln-compact-meta {
    display: flex; 
    align-items: center; 
    gap: 1rem; 
    margin-bottom: 1.5rem;
}

.aln-compact-avatar {
    width: 32px; 
    height: 32px; 
    border-radius: 50%; 
    object-fit: cover;
}

.aln-author-name {
    font-family: 'Ivy Mode Italic', serif;
    font-size: 0.75rem;
    color: var(--aln-text-main);
}

.aln-author-date {
    font-size: 0.75rem;
    color: var(--aln-text-light);
}

.aln-compact-read-more {
    font-family: 'Ivy Mode SemiBold', serif;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

/* 9. MOBILE RESPONSIVE (PORTRAIT LOCK) */
@media (max-width: 991px) {
    .aln-editor-choice-section .aln-category-wrapper { 
        padding: 4rem 10px !important; 
    }
    
    .aln-main-container {
        padding-left: 10px;
        padding-right: 10px;
        max-width:100%;
    }

    .aln-featured-card { 
        /* Kunci ke Portrait Mode */
        height: 55vh !important; /* Turun dari 70vh */
    min-height: 400px !important; /* Turun dari 480px */
    aspect-ratio: 3 / 4 !important; /* Rasio sedikit lebih lebar */
    border-radius: 3.5rem;
    }

    .aln-card-number { 
        top: 2rem; 
        right: 2rem; 
        font-size: 1.5rem; 
    }

    .aln-compact-content { 
        padding: 2.2rem; 
        max-width: 100%; 
    }

    .aln-compact-title { 
        font-size: 1.2rem !important; 
        line-height: 1.2;
    }

    /* Sembunyikan elemen sekunder di mobile untuk menjaga kebersihan visual */
    .aln-mobile-hide, 
    .aln-compact-meta, 
    .aln-compact-desc { 
        display: none !important; 
    }
}

/* ==========================================================================
   ALINEAR BUSINESS SECTION - ULTIMATE SCOPED (aln-bx-)
   ========================================================================== */

.aln-bx-wrapper { padding: 80px 0; background: var(--aln-bg); width: 100%; transition: background 0.3s ease; }
.aln-bx-container { width: 90%; max-width: 1400px; margin: 0 auto; }

/* --- Section Header --- */
.aln-bx-section-title { font-family: 'Ivy Mode Bold', serif; font-size: 3rem; color: var(--aln-text-main); margin: 0;letter-spacing:-3px; }
.aln-bx-title-line { width: 3.5rem; height: 1px; background: var(--aln-text); margin-top: 0.75rem; margin-bottom: 1rem; }

/* --- Global Elements (Synced to V5) --- */
.aln-bx-tag {
    display: inline-block; 
    border: 0px solid var(--aln-border-subtle); border-radius: 3.5rem;
    font-family: 'Ivy Mode SemiBold'; font-size: 0.75rem;
    text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 1rem;
    color: var(--aln-text-muted);
}
.aln-bx-tag-light { border-color: rgba(255,255,255,0.5) !important; color: #ffffff !important; }

.aln-bx-author-wrap { display: flex; align-items: center; gap: 1rem; margin-top: 18px; }
.aln-bx-author-img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; border: 1px solid var(--aln-border-subtle); }
.aln-bx-author-name { font-family: 'Ivy Mode Italic'; font-size: 0.75rem; color: var(--aln-text-main); display: block; }
.aln-bx-date { font-size: 0.75rem; color: var(--aln-text-light); display: block; margin-top: 2px; }
.aln-bx-text-white { color: #ffffff !important; }

.aln-bx-read-more { 
    margin-top: 15px; font-family: 'Ivy Mode SemiBold'; text-transform: uppercase; 
    font-size: 0.85rem; border-bottom: 1px solid var(--aln-border-subtle); 
    display: inline-block; padding-bottom: 3px; color: var(--aln-text-main); 
    transition: all 0.3s ease;
}

/* --- Headline Card --- */
.aln-bx-hero-card { position: relative; display: block; text-decoration: none !important; border-radius: 5rem; overflow: hidden; background: #000; height: 650px; }
.aln-bx-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.8s ease; }
.aln-bx-hero-card:hover .aln-bx-hero-img { transform: scale(1.05); }
.aln-bx-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.2) 60%, transparent 100%); z-index: 1; }
.aln-bx-hero-content { position: absolute; bottom: 0; padding: 50px; z-index: 2; width: 100%; }
.aln-bx-hero-title { font-family: 'Ivy Mode SemiBold'; font-size: 2.8rem; line-height: 1.2; color: #ffffff !important; margin: 15px 0; }

/* --- Sidebar (Latest Insights) --- */
.aln-bx-sidebar { border-left: 1px solid var(--aln-border-subtle); padding-left: 40px; }
.aln-bx-sidebar-label { font-family: 'Ivy Mode SemiBold'; text-transform: uppercase; letter-spacing: 2px; font-size: 1rem; margin-bottom: 35px; display: block; color: var(--aln-text-light); }
.aln-bx-side-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--aln-border-subtle); }
.aln-bx-side-item:last-child { border-bottom: none; }
.aln-bx-side-link { display: flex; gap: 2rem; text-decoration: none !important; align-items: flex-start; }
.aln-bx-side-title { 
    font-family: 'Ivy Mode SemiBold'; font-size: 1.2rem; line-height: 1.4; color: var(--aln-text-main); margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.aln-bx-side-thumb { flex: 0 0 110px; height: 110px; border-radius: 3.5rem; overflow: hidden; background: var(--aln-section-bg); }
.aln-bx-side-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* --- Grid Articles --- */
.aln-bx-grid-link { text-decoration: none !important; display: block; }
.aln-bx-grid-frame { aspect-ratio: 3/2; border-radius: 5rem; overflow: hidden; margin-bottom: 25px; background: var(--aln-section-bg); }
.aln-bx-grid-frame img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.aln-bx-grid-item:hover .aln-bx-grid-frame img { transform: scale(1.05); }
.aln-bx-grid-title { 
    font-family: 'Ivy Mode SemiBold'; font-size: 1.2rem; color: var(--aln-text-main); margin-bottom: 12px; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.aln-bx-grid-excerpt { font-size: 0.9rem; color: var(--aln-text-muted); line-height: 1.6; margin-bottom: 10px; }

/* --- THE DISCOVER BUTTON (ALINEAR SYSTEM V5 SYNC) --- */
.aln-bx-footer-action { display: block !important; width: 100% !important; margin-top: 4rem !important; margin-bottom: 2rem !important; text-align: center !important; }

.aln-bx-btn-discover {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.5rem !important;
    background-color: var(--aln-btn-bg) !important;
    border: 1px solid var(--aln-btn-bg) !important;
    border-radius: 50rem !important;
    font-family: 'Ivy Mode SemiBold', serif !important;
    font-size: 0.85rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
    z-index: 1;
}

.aln-bx-btn-text-inner {
    color: #f6f6f6 !important; /* Light Mode: White text on Black button */
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.4s ease;
}

/* FIX DARK MODE INVERSION */
[data-theme="dark"] .aln-bx-btn-discover .aln-bx-btn-text-inner {
    color: #000000 !important; /* Dark Mode: Black text on White button */
}

.aln-bx-icon-arrow { flex-shrink: 0; transition: transform 0.4s ease; stroke: currentColor; }

/* --- BUTTON HOVER (TRANSPARENT LOGIC) --- */
.aln-bx-btn-discover:hover {
    background-color: transparent !important;
    transform: translateY(-3px);
    border-color: var(--aln-text-main) !important;
}
.aln-bx-btn-discover:hover .aln-bx-btn-text-inner {
    color: var(--aln-text-main) !important;
}
.aln-bx-btn-discover:hover .aln-bx-icon-arrow {
    transform: translateX(8px);
}

/* --- Mobile Adaptations --- */
@media (max-width: 991px) {
    .aln-bx-section-title { font-size: 2.2rem; }
    .aln-bx-btn-discover { width: 100% !important; padding: 1.1rem 1rem !important; letter-spacing: 2px !important; }
    .aln-bx-hero-card { height: 480px; border-radius: 3.5rem; }
    .aln-bx-sidebar { border-left: none; padding-left: 0; margin-top: 50px; }
    .aln-bx-grid-frame { border-radius: 3.5rem; }
}

/* ==========================================================================
   MOST READS STYLE (SECTIONS)
   ========================================================================== */
/* --- CUSTOM HEADER SECTION --- */
.aln-pop-v2-header {
    padding-left: 5%;
    margin-bottom: 3.5rem; /* Kontrol jarak judul ke slider di sini */
}

.aln-pop-v2-title {
    font-family: 'Ivy Mode Bold', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--aln-text-main);
    margin: 0;
    line-height: 1.2;
    letter-spacing:-2px;
}

/* --- ALIGNMENT & WRAPPER --- */
.aln-pop-v2-main-wrapper {
    padding-left: 5%; 
    padding-right: 5%; 
    position: relative;
}

.aln-pop-v2-swiper {
    overflow: visible !important;
}

/* --- CARD STRUCTURE --- */
.aln-pop-v2-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aln-pop-v2-thumb-area {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.aln-pop-v2-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.aln-pop-v2-card:hover .aln-pop-v2-img {
    transform: scale(1.1);
}

.aln-pop-v2-number {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 2;
    font-family: 'Ivy Mode Bold Italic', serif;
    font-size: 2.8rem;
    color: #ffde01;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* --- CONTENT TYPOGRAPHY --- */
.aln-pop-v2-content {
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
    flex-grow: 1;
}

.aln-cat-label {
    color: var(--aln-text-light);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

/* Judul Artikel: Warna Statis */
.aln-pop-item-title {
    font-family: 'Ivy Mode SemiBold', serif;
    font-size: 1.2rem;
    color: var(--aln-text-main) !important;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
}

.aln-pop-v2-card:hover .aln-pop-item-title {
    color: var(--aln-text-main) !important;
}

.aln-pop-v2-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: var(--aln-text-muted);
}

/* --- AUTHOR BOX --- */
.aln-author-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-top: 0px;
}

.aln-author-img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.aln-author-name { font-family: 'Ivy Mode Italic', serif; font-size: 0.75rem; color: var(--aln-text-main); display: block; }
.aln-post-date { font-size: 0.75rem; color: var(--aln-text-light); }

/* --- READ MORE --- */
.aln-read-more-btn { border: none !important; padding: 0; }
.aln-read-more-btn span {
    font-family: 'Ivy Mode SemiBold', serif;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--aln-border-subtle);
    padding-bottom: 2px;
    text-transform: uppercase;
    color: var(--aln-text-main);
    display: inline-block;
}

/* --- NAVIGATION --- */
.aln-pop-v2-nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    padding-right: 0%;
}

.aln-nav-circle {
    width: 50px;
    height: 50px;
    border: 1px solid var(--aln-border-subtle);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aln-nav-circle:hover { background: var(--aln-text-main); color: #fff; }

/* --- MOBILE --- */
@media (max-width: 768px) {
    .aln-pop-v2-header, .aln-pop-v2-main-wrapper { padding-left: 20px; margin-bottom:2.5rem; }
    .aln-pop-v2-title { font-size: 2.2rem; }
    .aln-pop-v2-nav-wrapper { padding-right: 20px; }
}

/* ==========================================================================
   ALINEAR PREMIUM VIDEO & THEATER CORE - INTEGRATED VERSION
   ========================================================================== */

/* Gunakan Scope Khusus agar HANYA section ini yang dipaksa Dark Mode */
.aln-premium-theatre-section, 
.aln-fnb-marquee-section,
.aln-video-modal {
    /* Menimpa variabel local agar selalu hitam di section ini */
    --aln-bg: #000000;
    --aln-section-bg: #000000;
    --aln-text-main: #ffffff;
    --aln-text-muted: #aaaaaa;
    --aln-border-color: #1a1a1a;
    
    background-color: var(--aln-bg) !important;
    color: var(--aln-text-main) !important;
}

/* 1. PREMIUM THEATER (PODCAST SLIDER) */
.aln-premium-theatre-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.aln-premium-media-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.aln-main-title {
    font-family: 'Ivy Mode', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 10px 0 0;
    line-height: 1;
}

.aln-badge {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: var(--aln-gold);
    border: 1px solid var(--aln-gold);
    padding: 4px 12px;
    border-radius: 5rem;
}

.aln-controls {
    display: flex;
    gap: 1rem;
}

.aln-arrow-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--aln-border-color);
    background: transparent;
    color: var(--aln-text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aln-arrow-btn:hover {
    background: var(--aln-text-main);
    color: var(--aln-bg);
}

/* Swiper Theater Core */
.aln-main-swiper {
    overflow: visible !important;
    padding: 20px 0 50px;
}

.aln-main-swiper .swiper-slide {
    width: 75vw !important;
    max-width: 850px !important;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0.2;
    filter: blur(4px);
    transform: scale(0.85);
}

.aln-main-swiper .swiper-slide-active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.05);
    z-index: 10;
}

.aln-video-card {
    position: relative;
    cursor: pointer;
    border-radius: 5rem;
    overflow: hidden;
    background: #111;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.aln-video-inner {
    position: relative;
    aspect-ratio: 16/9;
}

.aln-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aln-play-icon-center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.pulse-ring {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    animation: alnPulse 2s infinite;
}

@keyframes alnPulse {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}

/* 2. INFINITY MARQUEE ENGINE (SEAMLESS) */
.aln-fnb-marquee-section {
    padding: 40px 0 100px;
}

.aln-marquee-overflow-hidden {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px 0;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.aln-marquee-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    animation: alnMarqueeScroll 45s linear infinite;
}

@keyframes alnMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.aln-fnb-item { 
    flex: 0 0 320px;
    cursor: pointer; 
    transition: transform 0.4s ease;
}

.aln-fnb-item:hover { transform: translateY(-10px); }

.aln-fnb-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 3.5rem;
    overflow: hidden;
    background: #000;
    margin-bottom: 12px;
    border: 0px solid var(--aln-border-subtle);
}

.aln-fnb-img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.aln-fnb-item:hover .aln-fnb-img { transform: scale(1.1); }

.aln-fnb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.aln-fnb-item:hover .aln-fnb-overlay { opacity: 1; }

.aln-marquee-caption {
    font-family: 'Ivy Mode Italic', serif;
    font-size: 0.9rem;
    color: var(--aln-text-main);
    opacity: 0.7;
    margin: 5px 0 0;
}

/* 3. VIDEO MODAL ENGINE */
.aln-video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.98);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.aln-modal-inner {
    width: 90%;
    max-width: 1100px;
    position: relative;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.aln-video-wrapper-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    box-shadow: 0 30px 100px rgba(0,0,0,1);
}

.aln-video-wrapper-inner iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 5rem;
}

.aln-modal-close-btn {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
}

/* 4. LOADER & RESPONSIVE */
.aln-slider-loader {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aln-spinner {
    width: 40px; height: 40px;
    border: 3px solid rgba(255,255,255,0.1);
    border-top: 3px solid var(--aln-gold);
    border-radius: 50%;
    animation: alnSpin 0.8s linear infinite;
}

@keyframes alnSpin { 100% { transform: rotate(360deg); } }

@media (max-width: 768px) {
    .aln-main-swiper .swiper-slide { width: 85vw !important; }
    .aln-fnb-item { flex: 0 0 auto; }
}

/* ISOLASI SECTION POPULAR V2 */
.aln-pop-v2-section {
    padding: 80px 0;
    background: var(--aln-bg);
    overflow: hidden;
}

.aln-pop-v2-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.aln-pop-v2-swiper {
    overflow: visible !important; /* Agar shadow & nomor tidak terpotong saat hover */
    padding-top: 10px;
}

/* CARD SYSTEM */
.aln-pop-v2-card {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: transparent !important;
    cursor: pointer;
}

.aln-pop-v2-thumb-area {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.aln-pop-v2-img {
    width: 100%;
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: center;
    border-radius: 5rem;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.aln-pop-v2-number {
    position: absolute;
    top: -30px;
    left: -20px;
    font-family: 'Ivy Mode Italic', serif;
    font-size: 5rem;
    color: var(--aln-text-main);
    opacity: 0.08;
    z-index: -1;
    transition: 0.4s ease;
}

/* HOVER STATES */
.aln-pop-v2-card:hover .aln-pop-v2-img {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.aln-pop-v2-card:hover .aln-pop-v2-number {
    opacity: 0.25;
    color: var(--aln-text-light) !important;
    transform: translate(-5px, -5px);
}

/* Kunci warna teks saat card di-hover */
.aln-pop-v2-card:hover h4 {
    color: var(--aln-text-light) !important;
}

/* NAVIGATION V2 */
.aln-pop-v2-nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 50px;
}

.aln-pop-v2-prev, .aln-pop-v2-next {
    width: 50px;
    height: 50px;
    border: 1px solid var(--aln-border-subtle);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aln-text-main);
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
}

.aln-pop-v2-prev:hover, .aln-pop-v2-next:hover {
    background: var(--aln-text-main);
    color: var(--aln-bg);
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* GLOBAL RESET KHUSUS SECTION */
.aln-pop-v2-section a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Sinkronisasi Judul Section untuk Dark/Light Mode */
.aln-title-area .aln-main-title {
    color: var(--aln-text-main) !important;
    transition: color 0.4s ease;
}

/* Pastikan slide memiliki ukuran tetap di mobile agar tidak stretch */
.aln-main-swiper .swiper-slide {
    width: 80vw !important; /* Standar mobile: 80% dari lebar layar */
    max-width: 900px !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
}

/* Khusus layar desktop besar */
@media (min-width: 1200px) {
    .aln-main-swiper .swiper-slide {
        width: 850px !important;
    }
}

/* Pastikan gambar di dalam kartu tidak memaksa lebar sendiri */
.aln-video-card {
    width: 100%;
    overflow: hidden;
}

.aln-video-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ini mencegah gambar 'menarik' container jadi panjang */
    display: block;
}

/* ==========================================
   ALINEAR VIDEO THEATRE (V7.0 STABLE)
   ========================================== */

/* 1. Global Spacing & Layout */
.aln-vtheatre-section {
    padding: 100px 0 0px;
    background-color: #000000;
    overflow: hidden;
}

.aln-vmarquee-section {
    padding: 0px 0 4rem;
    background: #000;
}

/* 2. Podcast Header (Center) */
.aln-vtheatre-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
}

.aln-vtheatre-title {
    font-size: 3rem;
    font-family: 'Ivy Mode SemiBold', serif;
    color: #ffffff !important;
    margin: 0;
    letter-spacing: 0px;
    line-height: 1.1;
}

.aln-vtheatre-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: inline-block;
}

/* 3. Explore Header (Left) */
.aln-vtheatre-header-left {
    display: flex;
    padding: 0 5%;
    margin-bottom: 1.5rem;
}

.aln-vmarquee-sub-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.8;
}

/* 4. Swiper Core Theater */
.aln-main-swiper {
    padding: 20px 0 40px !important;
}

.aln-vtheatre-section .swiper-slide {
    width: 85vw !important;
    max-width: 950px !important;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.aln-vtheatre-section .swiper-slide-next,
.aln-vtheatre-section .swiper-slide-prev {
    transform: scale(0.82);
    opacity: 0.4;
}

/* 5. Visual Consistency (FORCE 16:9) */
.aln-vtheatre-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Menjamin semua slide sama ukurannya */
    border-radius: 5rem;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}

.aln-vtheatre-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Menghilangkan black bar */
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.aln-vtheatre-info {
    margin-top: 35px;
    text-align: center;
}

.aln-vtheatre-caption {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    font-family: 'Ivy Mode SemiBoldItalic', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    height: 3em;
    color: #f6f6f6;
    letter-spacing: 0.5px;
}

.aln-vtheatre-caption-left {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 8px;
        white-space: nowrap; /* Untuk marquee tetap 1 baris */
    }

/* 6. Fix Navigation Buttons (Centered Symmetry) */
.aln-vtheatre-controls {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: -20px;
}

.aln-vtheatre-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 0;
}

.aln-vtheatre-arrow:hover {
    background: #ffffff;
    color: #000000;
}

/* 7. Modal & Close Button */
.aln-video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
}

.aln-modal-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 3rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 10001;
}

.aln-modal-close-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: rotate(90deg);
}

/* 8. Responsive Adjustment */
@media (max-width: 768px) {
    .aln-vtheatre-section { padding: 60px 0 40px; }
    
    /* Request Pak Sunil: 2.2rem & Bold */
    .aln-vtheatre-title { 
        font-size: 2.2rem !important; 
        font-family: 'Ivy Mode SemiBold', serif;
    }
    
    .aln-vmarquee-sub-title { font-size: 1.2rem; }
    .aln-vtheatre-header-left { padding: 0 2rem; }
    .aln-vtheatre-caption { font-size: 1rem; }
    
    .aln-vtheatre-arrow { width: 50px; height: 50px; }
    .aln-modal-close-btn { 
        top: 20px; 
        right: 20px; 
        width: 50px; 
        height: 50px; 
        font-size: 3rem;
    }
}

/* Marquee Animation */
@keyframes aln-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ==========================================================================
   BANNER / ADS CSS - REFINED STYLE
   ========================================================================== */
   
    .aln-ad-wrapper {
        background-color: inherit;
        border-top: 1px solid #111111;
        border-bottom: 1px solid #111111;
        padding: 60px 0;
        margin: 0px 0;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .aln-ad-inner {
        max-width: 970px;
        margin: 0 auto;
        position: relative;
    }

    .aln-ad-box {
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .desktop-only { display: block; width: 970px; }
    .mobile-only  { display: none; width: 300px; }

    /* Frame utama penampung iklan */
    .ad-stack-frame {
        position: relative;
        width: 100%;
        height: 250px;
        background: transparent !important;
        overflow: hidden;
        border: 0px solid var(--aln-border-subtle);
    }

    /* Link pada Gambar (Z-index tinggi agar bisa diklik) */
    .ad-fallback-anchor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; /* Di atas Adsense jika Adsense kosong */
        display: block !important;
        cursor: pointer;
        pointer-events: auto;
    }

    .ad-fallback-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block !important;
        border: none;
        border-radius:2.5rem;
    }

    /* Google Adsense */
    .adsbygoogle { 
        position: absolute !important; 
        top: 0;
        left: 0;
        z-index: 5 !important; /* Di bawah link fallback */
        display: block !important;
        background: transparent !important;
    }

    /* Link Tulisan Advertise (Z-index paling tinggi) */
    .ad-cta-link {
        position: relative;
        z-index: 20; 
        display: block;
        margin-top: 15px;
        font-size: 0.85rem;
        text-transform: uppercase;
        color: #666 !important;
        text-decoration: none;
        letter-spacing: 3px;
        font-family: 'Ivy Mode SemiBold', sans-serif;
        cursor: pointer;
        pointer-events: auto;
        transition: color 0.3s ease;
    }
    
    .ad-cta-link:hover { color: var(--aln-text-main) !important; }

    @media (max-width: 991px) {
        .desktop-only { display: none; }
        .mobile-only  { display: block; }
        .aln-ad-wrapper { padding: 40px 20px; }
        .ad-stack-frame { width: 300px !important; margin: 0 auto; }
        
        .ad-fallback-img{border-radius:1.5rem;}
        .ad-cta-link{font-size:0.65rem;}
    }
    
/* ==========================================================================
   INFINITY LOOP & LOAD MORE PAGES (FEATURED, MOST RECENTS, & MOST READS)
   MODIFIED FOR 4-COLUMN GRID LAYOUT
   ========================================================================== */

    /* --- Base Wrapper --- */
    .alin-magazine-wrapper { 
        width: 100%; 
        background: var(--aln-bg); 
        padding-bottom: 100px; 
        color: var(--aln-text-main);
        transition: background 0.3s ease;
    }
    
    /* --- Header & Title Section (FORCE DARK MODE) --- */
    .featured-header-section { 
        width: 100%; 
        padding: 5.5rem 5%; 
        background-color: #000000 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; 
        margin-bottom: 80px; 
    }

    .title-area { flex: 0 0 250px; }
    .featured-title-large { 
        font-family: 'Ivy Mode Bold', serif; 
        font-size: clamp(2.5rem, 5vw, 4rem); 
        font-weight: 600; 
        line-height: 0.85; 
        letter-spacing: -3px; 
        margin: 0;
        color: #ffffff !important;
    }

    /* --- Filter Bar Styling --- */
    .alin-filter-container { flex: 1; max-width: 1200px; }
    .alin-filter-bar { 
        display: flex; 
        flex-wrap: wrap;
        gap: 4rem; 
        align-items: flex-end; 
    }
    .alin-filter-group { flex: 1; min-width: 180px; }
    .alin-filter-group-keyword { flex: 2.5 !important; }

    .alin-filter-label { 
        font-family: 'Ivy Mode Regular', serif; 
        font-size: 9px; 
        text-transform: uppercase; 
        letter-spacing: 3px; 
        margin-bottom: 0rem; 
        display: block; 
        color: #ffffff !important;
        opacity: 0.7;
    }
    
    /* --- Custom Input & Select --- */
    .alin-select-custom, .alin-input-custom {
        width: 100%; 
        background: transparent !important; 
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding: 0.5rem 0rem !important; 
        font-family: 'Ivy Mode Regular', serif; 
        font-size: 0.9rem; 
        outline: none !important;
        box-shadow: none !important;
        color: #ffffff !important;
        transition: all 0.3s;
        border-radius: 0 !important;
        appearance: none;
        -webkit-appearance: none;
    }

    .alin-select-custom {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 5px) center !important;
        padding-right: 20px !important;
    }

    .alin-select-custom option { background-color: #1a1a1a; color: #ffffff; }
    .alin-input-custom::placeholder { color: rgba(255, 255, 255, 0.5) !important; }
    .alin-select-custom:focus, .alin-input-custom:focus { border-bottom-color: var(--aln-gold) !important; }

    /* --- Button Action --- */
    .alin-btn-apply {
        background: #ffffff; 
        color: #000000 !important; 
        border: none;
        padding: 16px 45px; 
        font-family: 'Ivy Mode SemiBold', serif; 
        font-size: 0.85rem;
        text-transform: capitalize; 
        letter-spacing: 2px; 
        border-radius: 5rem; 
        cursor: pointer; 
        transition: 0.3s; 
        white-space: nowrap;
    }
    .alin-btn-apply:hover { 
        background: var(--aln-gold); 
        color: #111111 !important; 
        transform: translateY(-2px); 
    }

    /* --- Grid Layout Desktop (4 Columns) --- */
    .alin-main-grid-v5 { 
        margin: 0 -15px; 
        clear: both;
        display: block; /* Menggunakan block/float agar sinkron dengan MagazineOrkestrator */
    }

    .grid-item-v5 { 
        margin-bottom: 3rem; 
        float: left;
        box-sizing: border-box;
    }

    /* Hero Card: 2 Kolom (50%) */
    .alin-col-hero { 
        width: 50%; 
        padding: 0 1.5rem; 
    }

    /* Side Card: 1 Kolom (25%) */
    .alin-col-side { 
        width: 25%; 
        padding: 0 1.5rem; 
    }

    /* --- HERO CARD --- */
    .aln-custom-hero-card {
        position: relative; width: 100%; display: block; overflow: hidden;
        border-radius: 5rem; 
        aspect-ratio: 3 / 4; /* Rasio lebih lebar untuk 4 kolom */
        color: #ffffff !important;
        background: var(--aln-section-bg);
    }
    .aln-custom-hero-img { 
        position: absolute; inset: 0; background-size: cover; background-position: center;
        transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .aln-custom-hero-card:hover .aln-custom-hero-img { transform: scale(1.05); }
    .aln-custom-hero-overlay {
        position: absolute; inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
        z-index: 1;
    }
    .aln-custom-hero-content {
        position: absolute; bottom: 0; left: 0; width: 100%; padding: 3rem; z-index: 2; box-sizing: border-box;
    }
    .aln-custom-hero-title {
        font-family: 'Ivy Mode SemiBold', serif; font-size: clamp(1.6rem, 2.5vw, 2.2rem);
        line-height: 1.3; margin: 1rem 0 1.5rem 0; font-weight: 500; color: #ffffff;
    }

    /* --- COMPACT CARD --- */
    .alin-img-wrapper { 
        width: 100%; border-radius: 4.75rem; overflow: hidden; margin-bottom: 1.5rem; 
        aspect-ratio: 3 / 4; position: relative; background: var(--aln-section-bg);
    }
    .alin-img-src { 
        position: absolute; inset: 0; background-size: cover; background-position: center; 
        transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1); 
    }
    .grid-item-v5:hover .alin-img-src { transform: scale(1.05); }

    /* --- Responsiveness --- */
    @media (max-width: 1200px) {
        .alin-col-hero { width: 66.66%; }
        .alin-col-side { width: 33.33%; }
    }

    @media (max-width: 1024px) { 
        .alin-col-hero { width: 100% !important; } 
        .alin-col-side { width: 50% !important; } 
        .aln-custom-hero-card { aspect-ratio: 4 / 5; }
    }

    @media (max-width: 768px) { 
        .container-fluid[style*="padding: 0 11%"] { padding: 0 !important; }
        .featured-header-section { padding: 7.5rem 1.5rem 3.5rem 1.5rem !important; margin-bottom: 3rem; }
        .featured-title-large { font-size: 2.8rem; text-align: center; }
        
        .alin-col-hero, .alin-col-side { 
            width: 100% !important; 
            padding: 0 2rem !important; 
            float: none !important; 
        } 
        .grid-item-v5 { margin-bottom: 3rem !important; }
        .aln-custom-hero-card { aspect-ratio: 4 / 5; }
        .aln-custom-hero-content { padding: 2.5rem; }
    }
    
/* ==========================================================================
   INFINITY LOOP & LOAD MORE PAGES: SHOP & VOUCHER
   ========================================================================== */
   
       /* --- UNIQUE SCOPE: VOGUE SHOP ALINEAR V5 --- */
    .aln-vogue-shop-container .aln-shop-wrapper {
        background-color: var(--aln-bg);
        color: var(--aln-text-main);
    }
    /* Header Styling */
    .aln-vogue-shop-container .aln-vogue-header {
        padding: 8rem 0 7rem;
        text-align: center;
    }
    .aln-vogue-shop-container .aln-vogue-title {
        font-family: 'Ivy Mode', serif;
        font-size: clamp(3.5rem, 12vw, 10rem);
        line-height: 0.85;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: -3px;
        color: var(--aln-text-main);
    }
    /* Nav & Filtering */
    .aln-vogue-shop-container .aln-vogue-filter-section {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: var(--aln-bg);
        border-top: 1px solid var(--aln-border-subtle);
        border-bottom: 1px solid var(--aln-border-subtle);
        padding: 15px 0;
    }
    .aln-vogue-shop-container .aln-filter-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .aln-vogue-shop-container .aln-filter-controls {
        display: flex;
        gap: 3rem;
        flex-grow: 1;
        align-items: flex-end;
    }
    .aln-vogue-shop-container .aln-filter-item {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .aln-vogue-shop-container .aln-filter-item label {
        font-family: 'Ivy Mode SemiBold', sans-serif;
        font-size: 0.65rem;
        text-transform: uppercase;
        color: var(--aln-text-light);
        letter-spacing: 1px;
        margin-bottom: 0px;
    }
    .aln-vogue-shop-container .aln-vogue-input-wrapper {
        position: relative;
        border-bottom: 1px solid var(--aln-border-subtle);
        transition: border-color 0.3s ease;
    }
    /* Search & Input Focus */
    .aln-vogue-shop-container .aln-vogue-select, 
    .aln-vogue-shop-container .aln-search-input {
        border: none !important;
        background: transparent !important;
        font-family: 'Ivy Mode SemiBold', sans-serif;
        font-size: 0.85rem;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: var(--aln-text-main) !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 8px 0;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .aln-vogue-shop-container .aln-btn-update {
        background: var(--aln-text-main);
        color: var(--aln-bg);
        border: none;
        padding: 10px 25px;
        font-family: 'Ivy Mode SemiBold', sans-serif;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        margin-left: 20px;
    }
    .aln-vogue-shop-container .aln-btn-update:hover {
        background: var(--aln-gold);
        color: #111;
    }
    /* Grid & Cards System (Desktop) */
    .aln-vogue-shop-container .aln-vogue-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem 2.5rem;
        padding: 2rem 5rem;
    }
    .aln-vogue-shop-container .aln-card-item {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        padding: 1rem;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .aln-vogue-shop-container .aln-card-top-row {
        display: block;
        text-decoration: none;
        color: inherit;
    }
    .aln-vogue-shop-container .aln-img-grid-wrapper {
        position: relative;
        width: 100%;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        margin-bottom: 1.5rem;
        background: #f0f0f0;
    }
    .aln-vogue-shop-container .aln-img-grid {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .aln-vogue-shop-container .aln-card-item:hover .aln-img-grid {
        transform: scale(1.05);
    }
    .aln-vogue-shop-container .aln-item-title {
        font-family: 'Ivy Mode SemiBold', serif;
        font-size: 1.25rem;
        line-height: 140%;
        margin-bottom: 1.5rem;
        color: var(--aln-text-main);
    }
    .aln-vogue-shop-container .aln-claim-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px dotted var(--aln-border-subtle);
    }
    .aln-vogue-shop-container .aln-btn-claim-text {
        font-family: 'Ivy Mode SemiBold', sans-serif;
        font-size: 0.85rem;
        text-transform: uppercase;
        color: var(--aln-text-main);
        padding-bottom: 3px;
        border-bottom: 1px solid var(--aln-border-subtle);
    }
    /* ============================================================
       MOBILE RESPONSIVE (Flow: Image -> Title -> Claim Section)
       ============================================================ */
    @media (max-width: 768px) {
        .aln-vogue-shop-container .aln-vogue-header {
            margin-top: 65px; 
            padding: 3.5rem 1.5rem 2rem;
            text-align: left;
        }
        .aln-vogue-shop-container .aln-vogue-title {
            font-size: 2.8rem;
            letter-spacing: -1px;
            line-height: 1.1;
        }
        .aln-vogue-shop-container .aln-vogue-filter-section {
            top: 60px;
        }
        .aln-vogue-shop-container .aln-filter-wrapper {
            flex-direction: column;
            padding: 0 1.5rem;
        }
        .aln-vogue-shop-container .aln-filter-controls {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
            width: 100%;
        }
        .aln-vogue-shop-container .aln-filter-item:nth-child(3),
        .aln-vogue-shop-container .aln-filter-item:nth-child(4) {
            grid-column: span 2;
        }
        .aln-vogue-shop-container .aln-btn-update {
            margin-left: 0;
            margin-top: 15px;
            width: 100%;
        }
        .aln-vogue-shop-container .aln-vogue-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
            padding: 0rem;
        }
        /* Layout Card Mobile: Column Stack (Image Top, Title Middle, Claim Bottom) */
        .aln-vogue-shop-container .aln-card-item {
            display: flex !important;
            flex-direction: column !important;
            padding: 1.25rem;
            background: #fff;
            border: 1px solid var(--aln-border-subtle);
            border-radius: 12px;
            gap: 0;
        }
        /* 1. Wrapper Image & Title (Mencegah elemen terbalik) */
        .aln-vogue-shop-container .aln-card-top-row {
            display: block !important;
            width: 100%;
            order: 1; /* Urutan Pertama */
        }
        /* Gambar Mobile (1:1 Aspect Ratio) */
        .aln-vogue-shop-container .aln-img-grid-wrapper {
            width: 100% !important;
            height: auto !important;
            aspect-ratio: 1 / 1 !important;
            margin-bottom: 1.25rem;
            border-radius: 8px;
            overflow: hidden;
        }
        /* Judul Mobile (Di bawah gambar) */
        .aln-vogue-shop-container .aln-item-title-wrapper {
            width: 100%;
            margin-bottom: 1.5rem;
        }
        .aln-vogue-shop-container .aln-item-title {
            font-size: 1.2rem;
            line-height: 1.4;
            margin: 2rem 1rem 0rem 1rem;
            text-align: left;
            color: var(--aln-text-main);
        }
        /* 2. Claim Container (Urutan Terakhir di Bawah Judul) */
        .aln-vogue-shop-container .aln-claim-container {
            display: flex !important;
            flex-direction: row !important; /* Susun logo & tombol menyamping */
            justify-content: space-between !important;
            align-items: center !important;
            width: 100% !important;
            padding-top: 1.25rem;
            border-top: 0px dotted var(--aln-border-subtle);
            margin-top: auto;
            order: 2; /* Urutan Kedua */
            visibility: visible !important;
            opacity: 1 !important;
        }
        /* Memastikan Wrapper Logo (div pertama di dalam claim container) terlihat */
        .aln-vogue-shop-container .aln-claim-container > div {
            display: flex !important;
            align-items: center !important;
            gap: 1rem !important;
            visibility: visible !important;
        }
        .aln-vogue-shop-container .aln-brand-logo {
            width: 40px !important;
            height: 40px !important;
            border-radius: 50%;
            object-fit: cover;
            border: 1px solid var(--aln-border-subtle);
        }
        .aln-vogue-shop-container .aln-btn-claim-text {
            font-size: 0.75rem;
            font-family: 'Ivy Mode SemiBold', sans-serif;
            text-transform: uppercase;
            text-decoration: underline;
            border: none;
            color: var(--aln-text-main);
        }
        /* Memastikan teks info brand tetap terbaca */
        .aln-vogue-shop-container .aln-claim-container span {
            display: block !important;
            line-height: 1.2;
        }
    }
    
/* ==========================================================================
   REDEEM PAGE (STYLE) - LP / SUBMISSION / THANK YOU PAGE
   ========================================================================== */
   
   /* 1. Global & Background Setup */
.aln-v5-redeem-wrapper {
    min-height: 100vh;
    background-color: #111;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* Background Fixed Layer */
.aln-v5-bg-fixed {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Overlay Gradasi Adaptif (Tetap Gelap) */
.aln-v5-bg-fixed::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* DEFAULT / LIGHT MODE: Gradasi 0.5 (Lebih transparan) */
    background: linear-gradient(180deg, rgba(17,17,17,0.5) 0%, rgba(17,17,17,0.8) 100%);
    transition: background 0.3s ease;
}

[data-theme="dark"] .aln-v5-bg-fixed::before {
    /* DARK MODE: Gradasi 0.75 (Lebih pekat) */
    background: linear-gradient(180deg, rgba(17,17,17,0.75) 0%, rgba(17,17,17,0.95) 100%);
}

/* 2. Isolated Grid System */
.aln-v5-main-container {
    position: relative;
    z-index: 2;
    padding: 6rem 0 3rem 0;
    flex-grow: 1;
}

.aln-v5-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.aln-v5-grid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.aln-v5-grid-col {
    width: 100%;
    max-width: 480px;
    box-sizing: border-box;
}

/* 3. QR & Header Section */
.aln-v5-qr-box { text-align: center; margin-bottom: 30px; }
.aln-v5-qr-frame {
    display: inline-block;
    background: #f6f6f6;
    padding: 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.aln-v5-qr-frame img { width: 100%; height: auto; }

.aln-v5-title {
    font-family: 'IvyMode-SemiBold', serif;
    color: #f6f6f6;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    letter-spacing: 0.5px;
    line-height:120%;
}
.aln-v5-subtitle {
    color: #ccc;
    font-size: 1rem;
    max-width: 450px;
    margin: 1rem auto 2rem auto;
    line-height: 140%;
    text-align: center;
}

/* 4. Form Card */
.aln-v5-form-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    border-radius: 3.5rem;
    width: 100%;
    box-sizing: border-box;
}
.aln-v5-input-group { margin-bottom: 18px; }

.aln-v5-form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 5rem !important;
    color: #fff !important;
    height: 3.5rem !important;
    padding-left: 1.5rem !important;
    width: 100%;
    box-sizing: border-box;
}
.aln-v5-form-control:focus {
    border-color: #ffde01 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    outline: none;
    box-shadow: none;
}
.aln-v5-form-control::placeholder { color: rgba(255,255,255,0.4); }

.aln-v5-btn-submit {
    background: #ffde01;
    color: #111;
    font-family: 'IvyMode-SemiBold', sans-serif;
    font-size: 0.9rem;
    height: 3.5rem;
    border-radius: 5rem;
    border: none;
    width: 100%;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.aln-v5-btn-submit:hover:not(:disabled) { background: #fff; transform: translateY(-2px); }
.aln-v5-btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }

/* 5. What's New Section */
.aln-v5-whatsnew-section {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.aln-v5-section-label {
    font-family: 'IvyMode-SemiBoldItalic', serif;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
.aln-v5-news-item {
    display: flex;
    align-items: normal;
    padding: 12px;
    margin-bottom: 12px;
    text-decoration: none !important;
    background: rgba(255,255,255,0.00);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.aln-v5-news-item:hover { background: rgba(255,255,255,0.06); }
.aln-v5-news-thumb {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    /* Ini kuncinya: Memotong gambar agar memenuhi area tanpa merusak rasio */
    object-fit: cover; 
    /* Memastikan fokus gambar ada di tengah */
    object-position: center; 
    margin-right: 1.5rem;
    flex-shrink: 0; /* Mencegah gambar menyusut jika teks h5 terlalu panjang */
    display: block;
}
.aln-v5-news-text h5 {
    color: #f6f6f6;
    font-family: 'IvyMode-SemiBold', sans-serif !important;
    font-size: 1rem;
    margin: 0 0.5rem 0.5rem 0;
    line-height: 1.3;
}
.aln-v5-news-tag {
    font-size: 0.6rem;
    color: #111;
    background: #ffde01;
    padding: 0.1rem 0.5rem;
    border-radius: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

/* 6. Footer & Socials */
.aln-v5-social-list {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem 0 1.5rem 0;
}
.aln-v5-social-link { font-size: 1.25rem; color: #fff; opacity: 0.5; transition: 0.3s; text-decoration: none; }
.aln-v5-social-link:hover { opacity: 1; color: #ffde01; }

.aln-v5-copy {
    text-align: center;
    color: #777;
    font-size: 0.65rem;
    padding-bottom: 0rem;
    letter-spacing: 1px;
}

.aln-v5-hp { display: none !important; visibility: hidden; }

@media (max-width: 768px) {
    .aln-v5-title { font-size: 1.25rem; line-height:135%; }
    .aln-v5-form-card { padding: 25px; }
    .aln-v5-main-container { padding-top: 9rem; }
}


/* ==========================================================================
   Alinear V5 - DETAIL PAGE STYLING (PRESERVING STRUCTURE)
   ========================================================================== */

    /* 1. SECTION PENUTUP ATAS */
    .aln-reveal-curtain-top {
        height: 73vh; 
        width: 100%;
        background: var(--aln-bg); /* Mengikuti tema global */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1; 
        text-align: center;
        padding: 60px 20px;
    }

    .aln-meta-small {
        letter-spacing: 1px; 
        font-size: 0.75rem; 
        color: var(--aln-text-main); /* Dari #111 */
        text-transform: capitalize;
        font-family: var(--aln-font-main);
    }

    .aln-reveal-hero-title {
        font-family: var(--aln-font-main);
        font-size: clamp(2.5rem, 8vw, 3.5rem);
        text-transform: capitalize;
        line-height: 140%;
        margin-bottom: 5rem;
        color: var(--aln-text-main); /* Dari #000 */
        max-width: 70%;
    }

    .aln-qr-dummy-img {
        width: 80px;
        height: auto;
        display: block;
        margin-bottom: 15px;
    }

    /* 2. JENDELA FIXED (REVEAL WINDOW) */
    .aln-reveal-fixed-window {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100vh;
        z-index: 0; 
        background: var(--aln-bg); /* Dari #fff */
        overflow: hidden;
    }

    .aln-reveal-flex-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .aln-reveal-media-col {
        flex: 1.2;
        margin: 0;
        position: relative;
        overflow: hidden;
        border: none;
    }

    .aln-reveal-media-col::after {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%);
        z-index: 15;
        pointer-events: none;
    }

    .aln-reveal-media-col img {
        width: 100%; height: 100%;
        object-fit: cover;
        display: block;
    }

    .aln-reveal-info-col {
        flex: 0.8;
        /*background-color: var(--aln-dynamic-bg);*/
        color: var(--aln-dynamic-txt);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px;
        transition: background-color 0.8s ease; 
    }

    .aln-reveal-description {
        font-family: var(--aln-font-main);
        font-size: clamp(1.4rem, 3vw, 2rem);
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 50px;
        color: var(--aln-dynamic-txt) !important; /* Sinkron dengan kolom info */
        margin-right: 50px;
    }

    /* 3. SECTION KONTEN BAWAH (ARTICLE OVERRIDE) */
    .aln-reveal-curtain-bottom {
        position: relative;
        z-index: 0; 
        background: var(--aln-bg); /* Dari #ffffff */
        margin-top: 100vh; 
        padding: 6rem 0 0 0;
    }

    .aln-reveal-container-content {
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
    }

/* ==========================================================================
   1. OVERLAY & NAVIGATION SIDEBAR
   ========================================================================== */
.aln-page-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
}

.aln-page-overlay.active { 
    opacity: 1; 
    visibility: visible; 
}

.aln-nav-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aln-nav-right { right: 40px; align-items: flex-end; }
.aln-nav-left { left: 40px; }

.aln-nav-btn {
    width: 48px; height: 48px;
    display: flex; justify-content: center; align-items: center;
    border-radius: 50%;
    background: var(--aln-bg);
    color: var(--aln-text-main);
    border: 1px solid var(--aln-border-subtle);
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-decoration: none;
    cursor: pointer;
}

.aln-nav-btn:hover { 
    background: var(--aln-text-main); 
    color: var(--aln-bg); 
    transform: scale(1.1); 
}

.aln-nav-btn:focus { 
    background: var(--aln-text-main); 
    color: var(--aln-bg); 
    transform: scale(1.1); 
}

/* ==========================================================================
   2. BOUTIQUE BUBBLE (Common Base Styling)
   ========================================================================== */
.aln-boutique-bubble {
    position: absolute;
    top: 50%; right: 65px;
    transform: translateY(-50%) translateX(20px);
    width: 320px;
    max-height: 80vh;
    background: var(--aln-bg);
    color: var(--aln-text-main);
    border-radius: 30px 30px 4px 30px; 
    box-shadow: 0 15px 45px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1005;
    border: 1px solid var(--aln-border-subtle);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
}

.aln-boutique-bubble.active { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(-50%) translateX(0); 
}

/* Internal Shared Components */
.aln-wn-header {
    flex-shrink: 0;
    padding: 25px 25px 15px !important;
    border-bottom: 1px solid var(--aln-border-subtle);
    background: var(--aln-bg);
}

.aln-meta-small {
    font-size: 0.75rem !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: var(--aln-text-muted);
    margin-bottom: 5px;
    display: block;
}

.aln-wn-title {
    font-family: var(--aln-font-semibold);
    font-size: 1.1rem !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    color: var(--aln-text-main);
}

.aln-wn-scroll-area {
    padding: 1.5rem !important;
    overflow-y: auto;
    flex: 1;
    scrollbar-width: thin;
}

/* Custom Scrollbar */
.aln-wn-scroll-area::-webkit-scrollbar { width: 4px; }
.aln-wn-scroll-area::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

/* ==========================================================================
   3. WHAT'S NEW & LIST ITEMS
   ========================================================================== */
.aln-wn-featured { text-align: center; margin-bottom: 25px; }

.aln-wn-qr-wrapper {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 10px;
}
.aln-wn-qr-wrapper img { width: 120px; height: 120px; display: block; }

.aln-wn-list-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    text-decoration: none;
}

.aln-wn-list-img { flex: 0 0 50px; height: 50px; border-radius: 50%; overflow: hidden; }
.aln-wn-list-img img { width: 100%; height: 100%; object-fit: cover; }

.aln-wn-list-info h5 {
    font-family: var(--aln-font-main);
    font-size: 0.85rem !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.4 !important;
    color: var(--aln-text-main);
}

.aln-wn-badge {
    background: #ffde01;
    color: #000;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 50px;
    text-transform: uppercase;
}

/* ==========================================================================
   4. SHOP & DIRECTORY SPECIFIC
   ========================================================================== */

/* Grid Container untuk Shop & Travel */
.aln-shop-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0px;
}

/* Card Item Dasar */
.aln-shop-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid var(--aln-border-subtle);
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.aln-shop-card-item:hover {
    transform: translateY(-2px);
    border-color: var(--aln-text-main);
    border: 1px solid var(--aln-border-subtle);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Logo Styling - Selalu Berwarna */
.aln-shop-logo-wrapper {
    display: flex;
    align-items: center;
    height: 62px; /* Tinggi seragam agar grid simetris */
}

.aln-shop-logo-wrapper img {
    height: 100%;
    width: auto;
    object-fit: contain;
    filter: none; /* Menghapus grayscale agar logo tetap berwarna */
    opacity: 1;
    transition: 0.3s;
}

/* Ikon Panah pada Card */
.aln-shop-arrow {
    font-size: 0.9rem;
    color: var(--aln-text-muted);
    transition: 0.3s;
}

.aln-shop-card-item:hover .aln-shop-arrow {
    color: var(--aln-text-muted);
    transform: translateX(3px);
}

/* Bio / Directory Typography */
.bio-address {
    font-size: 0.85rem !important;
    line-height: 150% !important;
    color: var(--aln-text-main);
    margin-bottom: 15px;
    display: block;
}

.bio-notes-wrapper {
    background: var(--aln-section-bg);
    padding: 15px;
    border-radius: 10px;
    border-left: 3px solid var(--aln-text-main);
    margin-bottom: 20px;
}

.bio-notes-text {
    font-family: var(--aln-font-semibold-it);
    font-size: 1rem !important;
    color: var(--aln-text-main);
    line-height: 1.5;
    margin: 0;
}

/* Social Media Icons */
.directory-sosmed-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
}

.directory-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--aln-border-subtle);
    color: var(--aln-text-main);
    font-size: 1rem;
    transition: 0.3s;
    text-decoration: none;
}

.directory-icon-link:hover {
    background: var(--aln-text-main);
    color: var(--aln-bg);
    transform: translateY(-3px);
}

/* Action Buttons (PDF / Maps) */
.bio-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    border-radius: 50px;
    background: var(--aln-text-main);
    color: var(--aln-bg) !important;
    font-size: 0.9rem !important;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.bio-btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Divider dalam Bubble */
.aln-wn-divider {
    text-align: center;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aln-wn-divider span {
    background: var(--aln-bg);
    padding: 0 10px;
    z-index: 1;
}

.aln-wn-divider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--aln-border-subtle);
    z-index: 0;
}

/* Varian Kartu Hitam untuk Apps Download */
.aln-card-dark {
    background: #111 !important; /* Latar belakang hitam pekat */
    border-color: #222 !important;
}

.aln-card-dark .aln-shop-arrow {
    color: #555; /* Panah dibuat lebih redup di bg hitam */
}

.aln-card-dark:hover {
    border-color: #444 !important;
    background: #000 !important;
}

.aln-card-dark:hover .aln-shop-arrow {
    color: #fff;
}

/* Memastikan logo app store/play store terlihat proporsional */
.aln-card-dark .aln-shop-logo-wrapper img {
    height: 26px; /* Sedikit lebih besar untuk logo app stores */
}

#alinear-dark-footer {position:relative;}

/* ==========================================================================
   5. RESPONSIVE (MOBILE & TABLET) - STATIC READING MODE
   ========================================================================== */
@media (max-width: 900px) {
    
    /* --- 1. HEADER (TITLE & NAVIGATION) --- */
    .aln-reveal-curtain-top {
        position: relative !important;
        height: auto !important;
        min-height: unset !important;
        padding: 5.5rem 1.5rem 2rem 1.5rem !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        z-index: 10 !important;
        transform: none !important;
        opacity: 1 !important;
        background: var(--aln-bg) !important;
    }

    .aln-reveal-hero-title {
        max-width: 100% !important;
        font-size: 1.85rem !important;
        line-height: 150% !important;
        margin-bottom: 0px !important;
    }

    /* Sembunyikan elemen dekoratif desktop */
    .aln-qr-dummy-img,
    .aln-scroll-discover {
        display: none !important;
    }

    /* --- 2. INLINE NAVIGATION (MENJADI HORIZONTAL DI MOBILE) --- */
    .aln-nav-side {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
        margin: 20px 0 !important;
        width: 100% !important;
        height: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }

    .aln-nav-left, .aln-nav-right {
        position: static !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 12px !important;
        transform: none !important;
    }

    .aln-nav-btn {
        width: 50px !important;
        height: 50px !important;
        flex-shrink: 0 !important;
        background: var(--aln-card-bg) !important;
        border: 1px solid var(--aln-border-subtle) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* --- 3. MEDIA & SUBTITLE (LINEAR FLOW) --- */
    .aln-reveal-fixed-window {
        position: relative !important;
        height: auto !important;
        z-index: 5 !important;
        overflow: visible !important;
    }

    .aln-reveal-flex-wrapper {
        display: block !important;
        height: auto !important;
    }

    .aln-reveal-media-col {
        width: 100% !important;
        height: 50vh !important;
        display: block !important;
        position: relative !important;
    }

    .aln-reveal-media-col img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        transform: none !important;
    }

    .aln-reveal-info-col {
        width: 100% !important;
        height: auto !important;
        padding: 50px 25px !important;
        display: block !important;
        /*background-color: var(--aln-dynamic-bg) !important;*/
    }

    .aln-reveal-description {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        opacity: 1 !important;
        transform: none !important;
    }

    /* --- 4. ARTIKEL BAWAH (MENYAMBUNG LANGSUNG) --- */
    .aln-reveal-curtain-bottom {
        position: relative !important;
        margin-top: 0 !important; 
        padding: 1.5rem 0 !important;
        z-index: 5 !important;
        background: var(--aln-bg) !important;
    }

    .aln-reveal-container-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    .aln-reveal-article-text img {
        width: 100vw !important;
        max-width: none !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0rem 0 1.5rem 0 !important;
        height: auto !important;
        display: block !important;
    }

    /* --- 5. OVERLAY & BUBBLES UI --- */
    .aln-page-overlay {
        z-index: 999 !important;
    }
    
    .aln-boutique-bubble.active {
        z-index: 1000 !important;
        bottom: 20px !important;
        width: 92% !important;
        left: 4% !important;
        transform: none !important;
        position: fixed !important;
    }
}

@media (max-width: 900px) {
    /* --- 1. HEADER (Rata Kiri) --- */
    .aln-reveal-curtain-top {
        position: relative !important;
        height: auto !important;
        min-height: unset !important;
        padding: 5.5rem 1.5rem 2rem 1.5rem !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important; /* Header ke kiri */
        text-align: left !important;         /* Teks ke kiri */
        z-index: 10 !important;
        transform: none !important;
        opacity: 1 !important;
        background: var(--aln-bg) !important;
    }

    .aln-reveal-hero-title {
        max-width: 100% !important;
        font-size: 1.85rem !important;
        line-height: 140% !important;
        margin-bottom: 10px !important;
        text-align: left !important;
    }

    /* Sembunyikan elemen desktop */
    .aln-qr-dummy-img, .aln-scroll-discover {
        display: none !important;
    }

    /* --- 2. NAVIGASI KONTAK MOBILE --- */
    .aln-nav-side {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important; /* Tombol ke kiri */
        gap: 12px !important;
        margin: 20px 0 !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
    }

    .aln-nav-btn {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        background: var(--aln-card-bg) !important;
        border: 1px solid var(--aln-border-subtle) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* --- 3. MEDIA & DESCRIPTION FLOW --- */
    .aln-reveal-fixed-window {
        position: relative !important;
        height: auto !important;
        overflow: visible !important;
    }

    .aln-reveal-flex-wrapper {
        display: block !important;
    }

    .aln-reveal-media-col {
        width: 100% !important;
        height: 50vh !important;
    }

    .aln-reveal-info-col {
        width: 100% !important;
        padding: 40px 25px !important;
        /*background-color: var(--aln-dynamic-bg) !important;*/
    }

    .aln-reveal-description {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        text-align: left !important; /* Subtitle ke kiri */
    }

    .aln-reveal-container-content {
        padding: 0rem 25px 1rem 25px !important;
    }

    .aln-reveal-article-text img {
        width: calc(100% + 50px) !important;
        margin-left: 0px !important;
        max-width: none !important;
    }
}

/* GAYA BERIKUT HANYA BERLAKU UNTUK MOBILE (MAX 900PX) */
@media (max-width: 900px) {
    
    /* 1. Header Rata Kiri & Alur Statis */
    .aln-reveal-curtain-top {
        position: relative !important;
        height: auto !important;
        min-height: unset !important;
        padding: 5.5rem 1.5rem 2rem 1.5rem !important; 
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important; /* Rata Kiri */
        text-align: left !important;         /* Rata Kiri */
        transform: none !important;
        opacity: 1 !important;
        background: var(--aln-bg) !important;
    }

    .aln-reveal-hero-title {
        max-width: 100% !important;
        font-size: 1.85rem !important;
        line-height: 140% !important;
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .aln-qr-dummy-img, .aln-scroll-discover {
        display: none !important;
    }

    /* 2. Navigasi Kontak Mobile (Rata Kiri) */
    .aln-nav-side.d-md-none {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important; /* Tombol ke kiri */
        gap: 12px !important;
        width: 100% !important;
        margin: 0px 0 !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .aln-nav-btn {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        background: var(--aln-card-bg) !important;
        border: 1px solid var(--aln-border-subtle) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* 3. Media & Deskripsi Flow */
    .aln-reveal-fixed-window {
        position: relative !important;
        height: auto !important;
        overflow: visible !important;
    }

    .aln-reveal-flex-wrapper {
        display: block !important;
    }

    .aln-reveal-media-col {
        width: 100% !important;
        height: 50vh !important;
    }

    .aln-reveal-info-col {
        width: 100% !important;
        padding: 40px 25px !important;
        /*background-color: var(--aln-dynamic-bg) !important;*/
    }

    .aln-reveal-description {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
        text-align: left !important; /* Subtitle rata kiri */
        padding-bottom:1rem;
    }

    /* 4. Konten Artikel */
    .aln-reveal-curtain-bottom {
        position: relative !important;
        padding: 1.5rem 0 !important;
    }
}

/* ==========================================================================
   TEXT STYLING & TEXT EDITOR STYLING V5
   ========================================================================== */
/* Paksa semua elemen di dalam artikel menggunakan Ivy Mode dan font lebih kecil */
    .aln-reveal-article-text, 
    .aln-reveal-article-text span, 
    .aln-reveal-article-text p, 
    .aln-reveal-article-text div {
        font-family: var(--aln-font-main) !important;
        font-size: 1rem !important;
        line-height: 2rem !important;
        color: var(--aln-text-main) !important; /* Dari #000 */
    }

    /* Perkecil khusus untuk caption foto */
    .aln-reveal-article-text span[style*="font-size: 8pt"],
    .aln-reveal-article-text em span {
        font-size: 0.7rem !important;
        color: var(--aln-text-muted) !important; /* Menggunakan variable agar tidak tenggelam di Dark Mode */
        opacity: 0.7;
    }

    .aln-reveal-article-text strong {
        font-family: var(--aln-font-semibold) !important;
        font-weight: normal;
        color: var(--aln-text-main);
    }
    
    .aln-reveal-article-text strong span {
        font-family: var(--aln-font-bold) !important;
        font-weight: normal !important;
    }

    .aln-reveal-article-text em {
        font-family: var(--aln-font-italic) !important;
        font-style: normal;
    }
    
    /* Custom Link Style untuk Artikel */
    .aln-reveal-article-text a,
    .aln-article-link {
        color: var(--aln-text-muted) !important; /* Dari #555 */
        text-decoration: none;
        transition: all 0.3s ease;
        font-family: inherit;
        border-bottom: 1px solid transparent;
    }

    .aln-reveal-article-text a:hover,
    .aln-article-link:hover {
        color: var(--aln-text-main) !important; /* Dari #000 */
        text-decoration: underline !important;
        opacity: 1;
    }

    /* Link di dalam caption atau em */
    .aln-reveal-article-text em a,
    .aln-reveal-article-text span[style*="font-size: 8pt"] a {
        color: var(--aln-text-light) !important; /* Dari #888 */
        font-size: inherit;
    }

    .aln-reveal-article-text em a:hover {
        color: var(--aln-text-main) !important;
    }

    .aln-reveal-article-text em,
    .aln-reveal-article-text em span,
    .aln-reveal-article-text em a {
        font-family: var(--aln-font-italic) !important;
        font-style: normal !important;
    }

    .aln-reveal-article-text em a {
        color: var(--aln-text-muted) !important; /* Dari #777 */
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }

    .aln-reveal-article-text em a:hover {
        color: var(--aln-text-main) !important;
        border-bottom: 1px solid var(--aln-text-main) !important;
    }

    /* 1. RESET SEMUA GAMBAR DI DALAM ARTIKEL */
    .aln-reveal-article-text img {
        width: 100vw !important;
        max-width: 115% !important; 
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: auto !important;
        display: block !important;
        margin-bottom: 1rem !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    /* 2. PROTEKSI UNTUK PEMBUNGKUS */
    .aln-reveal-article-text p, 
    .aln-reveal-article-text span, 
    .aln-reveal-article-text figure {
        overflow: visible !important;
    }

    /* 3. PROTEKSI KHUSUS LINK PADA GAMBAR */
    .aln-reveal-article-text a:has(img) {
        background: none !important;
        border: none !important;
        text-decoration: none !important;
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        color: unset !important;
    }

    .aln-reveal-article-text a:has(img):hover {
        background: none !important;
        border: none !important;
        opacity: 0.9;
    }

    /* MATIKAN TOTAL BACKGROUND PADA LINK GAMBAR (Ganda sesuai permintaan) */
    .aln-reveal-article-text a:hover, 
    .aln-reveal-article-text a:active, 
    .aln-reveal-article-text a:focus {
        background-color: transparent !important;
        background: none !important;
    }

    .aln-reveal-article-text a:hover {
        text-decoration: underline !important;
        color: var(--aln-text-main) !important;
    }

    .aln-reveal-article-text a:has(img):hover {
        text-decoration: none !important;
        border: none !important;
        background: none !important;
    }

    .aln-reveal-article-text a img {
        border: none !important;
        outline: none !important;
    }

    /* 4. EXCEPTION: NO-RESIZE & EDGE-TO-EDGE */
    .aln-reveal-article-text img.no-resize {
        width: auto !important;
        max-width: 100% !important;
        transform: none !important;
        left: 0 !important;
        margin: 1rem auto !important;
    }

    .aln-reveal-article-text img.aln-edge-to-edge {
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        display: block;
    }

    /* LOGIC KOMBINASI: BOLD + ITALIC */
    .aln-reveal-article-text strong em,
    .aln-reveal-article-text em strong {
        font-family: var(--aln-font-semibold-it) !important;
        font-style: normal;
        font-weight: normal;
    }
    
    @media (max-width: 900px) {
    .aln-reveal-article-text, 
    .aln-reveal-article-text span, 
    .aln-reveal-article-text p, 
    .aln-reveal-article-text div {
        font-family: var(--aln-font-main) !important;
        font-size: 0.9rem !important;
        line-height: 175% !important;
        color: var(--aln-text-main) !important; /* Dari #000 */
    }
    }
    
/* ==========================================================================
   ALINEAR MOBILE NAV: SEAMLESS & AUTO-PUSH CONTENT
   Optimasi: Push-down menu, No internal scroll, Variable Integrated
   ========================================================================== */

@media (max-width: 900px) {
    /* 1. Reset Container Navigasi Mobile */
    .aln-nav-side.aln-nav-right {
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 0rem 1rem 3.5rem 1rem !important;
        box-sizing: border-box;
        background: var(--aln-bg);
        z-index:0;
    }

    /* 2. Tombol Accordion (Header) */
    .aln-nav-side .accordion-button {
        border-radius: 12px !important;
        font-size: 14px;
        letter-spacing: 0.3px;
        transition: background 0.3s ease;
        background-color: var(--aln-bg) !important;
        color: var(--aln-text-main) !important;
        border: 1px solid var(--aln-border-subtle) !important;
        font-family:'Ivy Mode SemiBold', serif !important;
    }

    /* Saat Accordion Terbuka */
    .aln-nav-side .accordion-button:not(.collapsed) {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom: 1px solid var(--aln-border-subtle) !important;
        box-shadow: none !important;
        background-color: var(--aln-bg) !important; 
    }

    /* 3. Konten Bubble (Body) - MENDORONG MENU LAIN */
    .aln-nav-side .aln-boutique-bubble,
    .aln-nav-side .aln-wn-bubble {
        position: relative !important; 
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important; 
        max-height: none !important; 
        display: block !important;
        margin-top: 0 !important; 
        margin-bottom: 15px !important; 
        border: 1px solid var(--aln-border-subtle) !important;
        border-top: none !important; 
        border-radius: 0 0 12px 12px !important; 
        box-shadow: 0 6px 15px rgba(0,0,0,0.05) !important;
        background: var(--aln-bg) !important; /* Gunakan variabel bg */
        color: var(--aln-text-main) !important;
        overflow: visible !important;
        visibility: visible !important;
        transform: none !important;
    }

    /* 4. Nonaktifkan Scroll Internal & Paksa Konten Expand */
    .aln-nav-side .aln-wn-scroll-area,
    .aln-nav-side .aln-wn-bubble > div {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    /* 5. Styling List (What's New) */
    .aln-nav-side .aln-wn-list-item {
        display: flex !important;
        height: auto !important;
        min-height: 80px;
        padding: 15px !important;
        border-bottom: 1px solid var(--aln-border-subtle) !important;
        align-items: normal !important;
        text-decoration: none;
        color: var(--aln-text-main) !important;
    }

    .aln-nav-side .aln-wn-list-item:last-child {
        border-bottom: none;
    }

    .aln-nav-side .aln-wn-list-info h5 {
        white-space: normal !important;
        word-wrap: break-word;
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
        color: var(--aln-text-main) !important;
    }

    /* 6. Grid Marketplace & Travel */
    .aln-nav-side .aln-shop-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .aln-nav-side .aln-shop-card-item {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px !important;
        background: #fff !important; /* Gunakan f6f6f6 / 000000 */
        border-radius: 8px !important;
        border: 1px solid var(--aln-border-subtle) !important;
        color: var(--aln-text-main) !important;
    }

    /* 7. Circular Image (Anti-Penyet) */
    .aln-wn-list-img {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        flex: 0 0 60px !important; /* Mencegah penyet saat teks panjang */
        display: block !important;
        border: 1px solid var(--aln-border-subtle);
    }

    .aln-wn-list-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    /* 8. Bootstrap Collapse Overrides */
    .accordion-collapse {
        border: none !important;
        overflow: visible !important;
        background: transparent !important;
    }
    
}