/* =========================================================
   VISYRON INSIGHTS HUB — WOW 2.0
   VISYRON Content Typography v2
   ========================================================= */

.insights-hub{
  background:#f5f7fa;
  color:#071222;
}

.insights-hub .ih-shell{
  width:min(1320px,calc(100% - 64px));
  margin:0 auto;
}

.insights-hub .ih-kicker{
  margin:0 0 18px;
  color:#1676ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.19em;
}

.insights-hub h1,
.insights-hub h2{
  margin:0;
  letter-spacing:-.045em;
}

.insights-hub h1 span,
.insights-hub h2 span,
.insights-hub .ih-feature-card h3 span{
  color:#1676ff;
}


/* HERO */

.insights-hub .ih-hero{
  position:relative;
  overflow:hidden;
  min-height:790px;
  padding:calc(var(--header,82px) + 90px) 0 100px;
  display:flex;
  align-items:center;
  isolation:isolate;
  color:#fff;
  background:
    radial-gradient(circle at 78% 28%,rgba(22,118,255,.18),transparent 32%),
    linear-gradient(135deg,#050914,#071222 58%,#09192c);
}

.insights-hub .ih-grid{
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.20;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:58px 58px;
}

.insights-hub .ih-signal{
  position:absolute;
  z-index:-1;
  right:-.05em;
  bottom:-.16em;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.06);
  font-size:min(18vw,320px);
  font-weight:900;
  letter-spacing:-.08em;
  line-height:.8;
  pointer-events:none;
}

.insights-hub .ih-hero h1{
  max-width:1050px;
  font-size:clamp(82px,8vw,132px);
  line-height:.88;
}

.insights-hub .ih-subtitle{
  max-width:850px;
  margin:40px 0 0;
  color:rgba(255,255,255,.70);
  font-size:22px;
  line-height:1.58;
}

.insights-hub .ih-manifesto{
  margin-top:45px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:13px;
  color:rgba(255,255,255,.56);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
}

.insights-hub .ih-manifesto i{
  color:#B3965D;
  font-style:normal;
}


/* SHARED SECTIONS */

.insights-hub .ih-featured,
.insights-hub .ih-topics,
.insights-hub .ih-roadmap,
.insights-hub .ih-engine{
  padding:110px 0;
}

.insights-hub .ih-section-head{
  margin-bottom:55px;
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:80px;
  align-items:end;
}

.insights-hub .ih-section-head h2,
.insights-hub .ih-engine h2{
  font-size:clamp(50px,5vw,78px);
  line-height:.99;
}

.insights-hub .ih-section-head > p{
  margin:0;
  color:#5d6978;
  font-size:20px;
  line-height:1.65;
}


/* FEATURED ARTICLE — CLICCABILE */

.insights-hub .ih-featured{
  background:#fff;
}

.insights-hub .ih-feature-card{
  position:relative;
  overflow:hidden;
  min-height:500px;
  padding:42px;
  display:grid;
  grid-template-columns:.55fr 1.45fr;
  gap:60px;
  color:#fff;
  text-decoration:none;
  border:1.5px solid #B3965D;
  border-radius:16px;
  background:
    radial-gradient(circle at 25% 50%,rgba(22,118,255,.15),transparent 35%),
    #071222;
  transition:
    transform .55s cubic-bezier(.16,1,.3,1),
    box-shadow .55s ease,
    border-color .55s ease;
}

.insights-hub .ih-feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 65px rgba(7,18,34,.18);
  border-color:#c9aa69;
}

.insights-hub .ih-feature-index{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.insights-hub .ih-feature-index strong{
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.20);
  font-size:clamp(130px,11vw,190px);
  line-height:.65;
  letter-spacing:-.08em;
}

.insights-hub .ih-feature-index strong:last-child{
  -webkit-text-stroke-color:rgba(22,118,255,.46);
}

