/* ─────────────────────────────────────────────────
   HERO
───────────────────────────────────────────────── */

.hero {
  min-height: calc(75dvh + 70px); display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding-block: 100px; gap: 60px;
  position: relative; overflow: hidden; background: var(--white);
}
.hero::after {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(13,148,131,.05) 0%, transparent 70%);
  pointer-events: none;
}
.hero-partnership {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 32px; font-size: 13px; font-weight: 700; color: var(--muted);
}
.partner-chip {
  padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 6px;
}
.pc-cw { background: var(--cw-light); color: var(--cw-dark); }
.pc-ipn { background: var(--ipn-light); color: var(--ipn-dark); }
.hero-plus {font-weight: 600; color: var(--sec); font-size:16px;}
.hp-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.hp-dot.cw  { background: var(--cw);  animation: dotBlink 2s ease-in-out infinite; }
.hp-dot.ipn { background: var(--ipn); animation: dotBlink 2s ease-in-out infinite .6s; }
@keyframes dotBlink { 0%,100%{opacity:1} 50%{opacity:.2} }
.hp-sep { color: var(--brd2); font-weight: 300; }
h1.h1 {
  font-size: clamp(40px,5vw,72px); font-weight: 900;
  line-height: 1.02; color: var(--text); margin-bottom: 28px; letter-spacing: -2px;
}
h1.h1 .light { color: var(--text); font-weight: 900; } 
h1.h1 .accent { color: var(--sec); } 
.hero-desc { font-size: 17px; color: var(--muted); line-height: 1.78; max-width: 500px; margin-bottom: 44px; font-weight: 400; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-right { display: flex; align-items: flex-end; justify-content: center; }
.hero-right-img {width:100%;}

/* ─────────────────────────────────────────────────
   STATS BAR — with sec-colored borders
───────────────────────────────────────────────── */
.stats-bar {
  background: var(--antracite); padding: 48px 60px;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  border-top: 3px solid var(--sec); border-bottom: 3px solid var(--sec);
}
.stat-it {
  text-align: center; padding: 20px;
  border-right: 1px solid rgba(13,148,131,.4);  
}
.stat-it:last-child { border-right: none }
.stat-val {
  font-size: clamp(44px,5vw,72px); font-weight: 900;
  line-height: 1; letter-spacing: -3px; margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center; gap: 2px;
}
.sv-m { color:  var(--white) }
.sv-a { color: var(--sec); font-size: .7em }
.sv-inf { color: var(--sec); font-size: 1em }
.stat-lbl { font-size: 16px; font-weight: 500; color: rgba(255,255,255,.4); line-height: 1.5; letter-spacing: .2px }
.stat-lbl strong { color: rgba(255,255,255,.75); font-weight: 800; display: block }

/* ══════════════════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════════════════ */
.section-gen { padding-block: 100px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 16px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
  color: var(--sec); margin-bottom: 15px;
}
.kicker::before { content: ''; display: block; width: 24px; height: 2px; background: currentColor }
.kicker.dk { color: rgba(255,255,255,.45) }
.kicker.dk::before { background: var(--ipn) }
h2.h2 { font-size: clamp(32px,4vw,54px); font-weight: 900; line-height: 1.05; color: var(--text); margin-bottom: 18px; letter-spacing: -1.5px; margin-top:0; }
h2.h2 em { font-style: normal; color: var(--sec) }
h2.h2.w { color: var(--white); }
h2.h2.w em { color: var(--sec) }
p.lead { font-size: 17px; color: var(--muted); line-height: 1.75; font-weight: 400; max-width: 540px }

/* ─────────────────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────────────────── */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0) }
.reveal-l { opacity: 0; transform: translateX(-30px); transition: opacity .7s ease, transform .7s ease }
.reveal-l.visible { opacity: 1; transform: translateX(0) }
.reveal-r { opacity: 0; transform: translateX(30px); transition: opacity .7s ease, transform .7s ease }
.reveal-r.visible { opacity: 1; transform: translateX(0) }
.reveal-delay-1 { transition-delay: .1s }
.reveal-delay-2 { transition-delay: .2s }
.reveal-delay-3 { transition-delay: .3s }
.reveal-delay-4 { transition-delay: .4s }

