/* === RESET & DASAR === */




main {
  flex: 1;
}


  .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
/* === SCROLL OFFSET ANCHOR === */
section[id] {
  scroll-margin-top: 80px;
}

/* === NAVBAR === */
/* NAVBAR */
/* Navbar umum */
/* Navbar dasar */
/* Navbar dasar (awal: transparan) */
nav.navbar {
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Saat di-scroll: solid + efek garis-garis diagonal */
nav.navbar.scrolled {
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 12px
    ),
    linear-gradient(to right, #4abdac, #379c9c);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
}

/* Container atas: brand + toggle */
.navbar .container {
  max-width: 100%;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Brand */
.nav-brand {
  font-weight: 700;
  font-size: 1.3rem;
  color: white;
  text-decoration: none; /* HILANGKAN GARIS BAWAH */
  transition: color 0.3s;
}

.nav-brand:hover {
  color: #fc4a1a;
  background-color: #f7b73322;
  outline: none;
}

/* Toggle hamburger */
.nav-toggle {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

/* Menu navigasi */
.nav-links {
  max-width: 1000px;
  margin: 6px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  list-style: none;
  flex-wrap: wrap;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
}

.nav-links li a:hover,
.nav-links li a:focus {
  color: #fc4a1a;
  background-color: #f7b73322;
  outline: none;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background-color: #4abdac;
    padding: 16px 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid #3a9ea6;
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-links li a {
    display: block;
    width: 100%;
    padding: 12px 24px;
    text-align: left;
  }
}

/* === CRITICAL CSS HEADER - Optimized for LCP === */
/* === RESET & BASE STYLES === */
/* CRITICAL: Global resets */
 /* Sticky notes kecil di sekitar foto */
        .sticky-note {
            position: absolute;
            padding: 10px 14px;
            border-radius: 12px;
            font-size: 0.75rem;
            line-height: 1.3;
            box-shadow: 
                0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            max-width: 110px;
            contain: layout;
        }

        .sticky-note-experience {
            top: 20px;
            right: -20px;
            background: rgba(255, 193, 7, 0.9);
            color: #333;
            transform: rotate(12deg);
        }

        .sticky-note-personality {
            bottom: 80px;
            left: -40px;
            background: rgba(76, 175, 80, 0.9);
            color: #fff;
            transform: rotate(-8deg);
        }

        .sticky-note-availability {
            top: 120px;
            right: -45px;
            background: rgba(233, 30, 99, 0.9);
            color: #fff;
            transform: rotate(6deg);
        }

        .note-content {
            text-align: center;
        }

        /* CRITICAL: Mobile responsive - DIPERBAIKI */
        @media (max-width: 1024px) {
            .header-content {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
                padding: 40px 30px;
            }
            
            .content-left {
                text-align: center;
                order: 2;
            }
            
            .content-right {
                order: 1;
            }
            
            .judul-nama {
                font-size: 2.8rem;
            }
            
            .job-title {
                font-size: 1.8rem;
            }
            
            .profile-card-container {
                width: 220px;
                height: 220px;
            }
            
            .foto-profil {
                width: 190px;
                height: 190px;
            }
            
            .sticky-note-container {
                top: -80px !important; /* Diperbaiki untuk tablet */
            }
            
            .sticky-note-modern {
                max-width: 220px;
                transform: rotate(-2deg);
                padding: 16px 20px;
            }
        }

        @media (max-width: 768px) {
            .header {
                min-height: 100vh;
                padding: 30px 15px;
            }
            
            .header-content {
                padding: 30px 20px;
                margin: 0 10px;
            }
            
            .judul-nama {
                font-size: 2.5rem;
            }
            
            .job-title {
                font-size: 1.6rem;
            }
            
            .deskripsi {
                font-size: 1.1rem;
            }
            
            .profile-card-container {
                width: 180px;
                height: 180px;
            }
            
            .foto-profil {
                width: 150px;
                height: 150px;
            }
            
            /* DIPERBAIKI: Sticky note untuk mobile */
            .sticky-note-container {
                position: absolute !important;
                top: -70px !important; /* Tetap di atas foto, tidak menutupi */
                left: 50% !important;
                transform: translateX(-50%) !important;
                margin: 0 !important;
                width: 100% !important;
                display: flex !important;
                justify-content: center !important;
                z-index: 15 !important;
            }
            
            .sticky-note-modern {
                transform: rotate(-1deg); /* Rotasi dikurangi */
                max-width: 200px;
                padding: 14px 18px;
                font-size: 0.8rem;
            }
            
            .note-text {
                font-size: 0.78rem;
            }
            
            .note-icon {
                font-size: 0.9rem;
            }
            
            .sticky-note-experience,
            .sticky-note-personality,
            .sticky-note-availability {
                display: none;
            }
        }

        @media (max-width: 479px) {
            .header {
                padding: 25px 10px;
            }
            
            .header-content {
                padding: 25px 15px;
                border-radius: 18px;
                margin: 0 5px;
            }
            
            .judul-nama {
                font-size: 1.9rem;
            }
            
            .job-title {
                font-size: 1.3rem;
            }
            
            .deskripsi {
                font-size: 0.95rem;
            }
            
            .profile-card-container {
                width: 160px;
                height: 160px;
            }
            
            .foto-profil {
                width: 130px;
                height: 130px;
            }
            
            /* DIPERBAIKI: Sticky note untuk mobile kecil */
            .sticky-note-container {
                top: -60px !important; /* Disesuaikan dengan ukuran foto yang lebih kecil */
                position: absolute !important;
                left: 50% !important;
                transform: translateX(-50%) !important;
                width: 100% !important;
                display: flex !important;
                justify-content: center !important;
                z-index: 15 !important;
            }
            
            .sticky-note-modern {
                max-width: 180px;
                padding: 12px 16px;
                transform: rotate(0deg); /* Tanpa rotasi di mobile kecil */
            }
            
            .note-text {
                font-size: 0.75rem;
                line-height: 1.3;
            }
            
            .note-icon {
                font-size: 0.85rem;
                margin-right: 4px;
            }
            
            .btn-utama {
                padding: 14px 24px;
                font-size: 0.95rem;
            }
        }

        /* Animasi gradien */
        .header {
            animation: gradientShift 10s ease infinite;
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
/*==== slide desain===*/
/* SLIDE DESAIN */
/* === SLIDE SECTION WITH BACKGROUND PATTERN === */
/* Import Roboto font */

/* === SLIDE SECTION WITH BACKGROUND PATTERN === */
.section.putih.skill-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.1) 0%, 
    rgba(247, 183, 51, 0.08) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  overflow: visible;
  padding: 4rem 0;
}

.section.putih.skill-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(74, 189, 172, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(247, 183, 51, 0.10) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
  z-index: 0;
  pointer-events: none;
}

/* === SLIDE SECTION TITLE & SUBTITLE - BIRU KEHITAMAN === */
.section.putih.skill-section .section-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    color: #1e3a5f !important;
    margin-bottom: 15px !important;
    font-size: 2.06rem !important;
    text-shadow: 0 2px 8px rgba(30, 58, 95, 0.1) !important;
    letter-spacing: -0.02em !important;
    position: relative;
}


.section.putih.skill-section .section-subtitle {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    color: #1e3a5f !important;
    font-size: 1.1rem !important;
    max-width: 650px !important;
    margin: 0 auto 50px auto !important;
    text-shadow: 0 1px 3px rgba(30, 58, 95, 0.08) !important;
    opacity: 0.9;
}

/* === SLIDE CAPTION - BIRU KEHITAMAN === */
.slide-caption {
    font-family: 'Roboto', sans-serif !important;
    padding: 20px 16px;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #1e3a5f !important;
    background: linear-gradient(135deg, 
        rgba(249, 249, 249, 0.95) 0%, 
        rgba(249, 249, 249, 0.8) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(74, 189, 172, 0.1);
    border-radius: 0 0 12px 12px;
    text-shadow: 0 1px 3px rgba(30, 58, 95, 0.08) !important;
}

/* Pastikan konten di atas background */
.section.putih.skill-section .container,
.slide-wrapper,
.slide-desain-viewport,
.slide-desain-track {
    position: relative;
    z-index: 1;
}

/* === SLIDE WRAPPER - BACKGROUND HIDDEN === */
.slide-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 2rem auto 0;
    padding: 0 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.slide-desain-viewport {
    overflow: hidden;
    position: relative;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slide-desain-viewport:active {
    cursor: grabbing;
}

.slide-desain-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    padding: 20px 0;
    touch-action: pan-x;
    will-change: transform;
    transform: translateX(calc(50vw - 175px - 10px));
}

/* === SLIDE ITEMS - CENTERED INITIALLY === */
.slide-item {
    flex: 0 0 auto;
    width: 350px;
    height: 450px;
    background: linear-gradient(135deg, 
        rgba(248, 250, 252, 0.98) 0%, 
        rgba(241, 245, 249, 0.96) 50%,
        rgba(248, 250, 252, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(203, 213, 225, 0.4);
    border-radius: 16px;
    box-shadow: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1200px) rotateX(8deg) rotateY(-2deg) translateZ(10px);
    transform-style: preserve-3d;
    position: relative;
}

.slide-desain-track.centered {
    justify-content: center;
    transform: translateX(0) !important;
}

.slide-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
    );
    transition: left 0.6s ease;
    z-index: 1;
}

.slide-item::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(135deg, 
        rgba(148, 163, 184, 0.15) 0%, 
        rgba(100, 116, 139, 0.1) 100%);
    border-radius: 18px;
    z-index: -1;
    transition: all 0.5s ease;
    transform: translateZ(-5px);
}

