    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    }

    body {
      background: #0b0e1a;
      color: #f0f4ff;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .container {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 16px;
    }

    .navbar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      gap: 10px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .logo img {
      width: 300px;
      height: 90px;
      object-fit: contain;
    }

    .nav-links {
      display: flex;
      gap: 16px;
      font-weight: 500;
      font-size: 0.85rem;
      color: #b0b8d1;
      flex-wrap: wrap;
      order: 3;
      width: 100%;
      justify-content: center;
      padding-top: 6px;
      border-top: 1px solid rgba(255,255,255,0.04);
      margin-top: 4px;
    }

    .nav-links a {
      padding: 4px 0;
      transition: 0.15s;
    }

    .nav-links a:hover {
      color: #c084fc;
    }

    .nav-cta {
      display: flex;
      gap: 8px;
      align-items: center;
      flex-wrap: wrap;
    }

    .btn {
      padding: 8px 14px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.8rem;
      border: none;
      transition: 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .btn-primary {
      background: #8b5cf6;
      color: white;
    }

    .btn-primary:hover {
      background: #a78bfa;
      transform: scale(1.02);
    }

    .btn-outline {
      background: transparent;
      border: 1px solid #8b5cf6;
      color: #c084fc;
    }

    .btn-outline:hover {
      background: rgba(139, 92, 246, 0.08);
    }

    .hero {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px 0 40px;
      gap: 24px;
    }

    .hero-content {
      width: 100%;
      text-align: center;
    }

    .hero-content h1 {
      font-size: 2.6rem;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -0.5px;
    }

    .hero-content h1 span {
      background: linear-gradient(to right, #c084fc, #8b5cf6, #a78bfa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-content .tagline {
      font-size: 1.1rem;
      color: #b0b8d1;
      margin: 14px 0 8px;
      font-weight: 300;
    }

    .hero-content .sub {
      font-size: 0.95rem;
      color: #8892b0;
      max-width: 400px;
      margin: 0 auto 20px;
    }

    .hero-badge {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .badge-solana {
      background: rgba(139, 92, 246, 0.15);
      padding: 6px 16px;
      border-radius: 40px;
      border: 1px solid #8b5cf6;
      font-weight: 600;
      color: #c084fc;
      font-size: 0.85rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 20px;
    }

    .hero-image {
      width: 100%;
      max-width: 420px;
      margin: 0 auto;
    }

    .hero-image img {
      width: 100%;
      border-radius: 28px;
      box-shadow: 0 16px 48px rgba(139, 92, 246, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 12px;
      letter-spacing: -0.3px;
      text-align: center;
    }

    .section-title span {
      background: linear-gradient(135deg, #c084fc, #8b5cf6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .section-sub {
      color: #8892b0;
      max-width: 600px;
      margin: 0 auto 28px;
      font-size: 1rem;
      text-align: center;
    }

    .about-grid {
      display: flex;
      flex-direction: column;
      gap: 24px;
      background: #11162b;
      border-radius: 32px;
      padding: 28px 20px;
      border: 1px solid #262d44;
      margin-bottom: 40px;
    }

    .about-text {
      width: 100%;
    }

    .about-text .about-icon {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
      justify-content: center;
    }

    .about-text .about-icon img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #0b0e1a;
      padding: 5px;
      border: 1px solid #8b5cf6;
    }

    .about-text h3 {
      font-size: 1.6rem;
      font-weight: 700;
    }

    .about-text p {
      color: #b0b8d1;
      font-size: 1rem;
      line-height: 1.7;
      text-align: center;
    }

    .about-tag {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 8px;
      background: rgba(139, 92, 246, 0.06);
      padding: 16px 20px;
      border-radius: 24px;
      border-left: 4px solid #8b5cf6;
      text-align: center;
    }

    .about-tag strong {
      font-size: 1.3rem;
      color: white;
    }

    .about-tag span {
      color: #a78bfa;
      font-weight: 500;
    }

    .tokenomics-modern {
      background: #11162b;
      border-radius: 32px;
      padding: 28px 20px;
      border: 1px solid #262d44;
      margin-bottom: 40px;
    }

    .token-flex-modern {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .token-chart-modern {
      width: 100%;
    }

    .token-grid-bars {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .bar-item-modern {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px 10px;
    }

    .bar-item-modern .label {
      width: 100%;
      font-weight: 500;
      color: #c8d0e6;
      font-size: 0.85rem;
      flex: 0 0 100%;
    }

    .bar-track-modern {
      flex: 1;
      height: 12px;
      background: #1e2640;
      border-radius: 30px;
      overflow: hidden;
      box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
      min-width: 60px;
    }

    .bar-fill-modern {
      height: 100%;
      border-radius: 30px;
      background: linear-gradient(90deg, #8b5cf6, #c084fc);
      transition: width 0.4s ease;
    }

    .bar-item-modern .pct {
      min-width: 40px;
      font-weight: 700;
      color: #c084fc;
      text-align: right;
      font-size: 0.85rem;
    }

    .token-supply-modern {
      width: 100%;
      background: rgba(139, 92, 246, 0.04);
      padding: 20px 18px;
      border-radius: 28px;
      border: 1px solid #2a3150;
      text-align: center;
    }

    .token-supply-modern .supply-number {
      font-size: 2.2rem;
      font-weight: 800;
      letter-spacing: -0.3px;
      color: white;
    }

    .token-supply-modern .supply-label {
      color: #8892b0;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .token-meta-modern {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      margin-top: 14px;
    }

    .token-meta-modern span {
      background: #0f1427;
      padding: 4px 14px;
      border-radius: 40px;
      font-size: 0.7rem;
      border: 1px solid #2a3150;
      white-space: nowrap;
    }

    .token-meta-modern i {
      color: #8b5cf6;
      margin-right: 4px;
    }

    .roadmap-modern {
      margin: 24px 0 40px;
    }

    .roadmap-grid-modern {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .phase-card-modern {
      background: #11162b;
      border-radius: 28px;
      padding: 24px 18px;
      border: 1px solid #262d44;
      transition: all 0.2s ease;
      position: relative;
      overflow: hidden;
    }

    .phase-card-modern::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: linear-gradient(180deg, #8b5cf6, #c084fc);
      opacity: 0.4;
    }

    .phase-card-modern .phase-num {
      font-size: 0.65rem;
      font-weight: 700;
      color: #8b5cf6;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      background: rgba(139, 92, 246, 0.1);
      display: inline-block;
      padding: 2px 12px;
      border-radius: 30px;
    }

    .phase-card-modern h4 {
      font-size: 1.5rem;
      margin: 8px 0 12px;
      font-weight: 700;
    }

    .phase-card-modern ul {
      list-style: none;
      color: #b0b8d1;
      font-size: 0.9rem;
    }

    .phase-card-modern ul li {
      padding: 4px 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .phase-card-modern ul li::before {
      content: "◆";
      color: #8b5cf6;
      font-size: 0.5rem;
    }

    .utils-modern {
      margin: 24px 0 40px;
    }

    .utils-grid-modern {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .util-card-modern {
      background: #11162b;
      border-radius: 24px;
      padding: 22px 12px;
      text-align: center;
      border: 1px solid #262d44;
      transition: 0.2s ease;
    }

    .util-card-modern .util-icon {
      font-size: 2rem;
      color: #8b5cf6;
      margin-bottom: 10px;
      background: rgba(139, 92, 246, 0.06);
      width: 56px;
      height: 56px;
      line-height: 56px;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
    }

    .util-card-modern h5 {
      font-size: 1rem;
      font-weight: 600;
    }

    .util-card-modern p {
      color: #8892b0;
      font-size: 0.8rem;
      margin-top: 4px;
    }

    .social-cta {
      background: linear-gradient(145deg, #11162b, #090c18);
      border-radius: 24px;
      padding: 35px 24px;
      border: 1px solid #262d44;
      text-align: center;
      margin: 30px auto 40px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      position: relative;
      overflow: hidden;
    }

    .social-cta::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60%;
      height: 1px;
      background: linear-gradient(90deg, transparent, #8b5cf6, #8b5cf6, transparent);
    }

    .social-cta .favicon-pair {
      display: flex;
      justify-content: center;
      margin-bottom: 12px;
    }

    .social-cta .section-title span {
      font-size: 1.6rem;
      font-weight: 800;
      letter-spacing: 1px;
      background: linear-gradient(135deg, #c084fc, #8b5cf6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .social-description {
      max-width: 650px;
      margin: 12px auto 28px;
      color: #aeb7d5;
      font-size: 14px;
      line-height: 1.6;
    }

    .social-description strong {
      color: #8b5cf6;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      margin: 20px auto 30px;
    }

    .social-icon-wrap {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      min-width: 220px;
      padding: 10px 18px 10px 10px;
      background: #0f1427;
      border-radius: 50px;
      border: 1px solid #2a3150;
      text-decoration: none;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .social-icon-wrap:hover {
      border-color: #8b5cf6;
      background: #171f3a;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 240, 255, 0.25);
    }

    .social-icon-wrap .social-favicon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: contain;
      background: #0b0e1a;
      padding: 5px;
      border: 1px solid #8b5cf6;
      flex-shrink: 0;
      transition: transform 0.3s ease;
    }

    .social-icon-wrap:hover .social-favicon {
      transform: rotate(10deg) scale(1.05);
      border-color: #8b5cf6;
    }

    .social-icon-wrap .soc-label {
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .social-icon-wrap .soc-label i {
      color: #8b5cf6;
      font-size: 16px;
      transition: color 0.3s ease;
    }

    .social-icon-wrap:hover .soc-label i {
      color: #8b5cf6;
    }

    .social-cta .cta-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 20px;
    }

    @media (max-width: 576px) {
      .social-icon-wrap {
        width: 100%;
        justify-content: center;
      }
      
      .social-cta .cta-buttons {
        flex-direction: column;
        width: 100%;
      }

      .social-cta .cta-buttons .btn {
        width: 100%;
      }
    }

    /* ===== FAQ INTERAKTIF ===== */
    .faq-section {
      background: #11162b;
      border-radius: 32px;
      padding: 28px 18px;
      border: 1px solid #262d44;
      margin: 24px 0 40px;
    }

    .faq-item {
      border-bottom: 1px solid #262d44;
      padding: 2px 0;
    }

    .faq-item:last-child {
      border-bottom: none;
    }

    .faq-question {
      font-size: 1rem;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 0;
      cursor: pointer;
      transition: 0.15s;
      user-select: none;
      gap: 12px;
    }

    .faq-question:hover {
      color: #c084fc;
    }

    .faq-question i {
      color: #8b5cf6;
      transition: transform 0.25s ease;
      font-size: 0.9rem;
      flex-shrink: 0;
    }

    .faq-answer {
      color: #b0b8d1;
      padding: 0 4px 16px 4px;
      display: none;
      line-height: 1.6;
      font-size: 0.95rem;
    }

    .faq-answer.open {
      display: block;
    }

    .faq-question .fa-chevron-down {
      transition: transform 0.25s ease;
    }

    .faq-question .fa-chevron-down.rotated {
      transform: rotate(180deg);
    }

    /* ===== FOOTER ===== */
    .footer {
      border-top: 1px solid #262d44;
      padding: 28px 0 16px;
      display: flex;
      flex-direction: column;
      gap: 18px;
      color: #8892b0;
      font-size: 0.85rem;
      text-align: center;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .footer-brand img {
      width: 225px;
      height: 65px;
    }

    .footer-brand strong {
      color: white;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px 20px;
    }

    .footer-links a:hover {
      color: #c084fc;
    }

    .footer-copy {
      font-size: 0.7rem;
      color: #5d688a;
      margin-top: 4px;
    }

    @media (min-width: 480px) {
      .utils-grid-modern {
        grid-template-columns: repeat(3, 1fr);
      }
      .bar-item-modern .label {
        flex: 0 0 140px;
        width: auto;
      }
    }

    @media (min-width: 640px) {
      .container {
        padding: 0 24px;
      }
      .hero {
        flex-direction: row;
        text-align: left;
        padding: 32px 0 48px;
      }
      .hero-content {
        text-align: left;
      }
      .hero-content .sub {
        margin: 0 0 20px 0;
      }
      .hero-badge {
        justify-content: flex-start;
      }
      .hero-actions {
        justify-content: flex-start;
      }
      .about-grid {
        flex-direction: row;
        align-items: center;
      }
      .about-text .about-icon {
        justify-content: flex-start;
      }
      .about-text p {
        text-align: left;
      }
      .about-tag {
        align-items: flex-start;
        text-align: left;
      }
      .token-flex-modern {
        flex-direction: row;
        align-items: stretch;
      }
      .token-supply-modern {
        text-align: left;
      }
      .token-meta-modern {
        justify-content: flex-start;
      }
      .roadmap-grid-modern {
        grid-template-columns: repeat(2, 1fr);
      }
      .social-cta .favicon-pair span {
        font-size: 1.3rem;
      }
      .social-icons {
        gap: 24px;
      }
      .footer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
      }
      .footer-brand {
        justify-content: flex-start;
      }
      .footer-links {
        justify-content: flex-end;
      }
      .footer-copy {
        text-align: center;
        width: 100%;
      }
    }

    @media (min-width: 900px) {
      .navbar {
        flex-wrap: nowrap;
      }
      .nav-links {
        order: 0;
        width: auto;
        border-top: none;
        padding-top: 0;
        margin-top: 0;
        justify-content: flex-end;
        flex: 1;
      }
      .hero-content h1 {
        font-size: 3.4rem;
      }
      .roadmap-grid-modern {
        grid-template-columns: repeat(4, 1fr);
      }
      .utils-grid-modern {
        grid-template-columns: repeat(6, 1fr);
      }
      .token-supply-modern .supply-number {
        font-size: 2.6rem;
      }
    }

    @media (min-width: 1100px) {
      .hero-content h1 {
        font-size: 3.8rem;
      }
      .container {
        padding: 0 32px;
      }
    }

    .btn, .phase-card-modern, .util-card-modern, .social-icon-wrap, .faq-question {
      -webkit-tap-highlight-color: transparent;
    }

    .phase-card-modern:hover, .util-card-modern:hover {
      border-color: #8b5cf6;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(139, 92, 246, 0.06);
    }

    .social-icon-wrap:hover {
      border-color: #8b5cf6;
      background: #171f3a;
    }

    .brand-splash {
        position: fixed;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /* Menambahkan background image yang digabung dengan radial gradient */
        background: radial-gradient(circle at center, rgba(139, 92, 246, 0.18), transparent 35%),
                    url("images/background.gif") center/cover no-repeat,
                    #070a16;
        z-index: 999999;
        opacity: 1;
        visibility: visible;
        transition: opacity .8s ease, visibility .8s ease;
    }

    .brand-splash.hide {
        opacity:0;
        visibility: hidden;
    }

    .brand-content {
        text-align:center;
        animation: brandEnter 1s cubic-bezier(.16,1,.3,1) forwards;
    }

    .brand-logo {
        width:300px;
        height:90px;
        object-fit:contain;
        border-radius:0;
        background:transparent;
        padding:0;
        display:block;
        margin:0 auto;
        position:relative;
        filter:drop-shadow(0 0 20px rgba(139,92,6,0.65)) drop-shadow(0 0 45px rgba(139,92,246,0.35));
        animation: logoFloat 3s ease-in-out infinite;
    }

    .brand-content::before {
        content:"";
        position:absolute;
        width:220px;
        height:220px;
        border-radius:50%;
        background:radial-gradient( circle,rgba(139,92,246,.35),transparent 65% );
        filter:blur(25px);
        z-index:-1;
        animation: glowPulse 2.5s ease-in-out infinite;
    }

    .brand-content h2 {
        margin-top:22px;
        font-size:36px;
        letter-spacing:5px;
        font-weight:900;
        color:#ffffff;
        text-shadow: 0 0 10px rgba(255,255,255,.25),0 0 25px rgba(139,92,246,.55);
    }
    /* DESCRIPTION */
    .brand-content p {
        margin-top:10px;
        font-size:14px;
        letter-spacing:1px;
        color: #aeb7d5;
    }

    @keyframes brandEnter {
        0% {
            opacity:0;
            transform:scale(.4) translateY(40px);
        }
        70% {
            opacity:1;
            transform:scale(1.08);
        }
        100% {
            transform: scale(1);
        }
    }

    @keyframes logoFloat {
        0%,100% {
            transform:translateY(0);
        }
        50% {
            transform: translateY(-10px);
        }
    }

    @keyframes glowPulse {
        0%,100% {
            opacity:.5;
            transform:scale(.9);
        }
        50% {
            opacity:1;
            transform: scale(1.15);
        }
    }
    @media(max-width:600px) {
        .brand-logo {
            width:105px;
            height:105px;
        }
        .brand-content h2 {
            font-size:28px;
            letter-spacing: 3px;
        }
    }

    body {
      cursor: none;
    }
    .cat-cursor {
      position: fixed;
      top: 0;
      left: 0;
      font-size: 32px;
      pointer-events: none;
      z-index: 999999;
      transform: translate(-50%, -50%);
      filter: drop-shadow(0 0 10px #8b5cf6) drop-shadow(0 0 20px rgba(139, 92, 246, 0.8));
      transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      will-change: transform, left, top;
    }

    .cat-cursor.active {
      transform: translate(-50%, -50%) scale(1.4) rotate(-15deg);
    }

    .paw-trail {
      position: fixed;
      font-size: 18px;
      pointer-events: none;
      z-index: 999998;
      filter: drop-shadow(0 0 8px #8b5cf6);
      animation: pawFade 1s ease forwards;
      will-change: transform, opacity;
    }

    @keyframes pawFade {
      0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
      }
      100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3) translateY(-30px) rotate(30deg);
      }
    }

    @media (max-width: 768px) {
      body {
        cursor: auto;
      }
      .cat-cursor,
      .paw-trail {
        display: none !important;
      }
    }