/* ══════════════════════════════════════════
   ERP EXPLAINER
══════════════════════════════════════════ */
.erp-section { background: var(--white); }
.erp-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.erp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.erp-pts { gap: 28px; margin-top: 36px; }
.list-diamond{
  list-style: none;
  margin: 0;
  padding: 0;
  
}

.list-diamond li{
  position: relative;
  padding-left: 28px;           
  margin: 0;
  line-height: 1.1;
}

.list-diamond li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;   
  width: 15px;
  height: 15px;
  background: var(--sec);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 1px;  
  margin-right:10px;   
}
.ei-cw{background:var(--cw-l)}
.ei-ipn{background:var(--ipn-l)}
.list-diamond h4 { font-size: 17px; font-weight: 800; margin-bottom: 7px; letter-spacing: -.3px }


/* Orbit diagram — darker nodes, glow effect */
.erp-orbit-wrap { position: relative; width: 100%; aspect-ratio: 1; max-width: 460px; margin: 0 auto }
.orbit-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 120px; height: 120px; z-index: 10;
  background: linear-gradient(135deg, var(--sec-d) 0%, var(--sec) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 0 0 8px rgba(21,21,21,.08), 0 0 30px rgba(21,21,21,.25);
}
.oc-l { font-size: 28px; font-weight: 900; color:  var(--white); letter-spacing: 2px }
.oc-s { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.55) }
.orbit-ring {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); border-radius: 50%; border-style: solid;
}
.or1 { width: 52%; height: 52%; border-width: 1.5px; border-color: #243b64; animation: spin 18s linear infinite }
.or2 { width: 76%; height: 76%; border-width: 1px; border-style: dashed; border-color: var(--cw); animation: spin 32s linear infinite reverse }
.or3 { width: 100%; height: 100%; border-width: 1px; border-color: var(--ipn); animation: spin 50s linear infinite }
@keyframes spin { to { transform: translate(-50%,-50%) rotate(360deg) } }
.on { position: absolute; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: default }
.on-ic {
  width: 50px; height: 50px;
  background: var(--antracite); /* dark background */
  border: 1.5px solid var(--sec);
  display: flex; align-items: center; justify-content: center; font-size: 19px;
  box-shadow: 0 0 16px rgba(21,21,21,.2), inset 0 0 8px rgba(21,21,21,.06);
  transition: all .35s;
}
.on-ic i {color:var(--sec);}
.on:hover .on-ic {
  border-color: var(--sec);
  
  transform: scale(1.12);
}
.on-lb { font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); white-space: nowrap }
.on1{top:3%;left:50%}
.on2{top:22%;left:88%}
.on3{top:77%;left:88%}
.on4{top:100%;left:50%}
.on5{top:77%;left:12%}
.on6{top:22%;left:12%}

/* ─────────────────────────────────────────────────
   SERVIZI
───────────────────────────────────────────────── */
.svc-sec { background: var(--antracite); } 
.svc-top { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 2px }
.svc-main {
  padding: 52px; color:  var(--white); position: relative; overflow: hidden; transition: filter .3s ease, opacity .7s ease, transform .7s ease; border: 1px solid rgba(13,148,131,.3);
}
.svc-main:hover { filter: brightness(1.06) }
.svc-cw  { background: linear-gradient(135deg,var(--cw) 0%,var(--cw) 100%); }  /* less dark blue */
.svc-ipn { background: linear-gradient(135deg,var(--ipn2) 0%,var(--ipn2) 100%) }
.svc-wm {
  position: absolute; right: 16px; bottom: -7px;
  font-size: clamp(32px,5vw,60px); font-weight: 900; /* MUCH smaller */
  opacity: .1; line-height: 1; pointer-events: none; letter-spacing: -1px;
  white-space: nowrap;
}
.svc-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;  font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px }
.svc-bd { width: 7px; height: 7px; border-radius: 50%; }
.svc-badge-cw {background: var(--cw-l);}
.svc-badge-ipn {background: var(--ipn);}
.svc-main h3 { font-size: clamp(22px,2.2vw,32px); font-weight: 900; margin-bottom: 16px; line-height: 1.08; letter-spacing: -.5px }
.svc-main p { font-size: 15px; opacity: .8; line-height: 1.72; font-weight: 400 }
.svc-lnk { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 700; padding-bottom: 2px; transition: all .25s; text-decoration:none; }
.svc-lnk:hover { color:  var(--white); border-color: rgba(255,255,255,.7); gap: 14px }

