  :root {

      --bg-color: #010103;
      --primary: #00f3ff;
      --secondary: #ff00e6;
      --gradient-main: linear-gradient(135deg, #00f3ff 0%, #ff00e6 100%);
      --text-color: #ffffff;
      --border-color: rgba(255, 255, 255, 0.05);
      --c-sold: #00f3ff;
      --c-advisor: #4da6ff;
      --c-reserved: #ff9f43;
      --c-community: #a55eea;
      --widget-width: 540px;
      --input-height: 56px;
      --section-spacing: 120px;
      --soft-radius: 32px;
      --input-radius: 18px;
      --glass-bg: rgba(255, 255, 255, 0.02);
      --glass-border: 1px solid rgba(255, 255, 255, 0.06);
  }

  

  body {
      background-color: var(--bg-color);
      color: var(--text-color);
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      overflow-x: hidden;
      line-height: 1.7;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
      color: #fff;
      font-weight: 800;
      letter-spacing: 0.5px;
      margin-bottom: 1rem;
  }

  h1 {
      font-size: 3.5rem;
      letter-spacing: 1px;
      line-height: 1.2;
  }

  h2 {
      font-size: 2.8rem;
  }

  p {
      color: #b0b0b0;
  }

  .pulse-gradient-text {
      background: var(--gradient-main);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 900;
  }

  .section-title-wrapper {
      margin-bottom: 70px;
      text-align: center;
  }

  .section-title-wrapper h2 {
      font-size: 2.8rem;
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      z-index: 1;
      letter-spacing: 2px;
  }

  .section-title-wrapper h2::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background: var(--gradient-main);
      margin: 20px auto 0;
      border-radius: 4px;
      opacity: 0.7;
  }


  .navbar {
      background: rgba(1, 1, 3, 0.8);
      backdrop-filter: blur(25px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.03);
      padding: 20px 0;
  }

  .navbar-brand {
      font-family: 'Chakra Petch';
      font-size: 1.8rem;
      letter-spacing: 1.5px;
  }

  .nav-link {
      color: #e0e0e0 !important;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.85rem;
      margin: 0 12px;
      letter-spacing: 1px;
      transition: 0.3s;
  }

  .nav-link:hover {
      color: var(--primary) !important;
      text-shadow: 0 0 10px rgba(0, 243, 255, 0.4);
  }

  .btn-connect {
      background: rgba(0, 243, 255, 0.05);
      color: var(--primary);
      border: 1px solid rgba(0, 243, 255, 0.3);
      text-transform: uppercase;
      font-weight: 700;
      padding: 10px 25px;
      font-size: 0.85rem;
      letter-spacing: 1px;
      transition: 0.3s;
      border-radius: 30px;
  }

  .btn-connect:hover {
      background: var(--primary);
      color: #000;
      box-shadow: 0 0 25px rgba(0, 243, 255, 0.4);
      border-color: transparent;
  }


  .hero-section {
      position: relative;
      padding: 140px 0 120px 0;
      overflow: hidden;
      border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  }

  #networkCanvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: radial-gradient(ellipse at center, #0a0a15 0%, #000000 100%);
      opacity: 0.8;
  }

  .hero-content {
      position: relative;
      z-index: 2;
  }


  .btn-hero-primary {
      background: var(--gradient-main);
      border: none;
      color: #fff;
      border-radius: 30px;
      padding: 12px 35px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: 0.3s;
      position: relative;
      overflow: hidden;
  }

  .btn-hero-primary:hover {
      box-shadow: 0 0 30px rgba(0, 243, 255, 0.5);
      transform: translateY(-2px);
      color: #fff;
  }

  .btn-hero-secondary {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      border-radius: 30px;
      padding: 12px 35px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: 0.3s;
  }

  .btn-hero-secondary:hover {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.05);
      color: #fff;
  }


  .presale-widget {
      max-width: var(--widget-width);
      margin: 0 auto;
      position: relative;
      background: rgba(10, 10, 15, 0.6);
      backdrop-filter: blur(30px);
      z-index: 1;
      border-radius: var(--soft-radius);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.02);
      overflow: hidden;
  }

  @media (max-width: 768px) {

   
    h1.fw-bold {
        font-size: 1.8rem !important;  
    }

    
    .d-flex.gap-3 {
        flex-direction: column; 
        gap: 15px !important;   
    }

    .btn-hero-primary, 
    .btn-hero-secondary {
        width: 100%;           
        padding: 12px 0;        
        font-size: 15px;        
        display: flex;          
        justify-content: center;
        align-items: center;
    }
}


 
@media (max-width: 576px) {
    .presale-stats {
        
        font-size: 11px !important; 
        
        
        letter-spacing: 0 !important; 
    }
    
   
    .presale-stats span {
        white-space: nowrap;
    }
}


