


/* TABLET VIEW */

@media screen and (max-width: 991px) {

    #desktop-nav{
        display: none;
    }

    #mobile-nav{
        display: inherit;
    }

    nav{
    padding: 15px 10px !important;
    }

    nav.scrolled .menu-toggle span {
    background: rgba(255,255,255,0.75);
    }


    /* HERO SECTION */

    .hero-section {
      min-height: 94vh !important; 
      padding: 180px 20px 48px !important;  
    }

    /*  */

  .trust-strip {
    padding: 56px 24px;
  }

  .trust-container {
    flex-direction: column;
    gap: 40px;
  }

  .trust-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .trust-proofs {
    flex-direction: column;
    gap: 24px;
  }

  .trust-anchor h2 {
    max-width: 100%;
    font-size: 1.5rem;
  }

  /*  */

  .ticker-wrapper {
    animation-duration: 30s; /* slower on mobile */
  }
  .ticker-item {
    margin-right: var(--space-lg);
  }
  
  .award-badge svg {
    width: 16px;
    height: 16px;
  }
 


/*  */

.portfolio-section{
  padding: 40px 24px 30px 24px; 
}

.col_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .anim-slide { max-width: 320px; height: 360px; }

  .sl-1 { width: 120px; height: 120px; top: 30%; left: 5%; transform: rotate(-5deg); }
  .sl-2 { width: 160px; height: 70px; top: 38%; left: 36%; transform: rotate(3deg); }
  .sl-3 { width: 90px; height: 60px; top: 55%; left: 28%; transform: rotate(-3deg); }
  .sl-4 { width: 120px; height: 120px; top: 12%; right: 18%; transform: rotate(4deg); }
  .sl-5 { width: 100px; height: 130px; top: 7%; left: 18%; transform: rotate(-2deg); }
  .sl-6 { width: 120px; height: 110px; bottom: -5%; right: 35%; transform: rotate(2deg); }
  .sl-7 { width: 120px; height: 120px; bottom: 10%; right: 10%; transform: rotate(-4deg); }

  .text-box h2 { font-size: 28px; }
  .trust-card h3 {
    font-size: 19px;
  }

  .trust-card p {
    font-size: 16px;
  }


  .copy-trade-list{
  gap: 50px;
  flex-direction: column-reverse;
  padding-top: 30px;
}

/*  */

.how-steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .how-header h2 {
    font-size: 36px;
  }

  /*  */

  .tab-content {
    flex-direction: column;
    align-items: center;
  }

  /*  */

  .stats-cards {
    flex-direction: column;
    align-items: center;
  }

  /*  */

  .footer-top {
    flex-direction: column;
    align-items: center;
  }
  .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .link-column {
    text-align: center;
  }
  .footer-social {
    margin-top: 20px;
  }

  /*  */

  .crypto-info-list{
    flex-direction: column;
  }

  .crypto-text{
    max-width: 100% !important;
  }

  /* CRYPTO TRADING PAGE */

  .trading-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  align-items: center;
}

/*  */

.why-us-list{
  grid-template-columns: 1fr 1fr;
}

/*  */

.w-grid-2{
  grid-template-columns: 1fr;
 
}

.reverse-item{
  display: flex;
  flex-direction: column-reverse;
}
    
}



/* MINI TABLET VIEW */

@media screen and (max-width: 767px) {

    .mobile-fab {
    display: block;

    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(24px);
    opacity: 0;
    pointer-events: none;
    z-index: 888;
    background: linear-gradient(90deg, #c9a24d, #e0b120);
    color: #000;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 32px;

    box-shadow: 0 6px 16px rgba(224,177,32,0.35);

    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(.22,.61,.36,1);
  }

  body.fab-visible .mobile-fab {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }

    .hero-cut{
        display: none;
    }

    .hero-section {
     /* Layout */
    display: flex;
    align-items: flex-start;
    
    min-height: 93vh !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90% 28%;
  }

  .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.0) 0%,
      rgba(0,0,0,0.45) 45%,
      rgba(0,0,0,0.85) 100%
    ),
    linear-gradient(
      to left,
      rgba(0,0,0,0.0) 40%,
      rgba(0,0,0,0.7) 100%
    );
}

.hero-headline{
   
  font-weight: 600 !important; /* bold, commanding */
    font-size: 40px;
    
    
}
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  /*  */

  .trust-section {
  padding: 95px 20px;
}

/*  */

.interest-offer {
  background: var(--color-bg-menu);
  padding: 60px 20px;
}

.offer-container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }

  .apy-image {
    width: 165px;
    height: 165px;
  }

  .apy-rate {
    font-size: 48px;
  }

  .offer-cta {
    justify-content: center;
  }

  /*  */

.news-ticker {
  padding: 40px 0 20px 0px;  
}

/*  */

.portfolio-section{
  padding: 0px 20px 30px 20px; 
}



#portfolio .anim-slide {
        width: 335px;
        height: 337px;
  }

  .col_wrapper{
  display: flex;
  flex-direction: column;
  gap: 40px;
  }

  #portfolio .icon.sl-2.portfolio-crypto {
        width: 34.5%;
    }


    /*  */

      .copy-trade-list{
  gap: 50px;
  flex-direction: column;
  padding-top: 30px;
}

  
.copy-trade-item.text{
  padding-top: 10px;
}

.coins-icon{
  object-fit: cover;
  width: 100%;
}

.copy-title{
  font-size: 23px;
  margin-bottom: 16px;
  
}

/*  */

.tab-btn {
  font-weight: 500;
  padding: 10px 20px;
  font-size: 11px;
  
}

.plan-card {
  padding: 20px;
}

.tab-btn.active::after {
  
  bottom: -6px;
  border-radius: 2px;
}

.live-market-charts {
  padding: 100px 10px;
}



/* CRYPTO TRADING PAGE */

.why-us-list{
  grid-template-columns: 1fr;
}

.community-section{
  padding: 70px 0px;
}

.title-heading{
  font-size: 22px;
}

/*  */

.accordion-header {
  font-size: 0.9rem;
}




/* MOBILE VIEW */

@media screen and (max-width: 480px) {

    .btc-price-wrap{
        display: none;
    }

    .hero-section {
      min-height: 90vh !important; 
      padding: 200px 20px 48px !important;  

    }

    /*  */

    .anim-slide { max-width: 260px; height: 300px; }

    .sl-1 { width: 90px; height: 90px; top: 32%; left: 5%; transform: rotate(-5deg); }
    .sl-2 { width: 120px; height: 50px; top: 40%; left: 33%; transform: rotate(3deg); }
    .sl-3 { width: 70px; height: 50px; top: 56%; left: 28%; transform: rotate(-3deg); }
    .sl-4 { width: 90px; height: 90px; top: 14%; right: 18%; transform: rotate(4deg); }
    .sl-5 { width: 80px; height: 100px; top: 8%; left: 16%; transform: rotate(-2deg); }
    .sl-6 { width: 90px; height: 85px; bottom: -5%; right: 33%; transform: rotate(2deg); }
    .sl-7 { width: 90px; height: 90px; bottom: 12%; right: 10%; transform: rotate(-4deg); }

    .text-box h2 { font-size: 24px; }
    .text-box p { font-size: 13px; }

    .copy-description{
      font-size: 14px;
    }

    .text-box p { font-size: 14px; }

    .copy-trade-list .copy-description{
  padding-bottom: 40px;
}

/*  */

.how-footer {
  font-size: 10px !important;
  
}


}







}