.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px }
.svc-mini {
  background: transparent;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(13,148,131,.3);
  padding: 32px; 
  transition: border-color .25s ease, background .25s ease, opacity .7s ease, transform .7s ease; 
  position: relative; overflow: hidden;
  cursor:pointer;
}
.svc-mini::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right,var(--sec-d),var(--sec)); transform: scaleX(0); transform-origin: left; transition: transform .4s ease }
.svc-mini:hover { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.14) }
.svc-mini:hover::before { transform: scaleX(1) }
.svc-mini-ico { font-size: 28px; margin-bottom: 14px; display: block; color:var(--sec); }
.svc-mini h4 { font-size: 15px; font-weight: 800; color:  var(--white); margin-bottom: 7px; letter-spacing: -.2px }
.svc-mini p { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.55 }
.svc-mini.hl h4 { color: var(--ipn) }

.mods-panel { background: var(--ink); padding: 40px; margin-top: 2px; display: none }
.mods-panel.open { display: block }
.mods-title { font-size: 18px; font-weight: 900; color:  var(--white); margin-bottom: 6px; letter-spacing: -.3px }
.mods-sub { font-size: 14px; color: rgba(255,255,255,.4); margin-bottom: 28px }
.mods-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px }
.mod-chip { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); transition: all .2s }
.mod-chip:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.15); color:  var(--white) }
.mod-chip.cust { border-style: dashed; color: var(--ipn); font-style: italic }

/* ─────────────────────────────────────────────────
   SETTORI
───────────────────────────────────────────────── */
.sec-hdr { margin-bottom: 56px; }
.sec-acc { display: grid; grid-template-columns: 1fr 1fr; gap:0 50px; align-items: start;}
.sec-col { display: flex; flex-direction: column; }
.sec-col:first-child .sec-item:first-child,
.sec-col:last-child .sec-item:first-child { border-top: 1px solid var(--sec); }
.sec-item { border-bottom: 1px solid var(--sec); }
.sec-item:first-child { border-top: 1px solid var(--sec); }
.sec-trig {
  width: 100%; background: none; border: none; text-align: left; cursor: pointer;
  padding: 20px 0; display: flex; align-items: center; gap: 16px; font-family: var(--font-normal-normal);
}
.sec-num { width: 32px; height: 32px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; color: var(--white); background:var(--sec); transition: all .3s }
.sec-item.open .sec-num { background: var(--sec-d); border-color: var(--sec-d); color: var(--white);}
.sec-ico { font-size: 22px; flex-shrink: 0; }
.sec-hd { flex: 1; text-align: left;}
.sec-hd h4 { font-size: 18px; font-weight: 800; color: var(--text); letter-spacing: -.3px; transition: color .2s; margin:0; }
.sec-item:hover .sec-hd h4, .sec-item.open .sec-hd h4 { color: var(--sec-d); }
.sec-hd p { font-size: 16px; color: var(--muted); margin-top: 2px; font-weight: 500; padding:0; margin-bottom:0; }
.sec-arr { width: 32px; height: 32px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--sec); font-size: 20px; color: var(--muted); transition: all .35s cubic-bezier(.77,0,.18,1) }
.sec-item:hover .sec-arr {background:var(--sec); color:var(--white);}
.sec-item.open .sec-arr { transform: rotate(45deg); border-color: transparent; color: var(--white); background: var(--sec-d); }
.sec-body { max-height: 0; overflow: hidden; transition: max-height .5s cubic-bezier(.77,0,.18,1) }
.sec-item.open .sec-body { max-height: 400px }
.sec-bi { padding: 0 0 28px 48px; display: grid; display:flex; flex-direction:column; gap: 32px; align-items: start; }
.sb-desc { font-size: 1rem; color: var(--muted); line-height: 1.72; font-weight: 400; margin-bottom:0; }
.sb-feats { display: flex; flex-direction: column }
.sb-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--antracite); padding: 9px 0; }
.sb-feat:last-child { border: none }
.sb-feat::before { content: '➝'; color: var(--sec); font-size: 14px; font-weight: 900; flex-shrink: 0 }

@media (max-width:950px) {
  .sec-acc { display: grid; grid-template-columns: 1fr; align-items: start;}
  .sec-col:last-child .sec-item:first-child { border-top: none }
}

