/* =====================================================
   COMPUPRINT – BeCompany Template Re-skin
   Palette: Deep Navy #0a1628 | Royal Blue #1a3a6b
             Sky #2e6db4 | Ice #4a9fd4 | Gold #c8a951
===================================================== */
:root {
  --navydark: #02111d;
  --navyold:   #0a1628;
  --navimed: #004277;
   --navy:   #0a1628;
  --navynew:   #005b9f;
  --navy-light:#0c1c33;
  --dark:   #0d1e33;
  --blue:   #1a3a6b;
  --mid:    #2e6db4;
  --sky:    #4a9fd4;
  --gold:   #c8a951;
  --white:  #ffffff;
  --offwhite: #f0f4f8;
  --lightgray: #d6dde8;
  --textgray: #8a9bb5;
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; color: #333; background: #ffffff; overflow-x: hidden; max-width:100vw !important;  }

/* ─── LINKS ─── */
a { text-decoration: none; color: inherit; }
a:hover { color: var(--sky); }

/* ─── UTILITY ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-label {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 10px;
}
.divider {
  width: 50px; height: 3px;
  background: var(--gold);
  margin: 14px 0 22px;
}
.btn-primary {
  display: inline-block;
  padding: 11px 28px;
  background: var(--mid);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--mid);
  transition: all .25s;
  cursor: pointer;
}
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.btn-ghost {
  display: inline-block;
  padding: 10px 26px;
  border: 2px solid rgba(255,255,255,.55);
  color: var(--white);
  font-family: var(--font-head);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .25s;
}
.btn-ghost:hover { background: var(--white); color: var(--navy); }


/* ══════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════ */
#site-header {
 position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  height: 68px;
  display: flex;
  align-items: stretch;
  transition: all .3s;
  /*overflow: hidden;*/
  max-width: 100vw;
}
#site-header.scrolled {  background: var(--navynew); box-shadow: 0 4px 30px rgba(0,0,0,.4); }

.header-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 0;

}

/* Logo compound */
.logo-compound { 
  display: flex;
  align-items: stretch;
  gap: 0;
  background-color: #ffffff;
  width: 48%;
  height: 100%;
  padding: 0 28px;
  box-sizing: border-box;
  overflow:hidden;
 
 }
.logo-compuprint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 768px) {
#myhead .col-md-6:nth-of-type(1) {
  /* il tuo stile */
  width: 48% !important;
  flex: 0 0 48%; 
        max-width: 48%;

}
#myhead .col-md-6:nth-of-type(2) {
  /* il tuo stile */
    width: 52% !important;
	  flex: 0 0 52%; 
        max-width: 52%;
}
}
.pageint .logo-compound { 

  width: 50%;

 
 }
.logo-compuprint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  background-color: #ffffff;
}

.logo-compuprint img { max-height:68px;


}
 .logo-gds img{ max-height:58px;}
 .footer-brand img{ max-width:60%;}
.logo-wordmark {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--white);
  line-height: 1;
}
.logo-wordmark span { color: var(--sky); }
.logo-tagline {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--textgray);
  font-family: var(--font-head);
}
.logo-divider-v { width: 1px;
  width: 1px;
  height: 32px;
  background: rgba(0,0,0,.2);
  flex-shrink: 0;
  align-self: center;
 }
.logo-gds {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  color: var(--textgray);
  letter-spacing: 1px;
  line-height: 1.2;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}
.logo-gds span {display: block; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.35); font-weight: 400; }

/* Nav 
/*.main-nav { display: flex; align-items: center; gap: 0; padding-right: 28px; }*/
.main-nav { padding-right: 28px; }
.main-nav ul {
 /* display: flex;
  align-items: center;
  gap: 0px; /* Usa lo stesso valore presente nel CSS originale */
 /* margin: 0;
  padding: 0;*/
  list-style: none;
}
.main-nav li {
  margin: 0;
  padding: 0;
}
.main-nav > ul.nonsott > li > a {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  padding: 0 16px;
  height: 68px;
  display: block;
  position: relative;
  transition: color .2s;
}

