:root {
            --black-deep: #0a0a0a;
            --gold-primary: #d4af37;
            --gold-trans: rgba(212, 175, 55, 0.85);
            --text-muted: rgba(212, 175, 55, 0.5);
            --text-muted: #D3D3D3;
            --text-muted: rgba(255, 255, 255, 0.6);
            --card-bg: #1a1a1a;
            --white-text: #ffffff;
            --nav-height: 75px;


            
        }

        

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }
html {
    background-color: #050505; /* Warna hitam di luar area konten utama */
}
        body {
    background: radial-gradient(circle at top, #1a1a1a 0%, #0a0a0a 100%);
    background-attachment: fixed;
    color: var(--white-text);
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 120px;
    overflow-x: hidden;

    /* TAMBAHKAN KODE DI BAWAH INI */
    max-width: 500px;    /* Ukuran standar tablet/phone besar */
    margin: 0 auto;      /* Membuat konten berada di tengah layar PC */
    min-height: 100vh;   /* Memastikan background tetap penuh setinggi layar */
    box-shadow: 0 0 50px rgba(0,0,0,0.5); /* Opsional: bayangan di sisi kiri/kanan agar lebih elegan di PC */
    position: relative;
}
        /* --- HEADER & SIDEBAR --- */
       .header {
    height: 70px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
     /* background: linear-gradient(to bottom, #0a0a0a 50%, rgba(212, 175, 55, 0.2) 100%) !important; */
    
    
    /* Gradasi Hitam ke Emas Tipis di bagian bawah */
    /* background: linear-gradient(to bottom, #0a0a0a 99%, rgba(212, 175, 55, 0.2) 100%); */
    /* border-bottom: 1px solid rgba(212, 175, 55, 0.3); */
}
      
        .logo img {
    width: 60px;
margin-left:0px;
padding:0px;
margin:-7px;
}

        .menu-btn { background: none; border: none; color: var(--gold-primary); font-size: 1.5rem; cursor: pointer; }

        .sidebar {
    position: fixed;
    top: 0;
    right: auto; /* Reset right */
    left: 50%;
    transform: translateX(250px); /* Geser ke luar batas body (500px / 2) */
    width: 280px;
    height: 100%;
    background: var(--gold-trans);
    z-index: 2000;
    transition: 0.4s;
    padding: 40px 30px;
    visibility: hidden; /* Sembunyikan jika tidak aktif */
}

.sidebar.open {
    visibility: visible;
    transform: translateX(calc(250px - 280px)); /* Muncul dari sisi kanan body */
}

        .sidebar-menu { list-style: none; margin-top: 30px; }
        .sidebar-menu li { margin-bottom: 25px; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 10px; }
        .sidebar-menu a {
            color: #000;
            text-decoration: none;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 600;
        }

        /* --- CONTENT SECTIONS --- */
        .full-banner { width: 100%; height: 220px; overflow: hidden; position: relative; }
        .full-banner-wrapper { display: flex; width: 300%; height: 100%; animation: fullSlideAuto 12s infinite; }

        @keyframes fullSlideAuto {
            0%, 30% { transform: translateX(0); }
            33%, 63% { transform: translateX(-33.33%); }
            66%, 96% { transform: translateX(-66.66%); }
            100% { transform: translateX(0); }
        }

        .fb-slide { width: 33.33%; height: 100%; background-size: cover; background-position: center; position: relative; }
        .fb-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: flex; align-items: center; padding: 20px; }
        .fb-overlay h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; border-left: 3px solid var(--gold-primary); padding-left: 15px; }

        .section-title { padding: 20px 20px 5px; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gold-primary); }

        .card-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px 20px; gap: 15px; scrollbar-width: none; }
        .card-slider::-webkit-scrollbar { display: none; }

        .slide-card { flex: 0 0 85%; height: 160px; border-radius: 20px; position: relative; overflow: hidden; scroll-snap-align: center; border: 1px solid rgba(212, 175, 55, 0.2); }
        .slide-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(60%); }

        .content-body { padding: 10px 20px; }
        .luxury-card { background: linear-gradient(145deg, #1c1c1c, #0a0a0a); padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid rgba(212, 175, 55, 0.1); }
        .luxury-card h4 { font-size: 0.85rem; color: var(--gold-primary); margin-bottom: 5px; letter-spacing: 1px; }
        .luxury-card p { font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; }

        .porto-card { flex: 0 0 45%; height: 110px; border-radius: 15px; overflow: hidden; scroll-snap-align: start; border: 1px solid rgba(255, 255, 255, 0.05); }
        .porto-card img { width: 100%; height: 100%; object-fit: cover; }

        /* --- BOTTOM NAVIGATION (DYNAMIC BOLD) --- */
      .bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    height: var(--nav-height);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    
    /* Gradasi Emas Tipis ke Hitam Pekat */
    background: linear-gradient(to top, #0a0a0a 60%, rgba(212, 175, 55, 0.15) 100%);
    /* border-top: 1px solid rgba(212, 175, 55, 0.3); */
      border-top-left-radius: 35px;
    border-top-right-radius: 35px;
        border-top: 1px solid rgba(212, 175, 55, 0.3) !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.8) !important;

    /* Tambahkan bayangan emas halus agar terlihat mengambang */
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5), 0 -2px 10px rgba(212, 175, 55, 0.05);
}
        .nav-link { 
            text-decoration: none; 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            color: var(--text-muted); 
            flex: 1;
            transition: all 0.3s ease;
      
        }

        /* Ikon & Teks Standar: Tipis */
        .nav-icon-svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.2; }
        .nav-text { font-size: 0.6rem; margin-top: 5px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.5px; }

        /* --- STATE AKTIF --- */
        .nav-link.active { color: var(--gold-primary); }
        .nav-link.active .nav-icon-svg { stroke-width: 2.2; } /* Icon lebih tebal saat aktif */
        .nav-link.active .nav-text { font-weight: 700; } /* Teks tebal saat aktif */

        /* Home Center Khusus */
        .nav-link.home-center { position: relative; margin-top: -35px; }
        .home-icon-bg {
            width: 60px;
            height: 60px;
            background: transparent;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 2px solid var(--text-muted); /* Tipis saat tidak aktif */
            color: var(--text-muted);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            transition: 0.3s;
        }

        /* Home Center Aktif */
        .nav-link.active .home-icon-bg {
            border: 2px solid var(--gold-primary); /* Tebal saat aktif */
            color: var(--gold-primary);
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
            
        }
        .nav-link.active .home-icon-bg .nav-icon-svg { stroke-width: 2.5; width: 26px; height: 26px; }

        .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: none; z-index: 1999; }
        .overlay.active { display: block; }

        /* --- GALLERY GRID SYSTEM --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 10px 20px;
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.gallery-item {
    position: relative;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

/* Item Utama (Lebar Penuh) */
.featured { grid-column: span 2; height: 200px; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:active img { transform: scale(1.1); }

.item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 15px;
}