/* ─────────────────────────────────────────────────
   PROCESS 
───────────────────────────────────────────────── */
.proc-sec { background: var(--antracite); }
.proc-in { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start }
.proc-intro { font-size: 16px; color: rgba(255,255,255,.45); line-height: 1.75; margin-top: 20px; max-width: 400px }
.proc-steps { display: flex; flex-direction: column; position: relative }
.proc-steps::before { content: ''; position: absolute; left: 23px; top: 26px; bottom: 26px; width: 2px; background: linear-gradient(to bottom, var(--cw), var(--ipn)); z-index: 0 }
.ps { display: flex; gap: 24px; padding: 26px 0; position: relative; align-items:center; }
.ps-n-wrap {
  perspective: 900px;
}
.ps-n {
  width: 48px; height: 48px;
  position: relative; z-index: 1;
  transform-style: preserve-3d;
  animation: psFlip1to5 6s cubic-bezier(.77,0,.18,1) infinite;
  will-change: transform;
}
.ps-face{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
   
}

.ps-face-back{
  transform: rotateY(180deg); 
}

/* Ogni box usa la stessa animazione ma con un offset diverso,
   senza delay (niente sovrapposizioni nel loop) */
.ps-n.ps1{ animation-name: psFlip1; }
.ps-n.ps2{ animation-name: psFlip2; }
.ps-n.ps3{ animation-name: psFlip3; }
.ps-n.ps4{ animation-name: psFlip4; }
.ps-n.ps5{ animation-name: psFlip5; }
@keyframes psFlip1{
  0%       { transform: rotateY(0deg) }
  6%       { transform: rotateY(0deg) }     /* piccola pausa */
  14%      { transform: rotateY(180deg) }   /* flip (una volta) */
  20%      { transform: rotateY(180deg) }   /* resta girato fino a fine finestra */
  20.001%  { transform: rotateY(0deg) }     /* reset istantaneo (non percepito) */
  100%     { transform: rotateY(0deg) }
}

/* 2: finestra 20–40% */
@keyframes psFlip2{
  0%,20%   { transform: rotateY(0deg) }
  26%      { transform: rotateY(0deg) }
  34%      { transform: rotateY(180deg) }
  40%      { transform: rotateY(180deg) }
  40.001%  { transform: rotateY(0deg) }
  100%     { transform: rotateY(0deg) }
}

/* 3: finestra 40–60% */
@keyframes psFlip3{
  0%,40%   { transform: rotateY(0deg) }
  46%      { transform: rotateY(0deg) }
  54%      { transform: rotateY(180deg) }
  60%      { transform: rotateY(180deg) }
  60.001%  { transform: rotateY(0deg) }
  100%     { transform: rotateY(0deg) }
}

/* 4: finestra 60–80% */
@keyframes psFlip4{
  0%,60%   { transform: rotateY(0deg) }
  66%      { transform: rotateY(0deg) }
  74%      { transform: rotateY(180deg) }
  80%      { transform: rotateY(180deg) }
  80.001%  { transform: rotateY(0deg) }
  100%     { transform: rotateY(0deg) }
}

/* 5: finestra 80–100% */
@keyframes psFlip5{
  0%,80%   { transform: rotateY(0deg) }
  86%      { transform: rotateY(0deg) }
  94%      { transform: rotateY(180deg) }
  100%     { transform: rotateY(180deg) }   /* resta girato fino a fine ciclo */
}

