
.howto-hero{
  margin:24px 0 28px;
  padding:34px;
  border-radius:28px;
  border:1px solid rgba(37,223,240,.34);
  background:linear-gradient(145deg,rgba(18,36,63,.96),rgba(8,21,36,.96));
  box-shadow:0 24px 64px rgba(0,0,0,.26);
}
.howto-hero .eyebrow{
  color:#f4b63b;
  text-transform:uppercase;
  font-size:13px;
  font-weight:900;
  letter-spacing:2px;
}
.howto-hero h1{
  margin:10px 0 12px;
  color:#f4f7ff;
  font-size:clamp(44px,7vw,86px);
  line-height:.96;
  letter-spacing:-2px;
}
.howto-hero p{
  margin:0;
  max-width:900px;
  color:#c6d6f1;
  font-size:20px;
  line-height:1.5;
}
.howto-section{
  margin:30px 0 42px;
}
.howto-section-head{
  margin:0 0 18px;
}
.howto-section-head h2{
  margin:0 0 8px;
  color:#f4f7ff;
  font-size:clamp(32px,4vw,52px);
  line-height:1.05;
  letter-spacing:-1px;
}
.howto-section-head p{
  margin:0;
  color:#b8c8e2;
  font-size:18px;
  line-height:1.45;
  max-width:900px;
}
.howto-columns{
  display:grid;
  gap:22px;
  align-items:start;
}
.howto-columns.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.howto-columns.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.howto-card{
  min-width:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(37,223,240,.28);
  background:rgba(11,25,45,.68);
  box-shadow:0 18px 54px rgba(0,0,0,.25);
}
.howto-card h3{
  margin:0;
  padding:18px 18px 6px;
  color:#f4f7ff;
  font-size:24px;
  line-height:1.15;
}
.howto-card p{
  margin:0;
  padding:0 18px 16px;
  color:#b8c8e2;
  font-size:15px;
  line-height:1.42;
}
.howto-card img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  border-radius:0 0 22px 22px;
}
.howto-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:34px 0 10px;
}
.howto-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 20px;
  border-radius:999px;
  background:#f4b63b;
  color:#26334c;
  text-decoration:none;
  font-weight:900;
}
.howto-actions a.secondary{
  background:#152a4f;
  color:#eaf1ff;
  border:1px solid rgba(255,255,255,.16);
}
html,body{
  max-width:100%;
  overflow-x:hidden;
}
@media(max-width:980px){
  .howto-columns.cols-3{grid-template-columns:1fr}
}
@media(max-width:760px){
  .howto-hero{
    margin-top:16px;
    padding:22px;
    border-radius:22px;
  }
  .howto-hero h1{
    font-size:40px;
    letter-spacing:-1px;
  }
  .howto-hero p{
    font-size:17px;
  }
  .howto-section{
    margin:24px 0 32px;
  }
  .howto-columns.cols-2,
  .howto-columns.cols-3{
    grid-template-columns:1fr;
    gap:16px;
  }
  .howto-section-head h2{
    font-size:31px;
  }
  .howto-section-head p{
    font-size:16px;
  }
  .howto-card{
    border-radius:18px;
  }
  .howto-card h3{
    padding:14px 14px 5px;
    font-size:20px;
  }
  .howto-card p{
    padding:0 14px 12px;
    font-size:14px;
  }
  .howto-card img{
    border-radius:0 0 17px 17px;
  }
}


/* ComoJugar MenuZIndex v135 */
@media(max-width:760px){
  header{overflow:visible!important;z-index:9990!important}
  header .brand{position:relative!important;z-index:1!important}
  header .brand-logo{position:relative!important;z-index:1!important}
  .nav-toggle-check{z-index:10001!important}
  .nav-toggle-label{position:relative!important;z-index:10002!important}
  header nav{z-index:10000!important;top:calc(100% + 8px)!important}
  .nav-toggle-check:checked~nav{display:grid!important}
}



/* MenuMovil FrenteHero v136: el desplegable se pinta fijo sobre hero/logos/cards */
@media(max-width:760px){
  header{position:relative!important;overflow:visible!important;z-index:2147483000!important;isolation:isolate!important}
  .nav-toggle-label{z-index:2147483002!important}
  header nav{position:fixed!important;z-index:2147483001!important;top:calc(env(safe-area-inset-top,0px) + 76px)!important;left:24px!important;right:24px!important;transform:none!important}
}
