/* ============================================
   GLOBAL PAGE SETTINGS
============================================ */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000;

  /* HIGH-END FONT + ULTRA SMOOTH EDGES */
  font-family: "Anton", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


/* ============================================
   HERO SECTION
============================================ */
.hero {
  position: relative;
  width: 100vw;     /* اصلاح VM → VW */
  height: 20vh;
}

.hero-text {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 11;

  line-height: 2;  /* کنترل فاصله بین خطوط */
  animation: fadeIn 7s ease-in-out forwards;
}

.hero-text h1 {
  font-size: 150px;
  letter-spacing: 1px;
  font-weight: 900;

  /* شیشه‌ای / شفاف */
  color: transparent;

  /* حاشیه سفید ضخیم */
  -webkit-text-stroke: 2px #F44336;

    


  /* حرکت و نمایش */
  line-height: 0.1;
}


.hero-text .big-stats {
  font-size: 45px;
  letter-spacing: 6px;
  font-weight: 900;

  /* شیشه‌ای / شفاف */
  color: transparent;

  /* حاشیه سفید ضخیم */
  -webkit-text-stroke: 2px #F44336;


  display: block;
  margin-top: 20px;
  line-height: 0.5;
}


/* NORMAL TEXT LINES */
.hero-text p {
  font-size: 1.5rem;
  margin-top: 15px;
  opacity: 1;
  line-height: 0.1;
}


/* ============================================
   STREAM BUTTON
============================================ */
.stream-btn {
  margin-top: 20px;
  padding: 22px 50px;
  font-size: 3rem;
  font-weight: 1000;
  border: 3px solid #fff;
  color: #F44336;
  text-decoration: none;
  border-radius: 60px;
  display: inline-block;
  box-shadow: 0 0 15px #fff, 0 0 30px #fff inset;
  transition: 0s ease-in-out;
}

.stream-btn:hover {
  background: #F44336;
  color: #FFF;
  box-shadow: 0 0 25px #F44336;
}
.whitepaper-btn {
  display: block;
  margin: 35px auto 0 auto;
  padding: 8px 60px;
  font-size: 1.5rem;
  font-weight: 800;

  color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  text-decoration: none;
 box-shadow: 0 0 15px #fff, 0 0 30px #fff inset;
  width: fit-content;
  transition: 0s ease-in-out;
}

.whitepaper-btn:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 20px #fff;
}





/* ============================================
   CANVAS BEHIND EVERYT#F44336
============================================ */
canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}


/* ============================================
   SOCIAL FOOTER
============================================ */
.social-footer {
  width: 100%;
  position: fixed;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 50;
  animation: fadeIn 7s ease-in-out forwards;
}

.social-buttons {
  display: flex;
  gap: 20px;
}

.social-btn {
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #B38DFF;   /* ← رنگ طناب اینجاست */
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 10px;
  transition: 0.2s;
  font-weight: 600;
}

.neon {
  box-shadow: 0 0 10px #fff, 0 0 20px #fff inset;
}

.social-btn:hover {
  background: #B38DFF;
  color: #FFF;
  box-shadow: 0 0 20px #B38DFF;
}



/* ============================================
   ANIMATION#F44336
============================================ */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* ============================================
   RESPONSIVE — MOBILE OPTIMIZATION
============================================ */
@media (max-width: 768px) {

  .hero {
    height: 45vh;
  }

  .hero-text h1 {
    font-size: 60px;   /* کوچکتر برای موبایل */
    -webkit-text-stroke: 1.5px #F44336;
  }

  .big-stats {
  font-size: 42px;
  letter-spacing: 3px;

  color: transparent;
  -webkit-text-stroke: 1.5px #F44336;

  font-weight: 900;
  line-height: 0.6;
}


  .hero-text p {
    font-size: 1rem;
    margin-top: 10px;
  }

  .stream-btn {
    padding: 14px 35px;
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .whitepaper-btn {
    font-size: 1.4rem;
    padding: 10px 25px;
    margin-top: 25px;
  }

  canvas {
    width: 100vw;
    height: 100vh;
  }

  .social-footer {
    bottom: 10px;      /* کمی بالاتر روی موبایل */
  }

  .social-btn {
    font-size: 1.1rem;
    padding: 10px 18px;
  }
}
.title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 20px 0;
}

.word {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.connector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  color: #B38DFF;      /* ← رنگ استیکر مطابق رنگ طناب */
}

.connector svg {
  width: 100%;
  height: auto;
  display: block;
}

/* نسخه موبایل */
@media (max-width: 600px) {
  .word {
    font-size: 1.3rem;
  }

  .connector {
    width: 34px;
    height: 18px;
  }
}

