/* STAGEO - Pagina Rilievi Aerei con Drone: immagini a destra, NON sotto le scritte */

:root{
  --stageo-orange:#ff6b00;
  --stageo-cyan:#00d9ff;
  --stageo-dark:#071014;
  --stageo-deep:#02090d;
  --stageo-white:#f5f7f8;
}

.stageo-drone-page{
  margin:0;
  background:var(--stageo-dark);
  color:var(--stageo-white);
  font-family:Inter, Arial, sans-serif;
}

.stageo-drone-header{
  z-index:50;
}

.stageo-drone-header .logo img{
  display:block;
  max-height:72px;
  width:auto;
}

/* HERO A 2 COLONNE */
.drone-hero-right{
  position:relative;
  min-height:760px;
  background:
    radial-gradient(circle at 72% 48%, rgba(0,217,255,.14), transparent 26%),
    radial-gradient(circle at 26% 22%, rgba(255,107,0,.10), transparent 24%),
    linear-gradient(90deg, #02090d 0%, #04131a 55%, #061823 100%);
  overflow:hidden;
  isolation:isolate;
}

.drone-hero-right:before{
  content:"";
  position:absolute;
  inset:0;
  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:.20;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.88), transparent 92%);
  z-index:-2;
}

.drone-hero-right:after{
  content:"";
  position:absolute;
  width:680px;
  height:680px;
  border:1px solid rgba(255,107,0,.18);
  border-radius:50%;
  right:-180px;
  top:50px;
  box-shadow:0 0 120px rgba(255,107,0,.10);
  z-index:-1;
}

.drone-hero-grid{
  width:min(1580px, calc(100% - 120px));
  margin:0 auto;
  min-height:760px;
  display:grid;
  grid-template-columns:minmax(520px, 720px) minmax(540px, 1fr);
  gap:70px;
  align-items:center;
}

/* COLONNA SINISTRA */
.drone-hero-copy{
  position:relative;
  z-index:3;
  max-width:720px;
}

.drone-eyebrow{
  margin:0 0 22px;
  color:var(--stageo-orange);
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:18px;
}

.drone-hero-copy h1{
  margin:0;
  color:#fff;
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-size:clamp(82px, 8.2vw, 152px);
  font-weight:900;
  line-height:.78;
  letter-spacing:-.045em;
  text-transform:uppercase;
  text-shadow:0 10px 38px rgba(0,0,0,.38);
}

.drone-hero-text{
  margin:32px 0 0;
  max-width:760px;
  color:#dde6ec;
  font-size:21px;
  line-height:1.55;
  font-weight:500;
}

.drone-hero-actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.drone-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 26px;
  text-decoration:none;
  font-weight:900;
  font-size:15px;
  border:1px solid rgba(255,255,255,.20);
  transition:.22s ease;
}

.drone-btn-primary{
  background:var(--stageo-orange);
  color:#071014;
  border-color:var(--stageo-orange);
}

.drone-btn-secondary{
  background:rgba(255,255,255,.04);
  color:#fff;
}

.drone-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}

/* COLONNA DESTRA: QUI DEVONO STARE LE FOTO */
.drone-hero-media{
  position:relative;
  z-index:2;
  justify-self:end;
  width:100%;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.drone-panel{
  position:relative;
  width:100%;
  max-width:820px;
  height:390px;
  border:1px solid rgba(0,217,255,.45);
  border-radius:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,217,255,.20), transparent 45%),
    linear-gradient(180deg, rgba(7,18,24,.94), rgba(3,10,14,.98));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.045) inset,
    0 0 70px rgba(0,217,255,.17),
    0 30px 90px rgba(0,0,0,.58);
}

.drone-panel:before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(255,107,0,.42);
  border-radius:25px;
  z-index:6;
  opacity:.80;
  pointer-events:none;
}

.drone-panel:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(2,10,14,.96), transparent 13%, transparent 87%, rgba(2,10,14,.96)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 8px);
  opacity:.34;
  z-index:5;
  pointer-events:none;
}

.drone-panel-glow{
  position:absolute;
  width:260px;
  height:74px;
  border:1px solid rgba(0,217,255,.42);
  border-radius:999px;
  left:50%;
  top:26px;
  transform:translateX(-50%);
  box-shadow:0 0 38px rgba(0,217,255,.26);
  z-index:7;
  opacity:.70;
}

.drone-scan-line{
  position:absolute;
  top:0;
  bottom:0;
  width:120px;
  left:-150px;
  background:linear-gradient(90deg, transparent, rgba(0,217,255,.24), transparent);
  z-index:8;
  animation:stageoScan 5.4s linear infinite;
}

.drone-marquee{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:2;
}