/* front and back faces */
.ps-face {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 900; letter-spacing: -1px;
  border: 2px solid;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.ps-face-back {
  transform: rotateY(180deg);
}
.ps1{background:var(--sec);border-color:var(--sec);color:var(--white);}
.ps2{background:var(--cw);border-color:var(--cw);color:var(--white);}
.ps3{background:var(--ipn-d);border-color:var(--ipn-d);color:var(--white);}
.ps4{background:var(--ipn2);border-color:var(--ipn2);color:var(--white);}
.ps5{background:var(--ipn);border-color:var(--ipn);color:var(--white);}

.ps-b h4 { font-size: 17px; font-weight: 800; color: var(--white); margin-bottom: 4px; letter-spacing: -.3px; margin-top:0; }
.ps-b p { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.65; margin:0; }

/* ─────────────────────────────────────────────────
   FAQ
───────────────────────────────────────────────── */
.faq-in { display: grid; grid-template-columns: 1fr 1.7fr; gap: 80px; align-items: start }
.faq-left p { font-size: 1rem; color: var(--muted); line-height: 1.72; margin: 16px 0 32px }
.faq-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; background: var(--sec-l); font-size: 14px; font-weight: 800; color: var(--sec-d); transition: all .3s; border: 2px solid transparent }
.faq-cta:hover { background: transparent; border-color: var(--sec); color: var(--sec); }
.faq-list { display: flex; flex-direction: column }
.fi { border-bottom: 1px solid var(--sec); }
.fi:first-child { border-top: none; }
.fi-q { width: 100%; background: none; border: none; text-align: left; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-family: var(--font); font-size: 1rem; font-weight: 800; color: var(--text); gap: 16px; transition: color .2s }
.fi-q:hover { color: var(--sec); }
.fi-ic { width: 30px; height: 30px; flex-shrink: 0; background: var(--off); border: 1.5px solid var(--brd); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--sec); transition: all .35s cubic-bezier(.77,0,.18,1) }
.fi.open .fi-ic { transform: rotate(45deg); background: var(--sec); color:var(--white); }
.fi.open .fi-q {color:var(--sec);}
.fi-ans { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s }
.fi.open .fi-ans { max-height: 300px; padding-bottom: 22px }
.fi-ans p { font-size: 1rem; color: var(--muted); line-height: 1.75; padding:0; margin:0; }

/*  ────────────────────────────────────
CTA 
──────────────────────────────────────── */

.ctaBgParallax{
  position: relative;
  overflow: hidden;
  background: var(--antracite); 
  padding: 110px 24px;
  min-height: 520px;
  text-align:center;
}


.ctaBgParallax::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/background.webp'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}



/* Slight vignette to keep text readable (keep it even if you add an image) */
.ctaBgParallax::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1100px 650px at 50% 45%, rgba(0,0,0,0) 35%, rgba(0,0,0,.58) 100%);
  z-index: 1;
  pointer-events: none;
}

.ctaBgParallax__content{
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
 text-align: center;
}

/* Moving squares layer */
.ctaBgParallax__float{
  position: absolute;
  inset: 0;
  z-index: 1; 
  pointer-events: none;
}

.ctaRect{
  position: absolute;
  border-radius: 0; 
  background: transparent;
  border: 2px solid rgba(255,255,255,.75);
  transform: translate3d(0,0,0) rotate(0deg);
  will-change: transform;
  opacity: .95;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* quadrati */
.ctaRect--a{ top: 14%; left: 9%;  width: 44px; height: 44px; border-color: rgba(13,148,131,.95); }
.ctaRect--b{ top: 18%; right: 7%; width: 84px; height: 84px; border-color: rgba(0,97,160,.95); }
.ctaRect--c{ top: 52%; left: 14%; width: 30px; height: 30px; border-color: rgba(91,184,201,.95); }
.ctaRect--d{ bottom: 12%; left: 36%; width: 96px; height: 96px; border-color: rgba(0,97,160,.85); }
.ctaRect--e{ bottom: 18%; right: 18%; width: 56px; height: 56px; border-color: rgba(13,148,131,.75); }

@media(max-width:990px) {
  .ctaBgParallax { min-height: 700px; padding: 80px 18px; }
  .ctaBgParallax::before {background-image: none;}
  .ctaRect--a{ top: 14%; left: 9%;  width: 44px; height: 44px; border-color: rgba(13,148,131,.95); }
  .ctaRect--b{ top: 18%; right: 7%; width: 84px; height: 84px; border-color: rgba(0,97,160,.95); }
  .ctaRect--c{ top: 42%; left: 14%; width: 30px; height: 30px; border-color: rgba(91,184,201,.95); }
  .ctaRect--d{ bottom: 0; left: 6%; width: 96px; height: 96px; border-color: rgba(0,97,160,.85); }
  .ctaRect--e{ bottom: 3%; right: 18%; width: 56px; height: 56px; border-color: rgba(13,148,131,.75); }
}


.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-k {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 24px; font-weight: 800;
}
.cta-title {
  font-size: clamp(38px,5vw,68px); font-weight: 900; color: var(--white);
  line-height: 1; letter-spacing: -2.5px; margin-bottom: 16px;
}
.cta-desc {
  font-size: 17px; color: rgba(255,255,255,.45); margin-bottom: 52px;
  max-width: 650px; margin-left: auto; margin-right: auto; line-height: 1.65; 
}
.cta-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(255,255,255,0.8);
  border: 1px solid var(--sec);
  margin-block: 58px;   
}
.cta-stat { background: rgba(255,255,255,.03); padding: 26px 16px }
.cta-stat + .cta-stat {border-left:1px solid var(--sec);}
.cta-stat-n {
  font-size: 40px; font-weight: 900; letter-spacing: -2px; line-height: 1;
  background: var(--sec);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cta-stat-l { font-size: 14px; color: var(--sec); margin-top: 6px; font-weight: 600 }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top:48px;  }
