/* assets/css/style.css - Ahmad Yani Official — Modern Luxury Glassmorphism Theme (Amethyst Purple, Deep Sapphire, Rich Gold) */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800;900&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;0,6..72,700;1,6..72,400&display=swap');

:root {
    --font-heading: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    --font-serif: 'Newsreader', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    
    /* ═══════════════════════════════════════════════════
       ROYAL COLOR PALETTE: AMETHYST PURPLE, DEEP SAPPHIRE & RICH GOLD
       ═══════════════════════════════════════════════════ */
    /* 1. Amethyst Purple (#9966CC) */
    --accent-amethyst: #9966CC;
    --accent-amethyst-dark: #7b43b5;
    --accent-amethyst-light: #b388eb;
    --accent-amethyst-soft: #f4eefb;
    --accent-ungu: #9966CC;
    --accent-ungu-light: #b388eb;
    --accent-ungu-border: #7b43b5;

    /* 2. Deep Sapphire (#0F52BA) */
    --accent-sapphire: #0F52BA;
    --accent-sapphire-dark: #0a3a85;
    --accent-sapphire-light: #256be4;
    --accent-sapphire-soft: #eef4ff;
    --accent-biru: #0F52BA;
    --accent-biru-light: #256be4;
    --accent-biru-border: #0a3a85;

    /* 3. Rich Gold (#FFD700) */
    --accent-gold: #FFD700;
    --accent-gold-dark: #d4af37;
    --accent-gold-light: #ffe552;
    --accent-gold-soft: #fffde6;
    --accent-kuning: #d4af37;
    --accent-kuning-light: #FFD700;
    --accent-kuning-border: #b8971f;

    /* GRADIENTS */
    --gradient-sapphire-amethyst: linear-gradient(135deg, #0F52BA 0%, #9966CC 100%);
    --gradient-amethyst-gold: linear-gradient(135deg, #9966CC 0%, #FFD700 100%);
    --gradient-sapphire-gold: linear-gradient(135deg, #0F52BA 0%, #FFD700 100%);
    --accent-coral: #0F52BA;
    --accent-coral-gradient: linear-gradient(135deg, #0F52BA 0%, #9966CC 100%);
    --accent-purple-gradient: linear-gradient(135deg, #9966CC 0%, #7b43b5 100%);
    --accent-blue-gradient: linear-gradient(135deg, #0F52BA 0%, #0a3a85 100%);

    /* CANVAS & CARDS */
    --bg-canvas: #f8faff;
    --bg-card-glass: #ffffff;
    --border-glass: #e2e8f0;
    --border-subtle: #cbd5e1;
    
    /* TEXT */
    --text-heading: #0a192f;
    --text-body: #1e293b;
    --text-muted: #475569;
    --text-light: #64748b;
    
    /* SHADOWS */
    --glass-blur: blur(16px);
    --shadow-sm: 0 2px 8px rgba(15, 82, 186, 0.06);
    --shadow-md: 0 8px 24px rgba(15, 82, 186, 0.1);
    --shadow-lg: 0 16px 40px rgba(153, 102, 204, 0.15);
    --shadow-glow-purple: 0 8px 25px rgba(153, 102, 204, 0.35);
    --shadow-glow-sapphire: 0 8px 25px rgba(15, 82, 186, 0.35);
    --shadow-glow-gold: 0 8px 25px rgba(255, 215, 0, 0.4);
    
    --radius-pill: 9999px;
    --radius-card: 24px;
    --radius-box: 16px;
    
    --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

img {
    max-width: 100%;
    height: auto;
}

html { 
    scroll-behavior: smooth; 
    font-size: 16px; 
    background: #f8fafc; 
    scroll-padding-top: 110px;
}

section, .section, [id] {
    scroll-margin-top: 110px;
}

body {
    font-family: var(--font-body);
    background: #f8fafc;
    color: var(--text-body);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.brand-logo-img, 
.nav-brand img, 
.floating-brand img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: inline-block !important;
    border: 2px solid #5b21b6 !important;
    box-shadow: 0 2px 8px rgba(91, 33, 182, 0.25) !important;
    flex-shrink: 0 !important;
}

/* Crisp Clean Ambient Lighting (Solid & Sharp, No Milky Pastel) */
.ambient-glow-canvas {
    display: none;
}


.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}

.section {
    padding: 4.5rem 0;
    position: relative;
}

/* ═══════════════════════════════════════════════════
   FLOATING PILL NAVBAR & UNIVERSAL NAVBAR SUPPORT
   ═══════════════════════════════════════════════════ */
.floating-navbar-wrapper,
.navbar {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    pointer-events: none;
    background: transparent;
    border: none;
    box-shadow: none;
}

.floating-navbar,
.nav-container {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-pill);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    padding: 6px 12px 6px 20px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    max-width: 1060px;
    width: 100%;
    justify-content: space-between;
    transition: var(--transition);
}

.floating-brand,
.nav-brand {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
    text-decoration: none;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-nav-links,
.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 4px;
    background: rgba(241, 245, 249, 0.7);
    padding: 4px;
    border-radius: var(--radius-pill);
    margin: 0;
}

.floating-nav-link,
.nav-link {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
}

.floating-nav-link:hover,
.nav-link:hover {
    color: var(--accent-ungu);
    background: #ffffff;
}

.floating-nav-link.active,
.nav-link.active {
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.mobile-menu-toggle {
    display: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(241, 245, 249, 0.9);
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 1rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:active {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

.mobile-only-link {
    display: none;
}

.desktop-only-dashboard {
    display: block;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Sub-page Hero Headers & Components */
/* Sub-page Hero Headers & Components (Harmonized with Beranda) */
.page-hero-header,
.subpage-hero-section {
    padding-top: 120px;
    padding-bottom: 2.5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.subpage-tracker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(15, 82, 186, 0.16);
    border-radius: 9999px;
    padding: 6px 18px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #0F52BA;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 16px rgba(15, 82, 186, 0.08);
}

.subpage-tracker .tracker-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7c3aed;
    box-shadow: 0 0 10px #a855f7, 0 0 18px #7c3aed;
    animation: radarPulse 1.5s infinite;
}

.subpage-tracker .tracker-sep {
    color: #cbd5e1;
    font-size: 0.85rem;
}

.page-hero-title,
.subpage-hero-title {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 0.75rem;
    display: block;
}

.page-hero-title .serif-italic,
.subpage-hero-title .serif-italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subpage-hero-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.65;
    max-width: 680px;
    margin: 0 auto;
    font-weight: 500;
}

/* Standardized Pill Button Secondary */
.btn-pill-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #1e293b;
    border: 1.5px solid #e2e8f0;
    border-radius: 9999px;
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.btn-pill-secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
    text-decoration: none !important;
}

/* Executive Social Buttons */
.executive-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 9999px;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.executive-social-btn.btn-ig {
    background: #ffffff;
    color: #c026d3;
    border: 1.5px solid #f0abfc;
}

.executive-social-btn.btn-ig:hover {
    background: linear-gradient(135deg, #fae8ff 0%, #fdf4ff 100%);
    border-color: #d946ef;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(217, 70, 239, 0.18);
    color: #a21caf;
    text-decoration: none !important;
}

.executive-social-btn.btn-yt {
    background: #ffffff;
    color: #e11d48;
    border: 1.5px solid #fecdd3;
}

.executive-social-btn.btn-yt:hover {
    background: linear-gradient(135deg, #ffe4e6 0%, #fff1f2 100%);
    border-color: #f43f5e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(225, 29, 72, 0.18);
    color: #be123c;
    text-decoration: none !important;
}

.executive-social-btn.btn-wa {
    background: #ffffff;
    color: #16a34a;
    border: 1.5px solid #bbf7d0;
}

.executive-social-btn.btn-wa:hover {
    background: linear-gradient(135deg, #dcfce7 0%, #f0fdf4 100%);
    border-color: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.18);
    color: #15803d;
    text-decoration: none !important;
}

/* Executive Profile Banner Card */
.executive-banner-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 24px;
    padding: 2.25rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2.25rem;
    align-items: center;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.executive-banner-card:hover {
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.executive-avatar-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.15);
    border: 3px solid #ffffff;
}

.executive-avatar-frame img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.executive-avatar-frame:hover img {
    transform: scale(1.03);
}

.executive-badge-verified {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.executive-info-col {
    display: flex;
    flex-direction: column;
}

.executive-pills-strip {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.executive-pill {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 9999px;
    letter-spacing: 0.5px;
}

.executive-pill-purple {
    background: #f5f3ff;
    color: #7c3aed;
    border: 1px solid #ddd6fe;
}

.executive-pill-blue {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.executive-pill-gold {
    background: #fffbeb;
    color: #b45309;
    border: 1px solid #fde68a;
}

.executive-title-text {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 6px;
}

.executive-sub-text {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.executive-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.executive-meta-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    border-radius: 12px;
    transition: var(--transition);
}

.executive-meta-box:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.executive-meta-lbl {
    font-size: 0.7rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.executive-meta-val {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Category Filter Bar */
.filter-pills-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 2rem;
    scrollbar-width: none;
}

.filter-pills-bar::-webkit-scrollbar {
    display: none;
}

.filter-pill-item {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 9999px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    white-space: nowrap;
    cursor: pointer;
}

.filter-pill-item:hover {
    background: #f8fafc;
    color: #0f172a;
    border-color: #cbd5e1;
}

.filter-pill-item.active {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
}

/* Timeline Cards */
.education-timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.education-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.education-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    border-color: #9966CC;
}

.education-degree-badge {
    background: var(--accent-amethyst-soft);
    color: var(--accent-amethyst-dark);
    border: 1px solid var(--accent-amethyst);
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
}

.period-pill {
    background: #eff6ff;
    color: #2563eb;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 800;
    border: 1px solid #bfdbfe;
}

@media (max-width: 800px) {
    .executive-banner-card {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }
    .executive-avatar-frame img {
        height: 240px;
    }
    .page-hero-title,
    .subpage-hero-title {
        font-size: 2.4rem;
    }
}

.footer {
    border-top: 1px solid var(--border-subtle);
    padding: 3.5rem 0 2rem;
    background: #ffffff;
    margin-top: 4rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 800px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.footer-bottom {
    border-top: 1px solid var(--border-subtle);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: var(--text-muted);
    flex-wrap: wrap;
    gap: 1rem;
}

/* Mobile responsive menu */
@media (max-width: 820px) {
    .floating-nav-links {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════
   INBIO / RAINBOW THEMES PERSONAL HERO SECTION
   ═══════════════════════════════════════════════════ */
.inbio-hero-section {
    padding-top: 115px;
    padding-bottom: 4rem;
    position: relative;
}

.inbio-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr;
    align-items: center;
    gap: 3.5rem;
}

.inbio-hero-left {
    display: flex;
    flex-direction: column;
}

.inbio-subtitle {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0F52BA;
    margin-bottom: 1.25rem;
    display: block;
}

.inbio-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.2;
    color: #0a192f;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.inbio-highlight-name {
    background: linear-gradient(135deg, #0F52BA 0%, #9966CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.inbio-static-prefix {
    color: #0a192f;
    font-weight: 800;
}

.inbio-typewriter {
    color: #9966CC;
    font-weight: 800;
}

.inbio-cursor {
    color: #FFD700;
    font-weight: 600;
    animation: inbioBlink 0.8s infinite;
}

@keyframes inbioBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.inbio-description {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 2.75rem;
    max-width: 540px;
}

.inbio-footer-row {
    display: flex;
    align-items: flex-start;
    gap: 3.5rem;
    flex-wrap: wrap;
}

.inbio-footer-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inbio-footer-label {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0F52BA;
}

.inbio-icon-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* InBio Neumorphic Square Button Boxes */
.inbio-btn-box {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 6px 6px 14px rgba(15, 82, 186, 0.08), -6px -6px 14px rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #0F52BA;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1.5px solid #e2e8f0;
    cursor: pointer;
}

.inbio-btn-box:hover {
    transform: translateY(-4px);
    background: linear-gradient(145deg, #0F52BA, #9966CC);
    box-shadow: 0 10px 25px rgba(15, 82, 186, 0.35);
    border-color: #9966CC;
    color: #ffffff !important;
}

.inbio-btn-box:hover i {
    color: #ffffff !important;
}

.inbio-btn-box.skill-box:hover {
    background: linear-gradient(145deg, #9966CC, #7b43b5);
    box-shadow: 0 10px 25px rgba(153, 102, 204, 0.35);
}

/* Right InBio Card Frame */
.inbio-hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inbio-thumbnail-card {
    width: 100%;
    max-width: 440px;
    background: linear-gradient(145deg, #e2e8ec, #ffffff);
    border-radius: 24px;
    padding: 1.5rem 1.5rem 0 1.5rem;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.08), -10px -10px 25px rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.inbio-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.inbio-portrait-img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.12));
    transition: transform 0.4s ease;
}

.inbio-thumbnail-card:hover .inbio-portrait-img {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .inbio-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .inbio-title {
        font-size: 2.4rem;
    }
    
    .inbio-hero-section {
        padding-top: 90px;
    }
    
    .inbio-thumbnail-card {
        max-width: 360px;
        margin: 0 auto;
    }
    
    .inbio-portrait-img {
        height: 380px;
    }
}

.hero-exec-desc {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.65;
    max-width: 380px;
    margin-bottom: 0;
    font-weight: 500;
}

/* Center Cutout Portrait (Grand & Elevated) */
.hero-exec-center {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    height: 100%;
    min-height: 380px;
    z-index: 5;
}

.hero-exec-portrait {
    width: 320px;
    max-width: 115%;
    height: 395px;
    object-fit: contain;
    object-position: top center;
    transform: scale(1.06) translateY(-8px);
    filter: drop-shadow(0 20px 40px rgba(15, 45, 89, 0.28)) drop-shadow(0 8px 20px rgba(124, 58, 237, 0.25));
    mask-image: linear-gradient(to bottom, black 84%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 84%, transparent 100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-exec-portrait:hover {
    transform: scale(1.09) translateY(-12px);
}

/* Right Floating Card */
.hero-exec-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 4;
}

@media (max-width: 992px) {
    .hero-exec-right {
        align-items: center;
    }
}

.hero-floating-rating-card {
    background: #ffffff;
    border: 2px solid #e0e7ff;
    border-radius: 22px;
    padding: 1.15rem 1.35rem;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 14px 35px rgba(91, 33, 182, 0.12), 0 4px 15px rgba(234, 88, 12, 0.08);
    margin-bottom: 1rem;
}

.rating-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.rating-stars {
    color: #f59e0b;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    gap: 3px;
}

.rating-score-val {
    font-weight: 800;
    color: #0f172a;
    font-size: 0.88rem;
}

.rating-card-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.hero-social-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 1.15rem;
    flex-wrap: wrap;
}

.hero-social-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.hero-social-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.social-pill-yt {
    background: #fff1f2;
    color: #e11d48;
    border: 1px solid #fecdd3;
}
.social-pill-yt:hover {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
}

.social-pill-ig {
    background: #fdf2f8;
    color: #db2777;
    border: 1px solid #fbcfe8;
}
.social-pill-ig:hover {
    background: #db2777;
    color: #ffffff;
    border-color: #db2777;
}

.social-pill-wa {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}
.social-pill-wa:hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
}

.social-pill-scholar {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}
.social-pill-scholar:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

.btn-robert-cta {
    background: linear-gradient(135deg, var(--accent-ungu) 0%, #4f46e5 100%);
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 9999px;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.28);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.btn-robert-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 32px rgba(124, 58, 237, 0.45);
    color: #ffffff;
}

/* Social Media Hub Section */
.social-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.social-hub-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
}

.social-hub-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.social-hub-card.card-yt:hover { border-color: #fda4af; }
.social-hub-card.card-ig:hover { border-color: #f9a8d4; }
.social-hub-card.card-wa:hover { border-color: #86efac; }
.social-hub-card.card-scholar:hover { border-color: #93c5fd; }


/* Bottom Horizontal Stat Row */
.hero-exec-stat-bar {
    border-top: 1px solid #f1f5f9;
    padding-top: 1.25rem;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    position: relative;
    z-index: 4;
}

@media (max-width: 768px) {
    .hero-exec-stat-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hero-stat-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-stat-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.stat-icon-purple {
    background: var(--accent-ungu-soft);
    color: var(--accent-ungu);
    border: 1px solid var(--accent-ungu-border);
}

.stat-icon-blue {
    background: var(--accent-biru-soft);
    color: var(--accent-biru);
    border: 1px solid var(--accent-biru-border);
}

.stat-icon-yellow {
    background: var(--accent-kuning-soft);
    color: var(--accent-kuning);
    border: 1px solid var(--accent-kuning-border);
}

.stat-icon-cyan {
    background: #ecfeff;
    color: #0891b2;
    border: 1px solid #a5f3fc;
}

.hero-stat-val {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.hero-stat-lbl {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════
   MASTER FROSTED GLASS SECTION ("ABOUT US" CARD)
   ═══════════════════════════════════════════════════ */
.master-glass-section {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.master-glass-container {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(24px);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius-card);
    padding: 2.25rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.04);

    position: relative;
    overflow: hidden;
}

.master-glass-label {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #475569;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.master-glass-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1.4fr;
    gap: 1.25rem;
}

@media (max-width: 960px) {
    .master-glass-grid {
        grid-template-columns: 1fr;
    }
}

/* Sub-card 1: Profile Bio Card */
.glass-subcard-profile {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.25rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 1rem;
    align-items: center;
}

.glass-profile-thumb {
    width: 105px;
    height: 125px;
    border-radius: 14px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
}

.glass-profile-info h4 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.glass-profile-info p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Sub-card 2: Metric Highlight Card */
.glass-subcard-metric {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.25rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.glass-metric-number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 4px;
}

.glass-metric-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 600;
}

.glass-metric-bottom {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.metric-mini-badge {
    background: var(--accent-ungu-soft);
    color: var(--accent-ungu);
    border: 1px solid var(--accent-ungu-border);
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 700;
}

/* Sub-card 3: 4 Feature Grid Boxes */
.glass-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.glass-feature-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 0.9rem 1rem;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: var(--transition);
}

.glass-feature-box:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.feature-box-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.feature-icon-purple {
    background: var(--accent-ungu-soft);
    color: var(--accent-ungu);
    border: 1px solid var(--accent-ungu-border);
}

.feature-icon-blue {
    background: var(--accent-biru-soft);
    color: var(--accent-biru);
    border: 1px solid var(--accent-biru-border);
}

.feature-icon-yellow {
    background: var(--accent-kuning-soft);
    color: var(--accent-kuning);
    border: 1px solid var(--accent-kuning-border);
}

.feature-box-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

/* ═══════════════════════════════════════════════════
   5 NUMBERED STEP PILLARS (REFERENCE DESIGN)
html { 
    scroll-behavior: smooth; 
    font-size: 16px; 
    background: var(--bg-canvas); 
    scroll-padding-top: 110px;
}

section, .section, [id] {
    scroll-margin-top: 110px;
}

/* ═══════════════════════════════════════════════════
   5 NUMBERED STEP PILLARS (REFERENCE DESIGN)
   ═══════════════════════════════════════════════════ */
.pillars-section {
    padding: 3.5rem 0 4.5rem;
}

.section-editorial-heading {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 2.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
}

.numbered-pillars-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

@media (max-width: 900px) {
    .numbered-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 580px) {
    .numbered-pillars-grid {
        grid-template-columns: 1fr;
    }
}

.numbered-pillar-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.5rem 1.25rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.numbered-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.pillar-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.15rem;
}

.pillar-number {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.pillar-icon-chip {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-canvas);
    border: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: var(--accent-ungu);
}

.pillar-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.pillar-desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.55;
}

/* ═══════════════════════════════════════════════════
   3D COVERFLOW ZOOM CAROUSEL (AGENDA SHOWCASE)
   ═══════════════════════════════════════════════════ */
.showcase-section {
    padding: 1rem 0 1.25rem;
    overflow: hidden;
    position: relative;
}

.showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.showcase-arrow-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-arrow-btn:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.coverflow-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 1.5rem 0 1.75rem 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(37, 99, 235, 0.04) 0%, transparent 80%);
}

.coverflow-viewport::-webkit-scrollbar {
    display: none;
}

.coverflow-track {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 0 max(calc(50vw - 210px), 2rem);
    width: max-content;
}

/* Individual Coverflow Card - Persegi Lebar / Wide Rectangle Landscape */
.coverflow-card {
    width: 420px;
    height: 260px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease, box-shadow 0.25s ease;
    transform-origin: center center;
    position: relative;
    border-radius: 22px;
}

@media (max-width: 640px) {
    .coverflow-card {
        width: 320px;
        height: 210px;
    }
}

.coverflow-card-inner {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.1);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    background: #0f172a;
    display: flex;
    flex-direction: column;
}

.coverflow-card.is-center-active .coverflow-card-inner {
    border-color: #38bdf8;
    box-shadow: 0 20px 50px -5px rgba(37, 99, 235, 0.45), 0 0 30px rgba(124, 58, 237, 0.25);
}

.coverflow-card:hover .coverflow-card-inner {
    border-color: #f59e0b;
    box-shadow: 0 20px 45px rgba(245, 158, 11, 0.3);
    transform: translateY(-4px);
}

/* Poster Background Image */
.coverflow-poster-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}

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

/* Poster Cinematic Gradient Overlay */
.coverflow-poster-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        rgba(15, 23, 42, 0.45) 0%, 
        rgba(15, 23, 42, 0.2) 30%, 
        rgba(10, 15, 30, 0.75) 60%, 
        rgba(10, 15, 30, 0.96) 100%
    );
    z-index: 2;
    transition: background 0.3s ease;
}

.coverflow-card:hover .coverflow-poster-overlay {
    background: linear-gradient(180deg, 
        rgba(15, 23, 42, 0.35) 0%, 
        rgba(15, 23, 42, 0.15) 30%, 
        rgba(10, 15, 30, 0.78) 55%, 
        rgba(10, 15, 30, 0.98) 100%
    );
}

/* Poster Overlay Content */
.coverflow-poster-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 16px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.poster-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    pointer-events: auto;
}

.coverflow-badge-chip {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #60a5fa;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.agenda-quick-edit-pill {
    background: rgba(234, 179, 8, 0.95);
    color: #000000 !important;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 800;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 14px rgba(234, 179, 8, 0.4);
    transition: all 0.2s ease;
    pointer-events: auto;
}

.agenda-quick-edit-pill:hover {
    background: #facc15;
    transform: scale(1.06);
}

.poster-bottom-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: auto;
}

.poster-org-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fde047;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.coverflow-card-title {
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.32;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    letter-spacing: -0.01em;
}

.poster-meta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.75rem;
    color: #cbd5e1;
    font-weight: 700;
}

.poster-meta-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #93c5fd;
}

.poster-meta-loc {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #e2e8f0;
}

/* ═══════════════════════════════════════════════════
   BENTO STATS & EXCELLENCE GRID (REFERENCE DESIGN)
   ═══════════════════════════════════════════════════ */
.bento-excellence-section {
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.bento-excellence-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
}

@media (max-width: 880px) {
    .bento-excellence-grid {
        grid-template-columns: 1fr;
    }
}

.bento-card-luxe {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
}

.bento-card-luxe:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}

.bento-card-peach {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-color: #fed7aa;
}

.bento-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.bento-metrics-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.bento-metric-col-val {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.bento-metric-col-lbl {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 2px;
}

.bento-bullet-list {
    list-style: none;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.8;
}
.bento-bullet-list li::before {
    content: "•";
    color: var(--accent-ungu);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.bento-arrow-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1.25rem;
    align-self: flex-start;
    transition: var(--transition);
}
.bento-arrow-link:hover {
    background: #0f172a;
    color: #ffffff;
}

/* ═══════════════════════════════════════════════════
   MINIMALIST FOOTER (REFERENCE DESIGN)
   ═══════════════════════════════════════════════════ */
.minimal-footer {
    border-top: 1px solid var(--border-subtle);
    padding: 2.5rem 0 3rem;
    background: #ffffff;
}

.minimal-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.84rem;
    color: var(--text-muted);
}

.footer-social-strip {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-social-link {
    color: #475569;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s ease;
}
.footer-social-link:hover {
    color: var(--accent-ungu);
}

/* Modal Popup Styles */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(8px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.modal-overlay.active {
    display: flex;
}

.modal-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 520px;
    padding: 1.75rem;
    animation: modalPopIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalPopIn {
    from { opacity: 0; transform: scale(0.95) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.modal-close {
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
}
.modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* ═══════════════════════════════════════════════════
   UNIVERSAL CARDS & GRIDS (PROFIL, AGENDA, AKTIVITAS, RISET)
   ═══════════════════════════════════════════════════ */
.featured-work-grid,
.activity-grid,
.blog-grid,
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

@media (max-width: 640px) {
    .featured-work-grid,
    .activity-grid,
    .blog-grid,
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

.work-card,
.activity-card,
.blog-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.35rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.work-card:hover,
.activity-card:hover,
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(124, 58, 237, 0.08);
    border-color: var(--accent-ungu-border);
}

.activity-card-media,
.work-card-media,
.blog-card-media {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
    background: #f8fafc;
}

.activity-card-media img,
.work-card-media img,
.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.work-card:hover .activity-card-media img,
.activity-card:hover .activity-card-media img,
.blog-card:hover .blog-card-media img {
    transform: scale(1.04);
}

.activity-badge-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 700;
}

.work-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    background: var(--accent-ungu-soft);
    color: var(--accent-ungu);
    border: 1px solid var(--accent-ungu-border);
    margin-bottom: 8px;
}

.work-card-indexing {
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.work-card-title {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 6px;
}

.work-card-meta {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.work-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    margin-top: auto;
}

.circle-arrow-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #0f172a;
    transition: var(--transition);
}

/* ═══════════════════════════════════════════════════
   SCHOLAR & RESEARCH REPOSITORY (SCHOLAR.PHP)
   ═══════════════════════════════════════════════════ */
.scholar-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.scholar-header {
    padding: 2rem 2.25rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid var(--border-subtle);
    flex-wrap: wrap;
    background: linear-gradient(180deg, #ffffff 0%, #fafafc 100%);
}

.scholar-avatar {
    width: 120px !important;
    height: 140px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    object-position: top center !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
    flex-shrink: 0 !important;
}

.scholar-metrics-box {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: var(--shadow-sm);
}

.scholar-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.scholar-table th {
    background: #f8fafc;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-subtle);
}

.scholar-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.scholar-row:hover td {
    background: #fbfbfe;
}

.scholar-item-title {
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    line-height: 1.4;
    display: inline-block;
    transition: color 0.2s ease;
}

.scholar-item-title:hover {
    color: var(--accent-ungu);
}

.scholar-authors {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 3px;
}

.scholar-journal {
    font-size: 0.78rem;
    color: #0284c7;
    font-weight: 600;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════
   YOUTUBE SPOTLIGHT SHOWCASE SECTION
   ═══════════════════════════════════════════════════ */
.youtube-spotlight-section {
    padding: 1.25rem 0 2rem;
}

.youtube-spotlight-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 28px;
    padding: 2.25rem;
    box-shadow: 0 16px 45px rgba(124, 58, 237, 0.05), 0 2px 12px rgba(15, 23, 42, 0.02);
    position: relative;
    overflow: hidden;
}

.youtube-grid-layout {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 2rem;
    align-items: center;
    margin-top: 1.5rem;
}

@media (max-width: 880px) {
    .youtube-grid-layout {
        grid-template-columns: 1fr;
    }
}

.youtube-player-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--border-subtle);
    position: relative;
}

.youtube-player-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.youtube-channel-preview-banner {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.youtube-preview-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: brightness(0.65);
    transition: transform 0.5s ease;
}

.youtube-channel-preview-banner:hover .youtube-preview-bg {
    transform: scale(1.05);
}

.youtube-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(2px);
}

.youtube-big-play-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #e11d48;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(225, 29, 72, 0.5);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.youtube-channel-preview-banner:hover .youtube-big-play-btn {
    transform: scale(1.12);
}

.youtube-channel-sidebox {
    background: #f8fafc;
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* ═══════════════════════════════════════════════════
   TIKTOK-INSPIRED ULTRA-MODERN LUXURY PORTFOLIO SYSTEM
   ═══════════════════════════════════════════════════ */

/* 1. Ambient Dynamic Glow Background */
.modern-ambient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    animation: ambientFloat 18s ease-in-out infinite alternate;
}

.ambient-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.35) 0%, rgba(99, 102, 241, 0) 70%);
    top: -10%;
    right: 5%;
    animation-delay: 0s;
}

