/* =========================================================
   VISYRON INSIGHTS — BUILT FOR 2030
   ========================================================= */

.insight-page{
  background:#f5f7fa;
  color:#071222;
}

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

.insight-page .insight-hero{
  min-height:830px;
  padding:calc(var(--header,82px) + 80px) 0 90px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 82% 30%,rgba(22,118,255,.18),transparent 34%),
    linear-gradient(135deg,#050914,#071222 60%,#09192c);
}

.insight-page .insight-breadcrumb{
  margin-bottom:70px;
  color:rgba(255,255,255,.42);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
}

.insight-page .insight-breadcrumb span{
  margin:0 10px;
  color:#B3965D;
}

.insight-page .insight-category,
.insight-page .section-kicker{
  margin:0 0 18px;
  color:#1676ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.19em;
}

.insight-page .insight-hero h1{
  margin:0;
  max-width:1100px;
  font-size:clamp(82px,9vw,142px);
  line-height:.82;
  letter-spacing:-.06em;
}

.insight-page h1 span,
.insight-page h2 span,
.insight-page .final-statement span{
  color:#1676ff;
}

.insight-page .insight-subtitle{
  margin:44px 0 0;
  color:#fff;
  font-size:clamp(27px,2.6vw,42px);
  font-weight:720;
}

.insight-page .insight-intro{
  max-width:880px;
  margin:24px 0 0;
  color:rgba(255,255,255,.64);
  font-size:19px;
  line-height:1.62;
}

.insight-page .insight-meta{
  margin-top:48px;
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  align-items:center;
  color:rgba(255,255,255,.42);
  font-size:10px;
  font-weight:850;
  letter-spacing:.13em;
}

.insight-page .insight-meta i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#B3965D;
}

.insight-page .insight-section{
  padding:110px 0;
}

.insight-page .article-grid{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns:210px minmax(0,1fr);
  gap:90px;
}

.insight-page .article-index{
  padding-top:8px;
}

.insight-page .article-index span{
  display:block;
  margin-bottom:18px;
  color:#1676ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
}

.insight-page .article-index strong{
  font-size:12px;
  letter-spacing:.12em;
}

.insight-page .article-copy{
  max-width:820px;
}

.insight-page .article-copy p,
.insight-page .industry-copy,
.insight-page .reference-intro{
  margin:0 0 25px;
  color:#536173;
  font-size:18px;
  line-height:1.72;
}

.insight-page .article-lead{
  color:#071222 !important;
  font-size:27px !important;
  line-height:1.45 !important;
  font-weight:700;
}

.insight-page blockquote{
  margin:48px 0 0;
  padding:26px 30px;
  border-left:3px solid #B3965D;
  background:#fff;
  color:#071222;
  font-size:23px;
  font-weight:760;
  line-height:1.42;
}

.insight-page h2{
  margin:0 0 38px;
  font-size:clamp(48px,5vw,78px);
  line-height:.91;
  letter-spacing:-.045em;
}

.insight-page .insight-dark,
.insight-page .insight-os{
  color:#fff;
  background:#071222;
}

.insight-page .transformation-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:60px;
}

.insight-page .transformation-grid article{
  min-height:270px;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}

.insight-page .transformation-grid article > span{
  color:#1676ff;
  font-size:12px;
  font-weight:900;
}

.insight-page .transformation-grid h3{
  margin:70px 0 14px;
  font-size:20px;
}

.insight-page .transformation-grid p{
  margin:0;
  color:rgba(255,255,255,.58);
  font-size:16.5px;
  line-height:1.6;
}

.insight-page .five-system{
  margin-top:50px;
  display:grid;
  gap:10px;
}

.insight-page .five-system > div{
  min-height:92px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:50px 180px 1fr;
  gap:16px;
  align-items:center;
  border:1px solid #dbe2ea;
  border-radius:12px;
  background:#fff;
}

.insight-page .five-system b{
  color:#1676ff;
  font-size:12px;
}

