/* ── FONT LOCALI ── */
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-500italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/roboto-slab-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/roboto-slab-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/roboto-slab-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   MIRAI Cooperativa Sociale A+B
   style.css — foglio di stile principale
   Font: Fraunces (titoli) + Roboto Slab (body)
   ============================================================ */

:root {
  --g:      #1ca591;
  --gd:     #127a6b;
  --gl:     #eaf7f4;
  --gm:     #25b8a0;
  --acc:    #f0c040;
  --warm:   #fffef9;
  --ink:    #191f12;
  --muted:  #5e6f4e;
  --border: #c2e8e1;
  --gold:   #b8831e;
  --goldb:  #fdf3e0;
  --s1:     #2c5f8a;
  --s1l:    #eaf2f9;
  --s2:     #7a5a9e;
  --s2l:    #f3eff9;
  --s3:     #b06020;
  --s3l:    #fdf2e9;
  --s4:     #1ca591;
  --s4l:    #eaf7f4;
  --sh:     0 6px 32px rgba(18,122,107,.13);
  --fh: 'Fraunces', Georgia, serif;
  --fb: 'Roboto Slab', serif;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); font-size: 16px; color: var(--ink); background: var(--warm); line-height: 1.66; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
h1,h2,h3,h4 { font-family: var(--fh); line-height: 1.18; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.3rem); }
p  { color: var(--muted); }