.main-nav a {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  padding: 0 16px;
  height: 68px;
  display: flex; align-items: center;
  position: relative;
  transition: color .2s;
}
.main-nav a::after {
  content: '';
  position: absolute; bottom: 0; left: 16px; right: 16px; height: 2px;
  background: var(--gold);
  transform: scaleX(0); transition: transform .25s;
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav a.active { color: var(--white); }
.main-nav a.active::after { transform: scaleX(1); }

.nav-cta {
  margin-left: 16px;
  padding: 8px 20px !important;
  background: var(--mid);
  color: var(--white) !important;
  height: auto !important;
  font-size: 12px !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }

* Voce con sottomenu */
.main-nav li.has-submenu {
  position: relative;
}

/* Sottomenu nascosto di default */
.nonsott {
  position: absolute;
  /* top: 100%;          sotto il link "Company Profile" */
  /* left: 0;*/
  min-width: 220px;   /* larghezza minima del dropdown */
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;   /* colore di sfondo del dropdown */
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 999;
  display:block !important;
}

/* Elementi del sottomenu */
.nonsott li {
  margin: 0;
  padding: 0;
}

.nonsott li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;       /* colore testo sottomenu */
  font-size: 14px;   /* eventuale dimensione font */
  white-space: nowrap;
}

.nonsottb li a:hover {
  background: #f5f5f5;
  color: #000;
}

/* Mostra il sottomenu al passaggio sul li padre */
.main-nav li.has-submenu:hover > .nonsott {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display:block !important;
}

/* Opzionale: freccetta accanto a "Company Profile" */
.main-nav li.has-submenu > a::after {
  content: " ▼";
  font-size: 10px;
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0.7;
}



.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-btn {
  display: none;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  margin-left: auto;
  padding-right: 20px;
  z-index: 1101;
}

.nav-toggle-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: transform .25s ease, opacity .25s ease, background .25s ease;
}

@media (max-width: 900px) {
  #site-header {
    overflow: visible;
  }

  .header-inner {
    position: relative;
    align-items: stretch;
  }

  .logo-compound {
    width: calc(100% - 68px);
    padding: 0 18px;
  }

  .logo-compuprint,
  .logo-gds {
    min-width: 0;
  }

  .logo-compuprint img {
    max-height: 52px;
  }

  .logo-gds img {
    max-height: 42px;
  }

  .nav-toggle-btn {
    display: flex;
  }

  .main-nav {
    display: flex;
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: rgba(10, 22, 40, .97);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,.08);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .25s ease, visibility .25s ease;
    z-index: 1100;
  }

  .main-nav a {
    width: 100%;
    height: auto;
    min-height: 52px;
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    justify-content: flex-start;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .nav-cta {
    margin: 12px 24px 16px;
    width: calc(100% - 48px);
    justify-content: center;
    min-height: 46px;
  }

  .nav-toggle:checked + .nav-toggle-btn + .main-nav {
    max-height: 520px;
    opacity: 1;
    visibility: visible;
  }

  .nav-toggle:checked + .nav-toggle-btn span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-btn span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}


.breadcrumb
 {
    background: var(--navy-light);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 16px 0;
}


.breadcrumb-inner a
 {
    color: rgba(255, 255, 255, .6);
    transition: color .3s;
}

.breadcrumb-inner .sep
 {
    color: rgba(255, 255, 255, .3);
}

.breadcrumb-inner .current
 {
    color: var(--gold);
}
/* ══════════════════════════════════════════════
   HERO SLIDER
══════════════════════════════════════════════ */
#hero-slider {
  position: relative;
  height: 100vh; min-height: 600px;
  overflow: hidden;
}
.slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  opacity: 0; transition: opacity .8s ease;
  z-index: 1;
}
.slide.active { opacity: 1; z-index: 2; }