.insight-page .five-system strong{
  font-size:16px;
  letter-spacing:.05em;
}

.insight-page .five-system span{
  color:#697586;
  font-size:16px;
}

.insight-page .insight-os-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:100px;
  align-items:start;
}

.insight-page .insight-os .article-copy p{
  color:rgba(255,255,255,.62);
}

.insight-page .today-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:48px;
}

.insight-page .today-grid > div{
  min-height:150px;
  padding:25px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid #dbe2ea;
  border-radius:14px;
  background:#fff;
}

.insight-page .today-grid strong{
  font-size:17px;
}

.insight-page .today-grid span{
  color:#697586;
  font-size:16px;
  line-height:1.5;
}

.insight-page .insight-industry{
  background:#fff;
}

.insight-page .industry-lead{
  max-width:950px;
  margin:0 0 30px;
  color:#071222;
  font-size:28px;
  font-weight:700;
  line-height:1.42;
}

.insight-page .industry-copy{
  max-width:900px;
}

.insight-page .insight-reference{
  background:#eef2f6;
}

.insight-page .reference-intro{
  max-width:900px;
}

.insight-page .reference-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:48px;
}

.insight-page .reference-grid article{
  min-height:250px;
  padding:25px;
  border:1px solid #d5dde7;
  border-radius:14px;
  background:#fff;
}

.insight-page .reference-grid article > span{
  color:#1676ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
}

.insight-page .reference-grid strong{
  display:block;
  margin:58px 0 15px;
  font-size:18px;
  line-height:1.25;
}

.insight-page .reference-grid p{
  margin:0;
  color:#697586;
  font-size:15.5px;
  line-height:1.55;
}

.insight-page .insight-conclusion{
  padding:120px 0;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 50% 100%,rgba(22,118,255,.18),transparent 40%),
    #050914;
}

.insight-page .insight-conclusion h2{
  margin-left:auto;
  margin-right:auto;
}

.insight-page .insight-conclusion > .insight-shell > p:not(.section-kicker):not(.final-statement){
  width:min(760px,100%);
  margin:0 auto;
  color:rgba(255,255,255,.62);
  font-size:18px;
  line-height:1.65;
}

.insight-page .conclusion-system{
  margin:55px auto;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  color:#fff;
  font-size:13px;
  letter-spacing:.09em;
}

.insight-page .conclusion-system i{
  color:#B3965D;
  font-style:normal;
}

.insight-page .final-statement{
  margin:65px 0 0;
  font-size:clamp(25px,3vw,42px);
  font-weight:850;
  line-height:1.25;
}


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

  .insight-page .insight-shell,
  .insight-page .article-grid{
    width:min(100% - 44px,980px);
  }

  .insight-page .insight-hero{
    min-height:auto;
  }

  .insight-page .article-grid,
  .insight-page .insight-os-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .insight-page .transformation-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .insight-page .reference-grid{
    grid-template-columns:repeat(2,1fr);
  }

}


/* MOBILE */
@media (max-width:720px){

  .insight-page .insight-shell,
  .insight-page .article-grid{
    width:calc(100% - 32px);
  }

  .insight-page .insight-hero{
    min-height:auto;
    padding-top:calc(var(--header,70px) + 40px);
    padding-bottom:65px;
  }

  .insight-page .insight-breadcrumb{
    margin-bottom:42px;
    font-size:8px;
  }

  .insight-page .insight-hero h1{
    font-size:clamp(57px,18vw,76px);
  }

  .insight-page .insight-subtitle{
    margin-top:30px;
    font-size:23px;
  }

  .insight-page .insight-intro{
    font-size:16px;
  }

  .insight-page .insight-section,
  .insight-page .insight-conclusion{
    padding:72px 0;
  }

  .insight-page .article-grid,
  .insight-page .insight-os-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .insight-page h2{
    font-size:clamp(39px,11vw,52px);
  }

  .insight-page .article-copy p,
  .insight-page .industry-copy,
  .insight-page .reference-intro{
    font-size:16.5px;
  }

  .insight-page .article-lead{
    font-size:21px !important;
  }

  .insight-page blockquote{
    font-size:19px;
  }

  .insight-page .transformation-grid,
  .insight-page .today-grid,
  .insight-page .reference-grid{
    grid-template-columns:1fr;
  }

  .insight-page .five-system > div{
    grid-template-columns:42px 1fr;
  }

  .insight-page .five-system span{
    grid-column:2;
  }

  .insight-page .industry-lead{
    font-size:22px;
  }

  .insight-page .conclusion-system{
    flex-direction:column;
  }

  .insight-page .conclusion-system i{
    transform:rotate(90deg);
  }

}