.ambient-orb-2 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, rgba(14, 165, 233, 0) 70%);
    bottom: 10%;
    left: -5%;
    animation-delay: -5s;
}

.ambient-orb-3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(244, 63, 94, 0.2) 0%, rgba(251, 146, 60, 0) 70%);
    top: 45%;
    right: 25%;
    animation-delay: -9s;
}

@keyframes ambientFloat {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -30px) scale(1.08); }
    100% { transform: translate(-30px, 35px) scale(0.95); }
}

/* 2. Modern Hero Section */
.modern-hero-section {
    padding-top: 130px;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.modern-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 3.5rem;
    align-items: center;
}

/* Radar Live Status Pill */
.live-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #065f46;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.12);
    margin-bottom: 1.25rem;
    width: fit-content;
}

.radar-dot {
    position: relative;
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
}

.radar-dot::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #10b981;
    animation: radarPulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@keyframes radarPulse {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(2.4); opacity: 0; }
}

.hero-main-title {
    font-family: var(--font-heading);
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 1.25rem;
}

.hero-title-gradient {
    background: linear-gradient(135deg, #1e40af 0%, #7c3aed 50%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-lead-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 2rem;
    max-width: 540px;
}

/* Modern Hero Action Buttons */
.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.25rem;
}

.btn-modern-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #9333ea 100%);
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 800;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.btn-modern-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.btn-modern-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 36px rgba(124, 58, 237, 0.5);
    color: #ffffff !important;
}