.drone-marquee-track{
  position:absolute;
  top:96px;
  left:0;
  height:210px;
  display:flex;
  gap:20px;
  width:max-content;
  padding:0 34px;
  animation:stageoDroneRightToLeft 26s linear infinite;
}

.drone-card{
  flex:0 0 auto;
  width:285px;
  height:208px;
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#0b141a;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 45px rgba(0,0,0,.44);
}

.drone-card-large{
  width:375px;
  border-color:rgba(255,107,0,.64);
  box-shadow:0 0 0 1px rgba(255,107,0,.20), 0 18px 54px rgba(255,107,0,.12);
}

.drone-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:contrast(1.05) saturate(1.04);
}

.drone-panel-caption{
  position:absolute;
  left:42px;
  right:42px;
  bottom:30px;
  z-index:9;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}

.drone-panel-caption strong{
  color:#fff;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.drone-panel-caption span{
  color:var(--stageo-cyan);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@keyframes stageoDroneRightToLeft{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

@keyframes stageoScan{
  from{ transform:translateX(0); }
  to{ transform:translateX(1050px); }
}

/* SEZIONI SOTTO */
.drone-service-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  background:#f4f1ea;
  color:#071014;
  border-top:1px solid rgba(255,255,255,.10);
}

.drone-service-strip article{
  padding:48px 7%;
  min-height:255px;
  border-right:1px solid #d8d4cc;
}

.drone-service-strip article:last-child{
  border-right:0;
}

.drone-service-strip span{
  color:var(--stageo-orange);
  font-weight:900;
}

.drone-service-strip h2{
  margin:16px 0;
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-size:44px;
  line-height:.92;
  text-transform:uppercase;
}

.drone-service-strip p{
  color:#3c4951;
  line-height:1.62;
}

.drone-dark-section{
  padding:90px 6%;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,217,255,.16), transparent 28%),
    #071014;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.drone-dark-copy h2,
.drone-cta h2{
  margin:0 0 20px;
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-size:clamp(48px, 5vw, 86px);
  line-height:.88;
  text-transform:uppercase;
}

.drone-dark-copy p,
.drone-cta p{
  color:#c5d0d7;
  line-height:1.7;
  font-size:18px;
}

.drone-dark-grid{
  display:grid;
  gap:14px;
  align-content:center;
}

.drone-dark-grid div{
  padding:24px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.11);
}

.drone-dark-grid strong{
  display:block;
  color:var(--stageo-orange);
  text-transform:uppercase;
  margin-bottom:8px;
}

.drone-dark-grid span{
  color:#d9e2e7;
  line-height:1.55;
}

.drone-cta{
  padding:70px 6%;
  background:#ff6b00;
  color:#071014;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.drone-cta .drone-eyebrow{
  color:#071014;
}

.drone-cta p{
  color:#172129;
}

.drone-cta .drone-btn-primary{
  background:#071014;
  color:#fff;
  border-color:#071014;
  flex:0 0 auto;
}

@media(max-width:1280px){
  .drone-hero-grid{
    width:min(100% - 70px, 1500px);
    grid-template-columns:minmax(430px, 590px) minmax(430px, 1fr);
    gap:42px;
  }

  .drone-panel{
    max-width:700px;
  }

  .drone-hero-copy h1{
    font-size:clamp(70px, 7.6vw, 126px);
  }
}

@media(max-width:980px){
  .drone-hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    padding:72px 0;
  }

  .drone-hero-media{
    justify-self:stretch;
    justify-content:flex-start;
    min-height:auto;
  }

  .drone-panel{
    max-width:100%;
    height:335px;
  }

  .drone-marquee-track{
    top:78px;
  }

  .drone-service-strip,
  .drone-dark-section{
    grid-template-columns:1fr;
  }

  .drone-service-strip article{
    border-right:0;
    border-bottom:1px solid #d8d4cc;
  }

  .drone-cta{
    display:block;
  }

  .drone-cta .drone-btn{
    margin-top:24px;
  }
}

@media(max-width:640px){
  .drone-hero-grid{
    width:calc(100% - 34px);
    padding:54px 0;
  }

  .drone-hero-copy h1{
    font-size:76px;
  }

  .drone-hero-text{
    font-size:18px;
  }

  .drone-hero-actions{
    display:grid;
  }

  .drone-panel{
    height:300px;
    border-radius:22px;
  }

  .drone-panel:before{
    inset:16px;
    border-radius:17px;
  }

  .drone-card{
    width:230px;
    height:174px;
  }

  .drone-card-large{
    width:285px;
  }

  .drone-marquee-track{
    top:68px;
    gap:14px;
    padding:0 22px;
  }

  .drone-panel-caption{
    left:26px;
    right:26px;
    bottom:22px;
    display:block;
  }

  .drone-panel-caption span{
    display:block;
    margin-top:6px;
  }
}