/* =========================================================
   VISYRON INSIGHTS — WOW 2.0
   Editorial Experience System
   ========================================================= */

.insight-page{
  --ins-card-title:18px;
  --ins-card-body:16.5px;
  --ins-card-label:12px;
}

/* READING PROGRESS */

.insight-reading-progress{
  position:fixed;
  top:var(--header,82px);
  left:0;
  right:0;
  height:2px;
  z-index:90;
  pointer-events:none;
  background:rgba(255,255,255,.04);
}

.insight-reading-progress span{
  display:block;
  width:100%;
  height:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,#B3965D 0%,#1676ff 72%,#ffffff 100%);
  box-shadow:0 0 18px rgba(22,118,255,.42);
  will-change:transform;
}


/* SIDE EDITORIAL RAIL */

.insight-side-rail{
  position:fixed;
  z-index:30;
  right:19px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:13px;
  pointer-events:none;
  color:rgba(255,255,255,.34);
  mix-blend-mode:difference;
}

.insight-side-rail span{
  writing-mode:vertical-rl;
  font-size:8px;
  font-weight:850;
  letter-spacing:.22em;
}

.insight-side-rail i{
  width:1px;
  height:44px;
  background:#B3965D;
}


/* HERO */

.insight-page .insight-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.insight-page .insight-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  opacity:.21;
  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;
}

.insight-page .insight-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  width:24%;
  left:-28%;
  transform:skewX(-18deg);
  background:linear-gradient(
    90deg,
    transparent,
    rgba(22,118,255,.03),
    rgba(255,255,255,.075),
    rgba(179,150,93,.045),
    transparent
  );
  animation:insightSweep 11s cubic-bezier(.34,.04,.25,1) infinite;
}

@keyframes insightSweep{
  0%{left:-30%;}
  58%,100%{left:125%;}
}

.insight-page .insight-hero .insight-shell{
  position:relative;
  z-index:3;
}

.insight-hero-signal{
  position:absolute;
  z-index:0;
  top:50%;
  right:2vw;
  width:min(45vw,720px);
  height:min(68vh,650px);
  transform:translateY(-44%);
  pointer-events:none;
  user-select:none;
}

.insight-hero-signal span{
  position:absolute;
  right:0;
  margin:0;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.12);
  font-size:clamp(220px,25vw,430px);
  font-weight:900;
  line-height:.69;
  letter-spacing:-.11em;
}

.insight-hero-signal .signal-20{
  top:0;
  right:18%;
}

.insight-hero-signal .signal-30{
  bottom:0;
  right:0;
  -webkit-text-stroke-color:rgba(22,118,255,.20);
}

.insight-hero-signal b{
  position:absolute;
  top:6%;
  bottom:4%;
  left:52%;
  width:1px;
  background:linear-gradient(
    transparent,
    rgba(179,150,93,.8),
    rgba(22,118,255,.55),
    transparent
  );
  box-shadow:0 0 24px rgba(22,118,255,.16);
}

.insight-page .insight-hero h1{
  position:relative;
  text-shadow:0 20px 70px rgba(0,0,0,.30);
}

.insight-page .insight-meta{
  padding:15px 18px;
  width:max-content;
  max-width:100%;
  border:1px solid rgba(179,150,93,.32);
  border-radius:14px;
  background:rgba(5,13,25,.42);
  backdrop-filter:blur(10px);
}