.btn-modern-primary:hover::before {
    left: 140%;
}

.btn-modern-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #0f172a !important;
    border: 1.5px solid #e2e8f0;
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.btn-modern-secondary:hover {
    transform: translateY(-3px);
    background: #ffffff;
    border-color: #7c3aed;
    color: #7c3aed !important;
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.15);
}

/* Quick Social Link Chips */
.hero-social-chips {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-chip {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.social-chip:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.social-chip.chip-yt:hover { color: #ffffff; background: #e11d48; border-color: #e11d48; box-shadow: 0 10px 22px rgba(225, 29, 72, 0.35); }
.social-chip.chip-ig:hover { color: #ffffff; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); border-color: transparent; box-shadow: 0 10px 22px rgba(214, 36, 159, 0.35); }
.social-chip.chip-wa:hover { color: #ffffff; background: #10b981; border-color: #10b981; box-shadow: 0 10px 22px rgba(16, 185, 129, 0.35); }
.social-chip.chip-scholar:hover { color: #ffffff; background: #2563eb; border-color: #2563eb; box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35); }

/* Right Column: Floating Portrait Card & Badges */
.hero-portrait-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-portrait-glow-blob {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.25) 0%, rgba(59, 130, 246, 0.2) 50%, rgba(244, 63, 94, 0.2) 100%);
    filter: blur(40px);
    z-index: 1;
    animation: blobRotate 12s linear infinite;
}

@keyframes blobRotate {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.08); }
    100% { transform: rotate(360deg) scale(1); }
}

.hero-portrait-stage {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    border-radius: 32px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 245, 249, 0.6) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.1), 0 4px 20px rgba(124, 58, 237, 0.08);
    padding: 1.5rem 1.5rem 0 1.5rem;
    overflow: visible;
}