/* Slide backgrounds */
.slide-1 {
  /*background: radial-gradient(ellipse 80% 80% at 60% 40%, #1a2e50 0%, #0a1628 60%, #050e1a 100%);*/
  background: radial-gradient(ellipse 80% 80% at 60% 40%, #1f78bb 0%, #005b9f 55%, #02111d 100%);
}
.slide-2 {
  background: linear-gradient(135deg, #02111d 0%, #005b9f 50%, #1f78bb 100%);
}
.slide-3 {
 /* background: linear-gradient(135deg, #060f20 0%, #0e1e35 40%, #0a2540 100%); */
   background: linear-gradient(135deg, #02111d 0%, #005b9f 50%, #1f78bb 100%);
}
.slide-4 {
/*  background: linear-gradient(135deg, #080f22 0%, #112040 60%, #0a1832 100%);*/
  background: linear-gradient(135deg, #02111d 0%, #005b9f 50%, #1f78bb 100%);
}

.slide-bg-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
}

/* Right-side product image pane */
.slide-photo {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 52%;
  overflow: hidden;
}
.slide-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.85;
}
.slide-photo-mask {
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--navydark) 0%, rgba(10,22,40,.6) 40%, transparent 70%);
}

/* Slide content */
.slide-content {
  position: relative; z-index: 5;
  max-width: 600px;
  padding: 0 80px;
  color: var(--white) !important;
}
.slide-eyebrow {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
  opacity: 0; transform: translateY(20px);
  transition: all .7s .3s;
}
.slide-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.slide.active .slide-eyebrow { opacity: 1; transform: translateY(0); }

.slide-title {
  font-family: var(--font-head);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 20px;
  opacity: 0; transform: translateY(30px);
  transition: all .7s .5s;
}
.slide.active .slide-title { opacity: 1; transform: translateY(0); }
.slide-title em { font-style: normal; color: var(--sky); }
.slide-title .gold { color: var(--gold); }

.slide-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255,255,255,.75);
  max-width: 440px;
  margin-bottom: 36px;
  opacity: 0; transform: translateY(20px);
  transition: all .7s .7s;
}
.slide.active .slide-desc { opacity: 1; transform: translateY(0); }

.slide-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
  opacity: 0; transform: translateY(20px);
  transition: all .7s .9s;
}
.slide.active .slide-actions { opacity: 1; transform: translateY(0); }

/* Slide 1 special – 50 years */
.slide-1-inner {
  display: flex; align-items: center; justify-content: center;
  width: 100%; flex-direction: column; text-align: center;
  position: relative; z-index: 5;
  padding: 0 40px;
}
.anniversary-logo {
 /* width: 260px; height: 260px;*/
 width: 40%; height: auto;
  object-fit: contain;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 40px rgba(200,169,81,.4));
  animation: floatLogo 3s ease-in-out infinite;
}
@keyframes floatLogo { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }

.slide-1-title {
  font-family: var(--font-head);
  font-size: clamp(22px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.slide-1-sub {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  letter-spacing: 2px;
  font-family: var(--font-head);
  margin-bottom: 8px;
}
.slide-1-years {
  font-family: var(--font-head);
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #f5d988 0%, #c8a951 50%, #a07c30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -2px;
}

/* Gold ring decoration on slide 1 */
.gold-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200,169,81,.15);
  pointer-events: none;
}

/* Slider controls */
.slider-nav {
  position: absolute; bottom: 36px; left: 80px;
  display: flex; gap: 10px; z-index: 20;
}
.slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  cursor: pointer; transition: all .3s;
  border: none; padding: 0;
}
.slider-dot.active { background: var(--gold); transform: scale(1.4); }

.slider-arrow {
  position: absolute; top: 50%; z-index: 20;
  width: 48px; height: 48px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .25s;
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 0;
  -webkit-user-select: none; user-select: none;
}
.slider-arrow:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.slider-prev { left: 24px; }
.slider-next { right: 24px; }

