
/* HumanPro — Index Tools WOW (imponente + responsive) */
.tools-showcase{
  position:relative;
  padding:84px 0 96px;
}
.tools-showcase .container{max-width:1200px;}
.tools-showcase::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(700px 320px at 18% 10%, rgba(0,245,255,.18), transparent 55%),
    radial-gradient(620px 340px at 82% 18%, rgba(79,57,246,.18), transparent 60%);
  pointer-events:none;
}
.tools-showcase-header{
  text-align:center;
  max-width:820px;
  margin:0 auto 28px;
  position:relative;
  z-index:1;
}
.tools-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 18px;
  border-radius:999px;
  font-weight:700;
  font-size:13px;
  letter-spacing:.02em;
  color:#10b981;
  border:1px solid rgba(16,185,129,.35);
  background: rgba(16,185,129,.12);
  margin-bottom:14px;
}
.tools-showcase-header h2{
  font-size:32px;
  line-height:1.15;
  margin:0 0 10px;
  color:#fff;
}
.tools-showcase-header .gradient-text{
  background: linear-gradient(120deg, #00f5ff, #4f39f6);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.tools-showcase-header p{
  color:rgba(255,255,255,.72);
  font-size:16px;
  margin:0;
}
@media (max-width: 680px){
  .tools-showcase-header h2{ font-size:26px; }
  .tools-showcase-header p{ font-size:14px; }
}
.hp-tools-top{display:grid; grid-template-columns: 1.25fr .75fr; gap:18px; align-items:stretch;}
@media (max-width: 980px){ .hp-tools-top{grid-template-columns:1fr; } }

.hp-tools-feature{
  position:relative;
  border-radius:22px;
  padding:26px 26px 22px;
  background: linear-gradient(160deg, rgba(12,18,40,.82), rgba(8,12,28,.72));
  border:1px solid rgba(0,245,255,.12);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  overflow:hidden;
}
.hp-tools-feature:before{
  content:'';
  position:absolute; inset:-2px;
  background: radial-gradient(800px 280px at 20% 0%, rgba(0,245,255,.22), transparent 55%),
              radial-gradient(800px 280px at 80% 10%, rgba(79,57,246,.22), transparent 55%);
  filter: blur(0px);
  pointer-events:none;
}
.hp-tools-feature-badge{
  position:absolute; top:18px; right:18px;
  font-weight:800; letter-spacing:.14em;
  font-size:10px; padding:7px 12px; border-radius:999px;
  background: rgba(0,245,255,.12);
  border: 1px solid rgba(0,245,255,.28);
  color:#fff;
}
.hp-tools-feature h3{position:relative; margin:0; font-size:28px; line-height:1.12; color:#fff;}
.hp-tools-feature p{position:relative; margin:10px 0 14px; color:rgba(255,255,255,.78)}
.hp-tools-cta-row{position:relative; display:flex; flex-wrap:wrap; gap:10px; margin-top:6px}
.hp-tools-cta-row .hp-btn{min-height:44px}
.hp-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  color:#fff;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(0,212,255,.22);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.hp-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.16);
  border-color: rgba(0,245,255,.35);
}
.hp-btn-primary{
  background: var(--hp-btn-grad);
  border-color: rgba(0,212,255,.4);
}

.hp-tools-kpis{position:relative; display:grid; grid-template-columns:repeat(3, 1fr); gap:10px; margin-top:14px}
@media (max-width: 520px){ .hp-tools-kpis{grid-template-columns:1fr; } }
.hp-kpi{
  border-radius:16px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding:10px 12px;
}
.hp-kpi-n{display:block; font-weight:800; color:#fff; font-size:13px}
.hp-kpi-l{display:block; color:rgba(255,255,255,.70); font-size:12px; margin-top:2px}

.hp-tools-side{display:flex; flex-direction:column; gap:10px}
.hp-tools-side-card{
  border-radius:18px;
  background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(8,12,28,.6));
  border:1px solid rgba(255,255,255,.12);
  padding:14px 14px;
}
.hp-tools-side-card .t{color:#fff; font-weight:700; display:flex; gap:10px; align-items:center}
.hp-tools-side-card .d{color:rgba(255,255,255,.72); margin-top:6px; font-size:13px}

.hp-tools-controls{
  margin-top:16px;
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
}
.hp-tools-search{
  flex:1; min-width:260px;
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}
.hp-tools-search:focus-within{
  border-color: rgba(0,245,255,.45);
  box-shadow: 0 0 0 2px rgba(0,245,255,.08);
}
.hp-tools-search input{
  width:100%;
  background:transparent;
  border:none;
  outline:none;
  color:#fff;
  font-size:14px;
}
.hp-tools-search input::placeholder{color:rgba(255,255,255,.55)}
.hp-tools-tabs{display:flex; gap:8px; flex-wrap:wrap}
.hp-tools-tabs .hp-tab{white-space:nowrap}
.hp-tab{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color:rgba(255,255,255,.86);
  font-weight:700;
  font-size:12px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.hp-tab:hover{transform: translateY(-1px); background: rgba(255,255,255,.09)}
.hp-tab.is-active{
  background: linear-gradient(90deg, rgba(79,57,246,.35), rgba(0,245,255,.22));
  border-color: rgba(255,255,255,.18);
  color:#fff;
}

.hp-tools-carousel{
  position: relative;
  margin-top:14px;
}
.hp-tools-carousel::before,
.hp-tools-carousel::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:48px;
  pointer-events:none;
  z-index:2;
}
.hp-tools-carousel::before{
  left:0;
  background: linear-gradient(90deg, rgba(5,10,48,.95), transparent);
}
.hp-tools-carousel::after{
  right:0;
  background: linear-gradient(270deg, rgba(5,10,48,.95), transparent);
}
.hp-tools-track{
  position: relative;
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:6px 52px 10px;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hp-tools-track::-webkit-scrollbar{display:none;}
.hp-tool-card{
  flex:0 0 320px;
  scroll-snap-align:start;
}
@media (max-width: 980px){ .hp-tool-card{flex-basis:280px;} }
@media (max-width: 640px){
  .hp-tools-controls{flex-direction:column; align-items:stretch}
  .hp-tools-search{min-width:100%}
  .hp-tools-tabs{justify-content:flex-start}
  .hp-tools-track{padding:6px 12px 10px;}
  .hp-tools-carousel::before,
  .hp-tools-carousel::after{display:none;}
}

.hp-tools-nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:44px;
  height:44px;
  padding:0;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(10,15,34,.85);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow: none;
  z-index:3;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.hp-tools-nav:hover{
  transform: translateY(-50%) scale(1.05);
  border-color: rgba(0,245,255,.35);
  background: rgba(10,15,34,.95);
}
.hp-tools-prev{ left:6px; }
.hp-tools-next{ right:6px; }
@media (max-width: 900px){ .hp-tools-nav{display:none;} }

.hp-tool-card{
  display:flex; align-items:center; gap:12px;
  border-radius:18px;
  padding:14px 14px;
  background: linear-gradient(160deg, rgba(10,15,34,.7), rgba(8,12,28,.65));
  border:1px solid rgba(255,255,255,.12);
  text-decoration:none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
  position:relative;
  overflow:hidden;
}
.hp-tool-card:before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:18px;
  background: radial-gradient(120px 80px at 15% 0%, rgba(0,245,255,.12), transparent 60%);
  opacity:0;
  transition: opacity .2s ease;
  pointer-events:none;
}
.hp-tool-card:hover{
  transform: translateY(-2px);
  border-color: rgba(0,245,255,.22);
  background: rgba(10,15,34,.82);
}
.hp-tool-card:hover:before{ opacity:1; }
.hp-tool-card .ic{
  width:44px; height:44px;
  border-radius:14px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(0,245,255,.18), rgba(79,57,246,.32));
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  flex:0 0 auto;
}
.hp-tool-card .tx{flex:1; min-width:0}
.hp-tool-card .h{color:#fff; font-weight:800; font-size:15px; line-height:1.2}
.hp-tool-card .p{color:rgba(255,255,255,.70); font-size:13px; margin-top:4px; line-height:1.4}
.hp-tool-card .tags{display:flex; gap:6px; flex-wrap:wrap; margin-top:8px}
.hp-tool-card .tags span{
  font-size:11px; font-weight:800;
  padding:4px 8px; border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.86);
}
.hp-tool-card .go{opacity:.7}
@media (max-width: 640px){
  .hp-tool-card{flex-direction:column; align-items:flex-start;}
  .hp-tool-card .go{align-self:flex-end;}
}
.hp-tool-card .go{color:rgba(255,255,255,.75); flex:0 0 auto}


.hp-tools-track::before{
  content:'';
  position:absolute;
  inset:-12px -12px auto -12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,245,255,.35), transparent);
  opacity:.6;
  pointer-events:none;
}
