.ticker {
  width: 100%;
  overflow: hidden;
  background: #2d4fff;
  color: white;
}

.ticker-track{
  display:flex;
  gap:40px;
  white-space:nowrap;
  width:max-content;
  animation:scroll 25s linear infinite;
}

.ticker-track span {
  flex-shrink: 0;
  font-weight: bold;
}

.ticker-track {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  animation: tickerMove 25s linear infinite;
}

@keyframes tickerMove {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}


@keyframes scroll{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}


.hero-video{
position:absolute;
top:50%;
left:50%;
width:120%;
height:120%;
transform:translate(-50%,-50%);
object-fit:cover;
pointer-events:none;
border:none;
}

.hero-logo-shape{
position:relative;
width:300px;
height:320px;
overflow:hidden;
border-radius:22px;
animation:floatY 6s ease-in-out infinite;
}

.market-section{
  background:#000;
}

.market-title{
  text-align:center;
  font-size:72px;
  font-weight:900;
  margin-bottom:60px;
  line-height:1.1;
}

.market-title span{
  color:#1747ff;
}

.market-tabs{
  display:flex;
  gap:20px;
  margin-bottom:40px;
  flex-wrap:wrap;
}

.market-tab{
  background:transparent;
  border:none;
  color:#777;
  font-size:22px;
  cursor:pointer;
  padding:14px 26px;
  border-radius:40px;
  transition:.3s;
}

.market-tab.active{
  background:#151515;
  color:#fff;
}

.market-content{
  display:none;
}

.market-content.active{
  display:block;
}

.market-head,
.market-row{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr 140px;
  align-items:center;
  gap:20px;
}

.market-head{
  padding:18px 14px;
  color:#888;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.market-row{
  padding:24px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:.3s;
}

.market-row:hover{
  background:#0b0b0b;
}

.coin-info{
  display:flex;
  align-items:center;
  gap:16px;
}

.coin-info img{
  width:42px;
  height:42px;
  object-fit:contain;
  background:#fff;
  border-radius:50%;
  padding:5px;
}

.coin-info strong{
  display:block;
  font-size:22px;
}

.coin-info small{
  color:#777;
}

.green{
  color:#19d39a;
  font-weight:700;
}

.chart-mini{
  width:80px;
}

.analyze-btn{
  border:none;
  background:#1747ff;
  color:#fff;
  padding:14px 20px;
  border-radius:40px;
  cursor:pointer;
  font-weight:700;
  transition:.3s;
}

.analyze-btn:hover{
  background:#2f5cff;
  transform:translateY(-2px);
}

.academy-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.academy-card{
  background:#0b0b0b;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:32px;
  transition:.3s;
}

.academy-card:hover{
  transform:translateY(-6px);
  border-color:#1747ff;
}

.academy-card h3{
  font-size:28px;
  margin-bottom:18px;
}

.academy-card p{
  color:#999;
  line-height:1.7;
}

@media(max-width:1100px){

.market-head{
  display:none;
}

.market-row{
  grid-template-columns:1fr;
}

.academy-grid{
  grid-template-columns:1fr;
}

.market-title{
  font-size:52px;
}

}

@media(max-width:700px){

.market-title{
  font-size:38px;
}

.market-tab{
  width:100%;
}

}

/* COPY TRADING SECTION */

.copy-section{
  padding:110px 0;
}

.copy-title{
  text-align:center;
  font-size: clamp(42px,5vw,72px);
  font-weight:900;
  line-height:1;
  letter-spacing:-0.04em;
  margin-bottom:70px;
}

.copy-title span{
  color:#1747ff;
}

.copy-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.copy-card{
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.03),
    rgba(255,255,255,.015)
  );

  border:1px solid rgba(255,255,255,.06);

  border-radius:34px;

  min-height:210px;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  transition:.3s ease;
}

.copy-card:hover{
  transform:translateY(-8px);

  border-color:rgba(23,71,255,.45);

  box-shadow:
  0 20px 40px rgba(23,71,255,.12);
}

.copy-card h3{
  font-size:64px;
  font-weight:900;
  margin-bottom:14px;
}

.copy-card p{
  color:rgba(255,255,255,.55);
  font-size:22px;
}

/* MOBILE */

@media(max-width:900px){

  .copy-grid{
    grid-template-columns:1fr;
  }

  .copy-card{
    min-height:180px;
  }

  .copy-card h3{
    font-size:48px;
  }

}

/* PARTNERS SECTION */

.partners-section{
  padding:120px 0;
}

.partners-title{
  text-align:center;
  font-size: clamp(44px,5vw,76px);
  font-weight:900;
  margin-bottom:80px;
  letter-spacing:-0.04em;
}