.hero-portrait-img {
    width: 100%;
    height: 440px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 15px 30px rgba(15, 23, 42, 0.15));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-portrait-stage:hover .hero-portrait-img {
    transform: scale(1.03) translateY(-4px);
}

/* Floating Micro-Badges */
.hero-floating-badge {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 10px 16px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: floatSlow 5s ease-in-out infinite;
    pointer-events: auto;
}

.badge-top-left {
    top: 25px;
    left: -25px;
    animation-delay: 0s;
}

.badge-bottom-right {
    bottom: 40px;
    right: -25px;
    animation-delay: -2.5s;
}

.badge-bottom-left {
    bottom: -15px;
    left: 15px;
    animation-delay: -1.2s;
}

@keyframes floatSlow {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.badge-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.badge-icon-purple { background: #ede9fe; color: #7c3aed; }
.badge-icon-blue { background: #eff6ff; color: #2563eb; }
.badge-icon-amber { background: #fef3c7; color: #d97706; }

.badge-text-title {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.badge-text-sub {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
}

/* 3. Live Stats Counter Bar */
.stats-counter-strip {
    margin-top: 3.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 1.75rem 2rem;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.05);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.stat-item-box {
    display: flex;
    align-items: center;
    gap: 14px;
    border-right: 1px solid #e2e8f0;
    padding-right: 1rem;
}

.stat-item-box:last-child {
    border-right: none;
}

.stat-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.stat-number-val {
    font-family: var(--font-heading);
    font-size: 1.95rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
}

.stat-label-text {
    font-size: 0.78rem;
    font-weight: 700;
    color: #64748b;
    line-height: 1.3;
}

/* 4. Modern Bento Grid (Pilar Keilmuan & Dedikasi) */
.bento-showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.bento-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}

.bento-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.bento-card:hover {
    transform: translateY(-6px);
    border-color: #7c3aed;
    box-shadow: 0 20px 45px rgba(124, 58, 237, 0.12), 0 4px 15px rgba(0, 0, 0, 0.04);
}

.bento-card:hover::after {
    left: 150%;
}

.bento-col-7 { grid-column: span 7; }
.bento-col-5 { grid-column: span 5; }
.bento-col-6 { grid-column: span 6; }
.bento-col-4 { grid-column: span 4; }
.bento-col-12 { grid-column: span 12; }

.bento-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.bento-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.bento-badge-chip {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 9999px;
    letter-spacing: 0.5px;
}

.bento-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.bento-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 1.5rem;
}

.bento-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.5rem;
    list-style: none;
    padding: 0;
}

.bento-feature-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 8px;
}

.bento-card-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bento-action-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.84rem;
    font-weight: 800;
    color: #7c3aed;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.bento-action-link:hover {
    gap: 10px;
    color: #5b21b6;
}