/* SECTION RHYTHM */

.insight-page .insight-section{
  position:relative;
  overflow:hidden;
}

.insight-page .insight-section::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1320px,calc(100% - 64px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(
    90deg,
    transparent,
    rgba(179,150,93,.25),
    rgba(22,118,255,.16),
    transparent
  );
}


/* TYPOGRAPHIC CONTINUITY */

.insight-page .transformation-grid h3,
.insight-page .reference-grid strong,
.insight-page .today-grid strong{
  font-size:var(--ins-card-title);
  font-weight:800;
}

.insight-page .transformation-grid p,
.insight-page .reference-grid p,
.insight-page .today-grid span{
  font-size:var(--ins-card-body);
}

.insight-page .transformation-grid article > span,
.insight-page .reference-grid article > span{
  font-size:var(--ins-card-label);
  font-weight:900;
}


/* PREMIUM CARDS */

.insight-page .transformation-grid article,
.insight-page .today-grid > div,
.insight-page .reference-grid article,
.insight-page .five-system > div{
  position:relative;
  overflow:hidden;
  transition:
    transform .55s cubic-bezier(.16,1,.3,1),
    border-color .55s ease,
    box-shadow .55s ease,
    background .55s ease;
}

.insight-page .transformation-grid article::after,
.insight-page .today-grid > div::after,
.insight-page .reference-grid article::after{
  content:"";
  position:absolute;
  inset:auto -35% 0;
  height:1px;
  opacity:0;
  background:linear-gradient(
    90deg,
    transparent,
    #B3965D,
    #1676ff,
    transparent
  );
  transition:opacity .55s ease;
}

.insight-page .transformation-grid article:hover,
.insight-page .today-grid > div:hover,
.insight-page .reference-grid article:hover{
  transform:translateY(-5px);
  border-color:#B3965D;
  box-shadow:0 22px 50px rgba(7,18,34,.10);
}

.insight-page .transformation-grid article:hover::after,
.insight-page .today-grid > div:hover::after,
.insight-page .reference-grid article:hover::after{
  opacity:1;
}


/* FIVE VISYRON ELEMENTS */

.insight-page .five-system{
  position:relative;
}

.insight-page .five-system::before{
  content:"";
  position:absolute;
  top:45px;
  bottom:45px;
  left:45px;
  width:1px;
  background:linear-gradient(
    #1676ff,
    #B3965D
  );
  opacity:.30;
}

.insight-page .five-system > div{
  z-index:1;
}

.insight-page .five-system > div:hover{
  transform:translateX(7px);
  border-color:#B3965D;
}


/* DARK SECTIONS */

.insight-page .insight-dark{
  background:
    radial-gradient(circle at 88% 12%,rgba(22,118,255,.12),transparent 28%),
    #071222;
}

.insight-page .insight-os{
  background:
    linear-gradient(120deg,rgba(22,118,255,.08),transparent 34%),
    #050914;
}


/* REFERENCES — KNOWLEDGE BLOCK */

.insight-page .reference-grid article{
  border-top:2px solid rgba(179,150,93,.58);
}


/* MANIFESTO CONCLUSION */

.insight-page .insight-conclusion{
  position:relative;
  overflow:hidden;
  min-height:760px;
  display:flex;
  align-items:center;
}

.insight-page .insight-conclusion::before{
  content:"2030";
  position:absolute;
  left:50%;
  bottom:-.20em;
  transform:translateX(-50%);
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.065);
  font-size:min(34vw,560px);
  font-weight:900;
  letter-spacing:-.09em;
  line-height:.8;
  pointer-events:none;
}

.insight-page .insight-conclusion .insight-shell{
  position:relative;
  z-index:2;
}

.insight-page .final-statement{
  padding-top:40px;
  border-top:1px solid rgba(179,150,93,.38);
}


/* SCROLL REVEAL */