.scroll-hint {
  position: absolute; bottom: 32px; right: 80px;
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  display: flex; align-items: center; gap: 10px;
  z-index: 20;
}
.scroll-hint::after { content: ''; width: 1px; height: 50px; background: rgba(255,255,255,.2); }


/* ══════════════════════════════════════════════
   ABOUT SECTION
══════════════════════════════════════════════ */
#about {
  background: var(--white);
  padding: 100px 0;
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.about-img-bg {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #0a1628 0%, #1a3a6b 40%, #2e6db4 100%);
  position: relative;
  overflow: hidden;
}
/* Factory/tech illustration inside about image */
.about-img-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 70% 30%, rgba(74,159,212,.3) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(200,169,81,.2) 0%, transparent 40%);
}
.about-img-corner {
  position: absolute;
  bottom: -1px; right: -1px;
  width: 80px; height: 80px;
  background: var(--gold);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.about-img-label {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--gold);
  padding: 10px 20px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--navy);
}
/* Product photo inside about */
.about-product-wrap {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.about-product-wrap img {
  width: 90%; height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0,0,0,.6));
  transition: transform .4s;
}
.about-product-wrap img:hover { transform: scale(1.04); }

.about-text { }
.about-text h2 {
  font-family: var(--font-head);
  font-size: 38px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 8px;
}
.about-text h2 em { font-style: normal; color: var(--mid); }
.about-text p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 18px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
  border-top: 1px solid var(--lightgray);
  padding-top: 28px;
}
.stat-item {}
.stat-num {
  font-family: var(--font-head);
  font-size: 38px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.stat-num sup { font-size: 18px; vertical-align: super; color: var(--mid); }
.stat-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--textgray);
  margin-top: 4px;
  font-family: var(--font-head);
}
.cert-badges {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  margin-top: 24px;
}
.cert-badge {
  border: 1px solid var(--lightgray);
  padding: 8px 14px;
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--textgray);
  font-weight: 600;
}
.cert-badge span { display: block; color: var(--navy); font-size: 12px; }