.partners-title span{
  color:#1747ff;
}

.partners-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:60px;
}

.partner-card{
  text-align:center;
}

.partner-image{
  width:100%;
  max-width:250px;
  margin:0 auto 30px;
  object-fit:contain;
}

.partner-card h3{
  font-size:48px;
  font-weight:800;
  margin-bottom:28px;
  letter-spacing:-0.03em;
}

.partner-card p{
  color:rgba(255,255,255,.72);
  font-size:22px;
  line-height:1.7;
  max-width:620px;
  margin:0 auto 22px;
}

/* MOBILE */

@media(max-width:980px){

  .partners-grid{
    grid-template-columns:1fr;
    gap:90px;
  }

  .partner-card h3{
    font-size:34px;
  }

  .partner-card p{
    font-size:18px;
  }

}

.partner-image{

  width:100%;
  max-width:250px;

  height:320px; /* IMPORTANTE */

  object-fit:contain;

  display:block;

  margin:0 auto 40px;

}

.partner-card{
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* EVENTS SECTION */

.events-section{
  padding:120px 0;
}

.events-title{
  font-size: clamp(44px,5vw,76px);
  font-weight:900;
  line-height:1.1;
  max-width:980px;
  margin-bottom:70px;
  letter-spacing:-0.04em;
}

.events-title span{
  color:#1747ff;
}

.events-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.event-card{
  position:relative;
  overflow:hidden;
  border-radius:40px;
  min-height:520px;
  cursor:pointer;
}

.event-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.event-card:hover img{
  transform:scale(1.05);
}

.event-overlay{
  position:absolute;
  inset:0;

  background:linear-gradient(
    to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.15),
    transparent
  );
}

.event-content{
  position:absolute;
  left:32px;
  right:32px;
  bottom:32px;
  z-index:2;
}

.event-content h3{
  font-size:42px;
  font-weight:800;
  line-height:1.08;
  letter-spacing:-0.03em;
}

/* MOBILE */

@media(max-width:980px){

  .events-grid{
    grid-template-columns:1fr;
  }

  .event-card{
    min-height:420px;
  }

  .event-content h3{
    font-size:28px;
  }

}

/* HERO SLIDER */

.hero-slider{
  position:relative;
  overflow:hidden;
  background:#000;
}

.slides{
  position:relative;
  width:100%;
  height:85vh;
  min-height:720px;
}

.slide{
  position:absolute;
  width:100%;
  height:85vh;
  min-height:720px;
  inset:0;
  opacity:0;
  transition:opacity 1s ease;
}

.slide.active{
  opacity:1;
  z-index:2;
}

.slide-video,
.slide-image{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}

.overlay{
  position:absolute;
  inset:0;
  background:
  linear-gradient(
    90deg,
    rgba(0,0,0,.88) 15%,
    rgba(0,0,0,.45) 45%,
    rgba(0,0,0,.72) 100%
  );
  z-index:1;
}

.slide-content{
  position:relative;
  z-index:3;
  height:100%;
  display:flex;
  align-items:center;
}

.hero-left{
  max-width:650px;
}

.slider-dots{
  position:absolute;
  bottom:90px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:5;
}

.dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:rgba(255,255,255,.4);
  cursor:pointer;
  transition:.3s;
}

.dot.active{
  background:#fff;
  width:34px;
  border-radius:20px;
}

@media(max-width:768px){

 .slide-content{
  align-items:center;
  padding-bottom:0;
}

  .hero-left{
    max-width:100%;
  }

  .slider-dots{
    bottom:110px;
  }

}