@media (max-width: 768px) {
    
    /* 1. Kutuların kendisi: Biraz daha dolgun */
    .stat-item {
        padding: 20px 5px !important; /* Dikey boşluğu artırdık, yanları kıstık */
        border-radius: 15px;
        height: 100%; /* Kutuların boyu eşit olsun */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* 2. İkon Boyutu: Orta karar (32px) */
    .stat-item .stat-icon {
        font-size: 32px !important; /* Önceki 24px idi, şimdi daha belirgin */
        margin-bottom: 12px !important;
    }

    /* 3. Başlık (H2) Boyutu: Okunabilir ve İddialı (22px) */
    .stat-item h2 {
        font-size: 22px !important; /* Önceki 18px idi, büyüttük */
        margin-bottom: 5px !important;
        font-weight: 800; /* Kalınlık ekledik */
        line-height: 1.1;
    }

    /* 4. Alt Metin (P): Standart okuma boyutu (14px) */
    .stat-item p {
        font-size: 14px !important; /* Önceki 12px idi, büyüttük */
        font-weight: 500;
        opacity: 0.9;
    }
}


  .presale-widget::after {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(0, 243, 255, 0.15) 0%, transparent 60%);
      opacity: 0.4;
      pointer-events: none;
      animation: rotateGlow 20s linear infinite;
  }

  @keyframes rotateGlow {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
  }

  .presale-inner {
      padding: 40px;
      position: relative;
      z-index: 2;
  }


  .countdown-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 30px;
  }

  .time-block {
      flex: 1;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 12px 5px;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: 0.3s;
      backdrop-filter: blur(5px);
  }

  .time-block:hover {
      border-color: rgba(0, 243, 255, 0.3);
      box-shadow: 0 0 20px rgba(0, 243, 255, 0.1) inset;
      transform: translateY(-3px);
  }

  .time-digit {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 2.2rem;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      display: block;
      text-shadow: 0 0 15px rgba(0, 243, 255, 0.4);
  }

  .time-label {
      font-size: 0.7rem;
      color: var(--primary);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-top: 8px;
      display: block;
      font-weight: 700;
      opacity: 0.8;
  }


  .curr-selector-row {
      display: flex;
      gap: 10px;
      margin-bottom: 25px;
  }

  .curr-btn {
      flex: 1;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.05);
      color: #aaa;
      padding: 14px;
      font-weight: 700;
      font-size: 0.9rem;
      transition: 0.3s;
      border-radius: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .curr-btn:hover {
      background: rgba(255, 255, 255, 0.07);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.1);
  }

  .curr-btn.active {
      background: var(--gradient-main);
      border-color: transparent;
      color: #000;
      box-shadow: 0 0 25px rgba(0, 243, 255, 0.4);
  }

  .direct-pay-panel {
      background: rgba(0, 243, 255, 0.02);
      border: 1px dashed rgba(0, 243, 255, 0.2);
      border-radius: 20px;
      padding: 18px;
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 25px;
  }

  .qr-box {
      width: 70px;
      height: 70px;
      background: #fff;
      padding: 4px;
      border-radius: 12px;
      flex-shrink: 0;
  }

  .qr-box img {
      width: 100%;
      height: 100%;
      display: block;
  }

  .wallet-input {
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      border: 1px solid rgba(255, 255, 255, 0.05);
      color: var(--primary);
      font-family: 'Chakra Petch';
      font-size: 0.85rem;
      padding: 8px 35px 8px 12px;
      border-radius: 8px;
      outline: none;
      transition: 0.3s;
  }

  .wallet-input:focus {
      border-color: var(--primary);
      box-shadow: 0 0 10px rgba(0, 243, 255, 0.1);
  }

  .copy-btn {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 35px;
      background: transparent;
      border: none;
      color: #888;
      transition: 0.2s;
      font-size: 1rem;
  }

  .copy-btn:hover {
      color: var(--primary);
  }

  .progress {
      height: 8px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 10px;
      overflow: visible;
  }

  .progress-bar {
      background: var(--gradient-main);
      border-radius: 10px;
      position: relative;
  }

  .progress-bar::after {
      content: '';
      position: absolute;
      right: -5px;
      top: -4px;
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 15px var(--primary);
  }

  .pulse-input {
      background: rgba(255, 255, 255, 0.03) !important;
      border: 1px solid rgba(255, 255, 255, 0.05);
      color: #fff !important;
      width: 100%;
      padding: 0 20px;
      font-family: 'Chakra Petch';
      font-size: 1.2rem;
      border-radius: 20px;
      height: var(--input-height);
      transition: 0.3s;
  }

  .pulse-input:focus {
      border-color: var(--primary);
      outline: none;
      background: rgba(0, 0, 0, 0.5) !important;
      box-shadow: 0 0 20px rgba(0, 243, 255, 0.15) inset;
  }

  .btn-main-action {
      width: 100%;
      background: var(--gradient-main);
      border: none;
      padding: 18px;
      border-radius: 35px;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 1.1rem;
      color: #fff;
      transition: 0.3s;
      margin-top: 15px;
      letter-spacing: 2px;
      position: relative;
      overflow: hidden;
  }

  .btn-main-action:hover {
      box-shadow: 0 0 40px rgba(0, 243, 255, 0.6);
      transform: translateY(-3px);
  }


  section {
      border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  }

  .section-padding {
      padding: var(--section-spacing) 0;
  }

  .stat-item {
      background: var(--glass-bg);
      border: var(--glass-border);
      padding: 30px 20px;
      border-radius: 24px;
      transition: 0.3s;
  }

  .stat-item:hover {
      transform: translateY(-10px);
      border-color: var(--primary);
      box-shadow: 0 10px 30px rgba(0, 243, 255, 0.1);
  }

  .stat-item h2 {
      font-size: 3.5rem;
      margin-bottom: 5px;
      font-family: 'Chakra Petch';
      text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  }

  .stat-icon {
      font-size: 2.2rem;
      margin-bottom: 15px;
      color: var(--primary);
      opacity: 0.9;
      filter: drop-shadow(0 0 10px var(--primary));
  }


  .pulse-frame {
      position: relative;
      padding: 3px;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      border-radius: 35px;
      box-shadow: 0 0 30px rgba(0, 243, 255, 0.2);
  }

  .about-img {
      width: 100%;
      object-fit: cover;
      display: block;
      filter: grayscale(100%) contrast(1.1) brightness(0.9);
      transition: 0.5s;
      border-radius: 32px;
  }

  .pulse-frame:hover .about-img {
      filter: grayscale(0%) contrast(1) brightness(1);
  }

  .htb-card {
      background: var(--glass-bg);
      border: var(--glass-border);
      border-radius: 28px;
      padding: 40px 30px;
      position: relative;
      overflow: hidden;
      transition: 0.4s;
      height: 100%;
      backdrop-filter: blur(10px);
  }

  .htb-card:hover {
      border-color: var(--primary);
      box-shadow: 0 20px 50px rgba(0, 243, 255, 0.15);
      transform: translateY(-10px);
      background: rgba(255, 255, 255, 0.03);
  }

  .htb-num {
      position: absolute;
      top: 0px;
      right: 20px;
      font-size: 6rem;
      font-weight: 900;
      font-family: 'Chakra Petch';
      color: rgba(255, 255, 255, 0.02);
      line-height: 1;
  }

  .htb-icon {
      font-size: 2.5rem;
      color: var(--primary);
      margin-bottom: 25px;
      filter: drop-shadow(0 0 8px var(--primary));
  }

  .htb-title {
      font-size: 1.3rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
  }

  .htb-desc {
      font-size: 0.95rem;
      color: #b0b0b0;
      margin: 0;
      line-height: 1.7;
  }

  #tokenomics {
      padding: 100px 0;
      background: #010103;
      position: relative;
      overflow: hidden;
  }

  #tokenomics::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
      background-size: 40px 40px;
      z-index: 0;
      pointer-events: none;
      opacity: 0.5;
  }

  .token-stats-bar {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 50px;
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
  }

  .ts-item {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 10px 25px;
      border-radius: 30px;
      font-size: 0.9rem;
      color: #ccc;
      display: flex;
      align-items: center;
  }

  .ts-item strong {
      color: #fff;
      margin-left: 8px;
      font-family: 'Chakra Petch';
      font-size: 1rem;
  }

  .ts-icon {
      color: var(--primary);
      margin-right: 10px;
  }

  .chart-container-clean {
      position: relative;
      width: 100%;
      max-width: 450px;
      height: 450px;
      margin: 0 auto;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
      background: rgba(0, 0, 0, 0.2);
  }

  .chart-center-clean {
      position: absolute;
      text-align: center;
      pointer-events: none;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .chart-center-clean h3 {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 2.8rem;
      font-weight: 800;
      color: #fff;
      margin: 0;
      line-height: 1;
      letter-spacing: -1px;
  }

  .chart-center-clean span {
      color: var(--primary);
      font-size: 0.85rem;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: block;
      margin-top: 5px;
  }

  .metrics-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      position: relative;
      z-index: 2;
      height: 100%;
      align-content: center;
  }

  .metric-card {
      background: rgba(20, 20, 20, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.08);
      padding: 20px;
      border-radius: 16px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
  }

  .mc-sold {
      border-left: 4px solid var(--c-sold);
  }

  .mc-advisor {
      border-left: 4px solid var(--c-advisor);
  }

  .mc-reserved {
      border-left: 4px solid var(--c-reserved);
  }

  .mc-community {
      border-left: 4px solid var(--c-community);
  }

  .mc-marketing {
      border-left: 4px solid #b20816;
  }

  .mc-stake {
      border-left: 4px solid #c3c601;
  }


  .metric-card:hover {
      transform: translateY(-5px);
      background: rgba(30, 30, 30, 1);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }

  .mc-percent {
      font-family: 'Chakra Petch';
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 5px;
  }

   .mc-stake  .mc-percent{
      color: #c3c601;
  }

  .mc-marketing .mc-percent {
      color: #b20816;
  }

  .mc-sold .mc-percent {
      color: var(--c-sold);
  }

  .mc-advisor .mc-percent {
      color: var(--c-advisor);
  }

  .mc-reserved .mc-percent {
      color: var(--c-reserved);
  }

  .mc-community .mc-percent {
      color: var(--c-community);
  }

  .mc-label {
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
  }

  .mc-desc {
      font-size: 0.75rem;
      color: #888;
      margin-top: 5px;
  }

  .contract-box-clean {
      margin-top: 40px;
      background: #0a0a0a;
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      position: relative;
      z-index: 2;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
  }

  .c-label {
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #888;
      letter-spacing: 1px;
      font-weight: 700;
  }

  .c-addr-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.3);
      padding: 10px;
      border-radius: 8px;
      margin-top: 10px;
      border: 1px dashed rgba(0, 243, 255, 0.3);
  }

  .c-addr {
      font-family: 'Chakra Petch', monospace;
      font-size: 0.95rem;
      color: var(--primary);
      margin-right: 15px;
      word-break: break-all;
  }

  .c-copy-btn {
      background: rgba(0, 243, 255, 0.1);
      border: none;
      color: var(--primary);
      width: 35px;
      height: 35px;
      border-radius: 6px;
      transition: 0.3s;
      cursor: pointer;
  }

  .c-copy-btn:hover {
      background: var(--primary);
      color: #000;
  }

  @media (max-width: 768px) {
      .metrics-grid {
          grid-template-columns: 1fr;
      }

      .chart-container-clean {
          height: 350px;
          max-width: 350px;
      }
  }


  #roadmap-carousel .owl-stage-outer {
      padding: 35px 0;
      margin: -35px 0;
      z-index: 2;
  }

  .rm-card {
      background: rgba(15, 15, 15, 0.6);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 22px;
      padding: 28px;
      position: relative;
      overflow: hidden;
      transition: 0.4s;
      height: 100%;
  }

  .rm-card:hover {
      transform: translateY(-12px);
      border-color: var(--primary);
      box-shadow: 0 12px 35px rgba(0, 243, 255, 0.15);
      background: rgba(20, 20, 20, 0.9);
  }

  .rm-bg-num {
      position: absolute;
      top: -8px;
      right: 12px;
      font-size: 5.5rem;
      font-weight: 900;
      font-family: 'Chakra Petch';
      color: rgba(255, 255, 255, 0.03);
      line-height: 1;
  }

  .rm-title {
      font-size: 1.4rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 18px;
      text-transform: uppercase;
  }

  .rm-list li {
      font-size: 0.9rem;
      color: #aaa;
      margin-bottom: 10px;
      list-style: none;
      display: flex;
      align-items: center;
  }

  .rm-list li i {
      margin-right: 10px;
      font-size: 0.8rem;
  }

  .status-badge {
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px 10px;
      border-radius: 6px;
  }

  .status-live {
      color: #fff;
      background: var(--gradient-main);
      animation: pulse-badge 2s infinite;
  }

  @keyframes pulse-badge {
      0% {
          box-shadow: 0 0 0 0 rgba(255, 0, 230, 0.7);
      }

      70% {
          box-shadow: 0 0 0 6px rgba(255, 0, 230, 0);
      }

      100% {
          box-shadow: 0 0 0 0 rgba(255, 0, 230, 0);
      }
  }


  .partner-item {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      transition: 0.3s;
  }

  .partner-item:hover {
      border-color: var(--primary);
      box-shadow: 0 0 15px rgba(0, 243, 255, 0.1);
      background: rgba(255, 255, 255, 0.04);
  }

  .partner-logo {
      max-width: 80%;
      max-height: 50px;
      filter: grayscale(100%) opacity(0.6);
      transition: 0.3s;
  }

  .partner-item:hover .partner-logo {
      filter: grayscale(0%) opacity(1);
  }


  #faq {
      background-color: #02020a;
      position: relative;
      padding: 120px 0;
      overflow: hidden;
  }

  #faq::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 80%;
      background: radial-gradient(circle, rgba(0, 243, 255, 0.03) 0%, transparent 70%);
      z-index: 0;
      pointer-events: none;
  }

  .faq-card {
      background: rgba(20, 20, 20, 0.6);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.3s ease;
      height: 100%;
      position: relative;
      z-index: 1;
  }

  .faq-card:hover {
      background: rgba(30, 30, 30, 0.8);
      border-color: rgba(255, 255, 255, 0.2);
  }

  .faq-card.active-faq {
      border-color: var(--primary);
      box-shadow: 0 0 20px rgba(0, 243, 255, 0.15);
      background: rgba(0, 243, 255, 0.03);
  }

  .faq-header {
      padding: 0;
      border: none;
      background: transparent;
  }

  .faq-btn {
      width: 100%;
      text-align: left;
      background: transparent;
      border: none;
      color: #fff;
      padding: 25px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1.05rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: 0.3s;
  }

  .faq-btn:focus {
      outline: none;
  }

  .faq-icon-box {
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      color: var(--secondary);
      font-size: 1.1rem;
      transition: 0.3s;
  }

  .faq-toggle {
      width: 30px;
      height: 30px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: #aaa;
      transition: 0.3s;
  }

  .faq-btn:not(.collapsed) {
      color: var(--primary);
  }

  .faq-btn:not(.collapsed) .faq-icon-box {
      background: var(--primary);
      color: #000;
  }

  .faq-btn:not(.collapsed) .faq-toggle {
      background: var(--primary);
      color: #000;
      transform: rotate(180deg);
  }

  .faq-btn:not(.collapsed) .faq-toggle i::before {
      content: "\f068";
  }

  .faq-body {
      color: #bbb;
      font-size: 0.95rem;
      line-height: 1.7;
      padding: 0 25px 25px 25px;
      padding-left: 80px;
  }




  footer {
      background-color: #010103;
      padding: 80px 0 40px;
      position: relative;
      overflow: hidden;
  }

  footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--primary), var(--secondary), transparent);
      box-shadow: 0 0 20px rgba(0, 243, 255, 0.5);
  }

  .footer-heading {
      font-family: 'Chakra Petch', sans-serif;
      color: #fff;
      font-weight: 700;
      margin-bottom: 25px;
      font-size: 1.2rem;
      letter-spacing: 1px;
  }

  .footer-link {
      display: block;
      color: #888;
      text-decoration: none;
      margin-bottom: 12px;
      font-size: 0.95rem;
      transition: all 0.3s ease;
  }

  .footer-link:hover {
      color: var(--primary);
      transform: translateX(5px);
      text-shadow: 0 0 8px rgba(0, 243, 255, 0.4);
  }

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

  .footer-input {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff;
      width: 100%;
      padding: 12px 15px;
      border-radius: 8px;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.9rem;
      transition: 0.3s;
  }

  .footer-input:focus {
      outline: none;
      border-color: var(--primary);
      background: #000;
  }

  .footer-btn {
      position: absolute;
      right: 5px;
      top: 5px;
      background: var(--gradient-main);
      border: none;
      color: #fff;
      padding: 7px 15px;
      border-radius: 6px;
      font-weight: 700;
      font-size: 0.8rem;
      cursor: pointer;
      transition: 0.3s;
  }

  .footer-btn:hover {
      box-shadow: 0 0 15px var(--primary);
  }

  .social-box a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      color: #fff;
      margin-right: 10px;
      transition: 0.3s;
      text-decoration: none;
      border: 1px solid transparent;
  }

  .social-box a:hover {
      background: var(--primary);
      color: #000;
      box-shadow: 0 0 15px var(--primary);
      transform: translateY(-3px);
  }

  .footer-bottom {
      margin-top: 60px;
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .disclaimer-text {
      font-size: 0.75rem;
      color: #555;
      line-height: 1.6;
      margin-top: 20px;
      text-align: justify;
  }


  #backToTop {
      display: none;
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 9999;
      width: 50px;
      height: 50px;
      border: none;
      border-radius: 50%;
      background: var(--gradient-main);
      color: #fff;
      font-size: 1.2rem;
      cursor: pointer;
      box-shadow: 0 0 20px rgba(0, 243, 255, 0.4);
      transition: all 0.3s ease;
      align-items: center;
      justify-content: center;
  }

  #backToTop:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 30px rgba(255, 0, 230, 0.6);
  }

  .phase-section {
      background-color: #000;
      padding: 60px 0;
      border-bottom: 1px solid #111;
      position: relative;
  }

  .phase-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 15px;
      text-align: center;
      transition: 0.3s;
      position: relative;
      overflow: hidden;
  }


  .phase-card:hover {
      border-color: var(--primary);
      transform: translateY(-5px);
      background: rgba(255, 255, 255, 0.04);
  }


  .phase-card.active-phase {
      background: linear-gradient(180deg, rgba(0, 243, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      border: 1px solid var(--primary);
      box-shadow: 0 0 20px rgba(0, 243, 255, 0.15);
  }


  .phase-card.sold-phase {
      opacity: 0.5;
      border-color: #333;
  }

  .phase-card.sold-phase .phase-price {
      text-decoration: line-through;
      color: #666;
  }


  .phase-title {
      font-size: 0.75rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5px;
      font-weight: 700;
  }

  .phase-price {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 5px;
  }

  .phase-badge {
      font-size: 0.6rem;
      padding: 3px 8px;
      border-radius: 4px;
      text-transform: uppercase;
      font-weight: 700;
      display: inline-block;
  }


  .badge-live {
      background: var(--gradient-main);
      color: #fff;
      box-shadow: 0 0 10px var(--primary);
  }

  .badge-sold {
      background: #222;
      color: #666;
  }

  .badge-next {
      background: rgba(255, 255, 255, 0.1);
      color: #aaa;
  }



  .price-info-box {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 15px;
      margin-bottom: 25px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }


  .price-info-box::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 15%;
      height: 70%;
      width: 1px;
      background: rgba(255, 255, 255, 0.1);
  }

  .price-item {
      flex: 1;
      text-align: center;
  }

  .p-label {
      display: block;
      font-size: 0.7rem;
      color: #888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5px;
      font-weight: 600;
  }

  .p-value {
      font-family: 'Chakra Petch', sans-serif;
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 1;
  }


  .val-current {
      color: var(--primary);
      text-shadow: 0 0 10px rgba(0, 243, 255, 0.3);
  }

  .val-list {
      color: var(--secondary);
  }

  .bg-mult {
      background: #e816e9;
  }