
/* =========================================================
   STAGEO RILIEVI TOPOGRAFICI - HERO CAROSELLO VISIBILE
   Classe nuova: non dipende dal vecchio .topo-hero-right.
   ========================================================= */

body{overflow-x:hidden;}

.stageo-topo-hero-fixed,
.stageo-topo-hero-fixed *{box-sizing:border-box;}

.stageo-topo-hero-fixed{
  position:relative;
  min-height:720px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 72% 48%, rgba(0,217,255,.16), transparent 26%),
    radial-gradient(circle at 22% 25%, rgba(255,107,0,.10), transparent 26%),
    linear-gradient(90deg,#02090d 0%,#04131a 52%,#061923 100%);
}

.stageo-topo-hero-fixed::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:52px 52px;
  opacity:.22;
  -webkit-mask-image:linear-gradient(to bottom, #000 0%, rgba(0,0,0,.92) 72%, transparent 100%);
          mask-image:linear-gradient(to bottom, #000 0%, rgba(0,0,0,.92) 72%, transparent 100%);
}

.stageo-topo-hero-fixed::after{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  border:1px solid rgba(255,107,0,.15);
  border-radius:50%;
  right:-210px;
  top:46px;
  z-index:-1;
  box-shadow:0 0 130px rgba(255,107,0,.10);
}

.stageo-topo-inner{
  width:100%;
  max-width:1680px;
  min-height:720px;
  margin:0 auto;
  padding:0 clamp(44px,5.6vw,104px);
  display:grid;
  grid-template-columns:minmax(480px, 46%) minmax(520px, 54%);
  gap:clamp(34px,4vw,72px);
  align-items:center;
}

.stageo-topo-copy{
  position:relative;
  z-index:4;
  max-width:720px;
}

.stageo-topo-eyebrow{
  margin:0 0 22px;
  color:#ff6b00;
  font-family:"Barlow Condensed",Inter,Arial,sans-serif;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:18px;
}

.stageo-topo-copy h1{
  margin:0;
  color:#fff;
  font-family:"Barlow Condensed",Inter,Arial,sans-serif;
  font-size:clamp(88px,8.8vw,160px);
  font-weight:900;
  line-height:.78;
  letter-spacing:-.045em;
  text-transform:uppercase;
  text-shadow:0 10px 38px rgba(0,0,0,.38);
}

.stageo-topo-copy .stageo-topo-lead{
  margin:32px 0 0;
  max-width:760px;
  color:#dde6ec;
  font-size:21px;
  line-height:1.55;
  font-weight:500;
}

.stageo-topo-actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.stageo-topo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 28px;
  text-decoration:none;
  font-family:Inter,Arial,sans-serif;
  font-weight:900;
  font-size:15px;
  border:1px solid rgba(255,255,255,.20);
  transition:.22s ease;
}

.stageo-topo-primary{
  background:#ff6b00;
  color:#071014;
  border-color:#ff6b00;
}

.stageo-topo-secondary{
  background:rgba(255,255,255,.04);
  color:#fff;
}

.stageo-topo-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}

.stageo-topo-media{
  position:relative;
  z-index:4;
  width:100%;
  min-width:0;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.stageo-topo-panel{
  position:relative;
  width:min(790px,100%);
  height:386px;
  border:1px solid rgba(0,217,255,.50);
  border-radius:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,217,255,.22), transparent 44%),
    linear-gradient(180deg, rgba(7,18,24,.96), rgba(3,10,14,.99));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.045) inset,
    0 0 75px rgba(0,217,255,.18),
    0 30px 90px rgba(0,0,0,.58);
}

.stageo-topo-panel::before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(255,107,0,.46);
  border-radius:25px;
  z-index:7;
  opacity:.9;
  pointer-events:none;
}

.stageo-topo-panel::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(2,10,14,.96), transparent 12%, transparent 88%, rgba(2,10,14,.96)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 8px);
  opacity:.35;
}

.stageo-topo-glow{
  position:absolute;
  width:280px;
  height:66px;
  left:50%;
  top:24px;
  transform:translateX(-50%);
  border:1px solid rgba(0,217,255,.42);
  border-radius:999px;
  box-shadow:0 0 40px rgba(0,217,255,.27);
  z-index:8;
  opacity:.72;
}

.stageo-topo-scan{
  position:absolute;
  top:0;
  bottom:0;
  width:120px;
  left:-160px;
  z-index:9;
  background:linear-gradient(90deg, transparent, rgba(0,217,255,.24), transparent);
  animation:stageoTopoScanVisible 5.8s linear infinite;
  pointer-events:none;
}

.stageo-topo-marquee{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:3;
}

.stageo-topo-track{
  position:absolute;
  top:50%;
  left:0;
  display:flex;
  gap:20px;
  width:max-content;
  padding:0 34px;
  transform:translate3d(0,-50%,0);
  animation:stageoTopoMarqueeVisible 58s linear infinite;
  will-change:transform;
}

.stageo-topo-card{
  flex:0 0 auto;
  width:292px;
  height:192px;
  margin:0;
  border-radius:17px;
  overflow:hidden;
  background:#0b141a;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 45px rgba(0,0,0,.44);
}

.stageo-topo-card.large{
  width:395px;
  border-color:rgba(255,107,0,.66);
  box-shadow:0 0 0 1px rgba(255,107,0,.20),0 18px 54px rgba(255,107,0,.12);
}

.stageo-topo-card.portrait{
  width:185px;
}

.stageo-topo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  filter:contrast(1.04) saturate(1.06);
}

.stageo-topo-caption{
  position:absolute;
  left:42px;
  right:42px;
  bottom:28px;
  z-index:10;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}

.stageo-topo-caption strong{
  color:#fff;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.stageo-topo-caption span{
  color:#00d9ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@keyframes stageoTopoMarqueeVisible{
  from{transform:translate3d(0,-50%,0);}
  to{transform:translate3d(-50%,-50%,0);}
}

@keyframes stageoTopoScanVisible{
  from{transform:translateX(0);}
  to{transform:translateX(1050px);}
}

@media(max-width:1220px){
  .stageo-topo-inner{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:72px;
    padding-bottom:72px;
  }
  .stageo-topo-media{
    justify-content:flex-start;
  }
  .stageo-topo-panel{
    width:100%;
    height:360px;
  }
}

@media(max-width:700px){
  .stageo-topo-inner{
    padding-left:17px;
    padding-right:17px;
    padding-top:54px;
    padding-bottom:54px;
  }
  .stageo-topo-copy h1{
    font-size:76px;
  }
  .stageo-topo-copy .stageo-topo-lead{
    font-size:18px;
  }
  .stageo-topo-actions{
    display:grid;
  }
  .stageo-topo-btn{
    width:100%;
  }
  .stageo-topo-panel{
    height:302px;
    border-radius:22px;
  }
  .stageo-topo-panel::before{
    inset:16px;
    border-radius:17px;
  }
  .stageo-topo-track{
    gap:14px;
    padding:0 22px;
  }
  .stageo-topo-card{
    width:230px;
    height:166px;
  }
  .stageo-topo-card.large{
    width:292px;
  }
  .stageo-topo-card.portrait{
    width:145px;
  }
  .stageo-topo-caption{
    left:26px;
    right:26px;
    bottom:20px;
    display:block;
  }
  .stageo-topo-caption span{
    display:block;
    margin-top:6px;
  }
}