@media(max-width:768px){

  .market-head{
    display:none;
  }

  .market-table{
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  .market-row{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    padding:18px;
    border-radius:22px;
    background:#0b0b0b;
    border:1px solid rgba(255,255,255,.06);
  }

  /* OCULTAR COLUMNAS */
  .market-row > div:nth-child(2),
  .market-row > div:nth-child(4),
  .market-row > div:nth-child(5),
  .market-row > div:nth-child(6),
  .market-row > div:nth-child(7){
    display:none;
  }

  .coin-info{
    flex:1;
    display:flex;
    align-items:center;
    gap:14px;
  }

  .coin-info strong{
    font-size:18px;
  }

  .coin-info small{
    font-size:13px;
  }

  .green{
    font-size:18px;
    font-weight:800;
    white-space:nowrap;
  }

}



.hero-fixed-form{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:4;
  pointer-events:none;
}

.hero-fixed-form .hero-left{
  padding-top:510px;
}

.hero-fixed-form .email-box{
  pointer-events:auto;
}



@media(max-width:768px){

  .hero-fixed-form .hero-left{
    padding-top:450px;
  }

}


@media(max-width:768px){

  .hero-fixed-form .hero-left{
    padding-top:470px;
  }

  .hero-fixed-form .email-box{
    display:flex;
    flex-direction:row;
    width:100%;
    max-width:360px;
    margin:0 auto;
    border-radius:18px;
    overflow:hidden;
  }

  .hero-fixed-form .email-box input{
    width:65%;
    height:55px;
    padding:0 18px;
    font-size:16px;
  }

  .hero-fixed-form .email-box button{
    width:35%;
    height:55px;
    font-size:16px;
  }

}

.title-xl,
.market-title,
.copy-title,
.partners-title,
.events-title,
.title-lg,
.title-md{
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
}

/* BINGX STYLE */

.new-traders-box{
  border:1px solid rgba(255,255,255,.06);
  border-radius:28px;
  padding:28px;
  background:#050505;
  overflow:hidden;
}

.new-traders-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:22px;
}

.tabs-head{
  display:flex;
  gap:24px;
}

.head-tab{
  border:none;
  background:none;
  color:#8a8a8a;
  font-size:20px;
  font-weight:700;
  cursor:pointer;
  padding-bottom:12px;
}

.head-tab.active{
  color:#fff;
  border-bottom:2px solid #fff;
}

.search-trader input{
  width:240px;
  height:40px;
  background:#0d0d0d;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  color:#fff;
  padding:0 15px;
}

.new-title{
  font-size:18px;
  font-weight:700;
  margin-bottom:20px;
}


.new-traders-grid{
   display:flex;
   gap:10px;
   overflow:hidden;

   width:fit-content;

   margin-left:auto;
   margin-right:auto;
}

.new-trader-card{
   width:300px;
   min-width:300px;
   max-width:300px;

   height:84px;

   flex-shrink:0;

   border-radius:18px;

   background:linear-gradient(
      90deg,
      #121212,
      #0a0a0a
   );

   border:1px solid rgba(255,255,255,.06);

   padding:14px 16px;

   display:flex;
   align-items:center;
}

.new-trader-card:hover{
  border-color:#1747ff;
}

.trader-top-row{
  display:flex;
  align-items:center;
  width:100%;
}

.trader-avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#1b1b1b;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:20px;
  flex-shrink:0;
}

.trader-data{
  margin-left:14px;
}

.trader-data h4{
  font-size:18px;
  margin:0;
}

.trader-data p{
  margin-top:2px;
  font-size:14px;
  color:#888;
}

.trader-profit{
  margin-left:auto;
  color:#18d18a;
  font-size:18px;
  font-weight:700;
  white-space:nowrap;
}

.trader-arrow{
  margin-left:14px;
  color:#888;
  font-size:22px;
}

@media(max-width:1100px){

  .new-traders-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .new-traders-grid{
    grid-template-columns:1fr;
  }

  .new-traders-header{
    flex-direction:column;
    gap:15px;
    align-items:flex-start;
  }

}

.trader-tools{
  display:flex;
  align-items:center;
  gap:14px;
}

.tool-icons{
  display:flex;
  gap:10px;
}

.tool-btn{
  width:38px;
  height:38px;
  border:none;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font-size:18px;
}

.tool-btn:hover{
  color:#1747ff;
}

.apply-trader{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;

  margin-bottom:20px;

  font-size:14px;
  font-weight:600;
  position: relative;
  top: -40px;

  color:#fff;
}

.apply-icon{
  color:#fff;
}

.apply-arrow{
  width:22px;
  height:22px;

  border-radius:50%;

  background:#1b1b1b;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:12px;
}

.trader-slider-nav{
  position:relative;
  width:100%;
}

#prevTraderBtn{
  position:absolute;
  left:-15px;
  top:40px;
}

#nextTraderBtn{
  position:absolute;
  right:-15px;
  top:40px;
}

.slider-btn{
  width:42px;
  height:42px;
  border-radius:50%;
  border:none;
  cursor:pointer;

  background:#171717;
  color:#fff;

  font-size:22px;
  transition:.3s;
  
}

.slider-btn:hover{
  background:#1747ff;
}

.slider-btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}




/*==========================
POPUP LIDER
==========================*/

.leader-popup{

position:fixed;

inset:0;

display:none;

align-items:center;

justify-content:center;

background:rgba(0,0,0,.75);

backdrop-filter:blur(8px);

z-index:99999;

}