.insight-page.insight-ready .insight-wow{
  opacity:0;
  transform:translateY(34px);
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1),
    transform .9s cubic-bezier(.16,1,.3,1);
}

.insight-page.insight-ready .insight-wow.is-visible{
  opacity:1;
  transform:none;
}


/* DESKTOP */
@media (min-width:1101px){

  .insight-page .insight-opening{
    padding-top:145px;
  }

  .insight-page .transformation-grid article{
    min-height:300px;
  }

  .insight-page .today-grid > div{
    min-height:175px;
  }

  .insight-page .reference-grid article{
    min-height:285px;
  }

}


/* TABLET + MOBILE */
@media (max-width:1100px){

  .insight-side-rail{
    display:none;
  }

  .insight-hero-signal{
    opacity:.55;
    right:-12vw;
  }

}

@media (max-width:720px){

  .insight-reading-progress{
    top:var(--header,70px);
  }

  .insight-hero-signal{
    width:82vw;
    height:430px;
    right:-25vw;
    top:43%;
  }

  .insight-hero-signal span{
    font-size:190px;
  }

  .insight-page .insight-meta{
    width:100%;
    gap:9px;
  }

  .insight-page .insight-conclusion{
    min-height:auto;
  }

}


/* ACCESSIBILITY */
@media (prefers-reduced-motion:reduce){

  .insight-page .insight-hero::after{
    animation:none;
  }

  .insight-page.insight-ready .insight-wow{
    opacity:1;
    transform:none;
    transition:none;
  }

}

/* =========================================================
   VISYRON CONTENT TYPOGRAPHY v2
   Insights — desktop readability + UX semantics
   ========================================================= */
@media (min-width:1101px){

  .insight-page h2{
    line-height:.99;
  }

  .insight-page .article-copy p,
  .insight-page .industry-copy,
  .insight-page .reference-intro{
    font-size:20px;
    line-height:1.68;
  }

  .insight-page .article-lead{
    font-size:30px !important;
    line-height:1.42 !important;
  }

  .insight-page .article-index span{
    margin-bottom:16px;
    font-size:30px;
    line-height:1;
  }

  .insight-page .transformation-grid article > span{
    font-size:28px;
    line-height:1;
  }

  .insight-page .transformation-grid h3,
  .insight-page .reference-grid strong,
  .insight-page .today-grid strong{
    font-size:20px;
    line-height:1.3;
  }

  .insight-page .transformation-grid p,
  .insight-page .reference-grid p,
  .insight-page .today-grid span{
    font-size:18px;
    line-height:1.58;
  }

  .insight-page .five-system b{
    font-size:26px;
    line-height:1;
  }

  .insight-page .five-system strong{
    font-size:18px;
  }

  .insight-page .five-system span{
    font-size:18px;
    line-height:1.5;
  }

  .insight-page .industry-lead{
    font-size:30px;
    line-height:1.42;
  }

  .insight-page .insight-conclusion > .insight-shell > p:not(.section-kicker):not(.final-statement){
    font-size:20px;
  }

  /* Le card informative NON devono sembrare link */
  .insight-page .transformation-grid article:hover{
    transform:none;
    border-color:rgba(255,255,255,.12);
    box-shadow:none;
  }

  .insight-page .today-grid > div:hover{
    transform:none;
    border-color:#dbe2ea;
    box-shadow:none;
  }

  .insight-page .reference-grid article:hover{
    transform:none;
    border-color:#d5dde7;
    border-top-color:rgba(179,150,93,.58);
    box-shadow:none;
  }

  .insight-page .five-system > div:hover{
    transform:none;
    border-color:#dbe2ea;
  }

  .insight-page .transformation-grid article:hover::after,
  .insight-page .today-grid > div:hover::after,
  .insight-page .reference-grid article:hover::after{
    opacity:0;
  }

}

/* =========================================================
   VISYRON INSIGHT — MOBILE FINAL REFINEMENT
   Built for 2030
   Desktop + tablet invariati
   ========================================================= */
