    :root {
      --bg-main: #050816;
      --bg-card: rgba(15, 23, 42, 0.9);
      --accent: #38bdf8;
      --accent-soft: rgba(56, 189, 248, 0.4);
      --accent-2: #a855f7;
      --text-main: #e5e7eb;
      --text-muted: #9ca3af;
      --radius-xl: 24px;
      --shadow-3d: 0 24px 60px rgba(15, 23, 42, 0.9);
      --transition-fast: 180ms ease-out;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
        "Segoe UI", sans-serif;
      background: radial-gradient(circle at top, #1f2937 0, #020617 45%, #000 100%);
      color: var(--text-main);
      min-height: 100vh;
      overflow-x: hidden;
    }
        
    html, body {
      /* Hilangkan potensi margin default yang bisa mengganggu fixed element */
      margin: 0; 
      padding: 0; 
      /* Atur lebar penuh viewport secara eksplisit */
      width: 100%;
      max-width: 100%;
      /* SANGAT PENTING: Mencegah scroll horizontal (yang sering terjadi saat fixed element meluas) */
      overflow-x: hidden; 
    }
    
    /* ===========================
       NAVBAR — FINAL FIX STABLE
       =========================== */
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
    
      padding: calc(8px + env(safe-area-inset-top)) 16px 8px;
      display: flex;
      justify-content: center;
      background: transparent;
      z-index: 9999;
      pointer-events: auto !important;
      /* transform: translateZ(0); */ 
      /* will-change: transform; */
    }
    
    .navbar-inner {
      width: 100%;
      max-width: 1120px;
    
      background: radial-gradient(circle at top left,
          rgba(56, 189, 248, 0.15),
          transparent 55%)
        border-box;
    
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.35);
    
      padding: 8px 16px;
    
      display: flex;
      align-items: center;
      justify-content: space-between;
    
      pointer-events: auto;
    
      position: relative;
      z-index: 10000;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    
    /* Brand */
    .brand {
      display: flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      font-weight: 600;
      font-size: 0.8rem;
    }
    
    .brand-logo {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      background: conic-gradient(from 180deg,
          #38bdf8,
          #a855f7,
          #22c55e,
          #eab308,
          #38bdf8);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
    }
    
    .brand-logo span {
      font-size: 0.7rem;
      font-weight: 700;
      color: #020617;
    }
    
    /* Desktop nav */
    .nav-links {
      display: flex;
      align-items: center;
      gap: 16px;
      font-size: 0.85rem;
      margin-left: auto; /* <-- Tambahkan baris ini */
    }
    
    /* Link */
    .nav-link {
      padding: 6px 10px;
      color: var(--text-muted);
      text-decoration: none;
      border-radius: 999px;
      position: relative;
      transition: 180ms;
    }
    
    .nav-link:hover {
      color: #fff;
      transform: translateY(-1px);
    }
    
    .nav-link::after {
      content: "";
      position: absolute;
      left: 20%;
      right: 20%;
      bottom: 4px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--accent), var(--accent-2));
      opacity: 0;
      transform: scaleX(0.5);
      transition: 150ms;
    }
    
    .nav-link.active {
      background: rgba(56,189,248,0.14);
      color: #fff;
      transform: none !important;
    }
    
    .nav-link.active::after {
      opacity: 1;
      transform: scaleX(1);
    }
    
    /* CTA */
    .nav-cta {
      padding: 7px 14px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #020617;
      font-weight: 600;
      box-shadow: 0 0 24px rgba(56, 189, 248, 0.7);
      text-decoration: none;
      transition: 180ms;
    }
    
    .nav-cta:hover {
      transform: translateY(-1px);
      filter: brightness(1.06);
    }
    
    /* Mobile hamburger */
    .nav-toggle {
      display: none;
      background: none;
      border: none;
      font-size: 1.4rem;
      color: var(--text-main);
      cursor: pointer;
    }