.leader-popup-box{

width:700px;

max-width:92%;

background:#0d0d0d;

border-radius:24px;

padding:35px;

position:relative;

border:1px solid rgba(255,255,255,.08);

animation:popupShow .3s;

}

.leader-close{

position:absolute;

top:18px;

right:22px;

font-size:30px;

cursor:pointer;

color:#fff;

}

.leader-header{

display:flex;

align-items:center;

gap:25px;

margin-bottom:25px;

}

.leader-photo{

width:90px;

height:90px;

border-radius:50%;

background:#1c1c1c;

display:flex;

align-items:center;

justify-content:center;

font-size:46px;

}

.leader-header h2{

margin:0;

font-size:34px;

}

.leader-header p{

margin-top:6px;

color:#888;

}

.leader-roi{

font-size:58px;

font-weight:900;

color:#19d39a;

margin-bottom:20px;

}

.leader-chart{

margin-bottom:30px;

}

.leader-chart svg{

width:100%;

}

.leader-info{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.leader-info div{

background:#171717;

padding:18px;

border-radius:14px;

}

.leader-info small{

display:block;

color:#888;

margin-bottom:8px;

}

.leader-info strong{

font-size:24px;

}

@keyframes popupShow{

from{

opacity:0;

transform:scale(.9);

}

to{

opacity:1;

transform:scale(1);

}

}

/*=========================================
        POPUP TRADER PREMIUM V2
=========================================*/

.leader-popup{

position:fixed;
inset:0;
display:none;
justify-content:center;
align-items:center;
background:rgba(0,0,0,.72);
backdrop-filter:blur(8px);
z-index:999999;

}

.leader-window{

width:1180px;
max-width:95%;
height:720px;

background:#101318;

border-radius:22px;

display:flex;

overflow:hidden;

border:1px solid rgba(255,255,255,.08);

box-shadow:
0 25px 60px rgba(0,0,0,.6);

animation:popupShow .35s;

}

@keyframes popupShow{

from{

opacity:0;
transform:scale(.95);

}

to{

opacity:1;
transform:scale(1);

}

}

.leader-close{

position:absolute;

right:35px;
top:25px;

font-size:34px;

cursor:pointer;

color:#aaa;

transition:.3s;

}

.leader-close:hover{

color:#fff;

}

.leader-left{

width:34%;

padding:55px 35px;

border-right:1px solid rgba(255,255,255,.06);

display:flex;

flex-direction:column;

align-items:center;

}

.leader-photo{

width:180px;
height:180px;

border-radius:50%;

object-fit:cover;

margin-bottom:25px;

border:4px solid #1b63ff;

}

.leader-left h2{

font-size:42px;

margin-bottom:8px;

}

.leader-left p{

color:#999;

margin-bottom:22px;

}

.leader-badge{

padding:8px 20px;

border-radius:40px;

background:#173cff;

font-weight:700;

margin-bottom:22px;

}

.leader-roi{

font-size:60px;

font-weight:900;

color:#1ed760;

margin-bottom:6px;

}

.leader-left small{

color:#888;

margin-bottom:35px;

}

.leader-stats-mini{

display:flex;

gap:25px;

text-align:center;

margin-top:20px;

}

.leader-stats-mini strong{

display:block;

font-size:30px;

}

.leader-stats-mini span{

font-size:14px;

color:#8b8b8b;

}

.leader-right{

flex:1;

padding:45px;

overflow:auto;

}

.leader-right h3{

font-size:30px;

margin-bottom:20px;

}

.leader-chart{

height:260px;

border-radius:18px;

background:#151a20;

margin-bottom:35px;

}

.leader-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

margin-bottom:35px;

}

.leader-grid div{

background:#171d25;

padding:18px;

border-radius:14px;

}

.leader-grid small{

display:block;

color:#888;

margin-bottom:8px;

}

.leader-grid strong{

font-size:28px;

}

.leader-assets{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:18px;

}

.leader-assets div{

background:#171d25;

padding:18px;

border-radius:14px;

text-align:center;

font-weight:600;

}

.leader-assets strong{

display:block;

margin-top:10px;

font-size:24px;

color:#1ed760;

}

/*=========================================
  BLOQUEO DE SCROLL Y PROTECCIÓN FOTO POPUP
=========================================*/

html.popup-open,
body.popup-open{
  overflow:hidden;
}

.leader-popup{
  overflow:hidden;
  overscroll-behavior:contain;
}

.leader-window{
  height:min(720px, calc(100vh - 32px));
  max-height:calc(100vh - 32px);
}

.leader-photo{
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-drag:none;
  -webkit-touch-callout:none;
}

/* ==============================
   RESPONSIVE POPUP TRADER MOBILE
============================== */