/* 5. Scroll-Reveal Engine CSS */
[data-reveal] {
    opacity: 0;
    transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

[data-reveal="fade-up"] {
    transform: translateY(35px);
}

[data-reveal="fade-in"] {
    transform: translateY(0);
}

[data-reveal="slide-right"] {
    transform: translateX(-35px);
}

[data-reveal="slide-left"] {
    transform: translateX(35px);
}

[data-reveal="zoom-in"] {
    transform: scale(0.92);
}

[data-reveal].is-revealed {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* Delay helpers */
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }

/* 6. Back to Top Floating Button */
.back-to-top-btn {
    position: fixed;
    bottom: 28px;
    right: 170px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background: #7c3aed;
    color: #ffffff;
    border-color: #7c3aed;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(124, 58, 237, 0.35);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .modern-hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
    }
    
    .stats-counter-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .stat-item-box:nth-child(2) {
        border-right: none;
    }
    
    .bento-col-7, .bento-col-5, .bento-col-6, .bento-col-4 {
        grid-column: span 12;
    }
    
    .back-to-top-btn {
        right: 28px;
        bottom: 85px;
    }
}

@media (max-width: 576px) {
    .hero-main-title {
        font-size: 2.1rem;
    }
    
    .stats-counter-strip {
        grid-template-columns: 1fr;
    }
    
    .stat-item-box {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 1rem;
    }
    
    .stat-item-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .hero-floating-badge {
        position: static;
        margin-top: 10px;
    }
}