/* ===========================
       MOBILE RESPONSIVE FIX (SOLUSI PERMANEN)
       =========================== */
    @media (max-width: 768px) {
    
      .navbar {
        /* Atur padding-inline 10px */
        padding-inline: 10px;
        width: 100%; 
        justify-content: flex-start; /* Untuk keamanan */
      }
    
      .navbar-inner {
        border-radius: 16px !important;
        padding: 8px 12px !important;
        
        /* Force 100% width di dalam padding .navbar, dan hapus margin */
        max-width: 100% !important; 
        width: 100%;
        margin-inline: 0; 
      }
    
      .nav-toggle {
        display: block;
        margin-left: auto;
      }
      
    .nav-links {
        /* KOREKSI: HARUS MENGGUNAKAN ABSOLUTE agar terikat pada .navbar-inner */
        position: absolute; /* KOREKSI DARI 'fixed' */
        
        width: 100%; 
        left: 0; /* Rata kiri persis dengan .navbar-inner */
        margin: 0; /* Pastikan tidak ada margin yang mengganggu */
        
        /* Posisikan tepat di bawah navbar-inner */
        top: 100%; /* KOREKSI: Gunakan 100% karena parent-nya relative */
        
        flex-direction: column;
        gap: 0;
    
        background: rgba(15, 23, 42, 0.98);
        border-radius: 16px;
        border-top: 1px solid rgba(148, 163, 184, 0.4);
    
        padding: 12px 14px 10px;
    
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
    
        transition: 180ms ease-out;
      }
    
      .nav-links.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }
    
      .nav-link {
        width: 100%;
        padding: 12px;
      }
    
      .nav-link::after {
        display: none !important;
      }
    
      .nav-link:hover {
        background: rgba(56, 189, 248, 0.08);
      }
    
      .nav-link.active {
        background: rgba(56, 189, 248, 0.18);
      }
    
      .nav-cta {
        width: 100%;
        text-align: center;
      }
    }
    /* ========== LAYOUT WRAPPER ========== */

    .page {
      max-width: 1120px;
      margin: 0 auto;
      padding: 60px clamp(14px, 4vw, 24px) 80px;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 480px) {
      .page {
        padding-inline: 12px;
      }
    }

    /* Background glow */

    .blob {
      position: absolute; /* FIX !!! */
      filter: blur(60px);
      opacity: 0.35;
      z-index: -1; /* supaya selalu di belakang */
      pointer-events: none;
    }


    .blob-1 {
      width: 220px;
      height: 220px;
      background: #38bdf8;
      top: 9%;
      left: 2%;
      animation: floatBlob1 12s ease-in-out infinite alternate;
    }

    .blob-2 {
      width: 260px;
      height: 260px;
      background: #a855f7;
      bottom: 6%;
      right: 0%;
      animation: floatBlob2 16s ease-in-out infinite alternate;
    }

    @keyframes floatBlob1 {
      from {
        transform: translate3d(0, 0, 0) scale(1);
      }
      to {
        transform: translate3d(24px, 10px, 0) scale(1.08);
      }
    }

    @keyframes floatBlob2 {
      from {
        transform: translate3d(0, 0, 0) scale(1);
      }
      to {
        transform: translate3d(-28px, -16px, 0) scale(1.1);
      }
    }

    /* ========== HERO ========== */

    .hero {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: clamp(22px, 5vw, 40px);
      align-items: center;
      min-height: calc(100vh - 120px);
    }

    @media (max-width: 880px) {
      .hero {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
        padding-top: 20px;
      }
    }

    .hero-title {
      font-size: clamp(2.1rem, 4vw, 3.3rem);
      line-height: 1.08;
      letter-spacing: 0.02em;
      margin-bottom: 12px;
    }

    .hero-title span {
      background: linear-gradient(135deg, #38bdf8, #a855f7, #22c55e);
      -webkit-background-clip: text;
      color: transparent;
    }

    .hero-subtitle {
      font-size: clamp(0.9rem, 1.1rem, 1rem);
      color: var(--text-muted);
      max-width: 34rem;
      line-height: 1.7;
      margin-bottom: 18px;
    }

    .hero-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 14px;
    }

    .hero-badge {
      font-size: 0.75rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 5px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: radial-gradient(circle at top,
          rgba(15, 23, 42, 0.7),
          rgba(15, 23, 42, 1));
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 6px;
      margin-bottom: 18px;
    }

    .btn-primary,
    .btn-ghost {
      border-radius: 999px;
      padding: 9px 16px;
      font-size: 0.85rem;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      cursor: pointer;
      border: none;
      outline: none;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #020617;
      box-shadow: 0 0 24px rgba(56, 189, 248, 0.6);
      transition: transform var(--transition-fast), box-shadow var(--transition-fast),
        filter var(--transition-fast);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      filter: brightness(1.1);
      box-shadow: 0 0 28px rgba(168, 85, 247, 0.75);
    }

    .btn-ghost {
      background: rgba(15, 23, 42, 0.96);
      color: var(--text-main);
      border: 1px solid rgba(148, 163, 184, 0.7);
      transition: background var(--transition-fast), border var(--transition-fast),
        transform var(--transition-fast);
    }

    .btn-ghost:hover {
      background: rgba(15, 23, 42, 1);
      border-color: var(--accent);
      transform: translateY(-1px);
    }

    .hero-meta {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
      font-size: 0.8rem;
      color: var(--text-muted);
    }

    .hero-meta-item span {
      display: block;
      font-size: 0.9rem;
      font-weight: 600;
      color: #e5e7eb;
    }

    @media (max-width: 600px) {
      .hero-meta {
        flex-direction: column;
        gap: 10px;
      }
    }

    .scroll-indicator {
      margin-top: 22px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.75rem;
      color: var(--text-muted);
    }

    .scroll-indicator-dot {
      width: 20px;
      height: 32px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.8);
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
    }

    .scroll-indicator-dot::after {
      content: "";
      position: absolute;
      top: 4px;
      left: 50%;
      transform: translateX(-50%);
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--accent);
      animation: scrollDot 1.4s ease-in-out infinite;
    }

    @keyframes scrollDot {
      0% {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
      }
      80% {
        transform: translate3d(-50%, 16px, 0);
        opacity: 0;
      }
      100% {
        transform: translate3d(-50%, 0, 0);
        opacity: 0;
      }
    }

    /* ========== HERO 3D SCENE ========== */

    .hero-3d-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .hero-3d-scene {
      position: relative;
      width: min(380px, 95vw);
      aspect-ratio: 4 / 5;
      perspective: 1200px;
    }

    @media (max-width: 480px) {
      .hero-3d-scene {
        width: min(320px, 92vw);
      }
    }

    .hero-3d-orbit {
      position: absolute;
      inset: -32px;
      border-radius: 999px;
      border: 1px dashed rgba(148, 163, 184, 0.4);
      opacity: 0.5;
      filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.4));
      animation: orbitSpin 22s linear infinite;
    }

    @keyframes orbitSpin {
      from {
        transform: rotate3d(0, 0, 1, 0deg);
      }
      to {
        transform: rotate3d(0, 0, 1, 360deg);
      }
    }

    .card-stack {
      position: relative;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform 260ms ease-out;
    }

    .card-layer {
      position: absolute;
      inset: 0;
      border-radius: var(--radius-xl);
      background: radial-gradient(circle at top left,
          rgba(56, 189, 248, 0.15),
          rgba(15, 23, 42, 0.98)),
        linear-gradient(145deg, rgba(15, 23, 42, 1), rgba(15, 23, 42, 0.96));
      border: 1px solid rgba(148, 163, 184, 0.6);
      box-shadow: var(--shadow-3d);
      overflow: hidden;
      transform-style: preserve-3d;
    }

    .card-layer-base {
      transform: translate3d(0, 0, -60px) rotateX(12deg) rotateY(-16deg);
      opacity: 0.6;
      filter: blur(0.4px);
    }

    .card-layer-mid {
      transform: translate3d(0, 0, -20px) rotateX(8deg) rotateY(-8deg);
      opacity: 0.9;
    }

    .card-layer-front {
      transform: translate3d(0, 0, 32px);
    }

    .card-grid {
      position: absolute;
      inset: -40%;
      opacity: 0.35;
      background-image: linear-gradient(
          rgba(15, 23, 42, 0.3) 1px,
          transparent 1px
        ),
        linear-gradient(
          90deg,
          rgba(15, 23, 42, 0.3) 1px,
          transparent 1px
        );
      background-size: 26px 26px;
      mask-image: radial-gradient(circle at center, black 0, transparent 75%);
    }

    .card-front-content {
      position: relative;
      padding: 18px 18px 14px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      height: 100%;
      z-index: 1;
      font-size: 0.82rem;
    }

    @media (max-width: 480px) {
      .card-front-content {
        padding: 16px 16px 12px;
        font-size: 0.78rem;
      }
    }

    /* versi khusus gambar full */
    .card-front-content.image-only {
      padding: 0;
    }

    .card-front-content.image-only img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: var(--radius-xl);
    }

    .card-chip-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.6rem;
      text-transform: uppercase;
      letter-spacing: 0.09em;
      color: var(--text-muted);
    }

    .card-chip {
      width: 32px;
      height: 22px;
      border-radius: 8px;
      background: radial-gradient(circle at 20% 20%, #facc15, #f97316, #a855f7);
      box-shadow: 0 0 18px rgba(248, 250, 252, 0.35);
    }

    .card-tag {
      padding: 4px 9px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.8);
      background: rgba(15, 23, 42, 0.9);
    }

    .card-main-title {
      font-size: 1rem;
      font-weight: 600;
    }

    .card-main-title span {
      display: block;
      font-size: 0.75rem;
      font-weight: 500;
      color: var(--text-muted);
      margin-bottom: 3px;
    }

    .card-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      font-size: 0.7rem;
    }

    .card-badge-pill {
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.65);
      background: rgba(15, 23, 42, 0.9);
    }

    .card-stat-row {
      margin-top: auto;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      font-size: 0.68rem;
    }

    .card-stat {
      padding: 6px 7px;
      border-radius: 12px;
      background: rgba(15, 23, 42, 0.96);
      border: 1px solid rgba(148, 163, 184, 0.5);
    }

    .card-stat span {
      display: block;
      font-size: 0.62rem;
      color: var(--text-muted);
      margin-bottom: 2px;
    }

    .card-stat strong {
      font-size: 0.86rem;
    }

    .card-glow {
      position: absolute;
      inset-inline: -40%;
      bottom: -30%;
      height: 55%;
      background: radial-gradient(circle at top,
          rgba(56, 189, 248, 0.55),
          transparent 60%);
      opacity: 0.85;
      filter: blur(8px);
      mix-blend-mode: screen;
    }

    .card-orbit-dot {
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 999px;
      background: radial-gradient(circle, #f9fafb, #38bdf8);
      box-shadow: 0 0 18px rgba(56, 189, 248, 0.9);
      top: 18%;
      right: 14%;
      animation: pulseDot 2.6s ease-in-out infinite;
    }

    @keyframes pulseDot {
      0% {
        transform: translate3d(0, 0, 0) scale(0.9);
        opacity: 0.75;
      }
      45% {
        transform: translate3d(-4px, -8px, 0) scale(1.08);
        opacity: 1;
      }
      100% {
        transform: translate3d(0, 0, 0) scale(0.9);
        opacity: 0.75;
      }
    }

    .card-floating-pill {
      position: absolute;
      left: -5%;
      bottom: 16%;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.96);
      border: 1px solid rgba(56, 189, 248, 0.7);
      font-size: 0.68rem;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      box-shadow: 0 10px 20px rgba(15, 23, 42, 0.95);
      animation: floatPill 5s ease-in-out infinite alternate;
      max-width: 80%;
    }

    @keyframes floatPill {
      from {
        transform: translate3d(0, 0, 0);
      }
      to {
        transform: translate3d(8px, -10px, 0);
      }
    }

    .card-floating-pill-dot {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: var(--accent);
      flex-shrink: 0;
    }

    @media (max-width: 480px) {
      .card-floating-pill {
        font-size: 0.62rem;
        bottom: 14%;
      }
    }

    /* ========== SECTION BASE ========== */

    section {
      margin-top: clamp(60px, 10vh, 80px);
    scroll-margin-top: 120px;
    }

    .section-header {
      margin-bottom: 18px;
    }

    .section-kicker {
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--accent-soft);
      margin-bottom: 6px;
    }

    .section-title {
      font-size: clamp(1.2rem, 2.1vw, 1.4rem);
      font-weight: 600;
      margin-bottom: 4px;
    }

    .section-desc {
      font-size: 0.9rem;
      color: var(--text-muted);
      max-width: 34rem;
    }

    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 700ms ease-out, transform 700ms ease-out;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ========== ABOUT ========== */

    .about-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 22px;
    }

    @media (max-width: 880px) {
      .about-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    .about-text p {
      font-size: 0.9rem;
      color: var(--text-muted);
      line-height: 1.7;
      margin-bottom: 10px;
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
    }

    .chip {
      padding: 5px 10px;
      font-size: 0.75rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(15, 23, 42, 0.96);
    }

    .about-card {
      border-radius: var(--radius-xl);
      background: var(--bg-card);
      border: 1px solid rgba(148, 163, 184, 0.4);
      padding: 16px 16px 14px;
      box-shadow: var(--shadow-3d);
      position: relative;
      overflow: hidden;
      font-size: 0.85rem;
    }

    .about-card::before {
      content: "";
      position: absolute;
      inset-inline: -40%;
      top: -50%;
      height: 70%;
      background: radial-gradient(circle at top,
          rgba(56, 189, 248, 0.3),
          transparent 60%);
      opacity: 0.7;
    }

    .about-card h3 {
      font-size: 0.95rem;
      margin-bottom: 6px;
      position: relative;
      z-index: 1;
    }

    .about-card p {
      position: relative;
      z-index: 1;
      font-size: 0.8rem;
      color: var(--text-muted);
      line-height: 1.6;
    }

    /* ========== PROJECTS ========== */
    
    .project-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    
    @media (max-width: 960px) {
      .project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    
    @media (max-width: 640px) {
      .project-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }
    
    /* ==== FIX STRUCTURE (Card Height Equalizer) ==== */
    .project-card {
      position: relative;
      border-radius: 18px;
      background: radial-gradient(circle at top left,
          rgba(56, 189, 248, 0.18),
          rgba(15, 23, 42, 0.96));
      border: 1px solid rgba(148, 163, 184, 0.5);
      padding: 12px 12px 10px;
      overflow: hidden;
      transform-style: preserve-3d;
      transition: transform 180ms ease-out, box-shadow 180ms ease-out,
        border-color 180ms ease-out, background 180ms ease-out;
      cursor: pointer;
      font-size: 0.8rem;
    
      /* ADD FIXES */
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    
    .project-card:hover {
      transform: translateY(-4px) translateZ(10px) rotateX(2deg);
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
      border-color: var(--accent);
    }
    
    .project-tag {
      font-size: 0.7rem;
      color: var(--text-muted);
      margin-bottom: 3px;
    }
    
    .project-title {
      font-size: 0.95rem;
      font-weight: 600;
      margin-bottom: 3px;
    }
    
    /* desc now flexible filler */
    .project-desc {
      font-size: 0.78rem;
      color: var(--text-muted);
      margin-bottom: 8px;
      line-height: 1.6;
    
      /* ADD FIX */
      flex-grow: 1;
    }
    
    /* meta now always bottom aligned */
    .project-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.72rem;
      color: var(--text-muted);
      gap: 8px;
    
      /* ADD FIX */
      margin-top: auto;
    }
    
    .project-pill {
      padding: 4px 8px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.66);
      background: rgba(15, 23, 42, 0.96);
    }
    
    .project-glow {
      position: absolute;
      inset-inline: -40%;
      bottom: -40%;
      height: 60%;
      background: radial-gradient(circle at top,
          rgba(56, 189, 248, 0.3),
          transparent 60%);
      opacity: 0.8;
      pointer-events: none;
    }


    /* ========== CONTACT ========== */

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      gap: 22px;
    }

    @media (max-width: 880px) {
      .contact-grid {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    .contact-card {
      border-radius: var(--radius-xl);
      background: var(--bg-card);
      border: 1px solid rgba(148, 163, 184, 0.5);
      padding: 16px 16px 14px;
      box-shadow: var(--shadow-3d);
    }

    .contact-card label {
      font-size: 0.8rem;
      color: var(--text-muted);
      display: block;
      margin-bottom: 4px;
    }

    .input,
    textarea {
      width: 100%;
      padding: 8px 11px;
      border-radius: 999px;
      border: 1px solid rgba(51, 65, 85, 0.9);
      background: rgba(15, 23, 42, 0.98);
      color: var(--text-main);
      font-size: 0.85rem;
      outline: none;
      margin-bottom: 8px;
    }

    textarea {
      border-radius: 16px;
      min-height: 96px;
      resize: vertical;
    }

    .input:focus,
    textarea:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.4);
    }

    .contact-info-list {
      font-size: 0.85rem;
      color: var(--text-muted);
      list-style: none;
      padding-left: 0;
      margin-top: 4px;
    }

    .contact-info-list li {
      margin-bottom: 6px;
    }

    .contact-highlight {
      margin-top: 12px;
      font-size: 0.8rem;
      padding: 9px 10px;
      border-radius: 14px;
      border: 1px dashed rgba(148, 163, 184, 0.7);
      background: rgba(15, 23, 42, 0.96);
      line-height: 1.6;
    }
    
    .contact-highlight a {
      color: var(--accent); /* biru neon */
      text-decoration: none;
      font-weight: 500;
      transition: 150ms;
    }
    
    .contact-highlight a:hover {
      color: var(--accent-2); /* ungu neon */
      text-shadow: 0 0 8px var(--accent-2);
    }

    /* =====================================
   FIX LOGO NAVBAR YANG MELEDUK DI DESKTOP
   ===================================== */

    .brand-logo-nav {
      width: 32px !important;
      height: 32px !important;
      border-radius: 50% !important;
      overflow: hidden !important;
    
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    
      position: relative;
      z-index: 999999 !important;
      flex-shrink: 0 !important;
    }
    
    .brand-logo-nav img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      display: block !important;
    
      /* HAPUS SEMUA EFEK YANG NEMPEL DARI HERO */
      transform: none !important;
      filter: none !important;
      animation: none !important;
    }
    
    @media (max-width: 768px) {
      .brand-logo img {
        width: 34px !important;
        height: 34px !important;
        object-fit: contain;
      }
    }

    /* ========== FOOTER ========== */

    footer {
      margin-top: 50px;
      font-size: 0.75rem;
      color: var(--text-muted);
      text-align: center;
      padding-bottom: 10px;
    }
    
    #motivasi {
    display: block;
    margin-top: 6px;
    font-size: 0.8rem;
    color: var(--accent);
    font-style: italic;
    opacity: 0.9;
    }
