/* CSS dari style.css */
    
    /* 1. LAYER PALING BELAKANG: FOTO AESTHETIC */
    body::before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: url('https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?q=80&w=2074&auto=format&fit=crop') center center / cover no-repeat;
      z-index: -2;
      filter: brightness(50%) blur(0px);
    }

    /* 2. LAYER TENGAH: CANVAS PARTIKEL */
    #bg-canvas {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    body {
      color: #fff;
      font-family: 'Inter', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      padding: 1rem;
      position: relative;
      margin: 0;
      overflow-x: hidden;
    }

    /* CARD */
    .container {
      background: rgba(20, 20, 20, 0.4);
      border-radius: 20px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      opacity: 0;
      transform: translateY(20px);
      max-width: 380px;
      width: 100%;
      padding: 2.5rem 2rem;
      text-align: center;
      animation: fadeIn 1.2s ease forwards;
      transition: max-width 0.5s ease;
    }

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

    /* UPDATE STYLE AVATAR */
    .avatar {
      display: block;
      width: 120px;
      height: 120px;
      margin: 0 auto 1.2rem;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;
      border: 3px solid rgba(255,255,255,0.2);
      transition: all 0.5s ease;
      background-color: #333;
    }

    .avatar:hover {
      box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
      border-color: rgb(255, 255, 255);
      transform: scale(1.05);
    }

    .username {
      font-size: 1.35rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      margin-bottom: 0.5rem;
      color: #ffffff;
      text-align: center;
      text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    }

    .bio {
      font-size: 0.95rem;
      color: #d1d5db;
      text-align: center;
      margin-bottom: 1.8rem;
      line-height: 1.6;
      font-weight: 400;
    }

    .injil {
      text-align: center;
      font-size: 0.9rem;
      color: #ccc;
      margin-bottom: 0.5rem;
      cursor: pointer;
    }
    
    .link-injil {
        text-decoration: none;
        /* border-bottom: 1px dashed rgba(255,255,255,0.4); */
        transition: all 0.3s;
        padding-bottom: 2px;
    }
    .link-injil:hover {
        color: white;
        border-bottom-color: white;
        text-shadow: 0 0 8px rgba(255,255,255,0.6);
    }

    /* WRAPPER GRID UNTUK TOMBOL */
    .links-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
      width: 100%;
    }

    /* --- REDESIGNED BUTTONS --- */
    .btn { 
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; /* MOBILE: Default Center */
      gap: 0.8rem;
      padding: 0.7rem 1rem;
      border-radius: 16px;
      font-weight: 600;
      text-decoration: none;
      color: #f3f4f6;
      transition: all 0.3s ease;
      margin-bottom: 0; 
      overflow: hidden;
      width: 100%;
      box-sizing: border-box;

      /* Glassmorphism */
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }

    /* Efek Shine */
    .btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
      transition: 0.5s;
    }

    .btn:hover::before {
      left: 100%;
    }

    .btn:hover {
      background: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.4);
      color: #ffffff;
      transform: translateY(-2px);
    }
    
    /* --- REDESIGNED ICONS (FLOATING GLASS BOX) --- */
    .btn i, .btn svg {
        font-size: 1.2rem;
        width: 38px;
        height: 38px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid rgba(255,255,255,0.05);
        color: white;
    }
    
    /* Warna Brand Asli */
    .fa-instagram { color: #ff99cc; text-shadow: 0 0 10px rgba(255, 105, 180, 0.5); }
    .fa-facebook { color: #66b3ff; text-shadow: 0 0 10px rgba(24, 119, 242, 0.5); }
    .fa-linkedin { color: #00a0dc; }
    .fa-github { color: #f0f6fc; }
    .fa-tiktok { color: #fe2c55; text-shadow: 2px 2px 0px #25f4ee; } 
    .fa-youtube { color: #ff4d4d; text-shadow: 0 0 10px rgba(255, 0, 0, 0.5); }
    .fa-discord { color: #7289da; }
    .fa-id-badge { color: #4ade80; }
    
    /* SVG Fill Handling - KECUALI TRAKTEER */
    /* Aturan ini TIDAK akan berlaku untuk elemen dengan class trakteer-icon */
    .btn svg:not(.trakteer-icon) path { 
        fill: #e0e0e0; 
        transition: fill 0.3s; 
    }
    .btn:hover svg:not(.trakteer-icon) path { 
        fill: #ffffff; 
    }

    /* Style Khusus Trakteer: Biarkan warna asli dari SVG muncul */
    .trakteer-icon {
        padding: 5px;
        box-sizing: border-box;
    }
    /* Kita TIDAK mengatur fill untuk .trakteer-icon path, sehingga akan menggunakan atribut fill dari HTML */

    /* Hover Effect Spesifik pada Ikon */
    .btn:hover i, .btn:hover svg {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.15) rotate(5deg);
        border-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    }

    footer {
      font-size: 0.8rem;
      color: #9ca3af;
      margin-top: 2rem;
      letter-spacing: 0.5px;
    }

    .fa-heart {
      color: #9ca3af;
      animation: pulse 1.5s ease-in-out infinite;
      cursor: pointer;
      transition: color 0.3s;
    }

    .animate-heart {
      color: #ef4444;
      animation: pulse 0.6s ease;
    }

    @keyframes pulse {
      0%   { transform: scale(1); }
      25%  { transform: scale(1.2); }
      50%  { transform: scale(1); }
      75%  { transform: scale(1.2); }
      100% { transform: scale(1); }
    }

    /* Toast Notification */
    #toast-container {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10000;
    }
    
    .toast {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(26px);
        -webkit-backdrop-filter: blur(16px);
        color: white;
        padding: 14px 28px;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        margin-bottom: 10px;
        font-size: 0.95rem;
        font-weight: 500;
        animation: slideDown 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    @keyframes slideDown {
        from { transform: translate(-50%, -100%); opacity: 0; }
        to { transform: translate(0, 0); opacity: 1; }
    }

    @keyframes fadeOut {
        to { opacity: 0; transform: translateY(-20px); }
    }

    /* --- RESPONSIVE DESKTOP (GRID 2x) --- */
    @media (min-width: 768px) {
      .container {
        max-width: 650px; 
      }
      
      .links-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 1.2rem; 
      }
      
      .btn {
          padding-left: 1.5rem;
          justify-content: flex-start; /* DESKTOP: Rata Kiri */
      }
    }