/* ═══════════════════════════════════════════════════
   UIXSHUVO ETHEREAL SKY TEMPLATE & EDITORIAL LUXURY SYSTEM
   ═══════════════════════════════════════════════════ */

/* Sky / Cloud Ethereal Background Canvas */
.uix-sky-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 25%, #f8fafc 60%, #fffbeb 100%);
}

.cloud-layer {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.65;
    animation: cloudDrift 24s ease-in-out infinite alternate;
}

.cloud-1 {
    width: 700px;
    height: 350px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(224, 242, 254, 0.4) 60%, transparent 100%);
    top: 5%;
    left: -10%;
}

.cloud-2 {
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.95) 0%, rgba(254, 243, 199, 0.4) 60%, transparent 100%);
    top: 2%;
    right: -10%;
    animation-delay: -8s;
}

.cloud-3 {
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.9) 0%, rgba(219, 234, 254, 0.4) 60%, transparent 100%);
    bottom: 15%;
    left: 10%;
    animation-delay: -14s;
}

@keyframes cloudDrift {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-25px) scale(1.05); }
    100% { transform: translateY(15px) scale(0.98); }
}

/* ═══════════════════════════════════════════════════
   2. MAJESTIC CINEMATIC HERO SECTION (VIBRANT PURPLE, BLUE, GOLD)
   ═══════════════════════════════════════════════════ */
.cinematic-hero-section {
    position: relative;
    min-height: 85vh;
    padding-top: 140px;
    padding-bottom: 5rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
}

.cinematic-hero-bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.cinematic-hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transform: scale(1.05);
    animation: slowZoomPan 25s ease-in-out infinite alternate;
}

@keyframes slowZoomPan {
    0% { transform: scale(1.03) translateY(0); }
    100% { transform: scale(1.1) translateY(-15px); }
}

.cinematic-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15, 23, 42, 0.88) 0%,
        rgba(88, 28, 135, 0.75) 40%,
        rgba(30, 58, 138, 0.7) 75%,
        rgba(15, 23, 42, 0.85) 100%
    );
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.cinematic-hero-container {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
}

.cinematic-hero-content {
    max-width: 820px;
}

/* Top Tracker */
.cinematic-top-tracker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    padding: 6px 18px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #f8fafc;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.tracker-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFDF00;
    box-shadow: 0 0 10px #FFE57F, 0 0 20px #FFDF00;
    animation: radarPulse 1.5s infinite;
}

.tracker-sep {
    color: #FFDF00;
    font-size: 0.85rem;
    text-shadow: 0 0 8px rgba(255, 223, 0, 0.6);
}

/* Majestic Headline (VISIT INDONESIA Style) */
.cinematic-hero-title {
    font-family: var(--font-heading);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4), 0 0 40px rgba(124, 58, 237, 0.3);
}

.cinematic-hero-title .title-line-1 {
    display: block;
    color: #ffffff;
}

.cinematic-hero-title .title-line-2 {
    display: block;
    background: linear-gradient(135deg, #FFFDE0 0%, #FFDF00 25%, #FFC700 50%, #FFB300 75%, #FFE57F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 20px rgba(255, 215, 0, 0.75)) drop-shadow(0 0 45px rgba(255, 193, 7, 0.5));
    letter-spacing: -0.01em;
}

.cinematic-hero-subtag {
    font-size: 1.08rem;
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 680px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tag-divider {
    color: #FFDF00;
    padding: 0 6px;
    text-shadow: 0 0 12px rgba(255, 223, 0, 0.6);
}

/* Vibrant Action Buttons */
.cinematic-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-cinematic-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4), 0 0 15px rgba(37, 99, 235, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-cinematic-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.55), 0 0 25px rgba(37, 99, 235, 0.4);
    color: #ffffff;
}

.btn-cinematic-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #FFFDE0 0%, #FFDF00 40%, #FFA000 100%);
    color: #0f172a;
    padding: 14px 26px;
    border-radius: 14px;
    font-size: 0.92rem;
    font-weight: 900;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.45), 0 0 15px rgba(255, 223, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-cinematic-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.7), 0 0 25px rgba(255, 223, 0, 0.5);
    background: linear-gradient(135deg, #FFFFFF 0%, #FFFDE0 30%, #FFDF00 100%);
    color: #000000;
}

.btn-cinematic-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    padding: 13px 22px;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn-cinematic-outline:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════
   PREMIUM HOLOGRAPHIC FLOATING PHOTO CARD (ABOUT ME SECTION)
   ═══════════════════════════════════════════════════ */
.aurora-animated-card {
    position: relative;
    border-radius: 28px !important;
    padding: 10px;
    background: #ffffff;
    border: 2px solid rgba(124, 58, 237, 0.2);
    box-shadow: 0 20px 45px rgba(124, 58, 237, 0.22), 0 0 30px rgba(37, 99, 235, 0.18), 0 0 35px rgba(245, 158, 11, 0.12);
    animation: floatPhotoCard 6s ease-in-out infinite, holographicGlow 8s ease-in-out infinite alternate;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.aurora-animated-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 65px rgba(124, 58, 237, 0.35), 0 0 45px rgba(37, 99, 235, 0.3), 0 0 45px rgba(245, 158, 11, 0.25);
    border-color: rgba(245, 158, 11, 0.5);
}