.btn-w {
  padding: 17px 44px; background: var(--sec); color: var(--white);
  font-size: 15px; font-weight: 900;
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font);
  transition: color .4s, transform .2s, box-shadow .3s;
  text-decoration: none;
}
.btn-w::before {
  content: ''; position: absolute; inset: 0;
  background: var(--white); transform: scaleX(0); transform-origin: left;
  transition: transform .4s cubic-bezier(.77,0,.18,1);
}
.btn-w:hover::before { transform: scaleX(1) }
.btn-w:hover { transform: translateY(-2px);  color:var(--sec); }
.btn-w span { position: relative; z-index: 1 }
.btn-gh {
  padding: 17px 32px; border: 2px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7);
  font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .3s; font-family: var(--font);
  text-decoration:none;
}
.btn-gh:hover { border-color: rgba(255,255,255,.5); color:  var(--white); background: rgba(255,255,255,.06) }
.cta-wm { display: none }

/* Responsive */
@media (max-width: 820px){
  .ctaBgParallax{ padding: 90px 18px; min-height: 520px; }
  .ctaRect--a{ left: 6%; }
  .ctaRect--b{ right: 3%; width: 72px; height: 72px; }
  .ctaRect--d{ left: 18%; width: 84px; height: 84px; }
}

@media (prefers-reduced-motion: reduce){
  .ctaRect{ transform:none !important; }
}


/* ─────────────────────────────────────────────────
   CONTACT — WHITE background, no extra recapiti
───────────────────────────────────────────────── */
.contact-sec { background: var(--white) }
.contact-sec .kicker { color: var(--sec) }
.contact-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; }

/* Form card */
.form-card { background: var(--sec-l); border: 1px solid var(--sec); padding: 48px }
.form-card h3 { font-size: 24px; font-weight: 900; color: var(--text); margin-bottom: 8px; letter-spacing: -.5px }
.form-card > p { font-size: 15px; color: var(--muted); margin-bottom: 36px; line-height: 1.6 }
form.cf { display: flex; flex-direction: column; gap: 14px }
.cf .fr { display: grid; grid-template-columns: 1fr 1fr; gap: 14px }
.cf input:not([type=checkbox]), .cf textarea, .cf select {
  width: 100%; padding: 14px 18px; background: var(--white);
  border: 1.5px solid var(--sec); font-family: var(--font-normal-normal); font-size: 14px;
  color: var(--text); outline: none; transition: all .25s; font-weight: 600;
  -webkit-appearance: none; appearance: none;
}
.cf input:focus, .cf textarea:focus, .cf select:focus { border-color: var(--sec); box-shadow: 0 0 0 3px rgba(13,148,131,.08) }
.cf textarea { height: 110px; resize: vertical }
.cf .pol-row { display: flex; align-items: center; gap: 14px; width:100%;}
.cf .pol-row input[type=checkbox] { width: 15px; height: 15px; flex-shrink: 1; margin-top: 2px; cursor: pointer; accent-color: var(--sec); border: 1.5px solid var(--sec-d) }
.pol-txt { font-size: 12px; color: var(--muted); line-height: 1.6 }
.pol-txt a { color: var(--sec); text-decoration: underline; text-underline-offset: 2px }
.rc-mock { background: var(--white); border: 1.5px solid var(--sec); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between }
.rc-left { display: flex; align-items: center; gap: 16px }
.rc-chk { width: 24px; height: 24px; border: 2px solid var(--sec-d); flex-shrink: 0; position: relative; cursor: pointer; transition: all .25s }
.rc-chk.checked { border-color: var(--sec); background: var(--sec) }
.rc-chk.checked::after { content: '✓'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 14px; font-weight: 900 }
.rc-lbl { font-size: 14px; font-weight: 600; color: var(--muted) }
.rc-right { text-align: right; font-size: 10px; color: var(--light); line-height: 1.5 }
.rc-logo { font-size: 18px; margin-bottom: 2px }
.cf-sub { padding: 16px; background: var(--sec); border: none; color: var(--white); font-family: var(--font); font-size: 16px; font-weight: 900; cursor: pointer; position: relative; overflow: hidden; transition: all .35s }
.cf-sub::before { content: ''; position: absolute; inset: 0; background: var(--sec-d); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.77,0,.18,1) }
.cf-sub:hover::before { transform: scaleX(1) }
.cf-sub span { position: relative; z-index: 1 }
.cf-sub:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(13,148,131,.35) }