/* ══════════════════════════════════════════════
   SOLUTIONS PANELS
══════════════════════════════════════════════ */
#solutions {
  background: var(--navimed);
  padding: 100px 0 0;
}
.solutions-header {
  text-align: center;
  padding: 0 24px 60px;
}
.solutions-header h2 {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.solutions-header p {
  font-size: 16px;
  color: var(--textgray);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.solution-panel {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.solution-panel-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .5s ease;
}
.solution-panel:hover .solution-panel-bg { transform: scale(1.06); }

/* Panel backgrounds – photo-based */
.panel-impact .solution-panel-bg   { background-image: url('impact.png'); }
.panel-transact .solution-panel-bg { background-image: url('transactional.png'); }
.panel-thermal .solution-panel-bg  { background-image: url('thermal.png'); }
.panel-scanner .solution-panel-bg {background-image: url(multscan.png);}
.panel-banding .solution-panel-bg {background-image: url(binding.png);}


/* Synthetic bg for panels without photo */
.panel-scanner .solution-panel-bg {
 /* background: linear-gradient(160deg, #0d2040 0%, #1a3a6b 50%, #0a1628 100%);*/
}
.panel-banding .solution-panel-bg {
/*  background: linear-gradient(160deg, #101828 0%, #162035 60%, #0a1628 100%);*/
}




/* SVG illustrative elements for panels without photos 
.panel-scanner .solution-panel-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400'%3E%3Crect x='60' y='80' width='180' height='130' rx='6' fill='none' stroke='rgba(74,159,212,0.4)' stroke-width='2'/%3E%3Crect x='80' y='100' width='140' height='90' rx='3' fill='rgba(74,159,212,0.08)'/%3E%3Crect x='40' y='230' width='220' height='55' rx='4' fill='none' stroke='rgba(74,159,212,0.35)' stroke-width='2'/%3E%3Crect x='40' y='300' width='220' height='30' rx='4' fill='none' stroke='rgba(74,159,212,0.2)' stroke-width='1'/%3E%3Ccircle cx='55' cy='257' r='6' fill='rgba(74,159,212,0.5)'/%3E%3Ccircle cx='245' cy='257' r='6' fill='rgba(74,159,212,0.5)'/%3E%3Cline x1='80' y1='145' x2='220' y2='145' stroke='rgba(74,159,212,0.6)' stroke-width='1.5' stroke-dasharray='4 3'/%3E%3Cline x1='80' y1='157' x2='220' y2='157' stroke='rgba(74,159,212,0.4)' stroke-width='1' stroke-dasharray='4 3'/%3E%3Cline x1='80' y1='169' x2='190' y2='169' stroke='rgba(74,159,212,0.3)' stroke-width='1' stroke-dasharray='4 3'/%3E%3C/svg%3E") center 30% / 80% no-repeat;
}
.panel-banding .solution-panel-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 400'%3E%3Crect x='50' y='100' width='200' height='150' rx='4' fill='none' stroke='rgba(200,169,81,0.4)' stroke-width='2'/%3E%3Crect x='70' y='120' width='160' height='30' rx='2' fill='rgba(200,169,81,0.12)' stroke='rgba(200,169,81,0.3)' stroke-width='1'/%3E%3Crect x='70' y='160' width='160' height='30' rx='2' fill='rgba(200,169,81,0.08)' stroke='rgba(200,169,81,0.2)' stroke-width='1'/%3E%3Crect x='70' y='200' width='100' height='30' rx='2' fill='rgba(200,169,81,0.06)' stroke='rgba(200,169,81,0.15)' stroke-width='1'/%3E%3Crect x='100' y='270' width='100' height='8' fill='rgba(200,169,81,0.5)'/%3E%3Crect x='95' y='278' width='110' height='4' rx='1' fill='rgba(200,169,81,0.3)'/%3E%3Crect x='95' y='282' width='110' height='2' fill='rgba(200,169,81,0.15)'/%3E%3C/svg%3E") center 30% / 80% no-repeat;
}
*/
.solution-panel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,.95) 0%, rgba(10,22,40,.5) 50%, rgba(10,22,40,.1) 100%);
  transition: opacity .4s;
}
.solution-panel:hover .solution-panel-overlay {
  background: linear-gradient(to top, rgba(10,22,40,.98) 0%, rgba(10,22,40,.65) 50%, rgba(10,22,40,.2) 100%);
}

.solution-panel-content {
  position: relative; z-index: 2;
  padding: 24px 20px;
  border-top: 2px solid rgba(255,255,255,.0);
  transition: border-color .3s;
}
.solution-panel:hover .solution-panel-content { border-top-color: var(--gold); }

.solution-panel-icon {
  width: 40px; height: 40px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
  transition: background .3s, border-color .3s;
}
.solution-panel:hover .solution-panel-icon { background: var(--gold); border-color: var(--gold); }
.solution-panel-icon svg { width: 20px; height: 20px; fill: var(--white); }
.solution-panel:hover .solution-panel-icon svg { fill: var(--navy); }

.solution-panel-name {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.solution-panel-link {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 8px;
  font-weight: 600;
  opacity: 0; transform: translateY(6px);
  transition: all .3s;
}
.solution-panel:hover .solution-panel-link { opacity: 1; transform: translateY(0); }
.solution-panel-link::after { content: '→'; }


/* ══════════════════════════════════════════════
   NEWS SECTION
══════════════════════════════════════════════ */
#news {
  background: var(--offwhite);
  padding: 100px 0;
}
.news-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 50px;
}
.news-header h2 {
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.news-card {
  background: var(--white);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.news-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,.1); }

.news-card-thumb {
  aspect-ratio: 4/3;
  position: relative; overflow: hidden;
}
.news-card-thumb-bg {
  width: 100%; height: 100%;
  transition: transform .5s;
}
.news-card:hover .news-card-thumb-bg { transform: scale(1.06); }