.aurora-animated-card img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.aurora-animated-card:hover img {
    transform: scale(1.03);
}

@keyframes floatPhotoCard {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes holographicGlow {
    0% {
        box-shadow: 0 20px 45px rgba(124, 58, 237, 0.28), 0 0 25px rgba(37, 99, 235, 0.2), 0 0 25px rgba(245, 158, 11, 0.1);
        border-color: rgba(124, 58, 237, 0.3);
    }
    50% {
        box-shadow: 0 25px 50px rgba(37, 99, 235, 0.3), 0 0 35px rgba(245, 158, 11, 0.25), 0 0 25px rgba(124, 58, 237, 0.15);
        border-color: rgba(37, 99, 235, 0.4);
    }
    100% {
        box-shadow: 0 22px 48px rgba(245, 158, 11, 0.32), 0 0 35px rgba(124, 58, 237, 0.25), 0 0 25px rgba(37, 99, 235, 0.15);
        border-color: rgba(245, 158, 11, 0.4);
    }
}

.pulse-glow-btn {
    animation: pulseGlow 2.5s infinite;
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 10px 25px rgba(239, 68, 68, 0.35); transform: translateY(0); }
    50% { box-shadow: 0 15px 35px rgba(239, 68, 68, 0.6), 0 0 20px rgba(245, 158, 11, 0.4); transform: translateY(-3px); }
}

@media (max-width: 992px) {
    .cinematic-hero-title {
        font-size: 3.2rem;
    }
    .cinematic-slider-counter {
        display: none;
    }
}
@media (max-width: 576px) {
    .cinematic-hero-title {
        font-size: 2.5rem;
    }
}

/* ═══════════════════════════════════════════════════
   ABOUT ME SECTION (WHO WE ARE / UNIQUE PHOTO & COOL TRANSITION)
   ═══════════════════════════════════════════════════ */
.uix-about-section {
    padding: 2.5rem 0 1.5rem;
    position: relative;
    z-index: 1;
}

.uix-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 3.25rem;
    align-items: center;
}

/* Left: Unique Photo Card - Clean & Executive Framed Layout */
.uix-about-photo-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.uix-about-photo-card {
    width: 100%;
    height: 520px;
    background: #0f172a;
    border-radius: 28px;
    padding: 0;
    box-shadow: 0 20px 50px rgba(15, 82, 186, 0.12), 0 6px 20px rgba(15, 23, 42, 0.08);
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.uix-about-photo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 65px rgba(15, 82, 186, 0.2);
}

.uix-about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.uix-about-photo-card:hover .uix-about-img {
    transform: scale(1.04);
}

/* Floating Watch Video Pill (Top Left Inside) */
.uix-photo-video-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 9999px;
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
    z-index: 10;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.uix-photo-video-badge:hover {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(225, 29, 72, 0.3);
}

.uix-photo-video-badge:hover i {
    color: #ffffff !important;
}

/* Floating Caption Pill (Bottom Inside) */
.uix-photo-caption-pill {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 12px 18px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Right: Narrative & Minimalist 3-Column Stats */
.uix-about-content {
    display: flex;
    flex-direction: column;
}

.uix-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 1rem;
}

.uix-about-heading {
    font-family: var(--font-heading);
    font-size: 2.85rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.uix-about-heading .serif-italic {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: #2563eb;
    padding: 0 4px;
}

.uix-about-body-text {
    font-size: 1.02rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 2.5rem;
}

/* Minimalist 3-Column Stats Counter */
.uix-about-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    border-top: 1.5px solid #e2e8f0;
    padding-top: 2rem;
}

.uix-stat-col {
    border-right: 1.5px solid #e2e8f0;
    padding-right: 1.25rem;
}

.uix-stat-col:last-child {
    border-right: none;
    padding-right: 0;
}

.uix-stat-number {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 6px;
}

.uix-stat-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #64748b;
    text-transform: uppercase;
    line-height: 1.3;
}

/* ═══════════════════════════════════════════════════
   3D COVERFLOW AGENDA CAROUSEL SYSTEM
   ═══════════════════════════════════════════════════ */
.showcase-section {
    padding: 3.5rem 0 2.5rem;
    position: relative;
    z-index: 1;
}

.showcase-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.showcase-nav-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.showcase-arrow-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    user-select: none;
    line-height: 1;
}

.showcase-arrow-btn:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
}

.coverflow-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 24px 1.5rem 32px;
    scrollbar-width: none;
    cursor: grab;
    position: relative;
}

.coverflow-viewport:active {
    cursor: grabbing;
}

.coverflow-viewport::-webkit-scrollbar {
    display: none;
}

.coverflow-track {
    display: flex;
    gap: 24px;
    align-items: center;
    width: max-content;
    padding: 0 10px;
}

.coverflow-card {
    width: 380px;
    min-width: 380px;
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, opacity 0.3s ease;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    user-select: none;
    flex-shrink: 0;
    background: #0f172a;
}

.coverflow-card:hover,
.coverflow-card.is-center-active {
    box-shadow: 0 22px 50px rgba(15, 82, 186, 0.28), 0 0 25px rgba(37, 99, 235, 0.18);
    border-color: rgba(96, 165, 250, 0.6);
}

.coverflow-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.coverflow-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

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

.coverflow-poster-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.88) 100%);
}

.coverflow-poster-content {
    position: absolute;
    inset: 0;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
    z-index: 2;
}

.poster-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coverflow-badge-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(37, 99, 235, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.agenda-quick-edit-pill {
    padding: 3px 8px;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fef08a;
    font-size: 0.68rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.agenda-quick-edit-pill:hover {
    background: #FFD700;
    color: #0f172a;
}

.poster-mid-row {
    margin: 8px 0;
}

.coverflow-card-org {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.coverflow-card-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.poster-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.72rem;
    color: #cbd5e1;
    font-weight: 600;
}

.coverflow-card-date,
.coverflow-card-loc {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Detail Activity Modal Popup */
.activity-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.activity-modal-overlay.active {
    display: flex;
}

.activity-modal-card {
    background: #ffffff;
    border-radius: 24px;
    max-width: 600px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    animation: popIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

/* ═══════════════════════════════════════════════════
   AGENDA / NARASUMBER PAGE STYLES (CARDS GRID & PILLS)
   ═══════════════════════════════════════════════════ */
.filter-pills-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2.5rem;
}

.filter-pill-item {
    padding: 8px 20px;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.filter-pill-item:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-1px);
}

.filter-pill-item.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.28);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.75rem;
}

.activity-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1.5px solid #e2e8f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    position: relative;
}