.slide-item:hover {
    transform: perspective(1000px) rotateX(-5deg) scale(1.05) translateZ(20px);
    box-shadow: 
        0 20px 60px rgba(74, 189, 172, 0.25),
        0 10px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(255, 255, 255, 0.9) 100%);
    z-index: 2;
}

.slide-item:hover::before {
    left: 100%;
}

/* === IMAGE WRAPPER === */
.slide-image-wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(249, 249, 249, 0.8) 0%, 
        rgba(249, 249, 249, 0.6) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    cursor: zoom-in;
    border-radius: 12px 12px 0 0;
}

.slide-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.slide-item:hover .slide-image-wrapper img {
    transform: scale(1.1);
}

.slide-image-wrapper::after {
    content: "🔍";
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.slide-item:hover .slide-image-wrapper::after {
    opacity: 1;
}

/* === ZOOM FUNCTIONALITY === */
.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: zoom-out;
}

.zoom-overlay.active {
    opacity: 1;
    visibility: visible;
}

.zoom-overlay img {
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.zoom-overlay.active img {
    transform: scale(1);
}

.zoom-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.zoom-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.zoom-close:before {
    content: "×";
}

/* === LOADING OVERLAY === */
.slide-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 16px;
}

.loading-spinner {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 700;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Indikator swipe */
.slide-wrapper::after {
    content: "← Swipe untuk melihat lebih banyak • Klik gambar untuk zoom →";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #1e3a5f !important;
    opacity: 0.7;
    pointer-events: none;
    animation: fadeInOut 3s infinite;
    text-align: center;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 1024px) {
    .section.putih.skill-section .section-title {
        font-size: 2rem !important;
    }
    
    .section.putih.skill-section .section-subtitle {
        font-size: 1rem !important;
    }
    
    .slide-item {
        width: 320px;
        height: 420px;
    }
    
    .slide-image-wrapper {
        height: 300px;
    }
    
    .slide-caption {
        font-size: 0.95rem !important;
    }
    
    .slide-desain-track {
        transform: translateX(calc(50vw - 160px - 10px));
    }
}

@media (max-width: 768px) {
    .section.putih.skill-section .section-title {
        font-size: 1.8rem !important;
    }
    
    .section.putih.skill-section .section-subtitle {
        font-size: 0.95rem !important;
    }
    
    .slide-item {
        width: 280px;
        height: 380px;
    }
    
    .slide-image-wrapper {
        height: 260px;
    }
    
    .slide-caption {
        font-size: 0.9rem !important;
        padding: 16px 12px;
    }
    
    .slide-desain-track {
        transform: translateX(calc(50vw - 140px - 10px));
    }
    
    .zoom-close {
        top: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .section.putih.skill-section .section-title {
        font-size: 1.6rem !important;
    }
    
    .section.putih.skill-section .section-subtitle {
        font-size: 0.9rem !important;
    }
    
    .slide-item {
        width: 260px;
        height: 350px;
    }
    
    .slide-image-wrapper {
        height: 240px;
    }
    
    .slide-caption {
        font-size: 0.85rem !important;
        padding: 14px 10px;
    }
    
    .slide-wrapper {
        padding: 0 10px;
    }
    
    .slide-desain-track {
        transform: translateX(calc(50vw - 130px - 10px));
    }
    
    .zoom-close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

/* Touch feedback untuk mobile */
@media (hover: none) and (pointer: coarse) {
    .slide-item:active {
        transform: perspective(1000px) rotateX(-3deg) scale(1.02) translateZ(15px);
        transition: transform 0.1s ease;
    }
    
    .slide-image-wrapper {
        cursor: pointer;
    }
}

/* Prevent body scroll when zoom is active */
body.zoom-active {
    overflow: hidden;
}

/* === LAZY LOADING PLACEHOLDER === */
.slide-image-wrapper img.lazy-load {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* === ALTERNATIF UNTUK MENAMPILKAN CARDS YANG BENAR-BENAR CENTER === */
.slide-wrapper.show-centered {
    opacity: 1;
    visibility: visible;
}

.slide-wrapper.show-centered .slide-desain-track {
    justify-content: center;
    transform: none !important;
}

.slide-wrapper.single-center .slide-item:not(:first-child) {
    display: none;
}

.slide-wrapper.single-center .slide-desain-track {
    justify-content: center;
    align-items: center;
}
/* === SKILL GRID === */
/* === SKILL   /* === SECTION GLASSMORPHISM PREMIUM === */
        .skill-section {
            position: relative;
            background: linear-gradient(135deg, 
                rgba(244, 244, 244, 0.9) 0%, 
                rgba(240, 240, 240, 0.95) 50%, 
                rgba(248, 248, 248, 0.9) 100%);
            background-image: repeating-linear-gradient(
                45deg,
                rgba(74, 189, 172, 0.08),
                rgba(74, 189, 172, 0.08) 2px,
                transparent 2px,
                transparent 12px
            );
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            padding: 80px 0;
            overflow: hidden;
        }

        .skill-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 20%, rgba(74, 189, 172, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(74, 189, 172, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
            pointer-events: none;
            z-index: 1;
        }

        /* === JUDUL SECTION - HITAM KEBIRUAN === */
        .skill-section .section-title {
            font-family: 'Roboto', sans-serif !important;
            text-align: center;
            color: #1e3a5f !important;
            font-size: 2.2rem !important;
            font-weight: 700 !important;
            margin-bottom: 15px !important;
            text-shadow: 0 2px 8px rgba(30, 58, 95, 0.1) !important;
            letter-spacing: -0.02em !important;
            position: relative;
            z-index: 3;
        }

        /* === DESKRIPSI SECTION - HITAM KEBIRUAN === */
        .skill-section .section-subtitle {
            text-align: center;
            color: #34495e;
            font-size: 1.1rem;
            max-width: 650px;
            margin: 0 auto 50px auto;
            line-height: 1.7;
            font-weight: 400;
            text-shadow: 0 2px 4px rgba(52, 73, 94, 0.05);
            z-index: 3;
            position: relative;
        }

        /* === MAIN CONTAINER === */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 3;
        }

        /* === CONTENT GRID === */
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 40px;
        }

        /* === CONTENT CARDS === */
        .content-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(25px);
            -webkit-backdrop-filter: blur(25px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 24px;
            box-shadow: 
                0 8px 32px rgba(0, 0, 0, 0.1),
                0 4px 16px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
            padding: 30px;
            transition: all 0.3s ease;
        }

        .content-card:hover {
            transform: translateY(-5px);
            box-shadow: 
                0 15px 40px rgba(0, 0, 0, 0.15),
                0 8px 20px rgba(74, 189, 172, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
        }

        /* === CARD TITLES === */
        .card-title {
            color: #1e3a5f;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .card-title .icon {
            font-size: 1.8rem;
        }

        /* === ABOUT SECTION === */
        .about-text {
            color: #34495e;
            line-height: 1.7;
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .highlight-skills {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 15px;
        }

        .skill-tag {
            background: rgba(74, 189, 172, 0.1);
            color: #1e3a5f;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            border: 1px solid rgba(74, 189, 172, 0.2);
        }

        /* === SKILLS WITH PROGRESS BARS === */
        .skills-category {
            margin-bottom: 30px;
        }

        .category-title {
            color: #1e3a5f;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid rgba(74, 189, 172, 0.3);
        }

        .skill-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            gap: 15px;
        }

        .skill-icon-small {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .skill-icon-img {
            width: 24px;
            height: 24px;
            object-fit: contain;
            border-radius: 4px;
        }

        .skill-info {
            flex: 1;
        }

        .skill-name {
            color: #2c3e50;
            font-weight: 600;
            font-size: 0.95rem;
            margin-bottom: 5px;
        }

        .progress-bar {
            width: 100%;
            height: 8px;
            background: rgba(74, 189, 172, 0.1);
            border-radius: 10px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #4abdac, #5bc0af);
            border-radius: 10px;
            transition: width 2s ease-in-out;
            position: relative;
        }

        .progress-fill::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        /* === EXPERIENCE & EDUCATION === */
        .timeline-item {
            border-left: 3px solid rgba(74, 189, 172, 0.3);
            padding-left: 20px;
            margin-bottom: 25px;
            position: relative;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -7px;
            top: 5px;
            width: 12px;
            height: 12px;
            background: #4abdac;
            border-radius: 50%;
            box-shadow: 0 0 0 4px rgba(74, 189, 172, 0.2);
        }

        .timeline-date {
            color: #4abdac;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .timeline-title {
            color: #1e3a5f;
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .timeline-company {
            color: #34495e;
            font-size: 0.95rem;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .timeline-description {
            color: #34495e;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        /* === RESPONSIVE === */
        @media (max-width: 768px) {
            .skill-section {
                padding: 60px 0;
            }
            
            .skill-section .section-title {
                font-size: 1.9rem;
            }
            
            .content-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .content-card {
                padding: 25px;
            }
            
            .card-title {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 600px) {
            .skill-section {
                padding: 50px 0;
            }
            
            .skill-section .section-title {
                font-size: 1.7rem;
            }
            
            .content-card {
                padding: 20px;
            }
            
            .skill-item {
                gap: 12px;
            }
            
            .skill-icon-small {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
        }
/*tombol selengkapnya*/
/* Tombol Selengkapnya di Proyek - Premium Glassmorphism */
body {
  font-family: 'Roboto', sans-serif;
}

/* Tombol Utama Proyek dengan Icon Mata */
.btn-utama.btn-proyek {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Space antara icon dan text */
  width: 100%;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 35px;
  background: linear-gradient(135deg, #4abdac 0%, #f7b733 50%, #4abdac 100%);
  background-size: 200% 200%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: auto;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 32px rgba(74, 189, 172, 0.3),
    0 4px 16px rgba(247, 183, 51, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Icon mata unicode untuk tombol */
.btn-utama.btn-proyek::after {
  content: '👁'; /* Icon mata unicode */
  font-size: 1rem;
  filter: brightness(1.2);
}

.btn-utama.btn-proyek::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-utama.btn-proyek:hover {
  transform: translateY(-3px) scale(1.02);
  background-position: 100% 0;
  box-shadow:
    0 12px 40px rgba(74, 189, 172, 0.4),
    0 8px 24px rgba(247, 183, 51, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-utama.btn-proyek:hover::before {
  left: 100%;
}

.btn-utama.btn-proyek:active {
  transform: translateY(-1px) scale(0.98);
}

/* Pagination */
.pagination {
  text-align: center;
  margin: 50px 0 70px;
}

.pagination a {
  font-family: 'Roboto', sans-serif;
  padding: 12px 24px;
  border-radius: 35px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #3b4f6b;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(74, 189, 172, 0.3);
  backdrop-filter: blur(20px);
  text-decoration: none;
  transition: all 0.4s ease;
  margin: 0 6px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 4px 16px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.pagination a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4abdac, #f7b733);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.pagination a:hover,
.pagination a.active {
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  border-color: rgba(74, 189, 172, 0.5);
  box-shadow:
    0 8px 24px rgba(74, 189, 172, 0.3),
    0 4px 12px rgba(247, 183, 51, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pagination a:hover::before,
.pagination a.active::before {
  opacity: 1;
}

/* Section Proyek */
#proyek {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.1) 0%, 
    rgba(247, 183, 51, 0.08) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-blend-mode: normal;
  padding: 80px 0;
  overflow: hidden;
}

#proyek::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(74, 189, 172, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(247, 183, 51, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* Section Utility */
.section-heading {
  font-family: 'Roboto', sans-serif;
  color: #3b4f6b;
  font-weight: 800;
  font-size: 2.06rem;
}

.section-desc {
  font-family: 'Roboto', sans-serif;
  color: #3b4f6b !important;
  font-size: 1.05rem;
  font-weight: 400;
  max-width: 700px;
  margin: 12px auto 0;
  text-align: center;
}

.section {
  padding: 80px 0;
}

.putih {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.abu {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

/* Grid Responsif - Maksimalkan ukuran dan ruang */
.proyek-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px; /* Dikurangi dari 40px untuk lebih maksimal */
  max-width: 95vw; /* Hampir full viewport width */
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; /* Padding minimal */
  min-height: 100vh; /* Full height untuk desktop default */
}

/* Responsive breakpoints - maksimalkan di semua ukuran */
@media (min-width: 1400px) {
  .proyek-grid {
    max-width: 98vw;
    padding: 0 15px;
    gap: 35px;
    min-height: 100vh; /* Full viewport height untuk desktop besar */
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .proyek-grid {
    max-width: 95vw;
    padding: 0 20px;
    gap: 30px;
    min-height: 100vh; /* Full viewport height untuk desktop */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .proyek-grid {
    max-width: 95vw;
    padding: 0 20px;
    gap: 25px;
    min-height: 90vh; /* Ditingkatkan */
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .proyek-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    max-width: 95vw;
    padding: 0 15px;
    gap: 20px;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .proyek-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    max-width: 95vw;
    padding: 0 15px;
    gap: 20px;
    min-height: auto;
  }
}

/* Card - Foto lebih besar, deskripsi lebih sedikit */
.card {
  font-family: 'Roboto', sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 16px; /* Dikurangi dari 24px */
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 100%; /* Pastikan card menggunakan semua ruang yang tersedia */
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(74, 189, 172, 0.05), rgba(247, 183, 51, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(74, 189, 172, 0.2),
    0 4px 12px rgba(247, 183, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(74, 189, 172, 0.4);
}

.card:hover::before {
  opacity: 1;
}

/* Foto hampir memenuhi card - aspect ratio lebih baik */
.card img {
  width: 100%;
  height: 72%; /* Ditingkatkan lagi dari 70% ke 72% untuk desktop */
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 10px; /* Dikurangi dari 12px */
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.card h3 {
  font-size: 1.1rem; /* Dikurangi sedikit */
  font-weight: 700;
  margin: 0 0 6px 0; /* Dikurangi margin lebih lagi */
  background: linear-gradient(135deg, #3b4f6b 0%, #4a627f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2; /* Tambahkan line-height yang rapat */
}

/* Deskripsi sangat minimal */
.deskripsi-pendek {
  font-size: 0.85rem; /* Dikurangi lebih kecil */
  color: #3b4f6b;
  line-height: 1.4; /* Lebih rapat */
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Hanya 2 baris maksimal */
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
  margin-bottom: 8px; /* Dikurangi dari 12px untuk mendekatkan tombol */
  max-height: 2.8em; /* Batas tinggi maksimal */
}
  
/* Jumlah Media */
.jumlah-media {
  position: absolute;
  top: 20px; /* Disesuaikan dengan padding card yang dikurangi */
  right: 20px;
  background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  z-index: 10;
  box-shadow:
    0 4px 12px rgba(247, 183, 51, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow-y: auto;
  background: rgba(26, 54, 93, 0.8);
  backdrop-filter: blur(20px);
  animation: fadeIn 0.4s ease;
}

.modal-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(30px);
  margin: 5% auto;
  padding: 40px 36px;
  width: 90%;
  max-width: 850px;
  border-radius: 24px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 10px 30px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  animation: slideIn 0.5s ease;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-content h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #3b4f6b 0%, #4a627f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: 'Roboto', sans-serif;
}

.modal-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3b4f6b;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.modal.show {
  display: block;
}

.close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 24px;
  font-weight: 800;
  color: #fc4a1a;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  box-shadow:
    0 4px 16px rgba(252, 74, 26, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(252, 74, 26, 0.2);
}

.close:hover {
  background: linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%);
  color: #fff;
  transform: scale(1.1) rotate(90deg);
  box-shadow:
    0 8px 24px rgba(252, 74, 26, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Animasi */
@keyframes fadeIn {
  from {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  to {
    opacity: 1;
    backdrop-filter: blur(20px);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* ========== GALERI KATEGORI STYLING ========== */

/* ============================= */
/*      SECTION BACKGROUND      */
/* ============================= */

/* Import Roboto font */


.galeri-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.1) 0%, 
    rgba(247, 183, 51, 0.08) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-blend-mode: normal;
  padding: 80px 0;
  overflow: hidden;
}

.galeri-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(74, 189, 172, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(247, 183, 51, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.galeri-section .section-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #1e3a5f;
  margin-bottom: 15px;
  font-size: 2.06rem;
  text-shadow: 0 2px 8px rgba(30, 58, 95, 0.1);
  letter-spacing: -0.02em;
  position: relative;
}


.galeri-section .section-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #1e3a5f;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 50px auto;
  text-shadow: 0 1px 3px rgba(30, 58, 95, 0.08);
}

.grid-kategori {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.galeri-card {
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  padding: 24px 16px 28px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  text-decoration: none;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.galeri-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 189, 172, 0.05) 0%, rgba(247, 183, 51, 0.05) 100%);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.galeri-card:hover::before {
  opacity: 1;
}

.galeri-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(74, 189, 172, 0.2),
    0 4px 12px rgba(247, 183, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(74, 189, 172, 0.4);
  background: rgba(255, 255, 255, 0.35);
}

.galeri-card:active {
  transform: translateY(-4px) scale(1.01);
}

/* === ICON langsung dalam galeri-card === */
.galeri-card img {
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  object-fit: contain;
  filter: brightness(1.15) contrast(1.35) saturate(1.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  drop-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.galeri-card:hover img {
  transform: scale(1.15);
  filter: brightness(1.25) contrast(1.45) saturate(1.3);
  drop-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.galeri-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1e3a5f;
  transition: all 0.4s ease;
  text-decoration: none;
  margin-top: 12px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 3px rgba(30, 58, 95, 0.08);
  position: relative;
  transform-style: preserve-3d;
}

.galeri-card:hover .galeri-title {
  transform: translateZ(15px) scale(1.05);
  text-shadow: 0 2px 6px rgba(30, 58, 95, 0.12);
}

/* === BADGE JUMLAH DESAIN === */
.jumlah-badge-top {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #f7b733 0%, #fc4a1a 100%);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 12px;
  border-radius: 12px;
  box-shadow: 
    0 4px 12px rgba(247, 183, 51, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.galeri-card:hover .jumlah-badge-top {
  transform: translateZ(25px) scale(1.1);
  box-shadow: 
    0 6px 20px rgba(247, 183, 51, 0.5),
    0 3px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .grid-kategori {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  
  .galeri-section .section-title {
    font-size: 2rem;
  }
  
  .galeri-section .section-subtitle {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .grid-kategori {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .galeri-section .section-title {
    font-size: 1.8rem;
  }
  
  .galeri-section .section-subtitle {
    font-size: 0.95rem;
  }

  .galeri-card img {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }

  .galeri-card {
    padding: 20px 12px 24px;
    border-radius: 20px;
  }

  .galeri-title {
    font-size: 0.9rem;
  }

  .jumlah-badge-top {
    font-size: 0.7rem;
    padding: 4px 8px;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .grid-kategori {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .galeri-section .section-title {
    font-size: 1.6rem;
  }
  
  .galeri-section .section-subtitle {
    font-size: 0.9rem;
  }

  .galeri-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .galeri-card {
    padding: 16px 10px 20px;
    border-radius: 18px;
  }

  .galeri-title {
    font-size: 0.85rem;
  }

  .jumlah-badge-top {
    font-size: 0.65rem;
    padding: 3px 6px;
    gap: 4px;
  }
}

/* === EXTRA PREMIUM GLOW === */
.galeri-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(74, 189, 172, 0.03) 50%, transparent 100%);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.galeri-card:hover::after {
  opacity: 1;
}
/* TESTIMONI */
/* Sosial Media */
/* Section Sosial - Premium Glassmorphism */
/* === Heading dan Deskripsi #sosial === */
.section-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 2.06rem;
  color: #3b4f6b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
  margin: 60px 0 10px;
}

.section-heading .emoji {
  font-size: 2rem;
  color: inherit;
}

.section-heading .gradient-text {
  background: linear-gradient(135deg, #3b4f6b, #4a627f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-heading1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #3b4f6b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
  margin: 60px 0 10px;
}

.section-heading .emoji {
  font-size: 2rem;
  color: inherit;
}

.section-heading .gradient-text {
  background: linear-gradient(135deg, #3b4f6b, #4a627f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#sosial .section-desc {
  font-family: 'Roboto', sans-serif;
  color: #3b4f6b;
  font-size: 1.05rem;
  font-weight: 400;
  max-width: 700px;
  margin: 12px auto 0;
  text-align: center;
}

/* Judul Platform di Sosmed Card */
.sosmed-card span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #3b4f6b 0%, #4a627f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.4s ease;
}

.sosmed-card:hover span {
  font-weight: 800;
  transform: translateZ(15px) scale(1.05);
  background: linear-gradient(135deg, #3b4f6b 0%, #4a627f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#sosial {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.1) 0%, 
    rgba(247, 183, 51, 0.08) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-blend-mode: normal;
  padding: 80px 0;
  overflow: hidden;
}

#sosial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(74, 189, 172, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(247, 183, 51, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}
/* Sosmed Wrapper - Enhanced */
.sosmed-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 50px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Sosmed Card - Premium Glassmorphism */
.sosmed-card {
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: default;
  transform-style: preserve-3d;
}

.sosmed-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.08) 0%, 
    rgba(247, 183, 51, 0.08) 50%,
    rgba(74, 189, 172, 0.08) 100%);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.sosmed-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.sosmed-card:hover::before {
  opacity: 1;
}

.sosmed-card:hover::after {
  left: 100%;
}

.sosmed-card:hover {
  transform: translateY(-12px) scale(1.05) rotateX(5deg);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(74, 189, 172, 0.2),
    0 5px 15px rgba(247, 183, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(74, 189, 172, 0.4);
  background: rgba(255, 255, 255, 0.35);
}

.sosmed-card:active {
  transform: translateY(-8px) scale(1.02);
}

/* Icon Wrapper - Premium */
.sosmed-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sosmed-card:hover .sosmed-icon {
  background: rgba(255, 255, 255, 0.6);
  transform: translateZ(20px) scale(1.1) rotate(5deg);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(74, 189, 172, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sosmed-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(1.1) contrast(1.2) saturate(1.3);
  drop-shadow: 0 2px 8px rgba(0, 0, 0, 0.1));
}

.sosmed-card:hover .sosmed-icon img {
  transform: translateZ(30px) scale(1.2) rotate(-5deg);
  filter: brightness(1.2) contrast(1.3) saturate(1.4);
  drop-shadow: 0 4px 12px rgba(0, 0, 0, 0.2));
}

/* Text Label - Premium Typography */
.sosmed-card span {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  z-index: 2;
  text-align: center;
  transition: all 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  transform-style: preserve-3d;
}

.sosmed-card:hover span {
  color: #1a365d;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  transform: translateZ(15px) scale(1.05);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: 800;
}

.sosmed-card,
.sosmed-card:hover,
.sosmed-card:focus,
.sosmed-card:active {
  text-decoration: none;
}

/* Medium Feed - Premium Glassmorphism */
.medium-feed-wrapper {
  overflow-x: auto;
  padding: 20px 0 30px;
  margin-top: 40px;
  position: relative;
}

.medium-feed-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  pointer-events: none;
  z-index: 1;
}

.medium-feed-scroll {
  display: flex;
  gap: 24px;
  width: max-content;
  max-width: calc(4 * 320px + 3 * 24px);
  scrollbar-width: thin;
  scrollbar-color: rgba(74, 189, 172, 0.6) rgba(255, 255, 255, 0.3);
  padding: 0 20px;
}

.medium-feed-scroll::-webkit-scrollbar {
  height: 10px;
}

.medium-feed-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.medium-feed-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #4abdac, #5bc0af);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(74, 189, 172, 0.3);
}

.medium-feed-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #5bc0af, #4abdac);
}

/* Medium Card - Premium Glassmorphism */
.medium-card {
  flex: 0 0 280px;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 24px;
  text-align: left;
}

.medium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: rgba(74, 189, 172, 0.3);
}
.medium-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.medium-card:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.medium-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
}

.medium-card p {
  font-size: 14px;
  color: #2d3748;
  font-weight: 500;
  margin: 0 0 16px 0;
  line-height: 1.6;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.medium-card p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8));
}

.medium-card a {
  font-size: 14px;
  font-weight: 700;
  color: #4abdac;
  text-decoration: none;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(74, 189, 172, 0.1);
  border: 1px solid rgba(74, 189, 172, 0.2);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.medium-card a:hover {
  background: linear-gradient(135deg, #4abdac, #5bc0af);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 189, 172, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Lihat Semua Button - Premium */
.lihat-semua-container {
  text-align: center;
  margin-top: 40px;
}

.btn-lihat-semua {
  display: inline-block;
  background: linear-gradient(135deg, #4abdac 0%, #5bc0af 100%);
  color: #fff;
  padding: 14px 32px;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.3),
    0 4px 16px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.btn-lihat-semua::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-lihat-semua:hover {
  background: linear-gradient(135deg, #5bc0af 0%, #4abdac 100%);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 
    0 12px 40px rgba(74, 189, 172, 0.4),
    0 8px 24px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-lihat-semua:hover::before {
  left: 100%;
}

.btn-lihat-semua:active {
  transform: translateY(-1px) scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
  .sosmed-wrapper {
    gap: 24px;
  }
  
  .sosmed-card {
    width: 140px;
    height: 140px;
    padding: 20px 12px;
  }
  
  .sosmed-icon {
    width: 56px;
    height: 56px;
  }
  
  .sosmed-icon img {
    width: 36px;
    height: 36px;
  }
  
  .sosmed-card span {
    font-size: 14px;
  }
  
  .medium-card {
    flex: 0 0 260px;
    padding: 20px;
  }
  
  .medium-card img {
    height: 160px;
  }
  
  .medium-card h3 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .sosmed-wrapper {
    gap: 20px;
  }
  
  .sosmed-card {
    width: 120px;
    height: 120px;
    padding: 16px 10px;
  }
  
  .sosmed-icon {
    width: 48px;
    height: 48px;
  }
  
  .sosmed-icon img {
    width: 32px;
    height: 32px;
  }
  
  .sosmed-card span {
    font-size: 13px;
  }
  
  .medium-card {
    flex: 0 0 240px;
    padding: 18px;
  }
  
  .btn-lihat-semua {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Testimoni */
/* Testimoni Section - Premium Glassmorphism */
#testimoni {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.1) 0%, 
    rgba(247, 183, 51, 0.08) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-blend-mode: normal;
  padding: 80px 0;
  overflow: hidden;
}

#testimoni::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(74, 189, 172, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(247, 183, 51, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* Section Title - Premium Typography */
#testimoni .section-title {
  text-align: left;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 800;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
  position: relative;
}

#testimoni .section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4abdac, #f7b733);
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(74, 189, 172, 0.3);
}

/*drctiong heading desc*/
#testimoni .section-heading {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2.06rem;
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
  display: inline-block;
  width: 100%;
}


.section-heading .emoji {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: initial !important;
  background: none !important;
  text-shadow: none !important;
}
/* Testimoni Wrapper - Enhanced Scrollbar */
.testimoni-wrapper {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 25px 0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(74, 189, 172, 0.6) rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.testimoni-wrapper::-webkit-scrollbar {
  height: 12px;
}

.testimoni-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimoni-wrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #4abdac, #f7b733);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px rgba(74, 189, 172, 0.3);
}

.testimoni-wrapper::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #5bc0af, #f8c844);
  box-shadow: 0 4px 12px rgba(74, 189, 172, 0.4);
}

/* Testimoni Card - Premium Glassmorphism */
.testimoni-card {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.testimoni-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 189, 172, 0.05) 0%, rgba(247, 183, 51, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 24px;
}

.testimoni-card:hover {
  transform: translateY(-12px) rotateX(5deg) rotateY(2deg) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(74, 189, 172, 0.2),
    0 4px 12px rgba(247, 183, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(74, 189, 172, 0.4);
  background: rgba(255, 255, 255, 0.35);
}

.testimoni-card:hover::before {
  opacity: 1;
}

/* Profile Image - Enhanced 3D Effect */
.testimoni-card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(74, 189, 172, 0.1),
    inset 0 2px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2;
}

.testimoni-card:hover img {
  transform: translateZ(20px) scale(1.1) rotate(5deg);
  border-color: rgba(74, 189, 172, 0.6);
  box-shadow: 
    0 12px 30px rgba(0, 0, 0, 0.2),
    0 6px 16px rgba(74, 189, 172, 0.2),
    inset 0 2px 0 rgba(255, 255, 255, 0.4);
}

/* Testimoni Message - Premium Typography */
.testimoni-pesan {
  font-style: italic;
  color: #2d3748;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.testimoni-card:hover .testimoni-pesan {
  color: #1a365d;
  transform: translateZ(10px);
}

/* Testimoni Name - Enhanced Styling */
.testimoni-nama {
  font-weight: 800;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #4abdac 0%, #5bc0af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  letter-spacing: -0.01em;
}

.testimoni-card:hover .testimoni-nama {
  transform: translateZ(15px) scale(1.05);
  background: linear-gradient(135deg, #5bc0af 0%, #f7b733 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Testimoni Job Title - Premium Styling */
.testimoni-pekerjaan {
  font-size: 0.95rem;
  color: #4a5568;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.testimoni-card:hover .testimoni-pekerjaan {
  color: #2d3748;
  transform: translateZ(10px);
}

/* Quote Decoration */
.testimoni-card::after {
  content: '"';
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 4rem;
  color: rgba(74, 189, 172, 0.1);
  font-family: "Times New Roman", serif;
  line-height: 1;
  z-index: 1;
  transition: all 0.3s ease;
}

.testimoni-card:hover::after {
  color: rgba(74, 189, 172, 0.2);
  transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  #testimoni {
    padding: 60px 0;
  }
  
  #testimoni .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .testimoni-wrapper {
    gap: 24px;
    padding: 15px 0 20px 0;
  }
  
  .testimoni-card {
    flex: 0 0 280px;
    padding: 24px 20px;
    border-radius: 20px;
  }
  
  .testimoni-card:hover {
    transform: translateY(-8px) scale(1.02);
  }
  
  .testimoni-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
  
  .testimoni-pesan {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  
  .testimoni-nama {
    font-size: 1rem;
  }
  
  .testimoni-pekerjaan {
    font-size: 0.9rem;
  }
  
  .testimoni-card::after {
    font-size: 3rem;
    top: 16px;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .testimoni-wrapper {
    gap: 20px;
  }
  
  .testimoni-card {
    flex: 0 0 260px;
    padding: 20px 16px;
  }
  
  .testimoni-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  
  .testimoni-pesan {
    font-size: 0.95rem;
  }
  
  .testimoni-nama {
    font-size: 0.95rem;
  }
  
  .testimoni-pekerjaan {
    font-size: 0.85rem;
  }
  
  #testimoni .section-title {
    font-size: 1.6rem;
  }
}

/* Additional Premium Effects */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-3px); }
}

.testimoni-card:nth-child(odd) {
  animation: float 8s ease-in-out infinite;
}

.testimoni-card:nth-child(even) {
  animation: float 8s ease-in-out infinite reverse;
}

/* Glow Effect on Hover */
.testimoni-card:hover {
  position: relative;
}

.testimoni-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.03) 0%, 
    rgba(247, 183, 51, 0.03) 100%);
  border-radius: 12px;
  z-index: -1;
}
  /* Bagian Kontak */
.section-heading {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2.06rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.section-heading .emoji {
  background: none !important;
  -webkit-text-fill-color: unset !important;
  margin-right: 8px;
}

.section-desc {
  text-align: center;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #3b4f6b;
  max-width: 700px;
  margin: 0 auto 28px auto;
  line-height: 1.6;
}


 /* Kontak Section - Premium Glassmorphism */
/* Simple Premium Glassmorphism - #kontak */
#kontak {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.1) 0%, 
    rgba(247, 183, 51, 0.08) 100%
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-blend-mode: normal;
  padding: 80px 0;
  overflow: hidden;
}

#kontak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 25% 25%, rgba(74, 189, 172, 0.12) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(247, 183, 51, 0.10) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
  pointer-events: none;
  z-index: -1;
}

/* Section Title - Premium Typography */
#kontak .section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: #1a365d;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 50%, #1a365d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
  position: relative;
  transform-style: preserve-3d;
}

#kontak .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #4abdac, #f7b733, #4abdac);
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(74, 189, 172, 0.4);
}

/* Section Subtitle */
#kontak .section-subtitle {
  text-align: center;
  color: #2d3748;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 50px auto;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Form Container - Glassmorphism */
.kontak-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 600px;
  margin: 50px auto 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.1),
    0 8px 32px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.kontak-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(74, 189, 172, 0.03) 0%, 
    rgba(247, 183, 51, 0.03) 50%, 
    rgba(74, 189, 172, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.kontak-form:hover::before {
  opacity: 1;
}

/* Form Inputs - Premium Glassmorphism */
.kontak-form input,
.kontak-form textarea {
  padding: 16px 20px;
  border: 1px solid rgba(74, 189, 172, 0.2);
  border-radius: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2d3748;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

.kontak-form input:focus,
.kontak-form textarea:focus {
  outline: none;
  border-color: rgba(74, 189, 172, 0.5);
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px) scale(1.01);
  box-shadow: 
    0 8px 24px rgba(74, 189, 172, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.kontak-form input::placeholder,
.kontak-form textarea::placeholder {
  color: #718096;
  font-weight: 400;
}

/* Textarea Specific */
.kontak-form textarea {
  min-height: 120px;
  resize: vertical;
  font-family: 'Poppins', sans-serif;
}

/* Submit Button - Premium 3D */
.kontak-form button {
  padding: 16px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  background: linear-gradient(135deg, #4abdac 0%, #f7b733 50%, #4abdac 100%);
  background-size: 200% 200%;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 8px 32px rgba(74, 189, 172, 0.3),
    0 4px 16px rgba(247, 183, 51, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform-style: preserve-3d;
}

.kontak-form button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.kontak-form button:hover {
  background-position: 100% 0;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 12px 40px rgba(74, 189, 172, 0.4),
    0 8px 24px rgba(247, 183, 51, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.kontak-form button:hover::before {
  left: 100%;
}

.kontak-form button:active {
  transform: translateY(-1px) scale(0.98);
}

/* Form Labels - Premium Typography */
.kontak-form label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Contact Info Cards - Premium Glassmorphism */
.kontak-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}

.info-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    0 4px 16px rgba(74, 189, 172, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(74, 189, 172, 0.05) 0%, rgba(247, 183, 51, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.info-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(74, 189, 172, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: rgba(74, 189, 172, 0.4);
}

.info-card:hover::before {
  opacity: 1;
}

.info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4abdac, #f7b733);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  box-shadow: 
    0 8px 24px rgba(74, 189, 172, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.info-card:hover .info-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 
    0 12px 32px rgba(74, 189, 172, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.info-icon i {
  color: white;
  font-size: 24px;
}

.info-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info-card p {
  color: #2d3748;
  font-weight: 500;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
  #kontak {
    padding: 60px 0;
  }
  
  #kontak .section-title {
    font-size: 2rem;
  }
  
  .kontak-form {
    margin: 40px 20px 0 20px;
    padding: 32px 24px;
    max-width: none;
  }
  
  .kontak-form input,
  .kontak-form textarea {
    padding: 14px 18px;
    font-size: 14px;
  }
  
  .kontak-form button {
    padding: 14px 28px;
    font-size: 1rem;
  }
  
  .kontak-info {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 20px 40px 20px;
  }
  
  .info-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  #kontak .section-title {
    font-size: 1.8rem;
  }
  
  .kontak-form {
    padding: 24px 20px;
  }
  
  .kontak-form input,
  .kontak-form textarea {
    padding: 12px 16px;
  }
  
  .info-icon {
    width: 50px;
    height: 50px;
  }
  
  .info-icon i {
    font-size: 20px;
  }
}

/* Premium Animation Effects */
@keyframes floatContact {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-3px); }
}

.info-card:nth-child(odd) {
  animation: floatContact 4s ease-in-out infinite;
}

.info-card:nth-child(even) {
  animation: floatContact 4s ease-in-out infinite reverse;
}

/* Form Validation States */
.kontak-form input:valid,
.kontak-form textarea:valid {
  border-color: rgba(74, 189, 172, 0.4);
  box-shadow: 
    0 4px 16px rgba(74, 189, 172, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.kontak-form input:invalid:not(:placeholder-shown),
.kontak-form textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(252, 74, 26, 0.4);
  box-shadow: 
    0 4px 16px rgba(252, 74, 26, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
  /* Medium feed scroll horizontal scroll remains */
  .medium-feed-scroll {
    scroll-snap-type: x mandatory;
  }
.footer {
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05) 2px,
      transparent 2px,
      transparent 12px
    ),
    linear-gradient(45deg, #4abdac, #379c9c);
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer p {
  margin: 0;
  padding: 0 16px;
  line-height: 1.5;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

/* Responsif tambahan */
@media (max-width: 600px) {
  .footer {
    font-size: 13px;
    padding: 16px 10px;
  }
}
  /*scroll up */
/* Scroll to Top Button */
/* Tombol Scroll to Top (biarkan seperti ini) */
/* Scroll Button */
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: transparent;
  border: 2px solid #4abdac;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  width: 48px;
  height: 48px;
}

#scrollToTopBtn svg {
  width: 100%;
  height: 100%;
  stroke: #4abdac;
  stroke-width: 2.5;
  transition: transform 0.3s ease, stroke 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #f7b733;
  border-color: #f7b733;
}

#scrollToTopBtn:hover svg {
  stroke: #fff;
  transform: translateY(-3px);
}

/* WhatsApp Button */
#waFloatingBtn {
  position: fixed;
  bottom: 82px; /* Pas di atas tombol scroll */
  right: 30px;
  z-index: 998;
  background: transparent;
  border: 2px solid #25D366;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#waFloatingBtn svg {
  width: 20px;
  height: 20px;
  fill: #25D366;
  transition: transform 0.3s ease;
}

#waFloatingBtn:hover {
  background-color: #f7b733;
  border-color: #f7b733;
}

#waFloatingBtn:hover svg {
  fill: #fff;
  transform: translateY(-3px);
}
/* Tombol Freelance */