/* News thumb gradients */
.news-1 .news-card-thumb-bg {
  background: linear-gradient(135deg, #0a1628, #1a3a6b);
  display: flex; align-items: center; justify-content: center;
}
.news-2 .news-card-thumb-bg {
  background: linear-gradient(135deg, #0d2040, #2e6db4);
}
.news-3 .news-card-thumb-bg {
  background: linear-gradient(135deg, #0a1a30, #1a4060);
}
.news-4 .news-card-thumb-bg {
  background: linear-gradient(135deg, #0d1a2e, #1a3050);
  display: flex; align-items: center; justify-content: center;
}

/* Inline SVG illustrations for news thumbs */
.news-thumb-icon {
  opacity: 0.35;
}

.news-card-date {
  position: absolute;
  bottom: 12px; left: 12px;
  background: var(--gold);
  padding: 4px 12px;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--navy);
}

.news-card-body {
  padding: 24px;
  flex: 1;
  display: flex; flex-direction: column;
}
.news-card-category {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 10px;
}
.news-card-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  flex: 1;
  margin-bottom: 16px;
}
.news-card-link {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  display: flex; align-items: center; gap: 6px;
}
.news-card-link:hover { color: var(--gold); }
.news-card-link::after { content: '→'; }


/* ══════════════════════════════════════════════
   GDS / ABOUT PARALLAX SECTION
══════════════════════════════════════════════ */
#gds-section {
  position: relative;
  /*background: linear-gradient(135deg, #060e1c 0%, #0a1628 40%, #0d2040 100%);*/
  background: linear-gradient(135deg, #031827 0%, #004277 40%, #005b9f 100%);
  padding: 120px 0;
  overflow: hidden;
}
#gds-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 10% 50%, rgba(46,109,180,.18) 0%, transparent 50%),
    radial-gradient(circle at 90% 20%, rgba(200,169,81,.1) 0%, transparent 40%);
}

/* Decorative grid */
#gds-section::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(74,159,212,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74,159,212,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.gds-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.gds-text h2 {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 8px;
}
.gds-text h2 em { font-style: normal; color: var(--gold); }
.gds-text p {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 1.8;
  margin-bottom: 18px;
}
.gds-logo-block {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 32px;
}
.gds-logo-text {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 2px;
}
.gds-logo-text span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--textgray);
  text-transform: uppercase;
}
.gds-logo-divider { width: 2px; height: 40px; background: var(--gold); }
.gds-logo-sub {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--textgray);
  text-transform: uppercase;
}

.gds-visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}

/* World map SVG illustration */
.world-visual {
  width: 100%;
  max-width: 480px;
}

.gds-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.gds-fact {
  border-left: 2px solid var(--gold);
  padding-left: 16px;
}
.gds-fact-num {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 800;
  color: var(--white);
}
.gds-fact-label {
  font-size: 12px;
  color: var(--textgray);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-head);
}


/* ══════════════════════════════════════════════
   PARTNERS / CERTIFICATIONS
══════════════════════════════════════════════ */
#partners {
  background: var(--white);
  padding: 80px 0;
  border-top: 1px solid var(--lightgray);
}
.partners-header {
  text-align: center;
  margin-bottom: 50px;
}
.partners-header h2 {
  font-family: var(--font-head);
  font-size: 34px;
  font-weight: 800;
  color: var(--navy);
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.partner-card {
  background: var(--offwhite);
  padding: 36px 28px;
  display: flex; flex-direction: column;
  gap: 14px;
  transition: background .3s, transform .3s;
}
.partner-card:hover { background: var(--navy); transform: translateY(-3px); }
.partner-card-icon {
  width: 48px; height: 48px;
  background: rgba(46,109,180,.1);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s;
}
.partner-card:hover .partner-card-icon { background: rgba(200,169,81,.2); }
.partner-card-icon svg { width: 24px; height: 24px; fill: var(--mid); transition: fill .3s; }
.partner-card:hover .partner-card-icon svg { fill: var(--gold); }
.partner-card-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  transition: color .3s;
}
.partner-card:hover .partner-card-title { color: var(--white); }
.partner-card-text {
  font-size: 13px;
  color: var(--textgray);
  line-height: 1.7;
  transition: color .3s;
}
.partner-card:hover .partner-card-text { color: rgba(255,255,255,.6); }
.partner-card-cta {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  display: flex; align-items: center; gap: 6px;
  margin-top: auto;
  transition: color .3s;
}
.partner-card:hover .partner-card-cta { color: var(--gold); }
.partner-card-cta::after { content: '→'; }