.activity-card:hover {
    transform: translateY(-6px);
    border-color: #2563eb;
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);
}

.activity-card-media {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #0f172a;
}

.activity-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.activity-badge-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.activity-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.activity-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.activity-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 8px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    border: 1px solid #dbeafe;
}

.activity-meta-badges {
    display: flex;
    align-items: center;
    gap: 6px;
}

.activity-type-pill {
    padding: 3px 10px;
    border-radius: 9999px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.activity-edit-action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 9999px;
    background: #fef08a;
    border: 1px solid #fde047;
    color: #854d0e;
    font-size: 0.68rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.activity-edit-action:hover {
    background: #eab308;
    color: #ffffff;
}

.activity-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activity-org-loc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.82rem;
    color: #64748b;
    margin-bottom: 12px;
}

.activity-org,
.activity-loc {
    display: flex;
    align-items: center;
    gap: 6px;
}

.activity-org i {
    color: #2563eb;
}

.activity-loc i {
    color: #059669;
}

.activity-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 1.5rem;
    flex: 1;
}

.activity-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
}

.activity-cta-text {
    font-size: 0.82rem;
    color: #2563eb;
    font-weight: 800;
}

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

/* ═══════════════════════════════════════════════════
   PROGRAMS / MORE WAYS TO LEARN & COLLABORATE (CARDS ROW)
   ═══════════════════════════════════════════════════ */
.uix-programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.75rem;
    margin-top: 2.5rem;
}

.uix-program-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.uix-program-card:hover {
    transform: translateY(-8px);
    border-color: #2563eb;
    box-shadow: 0 22px 50px rgba(37, 99, 235, 0.12);
}

.uix-program-header {
    height: 150px;
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.75rem;
    color: #2563eb;
    position: relative;
}

.uix-program-body {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.uix-program-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.uix-program-desc {
    font-size: 0.86rem;
    line-height: 1.65;
    color: #475569;
    margin-bottom: 1.25rem;
}

/* Responsive queries */
@media (max-width: 992px) {
    .uix-hero-heading {
        font-size: 2.8rem;
    }
    
    .uix-hero-stage-container {
        flex-direction: column;
    }
    
    .uix-flanking-widget {
        flex: 1;
        width: 100%;
        max-width: 360px;
    }
    
    .uix-about-grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }
    
    .uix-about-photo-card {
        max-width: 360px;
    }
    
    .uix-about-heading {
        font-size: 2.3rem;
    }
}

@media (max-width: 576px) {
    .uix-hero-heading {
        font-size: 2.2rem;
    }
    
    .uix-about-stats-row {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .uix-stat-col {
        border-right: none;
        border-bottom: 1.5px solid #e2e8f0;
        padding-bottom: 1rem;
    }
    
    .uix-stat-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .uix-about-video-pill,
    .uix-about-founder-card {
        position: static;
        margin-top: 10px;
    }
}

/* ═══════════════════════════════════════════════════
   FLOATING ACTION BUTTONS (WHATSAPP ADMIN, INSTAGRAM & BACK TO TOP)
   ═══════════════════════════════════════════════════ */
.floating-wa-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    padding: 12px 22px 12px 18px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.4), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 99999;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.floating-wa-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 35px rgba(16, 185, 129, 0.55);
    color: #ffffff !important;
}

.floating-ig-btn {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    box-shadow: 0 10px 25px rgba(214, 36, 159, 0.4), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 99999;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.floating-ig-btn:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 16px 35px rgba(214, 36, 159, 0.6);
    color: #ffffff !important;
}

/* Adjust Back to Top button so it doesn't overlap WhatsApp */
.back-to-top-btn {
    position: fixed;
    bottom: 28px;
    right: 210px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.35);
}

@media (max-width: 768px) {
    /* 1. Mobile Floating Navbar & Dropdown Menu */
    .floating-navbar-wrapper {
        top: 10px;
        padding: 0 10px;
    }

    .floating-navbar {
        padding: 6px 12px 6px 14px;
        position: relative;
        border-radius: 20px;
        gap: 8px;
    }

    .floating-brand span {
        font-size: 0.95rem;
    }

    .brand-logo-img {
        width: 28px;
        height: 28px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .desktop-only-dashboard {
        display: none;
    }

    .mobile-only-link {
        display: block;
    }

    .floating-nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 18px;
        border: 1px solid rgba(226, 232, 240, 0.9);
        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15);
        flex-direction: column;
        padding: 8px;
        gap: 4px;
        z-index: 10000;
        animation: menuDrop 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .floating-nav-links.is-open {
        display: flex;
    }

    .floating-nav-link {
        width: 100%;
        padding: 10px 16px;
        font-size: 0.88rem;
        text-align: left;
        border-radius: 10px;
    }

    /* 2. Mobile Cinematic Hero Header */
    .cinematic-hero-section {
        min-height: auto;
        padding-top: 85px;
        padding-bottom: 2.25rem;
    }

    .cinematic-top-tracker {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px 6px;
        font-size: 0.62rem;
        padding: 6px 12px;
        margin-bottom: 0.85rem;
        border-radius: 14px;
        width: 100%;
        max-width: 320px;
        line-height: 1.35;
    }

    .cinematic-top-tracker .tracker-sep {
        font-size: 0.68rem;
    }

    .cinematic-hero-title {
        font-size: clamp(2rem, 8.5vw, 2.7rem);
        line-height: 1.05;
        margin-bottom: 0.75rem;
    }

    .cinematic-hero-subtag {
        font-size: 0.84rem;
        line-height: 1.5;
        margin-bottom: 1.35rem;
        padding: 0 4px;
    }

    .cinematic-hero-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        gap: 10px;
        align-items: stretch;
    }

    .btn-cinematic-primary,
    .btn-cinematic-gold,
    .btn-cinematic-outline {
        width: 100%;
        justify-content: center;
        padding: 12px 18px;
        font-size: 0.88rem;
        border-radius: 12px;
        text-align: center;
    }

    /* 3. Mobile About / Biografi & 3-Column Stats */
    .uix-about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .uix-about-photo-wrapper {
        max-width: 320px;
    }

    .uix-about-photo-card {
        height: 380px;
        border-radius: 20px;
    }

    .uix-about-heading {
        font-size: 1.65rem;
        line-height: 1.25;
    }

    .uix-about-stats-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .uix-stat-number {
        font-size: 1.35rem;
    }

    .uix-stat-label {
        font-size: 0.65rem;
        line-height: 1.25;
    }

    /* 4. Floating Action Buttons */
    .floating-wa-btn {
        bottom: 16px;
        right: 14px;
        padding: 9px 15px 9px 12px;
        font-size: 0.78rem;
    }

    .floating-ig-btn {
        bottom: 16px;
        left: 14px;
        width: 42px;
        height: 42px;
        font-size: 1.25rem;
    }

    .back-to-top-btn {
        bottom: 72px;
        right: 14px;
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }
}

@keyframes menuDrop {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}








