Html, body {
    width: 100%;
    overflow-x: clip; 
    margin: 0;
    padding: 0;
}
.site-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

.premium-dark {
    background-color: #050508;
    color: #e2e8f0;
    position: relative;
}

.sticky-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

/* Ambient Glow (Disesuaikan dengan nuansa Teal & Purple Harmony) */
.ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
    opacity: 0.4;
    pointer-events: none;
}

.glow-1 {
    top: -10%;
    left: 10%;
    width: 500px;
    height: 500px;
    background: rgba(32, 177, 199, 0.22); /* Teal Glow */
}

.glow-2 {
    top: 40%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(88, 62, 159, 0.25); /* Purple Glow */
}

/* Glassmorphism Panel */
.glass-panel {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(32, 177, 199, 0.1);
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.glass-nav {
    background: rgba(5, 5, 8, 0.85) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(32, 177, 199, 0.1);
}

/* Typography */
.text-gradient {
    background: linear-gradient(135deg, #20B1C7 0%, #583E9F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.section-title-premium {
    font-size: 2.5rem;
    text-align: center;
    margin: 8rem 0 4rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.section-title-premium span {
    color: var(--accent);
}

/* HERO SECTION */
.hero-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-badge-glass {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(32, 177, 199, 0.1);
    border: 1px solid rgba(32, 177, 199, 0.25);
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(32, 177, 199, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(32, 177, 199, 0); }
    100% { box-shadow: 0 0 0 0 rgba(32, 177, 199, 0); }
}

.hero-title-massive {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
}

.hero-subtitle-elegant {
    font-size: 1.15rem;
    color: #a1a1aa;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.hero-action-group {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 4rem;
}

.btn-glow {
    background: var(--accent);
    color: #050505;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 0 25px rgba(32, 177, 199, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-glow:hover {
    box-shadow: 0 0 40px rgba(32, 177, 199, 0.7);
    transform: translateY(-2px);
    color: #050505;
}

.btn-glass {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-glass:hover {
    background: rgba(88, 62, 159, 0.2);
    border-color: rgba(88, 62, 159, 0.4);
    transform: translateY(-2px);
}

/* PENGGANTI TERMINAL: Core System Monitor Card */
.core-showcase {
    width: 100%;
    max-width: 850px;
    margin-top: 1rem;
}

.core-card-glass {
    padding: 2rem;
    text-align: left;
    border: 1px solid rgba(32, 177, 199, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(32, 177, 199, 0.05);
}

.core-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.core-status-indicator {
    width: 10px;
    height: 10px;
    background-color: #27c93f;
    border-radius: 50%;
    box-shadow: 0 0 10px #27c93f;
}

.core-title {
    font-family: monospace;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    color: #a1a1aa;
    font-weight: bold;
}

.core-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.metric-item {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.metric-label {
    display: block;
    font-size: 0.8rem;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
}

.metric-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    font-family: monospace;
}

.metric-value.highlight { color: #20B1C7; }
.metric-value.success { color: #4ade80; }

/* BENTO GRID */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 1.5rem;
}

.bento-card {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.glow-hover:hover {
    border-color: rgba(32, 177, 199, 0.4);
    box-shadow: 0 10px 40px rgba(32, 177, 199, 0.15);
    transform: translateY(-5px);
}

.bento-large { grid-column: span 2; grid-row: span 2; }
.bento-wide { grid-column: span 2; }

.bento-icon { font-size: 2.5rem; margin-bottom: 1.5rem; }

.bento-card h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 700;
}
.bento-large h3 { font-size: 2.2rem; }

.bento-card p { color: #a1a1aa; line-height: 1.6; font-size: 1rem; }
.bento-large p { font-size: 1.15rem; }

/* APPS PILLS */
.apps-pill-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.app-pill {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: default;
}

.app-pill:hover {
    background: rgba(32, 177, 199, 0.1);
    border-color: var(--accent);
    color: white;
    transform: scale(1.05);
}

/* TEAM CARDS HORIZONTAL SLIDER */
.team-grid {
    display: flex !important;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 1rem 0.5rem 2.5rem 0.5rem;
    margin-bottom: 3rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.team-grid::-webkit-scrollbar {
    display: none;
}

.team-card {
    flex: 0 0 240px;
    scroll-snap-align: center;
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    user-select: none;
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: rgba(32, 177, 199, 0.4);
}

.team-avatar {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, var(--accent), var(--purple-accent, #583E9F));
}

.team-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #050508;
}

.team-card h4 { 
    font-size: 1.1rem; 
    color: white; 
    margin-bottom: 0.5rem; 
}

.team-card p { 
    font-size: 0.9rem; 
    color: var(--accent); 
    font-weight: 600; 
}

/* Responsif Mobile & Tablet */
@media (max-width: 900px) {
    .hero-title-massive { font-size: 3rem; }
    .bento-large, .bento-wide { grid-column: span 1; grid-row: span 1; }
    .bento-grid { grid-template-columns: 1fr; }
    .core-metrics-grid { grid-template-columns: 1fr; }
}

.hero-premium {
    padding: 8rem 0 5rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ==========================================================================
   FOLDER TERMINAL SHOWCASE WITH ANIMATION
   ========================================================================== */

.folder-showcase {
    width: 100%;
    max-width: 800px;
    margin-top: 2.5rem;
}

.folder-window {
    border: 1px solid rgba(32, 177, 199, 0.3) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 0 15px rgba(32, 177, 199, 0.05);
    overflow: hidden;
    text-align: left;
}

.folder-header {
    background: rgba(0, 0, 0, 0.4);
    padding: 0.8rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.folder-tab {
    display: flex;
    align-items: center;
    gap: 8px;
}

.folder-icon {
    font-size: 1.1rem;
}

.folder-title {
    font-family: monospace;
    font-size: 0.85rem;
    color: #a1a1aa;
    font-weight: 600;
}

.status-badge {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    background: rgba(32, 177, 199, 0.15);
    color: var(--accent);
    border: 1px solid rgba(32, 177, 199, 0.3);
    letter-spacing: 0.05em;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.pulse-storing {
    animation: pulse-glow 1.5s infinite;
}

.folder-body {
    padding: 1.8rem;
    font-family: 'Consolas', monospace;
    font-size: 0.9rem;
    line-height: 1.8;
}

.cmd-symbol {
    color: var(--accent);
    font-weight: bold;
}

.process-line {
    color: #d4d4d8;
    margin-bottom: 0.5rem;
}

.success-text {
    color: #4ade80;
}

.storage-progress-container {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #a1a1aa;
    margin-bottom: 0.5rem;
}

.percentage {
    color: var(--accent);
    font-weight: bold;
}

.progress-bar-bg {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #20B1C7 0%, #583E9F 100%);
    border-radius: 10px;
    width: 88%;
    box-shadow: 0 0 12px rgba(32, 177, 199, 0.6);
    animation: loading-animation 3s infinite ease-in-out alternate;
}

@keyframes loading-animation {
    0% {
        width: 35%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 92%;
    }
}