/* Next steps card */
.next-card { background: var(--sec-l); border: 1px solid var(--sec); padding: 44px 40px }
.next-card h3 { font-size: 26px; font-weight: 900; color: var(--text); margin-bottom: 10px; letter-spacing: -.5px }
.next-card > p { font-size: 14px; color: var(--muted); margin-bottom: 44px; line-height: 1.6 }
.ns-list { display: flex; flex-direction: column; position: relative }
.ns-list::before { content: ''; position: absolute; left: 19px; top: 20px; bottom: 20px; width: 1px; background: linear-gradient(to bottom, var(--sec), var(--sec-d)); }
.ns { display: flex; gap: 20px; padding: 16px 0; position: relative; align-items: flex-start; }
.ns-circ { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; z-index: 1; border: 2px solid; background: var(--white) }
.nc1{border-color:var(--sec);color:var(--sec);}
.nc2{border-color:var(--cw);color:var(--cw);}
.nc3{border-color:var(--ipn2);color:var(--ipn2);}
.nc4{border-color:var(--ipn);color:var(--ipn);}

.ns-body h4 { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 3px; margin-top:0; }
.ns-body p { font-size: 1rem; color: var(--muted); margin:0; padding-top:0;}
.ns-tag { display: inline-block; margin-top: 8px; padding: 3px 10px; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase }
.nt0 { background: var(--sec); color: var(--white) }
.nt1 { background: var(--cw); color: var(--white) }
.nt2 { background: linear-gradient(to right, var(--cw), var(--ipn)); color: var(--white) }

@media(max-width:1787px) {.hero { gap: 40px; }}
@media (max-width:1200px) {  
  .hero { grid-template-columns: 1fr; padding-block: 150px 0; min-height: auto; gap: 40px; }
  .hero::after { display: none; }
  .hero-left {margin:0 auto; width:auto;} 
  .hero-desc { font-size: 17px; line-height: 1.78; max-width: 100%; margin-bottom: 44px;  }
  h1.h1 { font-size: 60px; }
  h1.h1 br:first-of-type {display:none;}
}
@media(max-width:950px) {  
  
  .hero { grid-template-columns: 1fr; padding-block: 90px 0; min-height: auto;}
  .hero::after { display: none }
  .erp-grid { grid-template-columns: 1fr; gap: 48px }
  .erp-orbit-wrap { max-width: 340px }
  .svc-top { grid-template-columns: 1fr }
  .svc-grid { grid-template-columns: 1fr 1fr }
  .sec-bi { grid-template-columns: 1fr; padding-left: 48px }
  .proc-in { grid-template-columns: 1fr; gap: 40px }
  .faq-in { grid-template-columns: 1fr; gap: 40px }
  .contact-layout { grid-template-columns: 1fr }
  .fg { grid-template-columns: 1fr 1fr }
  .stats-bar { grid-template-columns: 1fr 1fr; padding: 40px 24px }
  .stat-it { border-bottom: 1px solid rgba(255,255,255,.07) }
  .stat-it:nth-child(2) { border-right: none }
  .stat-it:nth-child(3) { border-bottom: none }
  .stat-it:last-child { border-right: none }
  section { padding-block: 64px;}
  footer { padding: 40px 24px 28px }
}
@media(max-width:600px) {
  .mo-inner { padding: 90px 28px 40px }
  h1.h1 { font-size: 36px }
  .svc-main { padding: 36px }
  .svc-grid { grid-template-columns: 1fr }
  .cf .fr { grid-template-columns: 1fr }
  .mods-grid { grid-template-columns: 1fr 1fr }
  .fg { grid-template-columns: 1fr }
  .footer-bot { flex-direction: column; align-items: flex-start }
  .fbl a:first-child { margin-left: 0 }
  .sec-bi { padding-left: 0 }
  .proc-steps::before { display: none }
  .form-card, .next-card { padding: 28px }
}