@media (max-width: 768px){

  .leader-popup{
    align-items:flex-start;
    justify-content:center;
    padding:12px;
    overflow-y:auto;
    overflow-x:hidden;
  }

  .leader-window{
    width:100%;
    max-width:420px;
    height:auto;
    max-height:calc(100dvh - 24px);

    display:flex;
    flex-direction:column;

    overflow-y:auto;
    overflow-x:hidden;

    border-radius:18px;
  }

  .leader-close{
    position:fixed;
    top:14px;
    right:18px;
    z-index:9999999;
    font-size:30px;
  }

  .leader-left{
    width:100%;
    padding:28px 18px 24px;

    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .leader-photo{
    width:115px;
    height:115px;
    margin-bottom:16px;
  }

  .leader-left h2{
    font-size:32px;
    text-align:center;
  }

  .leader-left p{
    font-size:15px;
    margin-bottom:14px;
  }

  .leader-badge{
    font-size:14px;
    padding:8px 18px;
    margin-bottom:18px;
  }

  .leader-roi{
    font-size:48px;
    line-height:1;
    text-align:center;
  }

  .leader-left small{
    text-align:center;
    margin-bottom:18px;
  }

  .leader-stats-mini{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:8px;
    margin-top:18px;
  }

  .leader-stats-mini strong{
    font-size:23px;
  }

  .leader-stats-mini span{
    font-size:12px;
    line-height:1.2;
  }

  .leader-right{
    width:100%;
    padding:24px 18px 28px;
    overflow:visible;
  }

  .leader-right h3{
    font-size:28px;
    line-height:1.05;
    margin-bottom:18px;
  }

  .leader-chart{
    width:100%;
    height:190px;
    margin-bottom:28px;
    overflow:hidden;
  }

  .leader-chart svg{
    width:100%;
    height:100%;
  }

  .leader-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
  }

  .leader-grid div{
    padding:15px;
  }

  .leader-grid strong{
    font-size:22px;
  }

  .leader-assets{
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
  }

  .leader-assets div{
    padding:15px 10px;
    font-size:13px;
  }

  .leader-assets strong{
    font-size:20px;
  }
}

@media (max-width: 380px){

  .leader-photo{
    width:100px;
    height:100px;
  }

  .leader-roi{
    font-size:42px;
  }

  .leader-stats-mini{
    grid-template-columns:1fr;
  }

  .leader-grid,
  .leader-assets{
    grid-template-columns:1fr;
  }
}


@media (max-width: 768px){

  .leader-right h3{
    font-size: clamp(20px, 5.5vw, 24px);
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }

}

@media (max-width: 360px){

  .leader-right h3{
    font-size: 19px;
  }

}

/* =========================================================
   CORRECCIÓN RESPONSIVE: NUEVOS TRADERS
   ========================================================= */

/* Las tarjetas ocupan exactamente el ancho disponible. */
.new-traders-grid{
  width:100% !important;
  max-width:100%;
  margin:0 !important;
  display:flex;
  gap:10px;
  overflow:hidden;
}

.new-trader-card{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  flex:1 1 0;
}

@media (max-width:1100px){
  .new-traders-box{
    padding:22px;
  }
}

@media (max-width:768px){
  .new-traders-box{
    padding:20px 14px;
    border-radius:22px;
  }

  .new-traders-header{
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    margin-bottom:22px;
  }

  .tabs-head{
    width:100%;
  }

  .trader-tools{
    width:100%;
    display:grid;
    grid-template-columns:auto minmax(0, 1fr);
    gap:10px;
  }

  .tool-icons{
    flex-shrink:0;
  }

  .search-trader,
  .search-trader input{
    width:100%;
    min-width:0;
  }

  .traders-top-row{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    margin-bottom:16px;
  }

  .new-title{
    margin:0;
  }

  .right-actions{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }

  .apply-trader{
    position:static !important;
    top:auto !important;
    width:100%;
    margin:0 !important;
    justify-content:flex-start;
    line-height:1.35;
  }

  .trader-slider-nav{
    position:static;
    width:100%;
    display:flex;
    justify-content:flex-end;
    gap:10px;
  }

  #prevTraderBtn,
  #nextTraderBtn{
    position:static !important;
    inset:auto !important;
  }

  .slider-btn{
    width:40px;
    height:40px;
    flex:0 0 40px;
  }

  .new-traders-grid{
    width:100% !important;
    gap:0;
  }

  .new-trader-card{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    height:auto;
    min-height:84px;
    padding:14px 12px;
  }

  .trader-avatar{
    width:46px;
    height:46px;
    flex-basis:46px;
    font-size:18px;
  }

  .trader-data{
    min-width:0;
    margin-left:10px;
  }

  .trader-data h4,
  .trader-data p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .trader-data h4{
    font-size:17px;
  }

  .trader-data p{
    font-size:13px;
  }

  .trader-profit{
    margin-left:auto;
    padding-left:8px;
    font-size:16px;
  }

  .trader-arrow{
    margin-left:8px;
  }
}