/* ── TAG / BADGE ── */
.tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 16px;
}
.tag-g { color: var(--g); background: var(--gl); border: 1px solid var(--border); }
.tag-w { color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.tag-g::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--acc); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fb); font-weight: 700; font-size: 14px;
  padding: 5px 24px; border-radius: 10px; text-decoration: none;
  cursor: pointer; border: none;
  transition: transform .15s, box-shadow .18s, background .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn-g   { background: var(--g);  color:#fff; box-shadow: 0 4px 18px rgba(28,165,145,.30); }
.btn-g:hover  { background: var(--gd); box-shadow: 0 8px 26px rgba(28,165,145,.42); }
.btn-lg  { padding: 15px 34px; font-size: 16px; }
.btn-out { background: transparent; color: var(--g); border: 2px solid var(--g); border-radius: 50px; }
.btn-out:hover { background: var(--gl); }
.btn-w   { background: #fff; color: var(--gd); box-shadow: 0 4px 16px rgba(0,0,0,.14); }
.btn-w:hover   { box-shadow: 0 8px 24px rgba(0,0,0,.22); }

/* ── TOPBAR ── */
.topbar { background: var(--gd); color: rgba(255,255,255,.7); font-size: 13px; padding: 7px 0; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a { color: rgba(255,255,255,.88); text-decoration: none; transition: color .18s; }
.topbar a:hover { color: var(--acc); }

/* ── HEADER ── */
header { position: sticky; top: 0; z-index: 200; background: var(--warm); border-bottom: 1.5px solid var(--border); box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.hinner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1140px; margin: 0 auto; gap: 20px; }

/* Logo */
.logo {
  font-family: var(--fh); font-size: 2.0rem; font-weight: 700; color: var(--g);
  text-decoration: none; letter-spacing: .04em;
  display: inline-flex; flex-direction: column; align-items: flex-start;
  border-bottom: none; gap: 0;
}
.logo em { font-style: normal; border-bottom: 2.5px solid var(--g); padding-bottom: 1px;line-height: 1.1; letter-spacing: .12em;}
.logo span { font-family: var(--fb); font-size: 10px; font-weight: 400; letter-spacing: 0.0em; text-transform: uppercase; color: var(--muted); margin-top: 2px; border-bottom: none; }

/* Nav desktop */
nav { display: flex; gap: 2px; }
nav a { font-size: 13px; font-weight: 400; color: var(--ink); text-decoration: none; padding: 7px 25px; border-radius: 8px; transition: background .18s, color .18s; text-transform: uppercase; }
nav a:hover, nav a.active { background: var(--gl); color: var(--g); }

.h-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.tel-h { font-size: 14px; font-weight: 700; color: var(--gd); text-decoration: none; white-space: nowrap; }

/* Hamburger mobile */
.burger {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.burger span {
  display: block; width: 24px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav drawer */
.mobile-nav {
  display: none;
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: var(--warm); z-index: 190;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
  opacity: 0; transition: opacity .25s;
}
.mobile-nav.open { opacity: 1; }
.mobile-nav a {
  font-size: 1.4rem; font-family: var(--fh); font-weight: 600;
  color: var(--ink); text-decoration: none;
  padding: 12px 32px; border-radius: 12px;
  transition: background .18s, color .18s;
  text-align: center;
}
.mobile-nav a:hover { background: var(--gl); color: var(--g); }
.mobile-nav .mobile-cta {
  margin-top: 20px;
  background: var(--g); color: #fff;
  padding: 14px 36px; border-radius: 50px;
  font-size: 1rem; font-family: var(--fb); font-weight: 700;
}

/* ── HERO ── */
.hero {
  position: relative;
  padding: 110px 0 100px;
  overflow: hidden;
  background-image: url('../images/002.png');
  background-size: cover;
  background-position: center center;
  background-color: #111;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-inner { max-width: 760px; position: relative; z-index: 3; }

.hero-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase;
  color: var(--acc); margin-bottom: 22px;
  display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before { content:''; width:28px; height:1.5px; background:var(--acc); }

.hero h1 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); color: #fff; margin-bottom: 22px; line-height: 1.1; }
.hero h1 em { color: var(--acc); font-style: italic; }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,.82); margin-bottom: 40px; max-width: 580px; line-height: 1.65; }
.hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.hero-note { font-size: 13px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 6px; }
.hero-note::before { content:'✓'; color: var(--acc); font-weight:700; }

.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-pill { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 50px; padding: 8px 16px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.88); backdrop-filter: blur(4px); }
.hero-pill span { font-size: 15px; }

/* Wave */
.wave-wrap { background: var(--g); line-height: 0; display: block; }
.wave-wrap svg { display: block; width: 100%; }

/* ── CHI SIAMO (teal section) ── */
.chi-section { background: var(--g); padding: 80px 0; }
.chi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.chi-img-wrap { position: relative; }
.chi-img-placeholder {
  width: 100%; aspect-ratio: 4/5;
  background: rgba(255,255,255,.1); border-radius: 20px;
  border: 1.5px solid rgba(255,255,255,.2);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; text-align: center; padding: 32px;
}
.placeholder-icon { font-size: 3.5rem; }
.chi-img-placeholder p { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.5; }
.chi-img-placeholder small { font-size: 12px; color: var(--acc); font-weight: 700; border: 1px dashed rgba(240,192,64,.5); padding: 4px 12px; border-radius: 20px; }
.chi-img-badge { position: absolute; bottom: -18px; right: -18px; background: #fff; border-radius: 14px; padding: 14px 18px; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 28px rgba(0,0,0,.14); min-width: 220px; }
.cib-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--gl); color: var(--g); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.chi-img-badge strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); }
.chi-img-badge span   { font-size: 12px; color: var(--muted); }
.chi-h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); color: #fff; margin-bottom: 14px; line-height: 1.22; }
.chi-h2 em { font-style: italic; color: var(--acc); }
.chi-p { font-size: 1rem; color: rgba(255,255,255,.78); margin-bottom: 28px; line-height: 1.65; }
.chi-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 24px; }
.cstat { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 20px 18px; transition: background .2s; }
.cstat:hover { background: rgba(255,255,255,.16); }
.cstat-num { font-family: var(--fh); font-size: 2.4rem; font-weight: 700; color: var(--acc); display: block; line-height: 1; margin-bottom: 6px; }
.cstat-label { font-size: 13px; color: rgba(255,255,255,.72); line-height: 1.4; }
.chi-promise { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 18px 22px; }
.cp-icon { width: 42px; height: 42px; flex-shrink: 0; background: rgba(255,255,255,.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.chi-promise strong { display: block; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.chi-promise span   { font-size: 13px; color: rgba(255,255,255,.68); }
.wave-warm { background: var(--g); line-height: 0; }
.wave-warm svg { display: block; width: 100%; }

/* ── SETTORI CATALOGO ── */
.settori { padding: 80px 0; }
.settori-head { text-align: center; margin-bottom: 52px; }
.settori-head h2 { margin-bottom: 12px; }
.settori-head p { max-width: 520px; margin: 0 auto; font-size: 1.05rem; }
.settori-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.scard { border-radius: 20px; overflow: hidden; border: 1.5px solid var(--border); text-decoration: none; display: block; background: var(--warm); transition: transform .22s, box-shadow .22s, border-color .22s; position: relative; }
.scard:hover { transform: translateY(-6px); box-shadow: var(--sh); }
.scard-top { padding: 36px 36px 28px; position: relative; }
.scard-num { position: absolute; top: 24px; right: 28px; font-family: var(--fh); font-size: 4.5rem; font-weight: 700; line-height: 1; opacity: .07; color: currentColor; }
.scard-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; }
.scard h3 { font-size: 1.35rem; margin-bottom: 8px; }
.scard p  { font-size: 14.5px; line-height: 1.6; margin-bottom: 20px; }
.scard-services { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.scard-pill { font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; background: rgba(0,0,0,.05); color: var(--ink); }
.scard-bottom { padding: 18px 36px; display: flex; align-items: center; justify-content: space-between; border-top: 1.5px solid var(--border); }
.scard-cta { font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.scard:hover .scard-cta { gap: 10px; }
.scard-dest { font-size: 12px; color: var(--muted); }
.s1 .scard-top { background: var(--s1l); }
.s1 .scard-icon { background: rgba(44,95,138,.12); }
.s1 .scard-num, .s1 h3, .s1 .scard-cta { color: var(--s1); }
.s1:hover { border-color: var(--s1); }
.s2 .scard-top { background: var(--s2l); }
.s2 .scard-icon { background: rgba(122,90,158,.12); }
.s2 .scard-num, .s2 h3, .s2 .scard-cta { color: var(--s2); }
.s2:hover { border-color: var(--s2); }
.s3 .scard-top { background: var(--s3l); }
.s3 .scard-icon { background: rgba(176,96,32,.12); }
.s3 .scard-num, .s3 h3, .s3 .scard-cta { color: var(--s3); }
.s3:hover { border-color: var(--s3); }
.s4 .scard-top { background: var(--s4l); }
.s4 .scard-icon { background: rgba(28,165,145,.12); }
.s4 .scard-num, .s4 h3, .s4 .scard-cta { color: var(--s4); }
.s4:hover { border-color: var(--s4); }

/* ── 3 BENEFICI ── */
.benefits { background: var(--gd); padding: 72px 0; }
.ben-head { text-align: center; margin-bottom: 44px; }
.ben-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.bcard { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 32px 28px; transition: background .2s; }
.bcard:hover { background: rgba(255,255,255,.11); }
.bcard-icon { font-size: 2.2rem; margin-bottom: 18px; display: block; }
.bcard h3 { font-size: 1.15rem; color: #fff; margin-bottom: 10px; }
.bcard p  { font-size: 14.5px; color: rgba(255,255,255,.72); line-height: 1.6; }
.bcard-line { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 700; color: var(--acc); }

/* ── EMPATIA + AUTORITÀ ── */
.empathy { padding: 80px 0; }
.emp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.emp-left h2 { margin-bottom: 18px; }
.emp-left h2 em { font-style: italic; color: var(--g); }
.emp-left p { font-size: 1.02rem; margin-bottom: 14px; }
.emp-pains { list-style: none; margin: 22px 0 30px; }
.emp-pains li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 13px; color: var(--ink); font-style: italic; }
.emp-pains li:last-child { border-bottom: none; }
.ep-dot { flex-shrink: 0; font-size: 18px; margin-top: 1px; }
.auth-card { background: var(--gl); border: 1.5px solid var(--border); border-radius: 20px; padding: 36px; }
.auth-face { width: 76px; height: 76px; border-radius: 50%; background: #fff; border: 3px solid var(--acc); display: flex; align-items: center; justify-content: center; font-size: 34px; margin-bottom: 16px; }
.auth-name { font-family: var(--fh); font-size: 1.25rem; color: var(--ink); margin-bottom: 3px; }
.auth-role { font-size: 13px; font-weight: 700; color: var(--g); margin-bottom: 18px; letter-spacing: .04em; }
.auth-q { font-family: var(--fh); font-style: italic; font-size: 1.02rem; color: var(--ink); line-height: 1.6; border-left: 3px solid var(--acc); padding-left: 16px; margin-bottom: 22px; }
.auth-creds { display: flex; flex-wrap: wrap; gap: 8px; }
.auth-cred { font-size: 12px; font-weight: 700; background: #fff; border: 1px solid var(--border); color: var(--muted); padding: 5px 13px; border-radius: 20px; }

/* ── 3 RECENSIONI ── */
.reviews { background: var(--gl); padding: 72px 0; }
.rev-head { text-align: center; margin-bottom: 48px; }
.rev-head h2 { margin-bottom: 10px; }
.rev-head p { max-width: 460px; margin: 0 auto; }
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.rcard { background: var(--warm); border: 1.5px solid var(--border); border-radius: 18px; padding: 30px 26px; transition: box-shadow .2s; }
.rcard:hover { box-shadow: var(--sh); }
.rcard-stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px; margin-bottom: 12px; }
.robj { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); background: var(--goldb); border: 1px solid #e8c98a; padding: 3px 10px; border-radius: 20px; margin-bottom: 14px; }
.rcard blockquote { font-family: var(--fh); font-style: italic; font-size: 1rem; color: var(--ink); line-height: 1.6; margin-bottom: 20px; }
.rcard-person { display: flex; align-items: center; gap: 12px; }
.ravatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gl); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.rcard-person strong { display: block; font-size: 14px; font-weight: 700; }
.rcard-person span { font-size: 12px; color: var(--muted); }

/* ── CTA FINALE (sostituisce nextsteps + form) ── */
.cta-finale { background: var(--g); padding: 80px 0; }
.cta-finale-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.cta-finale-inner h2 { color: #fff; margin-bottom: 14px; }
.cta-finale-inner p { color: rgba(255,255,255,.78); font-size: 1.05rem; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-note { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.cta-note::before { content:'✓'; color: var(--acc); font-weight:700; }

/* ── FLOATING CTA ── */
.float-cta { position: fixed; bottom: 24px; right: 24px; z-index: 999; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; transition: opacity .3s; }
.float-note { background: #fff; color: var(--ink); font-size: 12px; font-weight: 600; padding: 7px 14px; border-radius: 20px; box-shadow: 0 3px 14px rgba(0,0,0,.12); white-space: nowrap; }
.float-btn { display: flex; align-items: center; gap: 10px; background: var(--g); color: #fff; padding: 8px 24px; border-radius: 10px; font-family: var(--fb); font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 28px rgba(18,122,107,.42); animation: pulse 3s infinite; transition: transform .18s; }
.float-btn:hover { transform: translateY(-3px); }
@keyframes pulse { 0%,100%{ box-shadow:0 6px 28px rgba(18,122,107,.42); } 50%{ box-shadow:0 6px 38px rgba(18,122,107,.65); } }

/* ── FOOTER ── */
footer { background: var(--gd); color: rgba(255,255,255,.72); }
.ft { padding: 56px 0 36px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; }
.ft-logo { font-family: var(--fh); font-size: 1.9rem; font-weight: 700; color: #fff; border-bottom: 2px solid var(--acc); padding-bottom: 2px; display: inline-block; margin-bottom: 12px; }
.ft-brand p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.65); }
.ft-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--acc); margin-bottom: 14px; }
.ft-col ul { list-style: none; }
.ft-col li { margin-bottom: 9px; }
.ft-col a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 14px; transition: color .2s; }
.ft-col a:hover { color: #fff; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.ft-bottom a { color: rgba(255,255,255,.5); text-decoration: none; }
.ft-bottom a:hover { color: #fff; }

/* ── REVEAL ANIMATION ── */
.r { opacity:0; transform:translateY(28px); transition: opacity .62s ease, transform .62s ease; }
.r.v { opacity:1; transform:none; }
 
/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner { max-width: 100%; }
  .chi-grid, .emp-grid { grid-template-columns:1fr; gap:40px; }
  .chi-img-badge { bottom: -14px; right: 14px; }
  .ben-grid, .rev-grid { grid-template-columns:1fr; }
  .settori-grid { grid-template-columns:1fr; }
  .ft { grid-template-columns: 1fr 1fr; }
}
 
@media (max-width: 640px) {
  nav { display: none; }
  .burger { display: flex; }
  .hero-pills { flex-direction: column; }
  .ft { grid-template-columns:1fr; }
  .float-note { display:none; }
  .ft-bottom { flex-direction:column; text-align:center; }
  .chi-stats { grid-template-columns: 1fr 1fr; }
  .cta-btns { flex-direction: column; align-items: center; }
}
 
/* ── PRE-FOOTER CTA (come settore1 e contatti) ── */
.prefooter-cta { background: var(--g); padding: 72px 0; }
.prefooter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.prefooter-cta .tag-w { color:#fff; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); }
.prefooter-cta h2 { color: #fff; margin-bottom: 14px; }
.prefooter-cta > .wrap > .prefooter-grid > div > p { color: rgba(255,255,255,.78); font-size: 1.05rem; margin-bottom: 32px; }
.prefooter-steps { display: flex; flex-direction: column; gap: 20px; }
.pfstep { display: flex; gap: 16px; align-items: flex-start; }
.pfstep-n { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; font-family: var(--fh); font-size: 1.05rem; font-weight: 700; color: #fff; }
.pfstep strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.pfstep span { font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.5; }
.prefooter-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 32px; }
.pfc-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.pfc-item:last-of-type { border-bottom: none; }
.pfc-icon { width: 40px; height: 40px; flex-shrink: 0; background: rgba(255,255,255,.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.pfc-item strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.pfc-item span { font-size: 13px; color: rgba(255,255,255,.68); line-height: 1.5; }
 
@media (max-width: 960px) {
  .prefooter-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ── CHI SIAMO — pagina specifica ── */
.page-hero { position:relative; background:var(--gd); background-image:url('images/hero-bg.jpg'); background-size:cover; background-position:center 25%; padding:80px 0 72px; }
.page-hero::before { content:''; position:absolute; inset:0; background:rgba(0,0,0,.60); z-index:1; }
.page-hero .wrap { position:relative; z-index:2; }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:13px; color:rgba(255,255,255,.6); margin-bottom:20px; }
.breadcrumb a { color:rgba(255,255,255,.75); text-decoration:none; }
.breadcrumb a:hover { color:var(--acc); }
.breadcrumb span { color:rgba(255,255,255,.4); }
.page-hero h1 { font-size:clamp(2rem,4.5vw,3.2rem); color:#fff; margin-bottom:16px; line-height:1.12; }
.page-hero h1 em { color:var(--acc); font-style:italic; }
.page-hero-sub { font-size:1.1rem; color:rgba(255,255,255,.8); max-width:560px; line-height:1.6; }
 
.storia { padding:80px 0; }
.storia-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.storia-grid .r h2 { margin-bottom:18px; }
.storia-grid .r p { font-size:1.02rem; margin-bottom:16px; }
.storia-img-ph { width:100%; aspect-ratio:4/3; background:var(--gl); border:1.5px solid var(--border); border-radius:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; text-align:center; padding:28px; position:relative; }
.storia-img-ph span { font-size:3rem; }
.storia-img-ph p { font-size:13px; color:var(--muted); }
.storia-img-ph small { font-size:11px; color:var(--g); font-weight:700; border:1px dashed var(--border); padding:3px 10px; border-radius:20px; }
.storia-badge { position:absolute; bottom:-16px; left:24px; background:#fff; border:1.5px solid var(--border); border-radius:12px; padding:12px 18px; display:flex; align-items:center; gap:10px; box-shadow:0 6px 22px rgba(0,0,0,.10); }
.storia-badge-icon { width:36px; height:36px; border-radius:50%; background:var(--gl); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.storia-badge strong { display:block; font-size:13px; font-weight:700; color:var(--ink); }
.storia-badge span { font-size:12px; color:var(--muted); }
 
.missione { background:var(--gd); padding:80px 0; }
.missione-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.missione-text h2 { color:#fff; margin-bottom:18px; }
.missione-text h2 em { color:var(--acc); font-style:italic; }
.missione-text p { color:rgba(255,255,255,.78); font-size:1.02rem; margin-bottom:16px; }
.missione-valori { display:flex; flex-direction:column; gap:16px; }
.valore { display:flex; gap:16px; align-items:flex-start; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:20px; transition:background .2s; }
.valore:hover { background:rgba(255,255,255,.11); }
.valore-icon { width:44px; height:44px; flex-shrink:0; background:rgba(255,255,255,.12); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:20px; }
.valore strong { display:block; font-size:15px; font-weight:700; color:#fff; margin-bottom:4px; }
.valore span { font-size:13.5px; color:rgba(255,255,255,.68); line-height:1.55; }
 
.modello { padding:80px 0; background:var(--gl); }
.modello-head { text-align:center; margin-bottom:52px; }
.modello-head h2 { margin-bottom:12px; }
.modello-head p { max-width:520px; margin:0 auto; font-size:1.05rem; }
.ab-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; margin-bottom:40px; }
.ab-card { border-radius:20px; padding:36px; }
.ab-card.a { background:var(--s1l); border:1.5px solid rgba(44,95,138,.15); }
.ab-card.b { background:var(--s3l); border:1.5px solid rgba(176,96,32,.15); }
.ab-card-label { font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; margin-bottom:8px; }
.ab-card.a .ab-card-label { color:var(--s1); }
.ab-card.b .ab-card-label { color:var(--s3); }
.ab-card h3 { font-size:1.25rem; margin-bottom:12px; color:var(--ink); }
.ab-card p { font-size:14.5px; line-height:1.65; margin-bottom:16px; }
.ab-services { display:flex; flex-wrap:wrap; gap:7px; }
.ab-pill { font-size:12px; font-weight:600; padding:4px 12px; border-radius:20px; background:rgba(0,0,0,.05); color:var(--ink); }
.ab-plus { text-align:center; padding:28px; background:#fff; border:1.5px solid var(--border); border-radius:16px; }
.ab-plus-icon { font-size:2.5rem; display:block; margin-bottom:12px; }
.ab-plus h3 { font-size:1.15rem; margin-bottom:8px; }
.ab-plus p { font-size:14.5px; max-width:560px; margin:0 auto; }
 
.team { padding:80px 0; }
.team-head { text-align:center; margin-bottom:48px; }
.team-head h2 { margin-bottom:10px; }
.team-head p { max-width:480px; margin:0 auto; }
.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.tcard { background:var(--warm); border:1.5px solid var(--border); border-radius:18px; padding:28px 24px; text-align:center; transition:transform .2s, box-shadow .2s; }
.tcard:hover { transform:translateY(-4px); box-shadow:var(--sh); }
.tcard-avatar { width:80px; height:80px; border-radius:50%; background:var(--gl); border:3px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:32px; margin:0 auto 16px; }
.tcard h3 { font-size:1.1rem; margin-bottom:4px; color:var(--ink); }
.tcard-role { font-size:13px; font-weight:700; color:var(--g); margin-bottom:12px; letter-spacing:.04em; }
.tcard p { font-size:13.5px; line-height:1.6; }
 
.numeri { background:var(--g); padding:72px 0; }
.numeri-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:32px; text-align:center; }
.nstat-num { font-family:var(--fh); font-size:3rem; font-weight:700; color:var(--acc); display:block; line-height:1; margin-bottom:10px; }
.nstat-label { font-size:14px; color:rgba(255,255,255,.75); }
 
.settori-preview { padding:72px 0; background:var(--warm); }
.sp-head { text-align:center; margin-bottom:44px; }
.sp-head h2 { margin-bottom:10px; }
.sp-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.sp-card { border-radius:16px; padding:24px 20px; text-decoration:none; display:block; transition:transform .2s, box-shadow .2s; border:1.5px solid transparent; }
.sp-card:hover { transform:translateY(-4px); box-shadow:var(--sh); }
.sp-card.s1 { background:var(--s1l); border-color:rgba(44,95,138,.15); }
.sp-card.s2 { background:var(--s2l); border-color:rgba(122,90,158,.15); }
.sp-card.s3 { background:var(--s3l); border-color:rgba(176,96,32,.15); }
.sp-card.s4 { background:var(--s4l); border-color:rgba(58,122,80,.15); }
.sp-card:hover.s1 { border-color:var(--s1); }
.sp-card:hover.s2 { border-color:var(--s2); }
.sp-card:hover.s3 { border-color:var(--s3); }
.sp-card:hover.s4 { border-color:var(--s4); }
.sp-icon { font-size:2rem; display:block; margin-bottom:12px; }
.sp-card h3 { font-size:1rem; margin-bottom:6px; }
.sp-card.s1 h3 { color:var(--s1); }
.sp-card.s2 h3 { color:var(--s2); }
.sp-card.s3 h3 { color:var(--s3); }
.sp-card.s4 h3 { color:var(--s4); }
.sp-card p { font-size:13px; line-height:1.55; }
.sp-cta { font-size:13px; font-weight:700; margin-top:14px; display:block; }
.sp-card.s1 .sp-cta { color:var(--s1); }
.sp-card.s2 .sp-cta { color:var(--s2); }
.sp-card.s3 .sp-cta { color:var(--s3); }
.sp-card.s4 .sp-cta { color:var(--s4); }
 
@media (max-width:960px) {
  .storia-grid, .missione-grid { grid-template-columns:1fr; gap:40px; }
  .ab-grid { grid-template-columns:1fr; }
  .team-grid, .numeri-grid, .sp-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px) {
  .team-grid, .numeri-grid, .sp-grid { grid-template-columns:1fr; }
}
/* ── SETTORI — pagina specifica ── */
.settori-detail { padding:0 0 80px; }
.settore-block { padding:80px 0; border-top:1.5px solid var(--border); position:relative; }
.settore-block:first-child { border-top:none; }
.settore-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; }
.settore-grid.rev { direction:rtl; }
.settore-grid.rev > * { direction:ltr; }
.settore-img { border-radius:20px; overflow:hidden; position:relative; }
.settore-img img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; border-radius:20px; }
.settore-img-ph { width:100%; aspect-ratio:4/3; border-radius:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; text-align:center; padding:32px; }
.settore-img-ph.bg1 { background:var(--s1l); border:1.5px solid rgba(44,95,138,.15); }
.settore-img-ph.bg2 { background:var(--s2l); border:1.5px solid rgba(122,90,158,.15); }
.settore-img-ph.bg3 { background:var(--s3l); border:1.5px solid rgba(176,96,32,.15); }
.settore-img-ph.bg4 { background:var(--s4l); border:1.5px solid rgba(58,122,80,.15); }
.settore-img-ph span { font-size:4rem; }
.settore-img-ph p { font-size:13px; color:var(--muted); }
.settore-img-ph small { font-size:11px; font-weight:700; padding:3px 10px; border-radius:20px; border:1px dashed; }
.settore-img-ph.bg1 small { color:var(--s1); border-color:rgba(44,95,138,.3); }
.settore-img-ph.bg2 small { color:var(--s2); border-color:rgba(122,90,158,.3); }
.settore-img-ph.bg3 small { color:var(--s3); border-color:rgba(176,96,32,.3); }
.settore-img-ph.bg4 small { color:var(--s4); border-color:rgba(58,122,80,.3); }
.settore-badge { position:absolute; top:20px; left:20px; width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:var(--fh); font-size:1.2rem; font-weight:700; color:#fff; box-shadow:0 4px 14px rgba(0,0,0,.2); }
.sb1 { background:var(--s1); } .sb2 { background:var(--s2); } .sb3 { background:var(--s3); } .sb4 { background:var(--s4); }
.settore-tag { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:4px 13px; border-radius:20px; margin-bottom:14px; }
.st1 { color:var(--s1); background:var(--s1l); border:1px solid rgba(44,95,138,.2); }
.st2 { color:var(--s2); background:var(--s2l); border:1px solid rgba(122,90,158,.2); }
.st3 { color:var(--s3); background:var(--s3l); border:1px solid rgba(176,96,32,.2); }
.st4 { color:var(--s4); background:var(--s4l); border:1px solid rgba(58,122,80,.2); }
.settore-text h2 { margin-bottom:14px; }
.settore-text > p { font-size:1.02rem; margin-bottom:20px; line-height:1.65; }
.settore-stripe { height:4px; border-radius:2px; margin-bottom:20px; }
.stripe1 { background:var(--s1); } .stripe2 { background:var(--s2); } .stripe3 { background:var(--s3); } .stripe4 { background:var(--s4); }
.settore-dest { display:inline-flex; align-items:center; gap:6px; font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin-bottom:22px; }
.btn-s1 { background:var(--s1); color:#fff; box-shadow:0 4px 18px rgba(44,95,138,.30); }
.btn-s1:hover { background:#1e4468; }
.btn-s2 { background:var(--s2); color:#fff; box-shadow:0 4px 18px rgba(122,90,158,.30); }
.btn-s2:hover { background:#5a3f7a; }
.btn-s3 { background:var(--s3); color:#fff; box-shadow:0 4px 18px rgba(176,96,32,.30); }
.btn-s3:hover { background:#8a4b16; }
.btn-s4 { background:var(--s4); color:#fff; box-shadow:0 4px 18px rgba(58,122,80,.30); }
.btn-s4:hover { background:#28573a; }
.intro { padding:72px 0 56px; }
.intro-inner { max-width:720px; margin:0 auto; text-align:center; }
.intro-inner h2 { margin-bottom:16px; }
.intro-inner > p { font-size:1.05rem; margin-bottom:28px; }
.intro-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:40px; }
.istat { background:var(--gl); border:1.5px solid var(--border); border-radius:14px; padding:20px 16px; text-align:center; }
.istat-num { font-family:var(--fh); font-size:2.2rem; font-weight:700; color:var(--g); display:block; line-height:1; margin-bottom:6px; }
.istat-label { font-size:13px; color:var(--muted); }
.hp { display:flex; align-items:center; gap:7px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:50px; padding:7px 16px; font-size:13px; font-weight:600; color:rgba(255,255,255,.9); text-decoration:none; transition:background .18s; }
.hp:hover { background:rgba(255,255,255,.22); }
.hero-pills-wrap { display:flex; flex-wrap:wrap; gap:10px; }
 
@media (max-width:960px) {
  .settore-grid, .settore-grid.rev { grid-template-columns:1fr; gap:36px; direction:ltr; }
  .intro-stats { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px) {
  .intro-stats { grid-template-columns:repeat(2,1fr); }
}

/* ── PAGINE SETTORE SINGOLO (assistenza, inclusione, facility, verde) ── */
.page-hero-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.php { display:flex; align-items:center; gap:7px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:50px; padding:7px 16px; font-size:13px; font-weight:600; color:rgba(255,255,255,.9); }
 
.intro { padding:72px 0 56px; }
.intro-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:72px; align-items:center; }
.intro-grid h2 { margin-bottom:18px; }
.intro-grid p { font-size:1.02rem; margin-bottom:16px; }
.intro-img-placeholder { width:100%; aspect-ratio:4/3; background:var(--gl); border:1.5px solid var(--border); border-radius:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center; padding:28px; }
.intro-img-placeholder span { font-size:3rem; }
.intro-img-placeholder p { font-size:13px; }
.intro-img-placeholder small { font-size:11px; color:var(--g); font-weight:700; border:1px dashed var(--border); padding:3px 10px; border-radius:20px; }
 
.punti { background:var(--gl); padding:64px 0; }
.punti-head { text-align:center; margin-bottom:44px; }
.punti-head h2 { margin-bottom:10px; }
.punti-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.punto { background:var(--warm); border:1.5px solid var(--border); border-radius:16px; padding:30px 26px; transition:transform .2s, box-shadow .2s; }
.punto:hover { transform:translateY(-4px); box-shadow:var(--sh); }
.punto-icon { width:52px; height:52px; border-radius:14px; background:var(--gl); display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:18px; }
.punto h3 { font-family:var(--fb); font-size:1rem; font-weight:700; margin-bottom:8px; color:var(--ink); }
.punto p { font-size:14px; line-height:1.6; }
 
.servizi { padding:80px 0; }
.servizio { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; margin-bottom:80px; padding-bottom:80px; border-bottom:1.5px solid var(--border); }
.servizio:last-child { margin-bottom:0; padding-bottom:0; border-bottom:none; }
.servizio.rev { direction:rtl; }
.servizio.rev > * { direction:ltr; }
.srv-img { border-radius:20px; overflow:hidden; position:relative; }
.srv-img-ph { width:100%; aspect-ratio:4/3; background:var(--gl); border:1.5px solid var(--border); border-radius:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; padding:28px; text-align:center; }
.srv-img-ph span { font-size:3.5rem; }
.srv-img-ph p { font-size:13px; color:var(--muted); }
.srv-img-ph small { font-size:11px; color:var(--g); font-weight:700; border:1px dashed var(--border); padding:3px 10px; border-radius:20px; }
.srv-num { position:absolute; top:20px; left:20px; background:var(--g); color:#fff; font-family:var(--fh); font-size:1.1rem; font-weight:700; width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 14px rgba(28,165,145,.4); }
.srv-tag { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--g); background:var(--gl); border:1px solid var(--border); padding:4px 13px; border-radius:20px; margin-bottom:14px; }
.srv-text h2 { margin-bottom:14px; }
.srv-text > p { font-size:1.02rem; margin-bottom:20px; line-height:1.65; }
.srv-list { list-style:none; margin-bottom:28px; }
.srv-list li { display:flex; align-items:flex-start; gap:10px; padding:10px 0; border-bottom:1px solid var(--border); font-size:15px; color:var(--ink); }
.srv-list li:last-child { border-bottom:none; }
.srv-list li::before { content:'✓'; flex-shrink:0; width:22px; height:22px; background:var(--g); color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; font-weight:700; margin-top:1px; }
.srv-dest { display:inline-flex; align-items:center; gap:6px; font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin-bottom:22px; }
 
@media (max-width:960px) {
  .intro-grid { grid-template-columns:1fr; gap:40px; }
  .punti-grid { grid-template-columns:1fr; }
  .servizio, .servizio.rev { grid-template-columns:1fr; gap:32px; direction:ltr; }
}
 
 /* ── INCLUSIONE — sezioni specifiche ── */
.strip-prev { background:var(--s2); padding:14px 0; text-align:center; }
.strip-prev p { color:#fff; font-size:15px; font-weight:600; }
.strip-prev a { color:#fff; text-decoration:underline; }
 
.quote-section { background:var(--sd, #5a3f7a); padding:64px 0; }
.quote-inner { max-width:700px; margin:0 auto; text-align:center; }
.quote-label { font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.5); margin-bottom:24px; }
.quote-text { font-family:var(--fh); font-style:italic; font-size:clamp(1.2rem,2.5vw,1.65rem); color:#fff; line-height:1.5; margin-bottom:20px; position:relative; padding:0 20px; }
.quote-text::before { content:'\201C'; font-size:5rem; line-height:1; color:var(--acc); opacity:.3; position:absolute; top:-20px; left:-10px; font-family:var(--fh); }
.quote-source { font-size:13px; color:rgba(255,255,255,.55); font-weight:600; letter-spacing:.06em; }
 
.partner { background:var(--warm); padding:72px 0; border-top:1.5px solid var(--border); }
.partner-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.partner-text h2 { margin-bottom:16px; }
.partner-text p { font-size:1.02rem; margin-bottom:14px; }
.partner-items { display:flex; flex-direction:column; gap:14px; }
.pitem { display:flex; gap:14px; align-items:flex-start; background:var(--s2l,#f3eff9); border:1px solid rgba(122,90,158,.15); border-radius:14px; padding:18px 20px; }
.pi-icon { width:40px; height:40px; flex-shrink:0; background:var(--s2,#7a5a9e); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:18px; }
.pitem strong { display:block; font-size:14px; font-weight:700; color:var(--ink); margin-bottom:3px; }
.pitem span { font-size:13px; color:var(--muted); line-height:1.5; }
 
@media (max-width:960px) {
  .partner-grid { grid-template-columns:1fr; gap:40px; }
}
 
 
 /* ── FACILITY — sezione perché sceglierci ── */
.perche { background:var(--gd); padding:72px 0; }
.perche-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.perche-left h2 { color:#fff; margin-bottom:16px; }
.perche-left p { color:rgba(255,255,255,.78); font-size:1.02rem; margin-bottom:14px; }
.perche-items { display:flex; flex-direction:column; gap:16px; }
.perche-item { display:flex; gap:14px; align-items:flex-start; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:18px 20px; transition:background .2s; }
.perche-item:hover { background:rgba(255,255,255,.11); }
.perche-item .pi-icon { width:40px; height:40px; flex-shrink:0; background:rgba(255,255,255,.12); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:18px; }
.perche-item strong { display:block; font-size:14px; font-weight:700; color:#fff; margin-bottom:3px; }
.perche-item span { font-size:13px; color:rgba(255,255,255,.68); line-height:1.5; }
 
@media (max-width:960px) {
  .perche-grid { grid-template-columns:1fr; gap:40px; }
}

/* ── VERDE — sezione clienti ── */
.clienti { background:var(--gl); padding:72px 0; }
.clienti-head { text-align:center; margin-bottom:44px; }
.clienti-head h2 { margin-bottom:10px; }
.clienti-head p { max-width:480px; margin:0 auto; }
.clienti-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.ccard { background:var(--warm); border:1.5px solid var(--border); border-radius:16px; padding:28px 24px; transition:transform .2s, box-shadow .2s; }
.ccard:hover { transform:translateY(-4px); box-shadow:var(--sh); }
.ccard-icon { font-size:2rem; display:block; margin-bottom:14px; }
.ccard h3 { font-size:1rem; font-weight:700; margin-bottom:8px; color:var(--ink); }
.ccard p { font-size:13.5px; line-height:1.6; }
 
@media (max-width:960px) { .clienti-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px) { .clienti-grid { grid-template-columns:1fr; } }


/* ── CONTATTI — pagina specifica ── */
.contact-main { padding:80px 0; }
.contact-grid { display:grid; grid-template-columns:1fr 1.5fr; gap:72px; align-items:start; }
.citem { display:flex; gap:16px; align-items:flex-start; margin-bottom:24px; }
.citem-icon { width:48px; height:48px; flex-shrink:0; background:var(--gl); border:1.5px solid var(--border); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:20px; }
.citem-body strong { display:block; font-size:14px; font-weight:700; color:var(--ink); margin-bottom:3px; }
.citem-body span, .citem-body a { font-size:15px; color:var(--muted); }
.citem-body a { color:var(--g); text-decoration:none; font-weight:600; }
.citem-body a:hover { text-decoration:underline; }
.orari { background:var(--gl); border:1.5px solid var(--border); border-radius:16px; padding:24px; margin-top:32px; }
.orari h4 { font-family:var(--fb); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--g); margin-bottom:14px; }
.orari-row { display:flex; justify-content:space-between; align-items:center; padding:8px 0; border-bottom:1px solid var(--border); font-size:14px; }
.orari-row:last-child { border-bottom:none; }
.orari-row span:first-child { color:var(--ink); font-weight:500; }
.orari-row span:last-child { color:var(--muted); }
.orari-note { font-size:12px; color:var(--g); font-weight:600; margin-top:12px; display:flex; align-items:center; gap:5px; }
.orari-note::before { content:'✓'; }
.quick-settori { margin-top:32px; }
.quick-settori h4 { font-family:var(--fb); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
.qs-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.qs-item { display:flex; align-items:center; gap:8px; background:var(--warm); border:1.5px solid var(--border); border-radius:10px; padding:10px 12px; text-decoration:none; font-size:13px; font-weight:600; color:var(--ink); transition:border-color .18s, background .18s; }
.qs-item:hover { border-color:var(--g); background:var(--gl); }
.contact-form-wrap { background:var(--gd); border-radius:24px; padding:40px; }
.contact-form-wrap h3 { font-family:var(--fh); font-size:1.4rem; color:#fff; margin-bottom:6px; }
.form-sub { font-size:14px; color:rgba(255,255,255,.65); margin-bottom:28px; }
.fg { margin-bottom:16px; }
.fg label { display:block; font-size:13px; font-weight:700; margin-bottom:7px; color:rgba(255,255,255,.75); }
.fg input, .fg select, .fg textarea { width:100%; padding:13px 16px; border:1.5px solid rgba(255,255,255,.15); border-radius:12px; font-family:var(--fb); font-size:14px; color:#fff; background:rgba(255,255,255,.08); outline:none; transition:border-color .2s; appearance:none; }
.fg input::placeholder, .fg textarea::placeholder { color:rgba(255,255,255,.35); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color:var(--acc); background:rgba(255,255,255,.12); }
.fg select option { background:var(--gd); color:#fff; }
.fg textarea { height:100px; resize:vertical; }
.frow { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.privacy-note { font-size:12px; color:rgba(255,255,255,.45); margin-bottom:18px; line-height:1.6; }
.privacy-note a { color:rgba(255,255,255,.7); }
.btn-submit { width:100%; padding:16px; font-size:15px; background:var(--acc); color:var(--ink); font-weight:700; border:none; border-radius:50px; cursor:pointer; font-family:var(--fb); transition:transform .15s, box-shadow .18s, background .18s; display:flex; align-items:center; justify-content:center; gap:8px; }
.btn-submit:hover { background:#d4a820; transform:translateY(-2px); box-shadow:0 8px 24px rgba(240,192,64,.4); }
.form-ok { margin-top:12px; text-align:center; font-size:12px; color:rgba(255,255,255,.4); display:flex; align-items:center; justify-content:center; gap:5px; }
.form-ok::before { content:'🔒'; font-size:13px; }
.form-success { display:none; text-align:center; padding:40px 20px; }
.form-success-icon { font-size:3.5rem; display:block; margin-bottom:16px; }
.form-success h3 { font-size:1.4rem; color:#fff; margin-bottom:10px; }
.form-success p { color:rgba(255,255,255,.72); font-size:1rem; }
.mappa-section { padding:0 0 56px; }
.mappa-wrap { width:100%; height:360px; background:var(--gl); border:1.5px solid var(--border); border-radius:20px; overflow:hidden; position:relative; display:flex; align-items:center; justify-content:center; }
.mappa-placeholder { text-align:center; }
.mappa-placeholder span { font-size:3rem; display:block; margin-bottom:12px; }
.mappa-placeholder p { font-size:14px; color:var(--muted); margin-bottom:16px; }
.mappa-placeholder a { display:inline-flex; align-items:center; gap:8px; background:var(--g); color:#fff; padding:11px 22px; border-radius:50px; font-size:14px; font-weight:700; text-decoration:none; transition:background .18s; }
.mappa-placeholder a:hover { background:var(--gd); }
.raggiungerci { padding:0 0 72px; }
.ragg-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.ragg-card { background:var(--warm); border:1.5px solid var(--border); border-radius:16px; padding:24px; }
.ragg-icon { font-size:2rem; display:block; margin-bottom:12px; }
.ragg-card h4 { font-family:var(--fb); font-size:1rem; font-weight:700; margin-bottom:8px; color:var(--ink); }
.ragg-card p { font-size:14px; line-height:1.6; }
.lavora { background:var(--gl); padding:64px 0; }
.lavora-inner { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.lavora-inner h2 { margin-bottom:14px; }
.lavora-inner > div > p { font-size:1.02rem; margin-bottom:14px; }
.lavora-steps { display:flex; flex-direction:column; gap:14px; }
.lstep { display:flex; gap:14px; align-items:flex-start; background:#fff; border:1.5px solid var(--border); border-radius:12px; padding:16px 18px; }
.lstep-n { width:32px; height:32px; border-radius:50%; flex-shrink:0; background:var(--g); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--fh); font-size:1rem; font-weight:700; }
.lstep strong { display:block; font-size:14px; font-weight:700; margin-bottom:3px; color:var(--ink); }
.lstep span { font-size:13px; color:var(--muted); }
 
@media (max-width:960px) {
  .contact-grid, .lavora-inner { grid-template-columns:1fr; gap:40px; }
  .ragg-grid { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .frow { grid-template-columns:1fr; }
  .qs-grid { grid-template-columns:1fr; }
}
  
/* ── FAQ ACCORDION ── */
.faq { padding:72px 0; background:var(--warm); }
.faq-head { text-align:center; margin-bottom:44px; }
.faq-head h2 { margin-bottom:10px; }
.faq-head p { max-width:480px; margin:0 auto; }
.faq-list { max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.faq-item { background:#fff; border:1.5px solid var(--border); border-radius:14px; overflow:hidden; transition:border-color .2s, box-shadow .2s; }
.faq-item.open { border-color:var(--g); box-shadow:0 4px 20px rgba(28,165,145,.10); }
.faq-q { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 24px; cursor:pointer; font-family:var(--fb); font-size:15px; font-weight:700; color:var(--ink); background:none; border:none; width:100%; text-align:left; }
.faq-q:hover { color:var(--g); }
.faq-icon { flex-shrink:0; width:28px; height:28px; border-radius:50%; background:var(--gl); border:1.5px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:700; color:var(--g); transition:transform .3s, background .2s; line-height:1; }
.faq-item.open .faq-icon { transform:rotate(45deg); background:var(--g); color:#fff; border-color:var(--g); }
.faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease, padding .35s ease; }
.faq-a-inner { padding:0 24px 20px; font-size:14.5px; color:var(--muted); line-height:1.7; border-top:1px solid var(--border); padding-top:16px; }
.faq-item.open .faq-a { max-height:400px; }

/* ── BLOG ── */
.blog-hero { background:var(--gd); padding:72px 0 56px; position:relative; overflow:hidden; }
.blog-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 80% at 80% 50%, rgba(28,165,145,.2) 0%, transparent 70%); }
.blog-hero .wrap { position:relative; z-index:1; }
.blog-meta { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:20px; }
.blog-cat { display:inline-flex; align-items:center; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--g); background:var(--gl); border:1px solid var(--border); padding:4px 12px; border-radius:20px; }
.blog-date { font-size:13px; color:rgba(255,255,255,.55); }
.blog-hero h1 { font-size:clamp(1.8rem,4vw,2.8rem); color:#fff; margin-bottom:18px; line-height:1.18; max-width:720px; }
.blog-hero-sub { font-size:1.05rem; color:rgba(255,255,255,.75); max-width:600px; line-height:1.65; }
 
.blog-body { padding:72px 0 80px; }
.blog-grid { display:grid; grid-template-columns:1fr 300px; gap:64px; align-items:start; }
.blog-content { max-width:100%; }
.blog-content h2 { font-size:1.5rem; margin:40px 0 14px; color:var(--ink); }
.blog-content h3 { font-size:1.15rem; font-family:var(--fb); font-weight:700; margin:28px 0 10px; color:var(--ink); }
.blog-content p { font-size:1rem; color:var(--muted); line-height:1.75; margin-bottom:18px; }
.blog-content ul, .blog-content ol { margin:0 0 18px 20px; }
.blog-content li { font-size:1rem; color:var(--muted); line-height:1.7; margin-bottom:8px; }
.blog-content strong { color:var(--ink); font-weight:700; }
.blog-content hr { border:none; border-top:1.5px solid var(--border); margin:36px 0; }
 
.blog-checklist { list-style:none; margin:0 0 24px; padding:0; background:var(--gl); border:1.5px solid var(--border); border-radius:16px; padding:24px 28px; }
.blog-checklist li { display:flex; align-items:flex-start; gap:10px; padding:8px 0; border-bottom:1px solid var(--border); font-size:14.5px; color:var(--ink); }
.blog-checklist li:last-child { border-bottom:none; }
.blog-checklist li::before { content:'☐'; font-size:16px; color:var(--g); flex-shrink:0; margin-top:1px; }
 
.blog-highlight { background:var(--gl); border-left:4px solid var(--g); border-radius:0 12px 12px 0; padding:20px 24px; margin:28px 0; }
.blog-highlight p { margin:0; font-size:15px; color:var(--ink); line-height:1.65; }
 
/* Sidebar */
.blog-sidebar { position:sticky; top:100px; display:flex; flex-direction:column; gap:20px; }
.sidebar-card { background:#fff; border:1.5px solid var(--border); border-radius:16px; padding:24px; }
.sidebar-card h4 { font-family:var(--fb); font-size:13px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--g); margin-bottom:14px; }
.sidebar-cta { background:var(--g); border-radius:16px; padding:24px; text-align:center; }
.sidebar-cta h4 { color:#fff; font-family:var(--fh); font-size:1.1rem; font-weight:600; margin-bottom:10px; letter-spacing:0; text-transform:none; }
.sidebar-cta p { color:rgba(255,255,255,.78); font-size:13px; margin-bottom:18px; line-height:1.6; }
.sidebar-cta .btn { width:100%; justify-content:center; }
.toc-list { list-style:none; display:flex; flex-direction:column; gap:8px; }
.toc-list a { font-size:13.5px; color:var(--muted); text-decoration:none; display:flex; align-items:flex-start; gap:8px; line-height:1.4; transition:color .18s; }
.toc-list a:hover { color:var(--g); }
.toc-list a::before { content:'→'; color:var(--g); flex-shrink:0; font-size:12px; margin-top:2px; }
 
/* Blog listing */
.blog-listing { padding:72px 0; }
.blog-listing-head { margin-bottom:44px; }
.blog-listing-head h2 { margin-bottom:8px; }
.articles-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.acard { background:#fff; border:1.5px solid var(--border); border-radius:18px; overflow:hidden; text-decoration:none; display:block; transition:transform .2s, box-shadow .2s, border-color .2s; }
.acard:hover { transform:translateY(-4px); box-shadow:var(--sh); border-color:var(--g); }
.acard-top { background:var(--gl); padding:32px 28px 24px; }
.acard-cat { font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--g); margin-bottom:12px; display:block; }
.acard h3 { font-family:var(--fh); font-size:1.15rem; color:var(--ink); line-height:1.3; margin-bottom:10px; }
.acard-excerpt { font-size:13.5px; color:var(--muted); line-height:1.6; }
.acard-bottom { padding:16px 28px; display:flex; align-items:center; justify-content:space-between; border-top:1.5px solid var(--border); }
.acard-date { font-size:12px; color:var(--muted); }
.acard-cta { font-size:13px; font-weight:700; color:var(--g); }
 
@media (max-width:960px) {
  .blog-grid { grid-template-columns:1fr; }
  .blog-sidebar { position:static; }
  .articles-grid { grid-template-columns:1fr; }
}
 /* ── BLOG card image ── */
.acard-img { width:100%; aspect-ratio:16/9; background:var(--gl); border-bottom:1.5px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:2.5rem; }
.acard-img img { width:100%; height:100%; object-fit:cover; display:block; }
 