/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
#footer {
 /* background: #060e1c;*/
 background: #004277;
   padding: 70px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .footer-logo-word {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.footer-brand .footer-logo-word span { color: var(--sky); }
.footer-brand .footer-gds-line {
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--textgray);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-brand p {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 280px;
}
.footer-socials { display: flex; gap: 10px; }
.social-btn {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.4);
  font-size: 13px;
  transition: all .25s;
  font-family: var(--font-head);
  font-weight: 700;
}
.social-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.footer-col h4 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 13px;
  color: rgba(255,255,255,.4);
  transition: color .2s;
  font-family: var(--font-body);
}
.footer-col ul li a:hover { color: var(--gold); }

.footer-col .contact-line {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 12px;
}
.contact-line .icon {
  width: 20px;
  font-family: var(--font-head);
  font-size: 14px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
}
.contact-line p {
  font-size: 12px;
  color: rgba(255,255,255,.4);
  line-height: 1.6;
}
.contact-line a { color: rgba(255,255,255,.4); }
.contact-line a:hover { color: var(--gold); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0;
}
.footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,.25);
  font-family: var(--font-body);
}
.footer-bottom-links {
  display: flex; gap: 24px;
}
.footer-bottom-links a {
  font-size: 11px;
  color: rgba(255,255,255,.25);
  font-family: var(--font-head);
  letter-spacing: 1px;
}
.footer-bottom-links a:hover { color: var(--gold); }


/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .solutions-grid { grid-template-columns: repeat(3, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
    .anniversary-logo {
  width: 45%; height: auto;

}

}
@media (max-width: 900px) {
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .gds-inner { grid-template-columns: 1fr; gap: 40px; }
  .partners-grid { grid-template-columns: 1fr 1fr; }
 /* .main-nav { display: none; } */
  .slide-content { padding: 0 40px; }
  .slide-photo { display: none; }
    .anniversary-logo {
  width: 60%; height: auto;
  }
    .logo-compound {
    width: 100% !important;
}
  
}
@media (max-width: 640px) {
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .anniversary-logo {
  width: 80%; height: auto;

}
  .footer-col {
width:100nw !important;
}
.footer-inner { 
display: block !important;
}

.footer-bottom { 
display: block !important;
}

.footer-brand {
margin-bottom:20px !important;
}

}

@media (min-width: 901px ) and ( max-width: 1280px) {
.main-nav
 {
    
    padding-right: 10px;
    width: calc(50% - 10px);
}

.main-nav a
 {

    font-size: 10px;

    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75);
    padding: 0 10px;
  
}
.slide-content {
    position: relative;
    z-index: 5;
    max-width: 48%;
    padding: 0 80px;
    color: var(--white) !important;;
}


}
@media (min-width: 901px ) and ( max-width: 1150px) {
.slide-content {
    position: relative;
    z-index: 5;
    max-width: 48%;
    padding: 0 80px;
    color: var(--white) !important;
}
}
.slide-content h1 {  color: var(--white) !important;}

@media (min-width: 901px )  {
	.main-nav ul {
  display: flex;
  align-items: center;
  gap: 0px; /* Usa lo stesso valore presente nel CSS originale */
  margin: 0;
  padding: 0;
  list-style: none;
}
	
}