.bridge-box {
  background: #000000 !important;
}

/* BOX DE LA IMAGEN JUNTO AL FORMULARIO */
.form-wrap .form-art,
.form-wrap .form-art.panel {
  background: #000000 !important;
  background-image: none !important;

  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 28px !important;

  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35) !important;
}

/* PEGAR EL CARRUSEL DE PRECIOS AL HERO */
.hero-slider > .ticker {
  margin-top: 0 !important;
  position: relative;
  z-index: 10;
}

/* =====================================================
   BROKERS ALIADOS - FUNDING DREAMERS
===================================================== */

.fd-brokers-section {
  position: relative;
  overflow: hidden;
  padding: 115px 0 70px;
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(23, 71, 255, 0.13),
      transparent 34%
    ),
    #020305;
  isolation: isolate;
}


/* CUADRÍCULA INFERIOR */

.fd-brokers-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;

  background-image:
    linear-gradient(
      rgba(23, 71, 255, 0.11) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(23, 71, 255, 0.11) 1px,
      transparent 1px
    );

  background-size: 48px 48px;

  transform:
    perspective(440px)
    rotateX(64deg)
    scale(1.45);

  transform-origin: bottom;
  opacity: 0.25;
  pointer-events: none;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      rgba(0, 0, 0, 0.8)
    );

  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      rgba(0, 0, 0, 0.8)
    );

  z-index: -2;
}


/* ESFERAS DECORATIVAS */

.fd-brokers-orb {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;

  background:
    radial-gradient(
      circle at 35% 35%,
      rgba(53, 108, 255, 0.68),
      rgba(16, 55, 170, 0.3) 35%,
      rgba(4, 10, 32, 0.05) 68%,
      transparent 72%
    );

  filter: blur(2px);
  opacity: 0.38;
}

.fd-brokers-orb-left {
  left: -310px;
  top: 60px;
}

.fd-brokers-orb-right {
  right: -300px;
  top: 45px;
}


/* ENCABEZADO */

.fd-brokers-heading {
  max-width: 850px;
  margin: 0 auto 56px;
  text-align: center;
}

.fd-brokers-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 9px 18px;

  border: 1px solid rgba(52, 120, 255, 0.38);
  border-radius: 999px;

  background: rgba(10, 25, 55, 0.65);
  color: #54a2ff;

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fd-brokers-heading h2 {
  margin: 0;
  color: #fff;

  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
}

.fd-brokers-heading p {
  max-width: 780px;
  margin: 20px auto 0;

  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
  line-height: 1.65;
}

.fd-brokers-heading p strong {
  color: #2196ff;
}


/* GRID */

.fd-brokers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;

  width: min(100%, 1020px);
  margin: 0 auto;
}


/* CARD */

.fd-broker-card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;

  min-height: 520px;
  padding: 34px 30px 30px;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(23, 71, 255, 0.15),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(9, 21, 43, 0.92),
      rgba(3, 8, 18, 0.96)
    );

  border: 1px solid rgba(51, 132, 255, 0.55);
  border-radius: 27px;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.fd-broker-card::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;

  width: 330px;
  height: 250px;

  transform: translateX(-50%);

  background: rgba(23, 91, 255, 0.17);
  filter: blur(80px);

  pointer-events: none;
}

.fd-broker-card::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -120%;

  width: 45%;
  height: 145%;

  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.055),
    rgba(69, 139, 255, 0.13),
    transparent
  );

  transform: skewX(-20deg);
  transition: left 0.85s ease;
  pointer-events: none;
}