.insights-hub .ih-feature-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.insights-hub .ih-feature-copy small{
  color:#B3965D;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}

.insights-hub .ih-feature-copy h3{
  margin:45px 0 25px;
  font-size:clamp(34px,3.4vw,55px);
  line-height:1.02;
}

.insights-hub .ih-feature-copy p{
  max-width:800px;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:20px;
  line-height:1.62;
}

.insights-hub .ih-read{
  margin-top:45px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
}

.insights-hub .ih-read span{
  margin-left:8px;
  color:#B3965D;
}


/* TOPICS — INFORMATIVE, NON CLICCABILI */

.insights-hub .ih-topic-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.insights-hub .ih-topic-grid article{
  min-height:270px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border:1px solid #dbe2ea;
  border-radius:14px;
  background:#fff;
}

.insights-hub .ih-topic-grid b{
  color:#1676ff;
  font-size:28px;
  line-height:1;
}

.insights-hub .ih-topic-grid strong{
  margin-top:auto;
  font-size:20px;
  line-height:1.3;
}

.insights-hub .ih-topic-grid p{
  margin:14px 0 0;
  color:#697586;
  font-size:18px;
  line-height:1.58;
}


/* ROADMAP — STATICO */

.insights-hub .ih-roadmap{
  background:#eef2f6;
}

.insights-hub .ih-roadmap-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.insights-hub .ih-planned{
  min-height:330px;
  padding:30px;
  display:flex;
  flex-direction:column;
  border:1px solid #d5dde7;
  border-radius:14px;
  background:#fff;
}

.insights-hub .ih-planned > span{
  color:#1676ff;
  font-size:28px;
  font-weight:900;
  line-height:1;
}

.insights-hub .ih-planned small{
  margin-top:35px;
  color:#B3965D;
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
}

.insights-hub .ih-planned h3{
  margin:18px 0 15px;
  font-size:20px;
  line-height:1.3;
}

.insights-hub .ih-planned p{
  margin:0;
  color:#697586;
  font-size:18px;
  line-height:1.58;
}

.insights-hub .ih-planned b{
  margin-top:auto;
  padding-top:30px;
  color:#9aa4af;
  font-size:12px;
  letter-spacing:.13em;
}


/* CONTENT ENGINE */

.insights-hub .ih-engine{
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 50% 100%,rgba(22,118,255,.18),transparent 40%),
    #050914;
}

.insights-hub .ih-engine h2{
  max-width:950px;
  margin:0 auto;
}

.insights-hub .ih-engine-copy{
  width:min(840px,100%);
  margin:35px auto 0;
  color:rgba(255,255,255,.64);
  font-size:20px;
  line-height:1.65;
}

.insights-hub .ih-engine-flow{
  margin:55px auto 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:13px;
  color:rgba(255,255,255,.75);
  font-size:13px;
  letter-spacing:.09em;
}

.insights-hub .ih-engine-flow i{
  color:#B3965D;
  font-style:normal;
}

.insights-hub .ih-engine-flow strong{
  color:#1676ff;
}


/* TABLET */

@media (min-width:721px) and (max-width:1100px){

  .insights-hub .ih-shell{
    width:min(100% - 44px,980px);
  }

  .insights-hub .ih-hero{
    min-height:auto;
  }

  .insights-hub .ih-section-head{
    grid-template-columns:1fr;
    gap:25px;
  }

  .insights-hub .ih-feature-card{
    grid-template-columns:1fr;
  }

  .insights-hub .ih-feature-index{
    flex-direction:row;
    justify-content:flex-start;
  }

  .insights-hub .ih-topic-grid{
    grid-template-columns:repeat(2,1fr);
  }

}


/* MOBILE */

@media (max-width:720px){

  .insights-hub .ih-shell{
    width:calc(100% - 32px);
  }

  .insights-hub .ih-hero{
    min-height:auto;
    padding-top:calc(var(--header,70px) + 42px);
    padding-bottom:70px;
  }

  .insights-hub .ih-hero h1{
    font-size:clamp(54px,16vw,72px);
  }

  .insights-hub .ih-subtitle{
    font-size:18px;
  }

  .insights-hub .ih-featured,
  .insights-hub .ih-topics,
  .insights-hub .ih-roadmap,
  .insights-hub .ih-engine{
    padding:72px 0;
  }

  .insights-hub .ih-section-head{
    grid-template-columns:1fr;
    gap:24px;
  }

  .insights-hub .ih-section-head h2,
  .insights-hub .ih-engine h2{
    font-size:clamp(39px,11vw,52px);
  }

  .insights-hub .ih-section-head > p,
  .insights-hub .ih-engine-copy{
    font-size:17px;
  }

  .insights-hub .ih-feature-card{
    min-height:auto;
    padding:24px;
    grid-template-columns:1fr;
    gap:35px;
  }

  .insights-hub .ih-feature-index{
    flex-direction:row;
  }

  .insights-hub .ih-feature-index strong{
    font-size:92px;
  }

  .insights-hub .ih-feature-copy h3{
    margin-top:25px;
    font-size:30px;
  }

  .insights-hub .ih-feature-copy p{
    font-size:17px;
  }

  .insights-hub .ih-topic-grid,
  .insights-hub .ih-roadmap-grid{
    grid-template-columns:1fr;
  }

  .insights-hub .ih-engine-flow{
    flex-direction:column;
  }

  .insights-hub .ih-engine-flow i{
    transform:rotate(90deg);
  }

}

/* =========================================================
   VISYRON INSIGHTS HUB — TABLET RHYTHM REFINEMENT
   Desktop e mobile invariati
   ========================================================= */
@media (min-width:721px) and (max-width:1100px){

  .insights-hub .ih-featured,
  .insights-hub .ih-topics,
  .insights-hub .ih-roadmap,
  .insights-hub .ih-engine{
    padding:82px 0;
  }

  .insights-hub .ih-section-head{
    margin-bottom:42px;
  }

}