@media (max-width:720px){

  /* Evita espansioni orizzontali generate dai contenuti del grid */
  .insight-page .insight-shell,
  .insight-page .article-grid,
  .insight-page .article-copy,
  .insight-page .insight-os-grid,
  .insight-page .insight-os-grid > *{
    min-width:0;
    max-width:100%;
  }

  .insight-page .article-copy{
    width:100%;
  }

  /* HERO — mantiene "2030 NON È" su una sola riga */
  .insight-page .insight-hero h1{
    font-size:clamp(50px,14vw,58px);
    line-height:.9;
    letter-spacing:-.055em;
    white-space:nowrap;
  }

  /* TITOLI — scala compatibile anche con parole lunghe */
  .insight-page h2{
    max-width:100%;
    font-size:clamp(34px,9.2vw,40px);
    line-height:1;
    letter-spacing:-.05em;
  }

  /* CONTENT TYPOGRAPHY v2 — mobile */
  .insight-page .article-copy p,
  .insight-page .industry-copy,
  .insight-page .reference-intro{
    font-size:17px;
    line-height:1.65;
  }

  .insight-page .transformation-grid p,
  .insight-page .today-grid span,
  .insight-page .reference-grid p,
  .insight-page .five-system span{
    font-size:17px;
    line-height:1.58;
  }

  /* Numerazione tecnica VISYRON */
  .insight-page .article-index span{
    font-size:24px;
    line-height:1;
  }

  .insight-page .transformation-grid article > span{
    font-size:24px;
    line-height:1;
  }

  .insight-page .five-system b{
    font-size:22px;
    line-height:1;
  }

}

/* BUILT FOR 2030 — MOBILE LONG TITLE FIX */
@media (max-width:720px){

  .insight-page .insight-dark h2 span{
    display:block;
    max-width:100%;
    font-size:clamp(27px,7.4vw,30px);
    line-height:1.03;
    letter-spacing:-.055em;
    white-space:normal;
  }

}

/* =========================================================
   BUILT FOR 2030 — TABLET TECHNICAL NUMBERS
   Desktop e mobile invariati
   ========================================================= */
@media (min-width:721px) and (max-width:1100px){

  .insight-page .article-index span{
    font-size:32px;
    line-height:1;
    font-weight:900;
  }

  .insight-page .transformation-grid article > span{
    font-size:28px;
    line-height:1;
    font-weight:900;
  }

  .insight-page .five-system b{
    font-size:28px;
    line-height:1;
    font-weight:900;
  }

}

/* =========================================================
   BUILT FOR 2030 — TABLET STATIC CARD UX
   Card informative = nessun falso hover cliccabile
   Desktop e mobile invariati
   ========================================================= */
@media (min-width:721px) and (max-width:1100px){

  .insight-page .transformation-grid article:hover,
  .insight-page .today-grid > div:hover,
  .insight-page .reference-grid article:hover{
    transform:none;
    box-shadow:none;
  }

  .insight-page .transformation-grid article:hover{
    border-color:rgba(255,255,255,.12);
  }

  .insight-page .today-grid > div:hover{
    border-color:#dbe2ea;
  }

  .insight-page .reference-grid article:hover{
    border-color:#d5dde7;
    border-top-color:rgba(179,150,93,.58);
  }

  .insight-page .five-system > div:hover{
    transform:none;
    border-color:#dbe2ea;
  }

  .insight-page .transformation-grid article:hover::after,
  .insight-page .today-grid > div:hover::after,
  .insight-page .reference-grid article:hover::after{
    opacity:0;
  }

}

/* =========================================================
   BUILT FOR 2030 — TABLET ACCENT CLEARANCE
   Evita sovrapposizione accenti tra le righe del titolo
   Desktop e mobile invariati
   ========================================================= */
@media (min-width:721px) and (max-width:1100px){

  .insight-page .insight-dark h2{
    line-height:1.02;
  }

  .insight-page .insight-dark h2 span{
    display:block;
    padding-top:.06em;
    line-height:1.03;
  }

}