.fd-broker-card:hover {
  transform: translateY(-9px);

  border-color: rgba(63, 145, 255, 0.95);

  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.58),
    0 0 40px rgba(23, 71, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.fd-broker-card:hover::after {
  left: 150%;
}


/* LOGOS */

.fd-broker-logo-wrap {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 190px;
  height: 130px;
  margin-bottom: 12px;
}

.fd-broker-logo {
  display: block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}


/* TÍTULO Y DESCRIPCIÓN */

.fd-broker-card h3 {
  position: relative;
  z-index: 2;

  margin: 8px 0 15px;

  color: #fff;
  font-size: clamp(29px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.fd-broker-description {
  position: relative;
  z-index: 2;

  max-width: 440px;
  margin: 0 auto;

  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.62;
}


/* LÍNEA */

.fd-broker-line {
  position: relative;
  z-index: 2;

  width: 110px;
  height: 2px;
  margin: 24px auto;

  background: linear-gradient(
    90deg,
    transparent,
    #1f74ff,
    transparent
  );

  box-shadow: 0 0 15px rgba(31, 116, 255, 0.65);
}

.fd-broker-infinox .fd-broker-line {
  background: linear-gradient(
    90deg,
    transparent,
    #ffcc29,
    transparent
  );

  box-shadow: 0 0 15px rgba(255, 204, 41, 0.42);
}


/* CARACTERÍSTICAS */

.fd-broker-features {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;

  width: 100%;
  margin-top: auto;
  margin-bottom: 22px;
}

.fd-broker-feature {
  min-height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 10px 8px;

  border: 1px solid rgba(95, 143, 211, 0.2);
  border-radius: 12px;

  background: rgba(5, 13, 27, 0.75);

  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.fd-feature-icon {
  flex: 0 0 auto;
  color: #2798ff;
  font-size: 20px;
  line-height: 1;
}

.fd-broker-infinox .fd-feature-icon {
  color: #ffd02a;
}


/* BOTÓN */

.fd-broker-button {
  position: relative;
  z-index: 2;

  width: 100%;
  min-height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  padding: 13px 22px;

  border: 1px solid rgba(60, 140, 255, 0.62);
  border-radius: 12px;

  background: linear-gradient(
    180deg,
    #1764ff,
    #0739bd
  );

  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 30px rgba(23, 71, 255, 0.17);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.fd-broker-button span {
  font-size: 22px;
  transition: transform 0.25s ease;
}

.fd-broker-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 36px rgba(23, 71, 255, 0.28);
}

.fd-broker-button:hover span {
  transform: translateX(5px);
}


/* MENSAJE INFERIOR */

.fd-brokers-trust {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  margin-top: 48px;

  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.fd-brokers-trust p {
  margin: 0;
  font-size: 16px;
}

.fd-trust-icon {
  color: #218dff;
  font-size: 25px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 980px) {

  .fd-brokers-section {
    padding: 90px 0 65px;
  }

  .fd-brokers-grid {
    gap: 22px;
  }

  .fd-broker-card {
    padding: 30px 20px 24px;
  }

  .fd-broker-feature {
    font-size: 12px;
  }
}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 760px) {

  .fd-brokers-section {
    padding: 75px 0 48px;
  }

  .fd-brokers-heading {
    margin-bottom: 34px;
  }

  .fd-brokers-badge {
    margin-bottom: 16px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .fd-brokers-heading h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .fd-brokers-heading p {
    margin-top: 16px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.55;
  }

  .fd-brokers-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .fd-broker-card {
    min-height: auto;
    padding: 28px 18px 18px;
    border-radius: 22px;
  }

  .fd-broker-card:hover {
    transform: none;
  }

  .fd-broker-logo-wrap {
    width: 145px;
    height: 100px;
    margin-bottom: 5px;
  }

  .fd-broker-logo {
    max-width: 130px;
    max-height: 90px;
  }

  .fd-broker-card h3 {
    margin-top: 6px;
    font-size: 29px;
  }

  .fd-broker-description {
    font-size: 14px;
    line-height: 1.55;
  }

  .fd-broker-line {
    margin: 19px auto;
  }

  .fd-broker-features {
    gap: 7px;
    margin-bottom: 16px;
  }

  .fd-broker-feature {
    min-height: 62px;
    padding: 8px 5px;
    gap: 5px;
    font-size: 10px;
    border-radius: 10px;
  }

  .fd-feature-icon {
    font-size: 16px;
  }

  .fd-broker-button {
    min-height: 50px;
    font-size: 14px;
  }

  .fd-brokers-trust {
    align-items: flex-start;
    margin-top: 32px;
    padding: 0 12px;
  }

  .fd-brokers-trust p {
    font-size: 13px;
    line-height: 1.45;
  }

  .fd-trust-icon {
    font-size: 20px;
  }

  .fd-brokers-orb {
    width: 270px;
    height: 270px;
  }

  .fd-brokers-orb-left {
    left: -220px;
  }

  .fd-brokers-orb-right {
    right: -220px;
  }
}


/* RESPETAR CONFIGURACIÓN DE MOVIMIENTO */

@media (prefers-reduced-motion: reduce) {

  .fd-broker-card,
  .fd-broker-card::after,
  .fd-broker-button,
  .fd-broker-button span {
    transition: none;
  }
}

/* FONDO GENERAL NEGRO EN BROKERS */
.fd-brokers-section {
  background: #000000 !important;
}

/* QUITAR CUADRÍCULA Y LUCES DECORATIVAS DEL FONDO GENERAL */
.fd-brokers-section::before,
.fd-brokers-orb {
  display: none !important;
}

@media (max-width: 720px) {
  #fd-loader .fd-panel h1 {
    font-size: 20px;
    line-height: 1.2;
    margin: 6px 0 8px;
    text-align: center;
    letter-spacing: 0.04em;
  }
}

/* Funding dreamers h1 loader */

@media (max-width: 420px) {
  #fd-loader .fd-panel h1 {
    font-size: 17px;
    margin: 4px 0 6px;
  }
}

/* =====================================================
   POPUP DE ÉXITO
   ===================================================== */

html.success-popup-open,
body.success-popup-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.success-popup-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  touch-action: none;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  overflow: hidden;
  overscroll-behavior: contain;

  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup-box {
  position: relative;
  overflow: hidden;

  width: min(100%, 540px);
  padding: 48px 42px 38px;

  text-align: center;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(23, 71, 255, 0.13),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #101318 0%,
      #080a0f 100%
    );

  border: 1px solid rgba(47, 92, 255, 0.85);
  border-radius: 30px;

  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.65),
    0 0 34px rgba(23, 71, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transform: translateY(18px) scale(0.96);
  transition: transform 0.32s cubic-bezier(.2, .8, .2, 1);
}

.popup-overlay.is-visible .popup-box {
  transform: translateY(0) scale(1);
}

.success-visual {
  position: relative;
  width: 210px;
  height: 180px;
  margin: 0 auto 18px;
}

.check-icon {
  position: absolute;
  top: 10px;
  left: 50%;

  width: 142px;
  height: 142px;

  transform: translateX(-50%);

  display: grid;
  place-items: center;

  border: 3px solid #ffffff;
  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(25, 211, 154, 0.12),
      transparent 64%
    );

  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.38),
    0 0 42px rgba(255, 255, 255, 0.12),
    inset 0 0 22px rgba(255, 255, 255, 0.04);
}