.item-info h4 { 
    font-size: 0.65rem; 
    color: var(--gold-primary); 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}

/* --- LIGHTBOX (FULLSCREEN) --- */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: none;
    z-index: 3000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

.lightbox.active { display: flex; opacity: 1; }

.lightbox-content {
    width: 90%;
    max-height: 80%;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid var(--gold-primary);
    transform: scale(0.7);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lightbox.active .lightbox-content { transform: scale(1); }

.close-btn {
    position: absolute;
    top: 40px;
    right: 25px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
}

/* --- CONTACT PAGE CUSTOM STYLE --- */
.contact-container {
    padding: 10px 20px;
    animation: fadeInContact 0.8s ease;
}

@keyframes fadeInContact {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.info-box {
    background: linear-gradient(145deg, #1c1c1c, #0a0a0a);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 12px;
    padding: 15px 5px;
    text-align: center;
    transition: 0.3s;
}

.info-box:active {
    border-color: var(--gold-primary);
    transform: translateY(-5px);
}

.info-box svg {
    margin-bottom: 8px;
    stroke: var(--gold-primary);
}

.info-box span {
    display: block;
    font-size: 0.55rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- PREMIUM FORM STYLE --- */
.premium-form {
    background: rgba(28, 28, 28, 0.5);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(212, 175, 55, 0.05);
    backdrop-filter: blur(10px);
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 0.6rem;
    color: var(--gold-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    display: block;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    background: #000;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 12px 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    transition: 0.3s;
}

.form-group input:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.1);
}

.btn-submit {
    width: 100%;
    background: var(--gold-primary);
    color: #000;
    border: none;
    padding: 16px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-submit:active {
    transform: scale(0.95);
    filter: brightness(1.2);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.social-item {
    color: var(--text-muted);
    transition: 0.3s;
}

.social-item:hover {
    color: var(--gold-primary);
}

/* --- SERVICES CUSTOM STYLE --- */
.services-wrapper {
    padding: 10px 20px;
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.service-card {
    background: linear-gradient(145deg, #1c1c1c, #0a0a0a);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Efek cahaya emas di pojok kartu */
.service-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    transition: 0.5s;
}

.service-card:active {
    transform: translateY(-5px);
    border-color: var(--gold-primary);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.service-icon {
    width: 50px;
    height: 50px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: var(--gold-primary);
}

.service-card h3 {
    font-family: 'Montserrat', sans-serif; /* Ganti dari Playfair ke Montserrat */
    font-size: 0.8rem;                     /* Ukuran sedikit lebih besar dari title section */
    color: var(--gold-primary);
    margin-bottom: 12px;
    text-transform: uppercase;             /* Paksa huruf besar semua */
    letter-spacing: 2px;                   /* Beri jarak antar huruf agar mewah */
    font-weight: 700;                      /* Tebalkan agar menonjol */
}

.service-card p {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-features {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.service-features li {
    font-size: 0.65rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.service-features li::before {
    content: '✓';
    color: var(--gold-primary);
    font-weight: bold;
}

.cta-banner {
    background: var(--gold-primary);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

.cta-banner h4 { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; }
.cta-banner p { font-size: 0.7rem; margin: 5px 0 15px; opacity: 0.8; }
.btn-light {
    background: #000;
    color: var(--gold-primary);
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-block;
}

/* --- CLIENTS PAGE CUSTOM STYLE --- */
.clients-wrapper {
    padding: 10px 20px;
    animation: fadeInPage 0.8s ease-out;
}

@keyframes fadeInPage {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.client-intro {
    text-align: center;
    padding: 0 20px 30px;
}

.client-intro p {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.6;
    font-weight: 300;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Kolom untuk Mobile */
    gap: 15px;
}

.client-card {
    background: linear-gradient(145deg, #151515, #0a0a0a);
    border: 1px solid rgba(212, 175, 55, 0.05);
    border-radius: 15px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 0.4s ease;
    filter: grayscale(100%); /* Logo hitam putih standar */
    opacity: 0.6;
}

/* Efek saat ditekan/hover */
.client-card:active, .client-card:hover {
    filter: grayscale(0%); /* Munculkan warna asli */
    opacity: 1;
    border-color: var(--gold-primary);
    transform: scale(1.05);
    background: rgba(212, 175, 55, 0.02);
}

.client-card img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
}

.trust-badge {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    padding-top: 30px;
}

.trust-badge h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 10px;
}

/* --- PROFILE PAGE CUSTOM STYLE --- */
.profile-wrapper {
    padding: 0 20px 40px;
    animation: fadeIn 1s ease;
}

/* Hero Profile Section */
.profile-hero {
    position: relative;
    height: 250px;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    z-index: 1; /* Pastikan hero ada di lapisan bawah */
}

.profile-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
}

.hero-text {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--gold-primary);
    margin-bottom: 5px;
}

.hero-text p {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 15px; /* Memberi jarak dari tepi body */
    margin-top: -40px; /* Menumpuk ke atas hero */
    position: relative;
    z-index: 10; /* Memastikan stats ada di atas hero */
}

.stat-item {
    background: linear-gradient(145deg, #1c1c1c, #0a0a0a);
    border: 1px solid var(--gold-primary);
    border-radius: 15px;
    padding: 15px 5px;
    text-align: center;
    /* Tambahkan shadow agar efek tumpukannya terlihat nyata */
    box-shadow: 0 10px 30px rgba(0,0,0,0.8); 
}

.stat-number {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold-primary);
}

.stat-label {
    font-size: 0.5rem;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* Content Blocks */
.about-section {
    margin-top: 30px; 
    padding: 0 5px;
}

.about-section p {
    font-size: 0.8rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 15px;
    text-align: justify;
}

.vision-mission {
    background: rgba(212, 175, 55, 0.03);
    border-left: 3px solid var(--gold-primary);
    padding: 20px;
    border-radius: 0 15px 15px 0;
    margin-bottom: 30px;
}

.vision-mission h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gold-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.vision-mission p {
    font-size: 0.75rem;
    font-style: italic;
    color: #fff;
}


/* --- HOME SECTION STYLE --- */
.home-section {
    padding: 30px 20px;
    animation: fadeIn 0.8s ease-in;
}

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

.about-summary p {
    font-size: 0.85rem;
    line-height: 1.8;
    color: var(--text-muted);
    text-align: justify;
}

/* Service Box Home */
.service-preview-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-mini-card {
    background: linear-gradient(145deg, #1c1c1c, #0a0a0a);
    border: 1px solid rgba(212, 175, 55, 0.1);
    padding: 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.service-mini-card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-primary);
}

.service-mini-card .arrow-icon {
    color: var(--gold-primary);
    font-size: 1.2rem;
}

/* Client Logo Slider (Infinite Loop) */
.client-logo-row {
    display: flex;
    overflow-x: auto;
    gap: 25px;
    padding: 10px 0;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}

.client-logo-row::-webkit-scrollbar { display: none; } /* Hide scrollbar Chrome/Safari */

.client-logo-row img {
    height: 40px;
    /* filter: grayscale(100%) brightness(1.5); */
    /* opacity: 0.7; */
    border-radius: 10px;
    /* background: #D3D3D3;
    padding: 5px; */
}