.fsg{
  --fsg-ink:#073b4c;
  --fsg-ink-2:#0d5567;
  --fsg-orange:#ff7a00;
  --fsg-sky:#eaf8fb;
  --fsg-white:#fff;
  margin:clamp(32px,6vw,88px) 0;
  font-family:inherit;
  color:var(--fsg-ink);
}
.fsg *{box-sizing:border-box}
.fsg__inner{
  width:min(1180px,calc(100% - 32px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  min-height:520px;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(135deg,#f7fcfd 0%,var(--fsg-sky) 100%);
  box-shadow:0 20px 60px rgba(6,55,70,.10);
}
.fsg__copy{
  padding:clamp(32px,5vw,68px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.fsg__brandrow{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.fsg__logo{width:74px;height:auto;display:block;flex:0 0 auto}
.fsg__brandtext{display:flex;flex-direction:column;gap:4px}
.fsg__eyebrow{font-size:12px;letter-spacing:.24em;font-weight:700;color:var(--fsg-ink-2)}
.fsg__subbrand{font-size:18px;font-weight:700;color:var(--fsg-ink)}
.fsg__title{margin:0 0 18px;font-size:clamp(38px,5.1vw,74px);line-height:.94;letter-spacing:-.035em;font-weight:800;max-width:8.6ch;color:var(--fsg-ink)}
.fsg__description{margin:0;max-width:58ch;font-size:clamp(17px,1.5vw,20px);line-height:1.55;color:#275c69}
.fsg__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:30px}
.fsg__button{display:inline-flex!important;align-items:center;justify-content:center;gap:18px;min-height:56px;padding:0 26px;border-radius:999px;text-decoration:none!important;background:var(--fsg-orange)!important;color:#fff!important;border:2px solid var(--fsg-orange)!important;font-size:15px;font-weight:800;letter-spacing:.08em;box-shadow:0 10px 24px rgba(255,122,0,.24);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.fsg__button span{color:#fff!important;opacity:1!important}
.fsg__button:hover,.fsg__button:focus{transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,122,0,.30);filter:saturate(1.05)}
.fsg__button:focus-visible{outline:3px solid var(--fsg-ink);outline-offset:4px}
.fsg__microcopy{font-size:13px;font-weight:700;letter-spacing:.08em;color:#50727b}
.fsg__visual{position:relative;display:block;min-height:520px;overflow:hidden;background:#b8e8f1}
.fsg__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.fsg__visual:hover img{transform:scale(1.025)}
.fsg__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,59,76,.04),rgba(7,59,76,0) 45%);pointer-events:none}
.fsg__badge{position:absolute;right:22px;bottom:22px;background:rgba(5,54,68,.88);color:#fff;padding:10px 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.1em;backdrop-filter:blur(10px);box-shadow:0 8px 28px rgba(0,0,0,.15)}
@media(max-width:900px){
  .fsg__inner{grid-template-columns:1fr;min-height:auto}
  .fsg__copy{padding:38px 30px 34px}
  .fsg__title{max-width:11ch}
  .fsg__visual{min-height:360px}
}
@media(max-width:560px){
  .fsg{margin:32px 0}
  .fsg__inner{width:min(100% - 20px,1180px);border-radius:20px}
  .fsg__copy{padding:28px 22px}
  .fsg__logo{width:58px}
  .fsg__brandrow{gap:14px;margin-bottom:20px}
  .fsg__eyebrow{letter-spacing:.16em}
  .fsg__title{font-size:40px}
  .fsg__actions{align-items:flex-start;flex-direction:column}
  .fsg__button{width:100%}
  .fsg__visual{min-height:280px}
  .fsg__badge{left:14px;right:auto;bottom:14px}
}
@media(prefers-reduced-motion:reduce){.fsg__button,.fsg__visual img{transition:none}}

/* ===== Pagina progetto completa ===== */
.fsgp{--ink:#073b4c;--ink2:#275c69;--orange:#ff7a00;--sky:#eaf8fb;--line:rgba(7,59,76,.16);color:var(--ink);font-family:inherit;overflow:hidden}
.fsgp *{box-sizing:border-box}
.fsgp__hero,.fsgp__intro,.fsgp__steps,.fsgp__split,.fsgp__cta{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.fsgp__hero{padding:clamp(28px,5vw,72px) 0 72px}
.fsgp__hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,5vw,70px);align-items:center}
.fsgp__kicker{font-size:12px;font-weight:800;letter-spacing:.2em;color:var(--ink2);text-transform:uppercase;margin-bottom:20px}
.fsgp__hero h1{font-size:clamp(54px,7vw,104px);line-height:.86;letter-spacing:-.055em;margin:0 0 28px;font-weight:800;color:var(--ink);word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__hero h1 span{color:var(--orange)}
.fsgp__hero-copy>p{font-size:clamp(18px,1.7vw,22px);line-height:1.5;max-width:34em;color:var(--ink2);margin:0;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:32px}
.fsgp__hero .fsg__button,.fsgp__cta .fsg__button{background:var(--orange)!important;color:#fff!important;border:2px solid var(--orange)!important;box-shadow:0 16px 34px rgba(255,122,0,.34)!important}
.fsgp__hero .fsg__button span,.fsgp__cta .fsg__button span{color:#fff!important}
.fsgp__hero-button{min-width:250px;min-height:60px}
.fsgp__note{max-width:250px;font-size:12px;line-height:1.4;color:#607982}
.fsgp__hero-media{position:relative;aspect-ratio:4/3;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#f7fcfd 0%,var(--sky) 100%);box-shadow:0 20px 60px rgba(6,55,70,.10)}
.fsgp__slides{position:absolute;inset:0}
.fsgp__slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;display:flex;align-items:center;justify-content:center;padding:12px;background:linear-gradient(135deg,#f7fcfd 0%,var(--sky) 100%)}
.fsgp__slide.is-active{opacity:1;z-index:1}
.fsgp__slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center center;border-radius:22px}

.fsgp__caption{position:absolute;left:24px;top:24px;z-index:2;display:flex;flex-direction:column;gap:3px;max-width:min(70%,430px);padding:12px 16px;border-radius:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(6,55,70,.12);color:var(--ink)}
.fsgp__caption strong{font-size:14px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)!important}
.fsgp__caption span{font-size:13px;line-height:1.35;color:var(--ink2)!important;letter-spacing:0}

.fsgp__hero-mark{position:absolute;left:28px;bottom:76px;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);padding:12px 18px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.12);font-weight:800;letter-spacing:.12em;font-size:12px;z-index:3}
.fsgp__hero-mark img{width:44px;height:auto}
.fsgp__carousel-ui{position:absolute;left:20px;right:20px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;z-index:3}
.fsgp__nav{width:44px;height:44px;border-radius:999px;border:0;background:rgba(7,59,76,.82);color:#fff;font-size:26px;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.15);transition:transform .2s ease, background .2s ease}
.fsgp__nav:hover,.fsgp__nav:focus{transform:translateY(-1px);background:rgba(7,59,76,.96)}
.fsgp__dots{display:flex;align-items:center;justify-content:center;gap:10px;flex:1}
.fsgp__dot{width:12px;height:12px;border-radius:999px;border:0;background:rgba(7,59,76,.22);cursor:pointer;transition:transform .2s ease, background .2s ease}
.fsgp__dot.is-active{background:var(--orange);transform:scale(1.15)}
.fsgp__intro{display:grid;grid-template-columns:120px 1fr;gap:28px;padding:96px 0;border-top:1px solid var(--line)}
.fsgp__index{font-size:12px;font-weight:800;letter-spacing:.15em;color:var(--orange)}
.fsgp__intro h2,.fsgp__split h2,.fsgp__cta h2{font-size:clamp(42px,5vw,74px);line-height:.98;letter-spacing:-.04em;margin:0 0 24px;color:var(--ink);text-wrap:balance;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__intro p{font-size:clamp(18px,1.8vw,24px);line-height:1.5;max-width:760px;color:var(--ink2);margin:0;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.fsgp__steps article{padding:36px 28px 42px;border-right:1px solid var(--line)}
.fsgp__steps article:last-child{border-right:0}
.fsgp__steps span{display:block;font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--orange);margin-bottom:42px;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__steps h3{font-size:30px;margin:0 0 14px;letter-spacing:-.025em;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__steps p{font-size:16px;line-height:1.55;color:var(--ink2);margin:0;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__split{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;padding:100px 0;align-items:stretch}
.fsgp__split-copy p{font-size:18px;line-height:1.65;color:var(--ink2);max-width:680px;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__privacy{padding-left:18px;border-left:3px solid var(--orange)}
.fsgp__panel{background:var(--ink);color:#fff;border-radius:28px;padding:clamp(34px,5vw,62px);display:flex;flex-direction:column;justify-content:flex-end;min-height:460px;position:relative;overflow:hidden}
.fsgp__panel:before{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-80px;top:-80px;box-shadow:0 0 0 45px rgba(255,255,255,.035),0 0 0 90px rgba(255,255,255,.02)}
.fsgp__panel-number{color:var(--orange);font-size:13px;font-weight:800;letter-spacing:.16em;margin-bottom:auto}
.fsgp__panel h3{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.035em;margin:40px 0 20px;color:#fff;max-width:14ch;text-wrap:balance;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__panel p{font-size:17px;line-height:1.6;color:rgba(255,255,255,.78);margin:0;max-width:62ch;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__cta{margin-bottom:clamp(56px,8vw,110px);background:linear-gradient(120deg,#eefbfd,#d9f4f7);border-radius:30px;padding:clamp(34px,5vw,64px);display:flex;justify-content:space-between;align-items:flex-end;gap:36px}
.fsgp__cta h2{margin-bottom:14px}
.fsgp__cta p{font-size:18px;color:var(--ink2);margin:0;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.fsgp__cta-button{flex:0 0 auto;min-height:64px;padding:0 30px;font-size:16px}
.fsgp__cta-button:hover,.fsgp__cta-button:focus{box-shadow:0 18px 38px rgba(255,122,0,.42)!important;filter:saturate(1.08)}
@media(max-width:980px){
  .fsgp__hero-grid,.fsgp__split{grid-template-columns:1fr}
  .fsgp__steps{grid-template-columns:1fr 1fr}
  .fsgp__steps article:nth-child(2){border-right:0}
  .fsgp__steps article:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:680px){
  .fsgp__hero,.fsgp__intro,.fsgp__steps,.fsgp__split,.fsgp__cta{width:min(100% - 24px,1240px)}
  .fsgp__hero{padding-top:24px}
  .fsgp__hero h1{font-size:52px}
  .fsgp__hero-media{aspect-ratio:4/3;border-radius:22px}
  .fsgp__hero-mark{left:16px;bottom:70px}
  .fsgp__caption{left:14px;top:14px;max-width:calc(100% - 28px);padding:10px 12px}
  .fsgp__carousel-ui{left:14px;right:14px;bottom:14px}
  .fsgp__nav{width:40px;height:40px}
  .fsgp__intro{grid-template-columns:1fr;padding:64px 0}
  .fsgp__steps{grid-template-columns:1fr}
  .fsgp__steps article,.fsgp__steps article:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}
  .fsgp__steps article:last-child{border-bottom:0}
  .fsgp__steps span{margin-bottom:24px}
  .fsgp__split{padding:64px 0;gap:34px}
  .fsgp__panel{min-height:380px}
  .fsgp__panel h3{max-width:none}
  .fsgp__cta{align-items:stretch;flex-direction:column}
  .fsgp__cta-button,.fsgp__hero-button{width:100%;justify-content:center}
}

/* v1.9.19 — landing Guardiani full width + ritorno Home */
.fsgp{width:100%;max-width:none;margin:0;background:#fff}
.fsgp__homebar{width:100%;padding:20px clamp(24px,4vw,72px) 0}
.fsgp__homebar a{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;transition:color .2s ease,transform .2s ease}
.fsgp__homebar a:hover,.fsgp__homebar a:focus{color:var(--orange);transform:translateX(-2px)}
.fsgp__homebar a:focus-visible{outline:2px solid var(--orange);outline-offset:5px}
.fsgp__hero,.fsgp__intro,.fsgp__steps,.fsgp__split,.fsgp__cta{width:100%;max-width:none;margin-inline:0;padding-left:clamp(24px,4vw,72px);padding-right:clamp(24px,4vw,72px)}
.fsgp__hero{padding-top:clamp(24px,3vw,48px);padding-bottom:72px}
.fsgp__hero-grid{grid-template-columns:minmax(360px,.78fr) minmax(560px,1.22fr);gap:clamp(36px,4vw,78px)}
.fsgp__hero-media{width:100%;max-width:none;aspect-ratio:16/10;border-radius:28px}
.fsgp__intro{padding-top:96px;padding-bottom:96px}
.fsgp__steps{padding-left:0;padding-right:0}
.fsgp__steps article:first-child{padding-left:clamp(24px,4vw,72px)}
.fsgp__steps article:last-child{padding-right:clamp(24px,4vw,72px)}
.fsgp__split{padding-top:100px;padding-bottom:100px}
.fsgp__cta{width:calc(100% - clamp(48px,8vw,144px));margin-left:auto;margin-right:auto}
@media(max-width:1100px){
  .fsgp__hero-grid{grid-template-columns:1fr}
  .fsgp__hero-media{aspect-ratio:16/9}
}
@media(max-width:680px){
  .fsgp__homebar{padding:16px 16px 0}
  .fsgp__hero,.fsgp__intro,.fsgp__split{padding-left:16px;padding-right:16px}
  .fsgp__steps{padding-left:0;padding-right:0}
  .fsgp__steps article,.fsgp__steps article:first-child,.fsgp__steps article:last-child{padding-left:20px;padding-right:20px}
  .fsgp__cta{width:calc(100% - 32px);padding-left:24px;padding-right:24px}
  .fsgp__hero-media{aspect-ratio:4/3}
}