.check-icon span {
  display: block;
  color: #19d39a;
  font-size: 86px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-4px);
  text-shadow: 0 0 18px rgba(25, 211, 154, 0.42);
}

.success-star {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.78);
  animation: successTwinkle 1.8s ease-in-out infinite;
}

.star-1 {
  top: 26px;
  left: 12px;
  font-size: 25px;
}

.star-2 {
  top: 20px;
  right: 8px;
  font-size: 27px;
  animation-delay: 0.3s;
}

.star-3 {
  right: 15px;
  bottom: 18px;
  font-size: 24px;
  animation-delay: 0.65s;
}

.star-4 {
  left: 2px;
  bottom: 45px;
  font-size: 24px;
  animation-delay: 0.9s;
}

.star-5 {
  right: 3px;
  top: 78px;
  font-size: 23px;
  animation-delay: 1.15s;
}

.popup-box h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(42px, 7vw, 62px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.045em;
}

.popup-box p {
  max-width: 390px;
  margin: 0 auto 30px;

  color: rgba(255, 255, 255, 0.64);
  font-size: 20px;
  line-height: 1.55;
}

.popup-box button {
  width: min(100%, 360px);
  min-height: 58px;

  border: 1px solid rgba(96, 133, 255, 0.7);
  border-radius: 14px;

  background: linear-gradient(
    180deg,
    #2f5cff 0%,
    #1747ff 100%
  );

  color: #ffffff;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 30px rgba(23, 71, 255, 0.28);

  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.popup-box button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 36px rgba(23, 71, 255, 0.38);
}

.popup-box button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.popup-box button:active {
  transform: translateY(0);
}

@keyframes successTwinkle {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 600px) {
  .popup-overlay {
    padding: 16px;
  }

  .popup-box {
    width: 100%;
    padding: 34px 20px 24px;
    border-radius: 24px;
  }

  .success-visual {
    width: 188px;
    height: 158px;
    margin-bottom: 10px;
  }

  .check-icon {
    width: 124px;
    height: 124px;
  }

  .check-icon span {
    font-size: 74px;
  }

  .popup-box h2 {
    font-size: clamp(40px, 13vw, 52px);
  }

  .popup-box p {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .popup-box button {
    width: 100%;
    min-height: 54px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .popup-overlay,
  .popup-box,
  .popup-box button,
  .success-star {
    animation: none !important;
    transition: none !important;
  }
}

.academy-card {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.academy-card h3 {
  margin-bottom: 0;
}
