/* ═══════════════════════════════════════════════════════
   ANPS VOLONTARI ROMA — Design System v3
   Palette: blu istituzionale PS + rosso bordeaux + oro
   ═══════════════════════════════════════════════════════ */
:root{
  --blu:    #002F6C;
  --blu2:   #003F8A;
  --rosso:  #8B0015;
  --oro:    #C8A84B;
  --cielo:  #1A73E8;
  --ink:    #0D1B2E;
  --muted:  #4A5B72;
  --paper:  #FFFFFF;
  --paper2: #F4F6FA;
  --r:      16px;
  --sh:     0 4px 24px rgba(0,47,108,.10);
  --sh2:    0 12px 40px rgba(0,47,108,.18);
  --fd:     'Archivo',system-ui,sans-serif;
  --fb:     'Source Sans 3',system-ui,sans-serif;
  --faq-open-bg:    linear-gradient(140deg,#1a1336 0%,#3d1f4f 42%,#5e2150 72%,#7d2244 100%);
  --faq-open-txt:   #f0d690;
  --faq-answer-bg:  linear-gradient(140deg,rgba(26,19,54,.10) 0%,rgba(61,31,79,.12) 42%,rgba(94,33,80,.10) 72%,rgba(125,34,68,.08) 100%);
  --faq-answer-txt: var(--ink);
  --ct-field-bg:     #f4f6fa;
  --ct-field-border: #cdd6e0;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--fb);color:var(--ink);background:var(--paper);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--cielo);text-decoration:none}
h1,h2,h3,h4,h5{font-family:var(--fd);line-height:1.15;color:var(--blu)}
.wrap{width:min(1520px,94%);margin-inline:auto}

/* ═══ TOPBAR ═══ */
.topbar{background:var(--blu);font-size:.82rem;color:#b0c8f0;transition:background .35s}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:36px;gap:1rem}
.topbar a{color:#fff;font-weight:600;transition:color .2s}
.topbar a:hover{color:var(--oro)}
.tb-left{display:flex;align-items:center;gap:.5rem}
.tb-right{display:flex;align-items:center;gap:.5rem;white-space:nowrap}
.tb-address{color:#b0c8f0}
@media(max-width:768px){.tb-address{display:none}}

/* ═══ HEADER ═══ */
.site-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s;}
.site-header.scrolled{border-color:#e2e8f4;box-shadow:var(--sh)}
.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:84px}
.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none}
.brand img{width:74px;height:auto}
.brand-txt{display:flex;flex-direction:column;gap:0px}
.brand-name{font-family:var(--fd);font-weight:800;font-size:1.12rem;color:var(--blu);line-height:1.15}
.brand-sub{font-size:.68rem;color:var(--muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}
nav.main ul{display:flex;list-style:none;gap:.1rem;align-items:center}
nav.main li{position:relative}
nav.main li a{display:flex;align-items:center;gap:.28rem;padding:.55rem .75rem;font-family:var(--fd);font-weight:600;font-size:.86rem;color:var(--blu);border-radius:999px;transition:background .18s,color .18s}
nav.main li a:hover{background:var(--paper2);color:var(--cielo)}
.chev{display:inline-block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
li.has-sub:hover .chev{transform:rotate(225deg)}
.drop{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;background:#fff;border-radius:14px;box-shadow:var(--sh2);padding:.4rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .2s;border-top:3px solid var(--cielo)}
.drop::before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}
li.has-sub:hover .drop,li.has-sub:focus-within .drop{opacity:1;visibility:visible;transform:translateY(0)}
.drop a{display:block;padding:.5rem .85rem;border-radius:9px;color:var(--ink);font-weight:600;font-size:.88rem;transition:background .15s,padding-left .15s}
.drop a:hover{background:var(--paper2);color:var(--cielo);padding-left:1.05rem}
.btn-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--rosso);color:#fff !important;padding:.52rem 1.15rem;border-radius:999px;font-family:var(--fd);font-weight:700;font-size:.86rem;box-shadow:0 4px 14px rgba(139,0,21,.35);transition:transform .2s,box-shadow .2s;margin-left:.4rem}
.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,0,21,.45)}
.hbg{display:none;background:none;border:0;cursor:pointer;padding:.4rem}
.hbg span{display:block;width:24px;height:2.5px;background:var(--blu);margin:5px 0;border-radius:3px;transition:.3s}

/* ═══ MOBILE MENU ═══ */
.mob-menu{position:fixed;inset:0 0 0 auto;width:min(300px,86vw);background:var(--blu);z-index:1100;transform:translateX(100%);transition:transform .3s;overflow-y:auto;padding:1.2rem 1.2rem 2rem}
.mob-menu.open{transform:translateX(0)}
.mob-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:.9rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:.8rem}
.mob-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-family:var(--fd);font-weight:700;font-size:.88rem}
.mob-brand img{width:36px}
.mob-close{background:rgba(255,255,255,.1);border:0;color:#fff;font-size:1.2rem;width:38px;height:38px;border-radius:50%;cursor:pointer}
.mob-menu ul{list-style:none}
.mob-menu>ul>li{border-bottom:1px solid rgba(255,255,255,.08)}
.mob-menu a{color:#fff;display:block;padding:.85rem .2rem;font-family:var(--fd);font-weight:600;font-size:.95rem}
.mob-menu a:hover{color:var(--oro)}
.mob-tog{width:100%;background:none;border:0;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.85rem .2rem;font-family:var(--fd);font-weight:600;font-size:.95rem;cursor:pointer}
.mob-tog::after{content:"▾";color:var(--oro);transition:transform .22s}
.mob-tog[aria-expanded="true"]::after{transform:rotate(180deg)}
.mob-sub{max-height:0;overflow:hidden;transition:max-height .3s}
.mob-sub.open{max-height:300px}
.mob-sub a{padding:.55rem .2rem .55rem 1.6rem;font-weight:400;font-size:.88rem;opacity:.85}
.ovl{position:fixed;inset:0;background:rgba(0,20,60,.5);backdrop-filter:blur(2px);z-index:1000;opacity:0;visibility:hidden;transition:.25s}
.ovl.on{opacity:1;visibility:visible}

/* ═══ HERO ═══ */
.hero{position:relative;overflow:hidden;background:var(--blu)}
.hero-track{display:flex;transition:transform .7s cubic-bezier(.65,.05,.36,1)}
.hero-slide{min-width:100%;position:relative;min-height:min(80vh,660px);display:flex;align-items:center;}
.hero-slide .bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;}
.hero-slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,20,60,.68) 0%,rgba(0,20,60,.35) 45%,rgba(0,20,60,.0) 80%);}
.hero-slide .wrap{position:relative;z-index:2;padding:6rem 0 5rem;pointer-events:none}
.hero-slide .wrap a,.hero-slide .wrap button{pointer-events:auto}
.hs-box{display:inline-block;padding:2rem 2.2rem 2.2rem;max-width:none;}
.hs-eyebrow{display:block;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--oro);margin-bottom:.55rem;}
.hs-title{color:#fff;font-size:clamp(1.8rem,3.2vw,3rem);font-weight:800;line-height:1.04;margin:0 0 .15rem;white-space:nowrap;}
.hs-sub{display:block;font-family:var(--fd);font-weight:600;font-size:clamp(1rem,1.6vw,1.3rem);color:rgba(255,255,255,.82);margin:0 0 .2rem;white-space:nowrap;}
.hs-desc{font-size:clamp(.92rem,1.3vw,1.05rem);color:rgba(255,255,255,.75);line-height:1.5;margin:0 0 1.5rem;white-space:nowrap;}
.hs-btns{display:flex;flex-wrap:wrap;gap:.7rem}
.hero-bar{position:absolute;bottom:0;left:0;width:100%;height:44px;background:var(--blu);z-index:3;}
.h-arr{position:absolute;z-index:20;bottom:4.6rem;width:48px;height:48px;border-radius:50%;border:0;background:rgba(255,255,255,.15);color:#fff;font-size:0;cursor:pointer;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0;}
.h-arr:hover{background:var(--oro)}
.h-arr.prev{left:1rem}
.h-arr.next{right:1rem}
.h-arr::before{content:"";display:block;width:11px;height:11px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;}
.h-arr.prev::before{transform:rotate(-135deg);margin-left:4px}
.h-arr.next::before{transform:rotate(45deg);margin-right:4px}
.h-arr:hover::before{color:var(--blu)}
.h-dots{position:absolute;bottom:5.9rem;left:6%;transform:none;display:flex;gap:.5rem;z-index:21;}
.h-dots button{width:30px;height:5px;border-radius:99px;border:0;background:rgba(255,255,255,.3);cursor:pointer;transition:.25s;}
.h-dots button.on{background:var(--oro);width:46px}

/* ═══ BOTTONI ═══ */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fd);font-weight:700;font-size:.93rem;padding:.8rem 1.6rem;border-radius:999px;transition:transform .2s,box-shadow .2s;cursor:pointer;border:0;text-decoration:none;line-height:1}
.btn-oro{background:var(--oro);color:var(--blu)}
.btn-oro:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(200,168,75,.4)}
.btn-wht{background:rgba(255,255,255,.15);color:#fff;border:1.5px solid rgba(255,255,255,.45)}
.btn-wht:hover{background:rgba(255,255,255,.25)}
.btn-blu{background:var(--cielo);color:#fff}
.btn-blu:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(26,115,232,.35);color:#fff}
.btn-out{background:transparent;color:var(--cielo);border:2px solid var(--cielo)}
.btn-out:hover{background:var(--cielo);color:#fff}
.btn-red-wht{background:#fff;color:var(--rosso);font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.btn-red-wht:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.3);color:var(--rosso)}
.btn-ghost-wht{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}
.btn-ghost-wht:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}
.arr{transition:transform .2s}
.btn:hover .arr{transform:translateX(4px)}

/* ═══ QUICKLINKS ═══ */
.quicklinks{position:relative;z-index:10;margin-top:-88px;padding-bottom:0;pointer-events:none}
.quicklinks .ql-card{pointer-events:auto}
.ql-grid{display:grid;grid-template-columns:repeat(4,270px);justify-content:center;gap:1rem;}
.ql-card{position:relative;background:#fff;border:1.5px solid #E2E8F2;border-radius:16px;padding:1.15rem 1.3rem 1.2rem;text-decoration:none;display:flex;flex-direction:column;gap:.45rem;overflow:hidden;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s,border-color .28s;}
.ql-card::before{content:"";position:absolute;inset:0;z-index:0;transform:translateY(101%);transition:transform .34s cubic-bezier(.4,0,.2,1);}
.ql-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,47,108,.18);border-color:transparent}
.ql-card:hover::before{transform:translateY(0)}
.ql-ic{position:relative;z-index:1;width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;transition:background .28s;}
.ql-ic svg{width:25px;height:25px;stroke-width:1.6;fill:none;transition:stroke .28s}
.ql-num{position:absolute;top:.7rem;right:1rem;z-index:1;font-family:var(--fd);font-weight:800;font-size:2.4rem;line-height:1;opacity:.07;transition:opacity .28s,color .28s;pointer-events:none;}
.ql-card:hover .ql-num{opacity:.22;color:#fff}
.ql-lbl{position:relative;z-index:1;font-family:var(--fd);font-weight:800;font-size:1.02rem;color:var(--blu);transition:color .28s}
.ql-desc{position:relative;z-index:1;font-size:.78rem;line-height:1.4;color:var(--muted);transition:color .28s}
.ql-go{position:relative;z-index:1;margin-top:.1rem;font-family:var(--fd);font-weight:700;font-size:.78rem;display:inline-flex;align-items:center;gap:.3rem;transition:color .28s}
.ql-go svg{width:13px;height:13px;stroke-width:2.2;fill:none}
.ql-card:nth-child(1)::before{background:linear-gradient(135deg,#002F6C,#1A73E8)}
.ql-card:nth-child(1) .ql-ic{background:#EEF2FF}
.ql-card:nth-child(1) .ql-ic svg{stroke:#002F6C}
.ql-card:nth-child(1) .ql-num{color:#002F6C}
.ql-card:nth-child(1) .ql-go{color:#1A73E8}
.ql-card:nth-child(2)::before{background:linear-gradient(135deg,#8B0015,#c81e3a)}
.ql-card:nth-child(2) .ql-ic{background:#FFF0F0}
.ql-card:nth-child(2) .ql-ic svg{stroke:#8B0015}
.ql-card:nth-child(2) .ql-num{color:#8B0015}
.ql-card:nth-child(2) .ql-go{color:#8B0015}
.ql-card:nth-child(3)::before{background:linear-gradient(135deg,#9c7d20,#C8A84B)}
.ql-card:nth-child(3) .ql-ic{background:#FDF8EC}
.ql-card:nth-child(3) .ql-ic svg{stroke:#9c7d20}
.ql-card:nth-child(3) .ql-num{color:#9c7d20}
.ql-card:nth-child(3) .ql-go{color:#9c7d20}
.ql-card:nth-child(4)::before{background:linear-gradient(135deg,#1b5e20,#2E7D32)}
.ql-card:nth-child(4) .ql-ic{background:#EDF7EE}
.ql-card:nth-child(4) .ql-ic svg{stroke:#2E7D32}
.ql-card:nth-child(4) .ql-num{color:#2E7D32}
.ql-card:nth-child(4) .ql-go{color:#2E7D32}
.ql-card:hover .ql-ic{background:rgba(255,255,255,.18)}
.ql-card:hover .ql-ic svg{stroke:#fff}
.ql-card:hover .ql-lbl,.ql-card:hover .ql-go{color:#fff}
.ql-card:hover .ql-desc{color:rgba(255,255,255,.85)}
@media(max-width:1020px){.quicklinks{display:none}}

/* ═══ SEZIONI COMUNI ═══ */
.section{padding:2.8rem 0}
.section-soft{background:var(--paper2)}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cielo)}
.sec-title{font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:800;margin:.4rem 0 .5rem}

/* ═══ FINALITÀ ═══ */
.fin-section{background:#fff;padding:2.8rem 0 3.2rem;position:relative;overflow:hidden}
.fin-section::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(0,47,108,.055) 1.5px,transparent 1.5px);background-size:26px 26px;pointer-events:none}
.fin-intro{position:relative;z-index:1;margin-bottom:2.8rem}
.fin-intro .sec-title{margin:.4rem 0 .6rem}
.fin-intro p{color:var(--muted);font-size:1.02rem}
.fin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;position:relative;z-index:1}
@media(max-width:1020px){.fin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.fin-grid{grid-template-columns:1fr}}
.fin-card{position:relative;background:#fff;border-radius:18px;box-shadow:0 6px 24px rgba(0,47,108,.08);padding:1.8rem 1.6rem;overflow:hidden;transition:transform .26s,box-shadow .26s;border:1.5px solid rgba(0,47,108,.07);display:flex;flex-direction:column;gap:.7rem;}
.fin-card:hover{transform:translateY(-5px);box-shadow:0 18px 46px rgba(0,47,108,.14);border-color:transparent}
.fin-num{position:absolute;top:-.5rem;right:.7rem;font-family:var(--fd);font-weight:800;font-size:5rem;line-height:1;opacity:.055;color:var(--blu);pointer-events:none}
.fin-card:hover .fin-num{opacity:.09}
.fin-ic{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;transition:transform .26s}
.fin-card:hover .fin-ic{transform:scale(1.08) rotate(-4deg)}
.fin-card:nth-child(1) .fin-ic{background:linear-gradient(135deg,#002F6C,#1A73E8)}
.fin-card:nth-child(2) .fin-ic{background:linear-gradient(135deg,#0d7a3a,#1b9e50)}
.fin-card:nth-child(3) .fin-ic{background:linear-gradient(135deg,#1A73E8,#42A5F5)}
.fin-card:nth-child(4) .fin-ic{background:linear-gradient(135deg,#b5860c,#C8A84B)}
.fin-card:nth-child(5) .fin-ic{background:linear-gradient(135deg,#7b1fa2,#ce93d8)}
.fin-card:nth-child(6) .fin-ic{background:linear-gradient(135deg,#8B0015,#ef5350)}
.fin-bar{position:absolute;top:0;left:0;right:0;height:3px;border-radius:18px 18px 0 0;transition:height .26s}
.fin-card:nth-child(1) .fin-bar{background:linear-gradient(90deg,#002F6C,#1A73E8)}
.fin-card:nth-child(2) .fin-bar{background:linear-gradient(90deg,#0d7a3a,#1b9e50)}
.fin-card:nth-child(3) .fin-bar{background:linear-gradient(90deg,#1A73E8,#42A5F5)}
.fin-card:nth-child(4) .fin-bar{background:linear-gradient(90deg,#b5860c,#C8A84B)}
.fin-card:nth-child(5) .fin-bar{background:linear-gradient(90deg,#7b1fa2,#ce93d8)}
.fin-card:nth-child(6) .fin-bar{background:linear-gradient(90deg,#8B0015,#ef5350)}
.fin-card:hover .fin-bar{height:5px}
.fin-card h3{font-size:1.08rem;font-weight:800;color:var(--blu);margin:0;line-height:1.2}
.fin-card p{font-size:.9rem;color:var(--muted);line-height:1.62;margin:0;flex:1}

/* ═══ APP ═══ */
.app-section{position:relative;overflow:hidden;background:linear-gradient(130deg,#001F5C 0%,var(--blu) 40%,#003F8A 80%,#1155AA 100%);padding:3.5rem 0 4rem;}
.app-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 8% 50%,rgba(26,115,232,.2),transparent 52%),radial-gradient(ellipse at 92% 15%,rgba(200,168,75,.14),transparent 48%);pointer-events:none}
.app-inner{position:relative;z-index:2}
.app-row{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;margin-bottom:2.4rem}
@media(max-width:760px){.app-row{grid-template-columns:1fr}}
.app-tag{display:inline-flex;align-items:center;gap:.45rem;background:rgba(200,168,75,.16);border:1px solid rgba(200,168,75,.38);color:var(--oro);font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.38rem .85rem;border-radius:999px;margin-bottom:.8rem}
.app-title{color:#fff;font-size:clamp(1.6rem,2.8vw,2.5rem);font-weight:800;line-height:1.1;margin:0 0 .6rem}
.app-title em{font-style:normal;background:linear-gradient(90deg,var(--oro),#f0d070);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.app-lead{color:#9dbee8;font-size:1rem;line-height:1.6;margin:0}
.app-stores{display:flex;gap:.8rem;align-items:center;flex-shrink:0}
@media(max-width:760px){.app-stores{justify-content:flex-start}}
.app-stores a{transition:transform .2s,filter .2s}
.app-stores a:hover{transform:translateY(-3px);filter:brightness(1.1)}
.app-stores img{height:44px;width:auto}
.app-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:700px){.app-pills{grid-template-columns:1fr}}
.app-pill{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1.3rem 1.4rem;backdrop-filter:blur(4px);transition:background .2s,transform .2s}
.app-pill:hover{background:rgba(255,255,255,.12);transform:translateY(-3px)}
.app-pill .ic{font-size:1.7rem;margin-bottom:.6rem;line-height:1}
.app-pill h3{color:#fff;font-size:1rem;font-weight:700;margin:0 0 .3rem}
.app-pill p{color:#8ab4d8;font-size:.87rem;line-height:1.55;margin:0}

/* ═══ SEZIONE 5×1000 / DONAZIONI ═══ */
.dona-section{position:relative;overflow:hidden;background:linear-gradient(140deg,#1a1336 0%,#3d1f4f 42%,#5e2150 72%,#7d2244 100%);padding:2.5rem 0 3rem;}
.dona-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 90% 12%,rgba(200,168,75,.22),transparent 48%),radial-gradient(ellipse at 8% 90%,rgba(26,115,232,.18),transparent 52%);pointer-events:none}
.dona-in{position:relative;z-index:2}
.dona-head{max-width:100%;margin-bottom:1.7rem}
.dona-tag{display:inline-flex;align-items:center;gap:.4rem;background:rgba(200,168,75,.2);border:1px solid rgba(200,168,75,.5);color:#f0d690;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.34rem .9rem;border-radius:999px;margin-bottom:1rem}
.dona-h{color:#fff;font-size:clamp(1.8rem,3.6vw,2.8rem);font-weight:800;line-height:1.02;margin:0 0 .5rem;letter-spacing:-.01em;white-space:nowrap}
.dona-lead{color:rgba(255,255,255,.8);font-size:1.02rem;line-height:1.4;margin:0;max-width:100%}
.dona-cf{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:.85rem 1.2rem;display:flex;align-items:center;gap:.7rem;flex-wrap:nowrap;margin-bottom:1.6rem;width:100%}
.dona-cf-lbl{font-size:.74rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.08em}
.dona-cf-num{font-family:var(--fd);font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:.06em}
.dona-cf-copy{background:#e9c869;color:#3d1f4f;border:0;font-family:var(--fd);font-weight:800;font-size:.78rem;padding:.45rem .95rem;border-radius:999px;cursor:pointer;transition:transform .2s,filter .2s;flex-shrink:0;white-space:nowrap}
.dona-cf-copy:hover{transform:translateY(-2px);filter:brightness(1.05)}
.dona-cf-copy.copied{background:#fff;color:var(--rosso)}
.dona-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.dona-card{display:flex;gap:1.1rem;align-items:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:1.5rem 1.6rem;backdrop-filter:blur(4px);transition:transform .22s,background .22s}
.dona-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.14)}
.dona-ic{flex-shrink:0;width:50px;height:50px;border-radius:13px;background:rgba(200,168,75,.22);display:flex;align-items:center;justify-content:center}
.dona-ic svg{width:26px;height:26px;stroke:#f0d690;fill:none;stroke-width:1.7}
.dona-ct h3{color:#fff;font-family:var(--fd);font-size:1.15rem;font-weight:800;margin:0 0 .3rem}
.dona-ct p{color:rgba(255,255,255,.76);font-size:.9rem;line-height:1.55;margin:0 0 .4rem}
.dona-mini{font-size:.82rem;color:#f0d690;font-weight:700;word-break:break-all;font-family:var(--fb)}
@media(max-width:1020px){.dona-h{white-space:normal;font-size:clamp(1.7rem,4.5vw,2.4rem)}.dona-lead{line-height:1.5}}
@media(max-width:680px){.dona-grid{grid-template-columns:1fr}.dona-h{font-size:clamp(1.5rem,6vw,2rem)}.dona-cf-num{font-size:1.15rem;letter-spacing:.03em}}
.theme-dark .dona-section{background:linear-gradient(140deg,#0a0a0a 0%,#1a1a1a 45%,#262626 75%,#3a3a3a 100%);}
.theme-dark{
  --faq-open-bg:    #111111;
  --faq-open-txt:   #ffffff;
  --faq-answer-bg:  #e8e8e8;
  --faq-answer-txt: #333333;
  --ct-field-bg:     #1a1a1a;
  --ct-field-border: #3a3a3a;
}
/* Campi form leggibili in tema scuro */
.theme-dark .ct-field input,
.theme-dark .ct-field select,
.theme-dark .ct-field textarea{color:#f0f0f0}
.theme-dark .ct-field input::placeholder,
.theme-dark .ct-field textarea::placeholder{color:#888}
.theme-dark .ct-field label{color:#e0e0e0}
.theme-dark .ct-form-title{color:#f0f0f0}
.theme-dark .ct-side-title{color:#f0f0f0}
.theme-dark .ct-switch{background:#444}
.theme-dark .faq-toggle:checked ~ .faq-question .faq-chev{border-color:#ffffff}
.theme-dark .faq-toggle:checked ~ .faq-answer p{color:#333333}
.theme-dark .dona-section::before{background:radial-gradient(ellipse at 90% 12%,rgba(200,168,75,.16),transparent 48%),radial-gradient(ellipse at 8% 90%,rgba(255,255,255,.05),transparent 52%);}

/* ═══ NEWS ═══ */
.news-section{background:var(--paper2);padding:2.8rem 0 3.2rem}
.news-hd{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.2rem}
.news-hd h2{margin:0}
.news-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:1.4rem;align-items:stretch}
@media(max-width:860px){.news-layout{grid-template-columns:1fr}}
.nf-card{position:relative;border-radius:18px;overflow:hidden;min-height:400px;display:flex;align-items:flex-end;box-shadow:var(--sh2);text-decoration:none;background:var(--blu);transition:transform .25s,box-shadow .25s}
.nf-card:hover{transform:translateY(-4px);box-shadow:0 22px 56px rgba(0,47,108,.24)}
.nf-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;transition:transform .45s}
.nf-card:hover .nf-bg{transform:scale(1.04)}
.nf-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,15,50,.94) 0%,rgba(0,15,50,.4) 52%,transparent 100%)}
.nf-body{position:relative;z-index:2;padding:1.6rem 1.8rem;width:100%}
.nf-badge{display:inline-block;font-family:var(--fd);font-weight:700;font-size:.65rem;letter-spacing:.1em;padding:.24rem .7rem;border-radius:999px;text-transform:uppercase;background:var(--cielo);color:#fff;margin-bottom:.6rem}
.nf-card h3{color:#fff;font-size:1.3rem;font-weight:800;line-height:1.22;margin:0 0 .45rem}
.nf-meta{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:rgba(255,255,255,.6)}
.nf-read{font-family:var(--fd);font-weight:700;color:var(--oro)}
.nc-col{display:flex;flex-direction:column;gap:.9rem}
.nc-card{display:flex;gap:.9rem;align-items:stretch;background:#fff;border-radius:14px;box-shadow:var(--sh);overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;border-left:3px solid var(--blu);flex:1}
.nc-card:nth-child(2){border-left-color:var(--cielo)}
.nc-card:nth-child(3){border-left-color:var(--oro)}
.nc-card:hover{transform:translateX(4px);box-shadow:0 10px 28px rgba(0,47,108,.14)}
.nc-thumb{width:100px;flex-shrink:0;overflow:hidden;background:var(--paper2)}
.nc-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .38s}
.nc-card:hover .nc-thumb img{transform:scale(1.06)}
.nc-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:linear-gradient(135deg,#dceeff,#c5d8f0)}
.nc-body{padding:.85rem .9rem .85rem 0;display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}
.nc-tipo{font-family:var(--fd);font-weight:700;font-size:.63rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cielo);margin-bottom:.25rem}
.nc-body h3{font-size:.93rem;font-weight:700;color:var(--blu);line-height:1.28;margin:0 0 .3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.nc-date{font-size:.73rem;color:var(--muted)}

/* ═══ UNISCITI ═══ */
.join{position:relative;background:var(--rosso);overflow:hidden;padding:3rem 0 3.5rem}
.join::before{content:"";position:absolute;right:6%;top:50%;transform:translateY(-50%);width:560px;height:560px;background:url('/assets/images/anps-logo.png') center/contain no-repeat;opacity:.07;filter:grayscale(1) brightness(4);pointer-events:none}
.join::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 0% 100%,rgba(0,0,0,.22),transparent 52%);pointer-events:none}
.join-in{position:relative;z-index:2}
.join-kk{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);color:#fff;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;padding:.42rem 1rem;border-radius:999px;margin-bottom:1.2rem}
.join-h{color:#fff;font-size:clamp(2rem,4.2vw,3.6rem);font-weight:800;line-height:1.05;margin:0 0 .6rem;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.22)}
.join-h em{font-style:normal;color:rgba(255,255,255,.7);font-weight:600;font-size:72%;display:block}
.join-sub{color:rgba(255,255,255,.8);font-size:1.12rem;line-height:1.62;margin-bottom:2.6rem}
.join-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-bottom:2.8rem}
@media(max-width:880px){.join-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.join-grid{grid-template-columns:1fr}}
.join-item{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:1.3rem 1.4rem;display:flex;align-items:flex-start;gap:.8rem;transition:background .2s,transform .2s;backdrop-filter:blur(4px)}
.join-item:hover{background:rgba(255,255,255,.16);transform:translateY(-3px)}
.ji-ic{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.05rem}
.ji-h{color:#fff;font-size:.97rem;font-weight:700;margin:0 0 .2rem}
.ji-p{color:rgba(255,255,255,.7);font-size:.85rem;line-height:1.48;margin:0}
.join-cta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:1.5rem 1.8rem}
.jc-txt{flex:1;min-width:200px}
.jc-txt strong{display:block;color:#fff;font-family:var(--fd);font-size:1.2rem;font-weight:800;margin-bottom:.15rem}
.jc-txt span{color:rgba(255,255,255,.7);font-size:.92rem}
.jc-btns{display:flex;gap:.7rem;flex-wrap:wrap;flex-shrink:0}
@media(max-width:600px){.join-cta{flex-direction:column;align-items:flex-start}.jc-btns{width:100%}.btn-red-wht,.btn-ghost-wht{width:100%;justify-content:center}}

/* ═══ MAPPA ═══ */
.map-frame{width:100%;height:400px;display:block;border:0}
@media(max-width:600px){.map-frame{height:260px}}

/* ═══ FOOTER ═══ */
.footer{background:var(--blu);color:#8ab0d8;padding:3.5rem 0 0;overflow:hidden}
.f-col h4{color:#fff;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}
.f-col h4::after{content:"";display:block;width:24px;height:2.5px;border-radius:3px;background:var(--oro);margin-top:.3rem}
.f-col ul{list-style:none}
.f-col ul li{margin-bottom:.01rem}
.f-col ul a{color:#8ab0d8;font-size:.87rem;line-height:1.3;transition:.18s}
.f-col ul a:hover{color:var(--oro);padding-left:.28rem}
.f-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}
.f-brand img{width:48px}
.f-brand-txt{font-family:var(--fd);font-weight:700;color:#fff;font-size:.9rem;line-height:1.3}
.f-brand-txt small{display:block;font-weight:400;color:#6a90b4;font-size:.7rem;margin-top:.1rem}
.f-desc{font-size:.87rem;line-height:1.5;color:#7aa0c4;margin-bottom:1.2rem}
.f-soc{display:flex;gap:.5rem;margin-top:.5rem;margin-bottom:1.2rem}
.f-soc a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:.85rem;transition:.2s;text-decoration:none}
.f-soc a:hover{background:var(--oro);color:var(--blu);transform:translateY(-2px)}
.f-bar{margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);padding:.9rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#5a80a8}
.f-bar a{color:#6a9fd8}
.f-bar a:hover{color:var(--oro)}
.f-links{display:flex;gap:1rem;flex-wrap:wrap}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem}
@media(max-width:1080px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.4rem}
  .f-col:first-child{grid-column:1 / -1}
  .footer-grid .f-col:nth-child(3) h4,
  .footer-grid .f-col:nth-child(5) h4{display:none}
}
@media(max-width:700px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:.9rem}
  .f-col:first-child{grid-column:1 / -1}
  .f-col h4{margin-bottom:.35rem;font-size:.8rem}
  .f-col ul li{margin-bottom:.14rem}
  .f-col ul a{font-size:.84rem}
  .footer-grid .f-col:nth-child(3) h4,
  .footer-grid .f-col:nth-child(5) h4{display:none}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr !important;gap:.8rem}
  .f-col:first-child{grid-column:1 !important}
  .footer-grid .f-col:nth-child(3) h4,
  .footer-grid .f-col:nth-child(5) h4{display:none !important}
  .f-col h4{font-size:.78rem;margin-bottom:.3rem}
  .f-col ul li{margin-bottom:.12rem}
  .footer-grid .f-col:nth-child(3),
  .footer-grid .f-col:nth-child(5){margin-top:-.8rem}
}

/* ═══ SCROLL TOP ═══ */
.go-top{position:fixed;bottom:1.4rem;right:4.4rem;width:42px;height:42px;background:var(--cielo);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 16px rgba(26,115,232,.35);opacity:0;visibility:hidden;transition:.28s;text-decoration:none;z-index:800}
.go-top.on{opacity:1;visibility:visible}
.go-top:hover{background:var(--blu);transform:translateY(-3px)}

/* ═══ THEME SWITCH ═══ */
.theme-switch-wrap{position:fixed;bottom:1.4rem;right:1.4rem;z-index:801;}
.theme-switch-btn{width:42px;height:42px;border-radius:50%;border:0;background:var(--blu);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(26,115,232,.35);cursor:pointer;transition:background .35s,transform .2s,box-shadow .2s;padding:0;}
.theme-switch-btn:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,.32)}
.tsw-swatch{width:16px;height:16px;border-radius:50%;background:#880015 !important;border:2px solid rgba(255,255,255,.55);flex-shrink:0;pointer-events:none;}
#tswLabel{display:none}

/* ═══ LOGIN TOPBAR ═══ */
.tb-login{position:relative}
.tb-login-btn{display:inline-flex;align-items:center;gap:.35rem;background:rgba(200,168,75,.18);border:1px solid rgba(200,168,75,.45);color:var(--oro);font-family:var(--fd);font-weight:700;font-size:.78rem;padding:.24rem .8rem;border-radius:999px;cursor:pointer;transition:background .2s,border-color .2s,color .2s;margin-left:.3rem;}
.tb-login-btn:hover{background:var(--oro);color:var(--blu);border-color:var(--oro)}
.tbl-chev{width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .25s;}
.tb-login.open .tbl-chev{transform:rotate(-135deg) translateY(-1px)}
.tb-login-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:1200;width:280px;background:#fff;border-radius:14px;box-shadow:0 18px 50px rgba(0,20,60,.28);border-top:3px solid var(--oro);padding:1.1rem 1.1rem 1.2rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s,transform .22s,visibility .22s;}
.tb-login.open .tb-login-panel{opacity:1;visibility:visible;transform:translateY(0)}
.tb-login-panel::before{content:"";position:absolute;top:-8px;right:24px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-left:3px solid var(--oro);border-top:3px solid var(--oro);border-top-left-radius:3px}
.tbl-head{font-family:var(--fd);font-weight:800;font-size:.95rem;color:var(--blu);margin-bottom:.7rem}
.tbl-label{display:block;font-family:var(--fb);font-weight:600;font-size:.78rem;color:var(--muted);margin:.5rem 0 .25rem}
.tbl-req{color:var(--rosso)}
.tbl-input{width:100%;font-family:var(--fb);font-size:.85rem;color:var(--ink);padding:.5rem .7rem;border:1.5px solid #dfe5ee;border-radius:9px;background:#fff;transition:border-color .2s,box-shadow .2s;}
.tbl-input:focus{outline:0;border-color:var(--cielo);box-shadow:0 0 0 3px rgba(26,115,232,.14)}
.tbl-check{display:flex;align-items:center;gap:.4rem;margin:.7rem 0 .9rem;font-family:var(--fb);font-size:.8rem;color:var(--muted);cursor:pointer}
.tbl-check input{width:15px;height:15px;accent-color:var(--cielo);cursor:pointer}
.tbl-submit{width:100%;background:var(--blu);color:#fff;border:0;font-family:var(--fd);font-weight:700;font-size:.88rem;padding:.6rem;border-radius:9px;cursor:pointer;transition:background .2s,transform .2s;}
.tbl-submit:hover{background:var(--cielo);transform:translateY(-1px)}
@media(max-width:1020px){.tb-login{display:none}}

/* ═══ LOGIN HAMBURGER ═══ */
.mob-login{padding:.4rem 0 .2rem}
.mob-login-head{font-family:var(--fd);font-weight:700;font-size:.95rem;color:#fff;padding:.85rem .2rem .6rem;}
.mob-login form{padding:0 .2rem}
.mob-login-label{display:block;font-family:var(--fb);font-weight:600;font-size:.78rem;color:rgba(255,255,255,.7);margin:.45rem 0 .25rem;}
.mob-login-input{width:100%;font-family:var(--fb);font-size:.88rem;color:#fff;padding:.55rem .7rem;border:1.5px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.08);transition:border-color .2s,background .2s;}
.mob-login-input::placeholder{color:rgba(255,255,255,.45)}
.mob-login-input:focus{outline:0;border-color:var(--oro);background:rgba(255,255,255,.14)}
.mob-login-check{display:flex;align-items:center;gap:.45rem;margin:.7rem 0 .9rem;font-family:var(--fb);font-size:.82rem;color:rgba(255,255,255,.75);cursor:pointer}
.mob-login-check input{width:15px;height:15px;accent-color:var(--oro);cursor:pointer}
.mob-login-submit{width:100%;background:var(--oro);color:var(--blu);border:0;font-family:var(--fd);font-weight:800;font-size:.9rem;padding:.65rem;border-radius:9px;cursor:pointer;transition:transform .2s,filter .2s;}
.mob-login-submit:hover{transform:translateY(-1px);filter:brightness(1.05)}

/* ═══ RESPONSIVE GLOBALE ═══ */
@media(max-width:1020px){nav.main{display:none}.hbg{display:block}}
@media(min-width:769px) and (max-width:1020px){.h-dots{left:62%;transform:translateX(-50%)}}
@media(max-width:900px){.hs-title,.hs-sub,.hs-desc{white-space:normal}}
@media(max-width:768px){
  .hero-slide .wrap{padding:4.5rem 0 5.5rem}
  .hs-box{max-width:100%;padding:1.4rem 1.4rem 1.6rem}
  .hs-title{font-size:clamp(1.5rem,5.5vw,2rem)}
  .h-arr{bottom:4rem}
  .h-dots{bottom:4.8rem;left:62%;transform:translateX(-50%)}
  .tb-address{display:none}
}
@media(max-width:560px){
  body{font-size:16px}
  .section{padding:2rem 0}
  .hero-bar{height:40px}
  .h-arr{bottom:3.6rem;width:40px;height:40px;font-size:0;}
  .h-arr::before{width:9px;height:9px;border-width:2px;}
  .h-dots{bottom:4.4rem;left:50%;transform:translateX(-50%)}
  .theme-switch-wrap{bottom:1rem;right:1rem}
  .go-top{bottom:1rem;right:4rem}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}}

/* ═══ PAGINA COLLABORAZIONI ═══ */
.collab-hero{background:linear-gradient(135deg,var(--blu) 0%,#003F8A 100%);padding:3rem 0 2.5rem;position:relative;overflow:hidden;}
.collab-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 88% 50%,rgba(200,168,75,.14),transparent 55%);pointer-events:none}
.collab-hero-in{position:relative;z-index:1}
.collab-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:rgba(200,168,75,.18);border:1px solid rgba(200,168,75,.45);color:#f0d690;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.32rem .85rem;border-radius:999px;margin-bottom:.9rem}
.collab-hero h1{color:#fff;font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;margin:0 0 .5rem;line-height:1.15}
.collab-hero p{color:rgba(255,255,255,.72);font-size:.97rem;line-height:1.5;margin:0}
.collab-wrap{background:var(--paper2);padding:2.5rem 0 4rem}
.collab-layout{display:grid;grid-template-columns:70% 30%;gap:2rem;align-items:start}
@media(max-width:860px){.collab-layout{grid-template-columns:1fr}}
.collab-section-label{font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.collab-section-label::after{content:"";flex:1;height:1px;background:#e2e8f2}
.att-card{display:flex;gap:.9rem;align-items:flex-start;background:#fff;border:1.5px solid #e2e8f2;border-radius:14px;padding:1rem 1.1rem;margin-bottom:.7rem;transition:transform .2s,box-shadow .2s,border-color .2s}
.att-card:last-of-type{margin-bottom:0}
.att-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,47,108,.1);border-color:var(--cielo)}
.att-ic{font-size:1.4rem;flex-shrink:0;width:42px;height:42px;border-radius:11px;background:var(--paper2);display:flex;align-items:center;justify-content:center}
.att-body{flex:1;min-width:0}
.att-title{font-family:var(--fd);font-weight:700;font-size:.95rem;color:var(--blu);line-height:1.3;margin-bottom:.2rem}
.att-meta{font-size:.78rem;color:var(--muted)}
.att-meta a{color:var(--cielo);font-weight:600}
.att-empty{text-align:center;padding:2.2rem 1rem;background:#fff;border:1.5px dashed #d0d8e8;border-radius:14px}
.att-empty-ic{font-size:2rem;margin-bottom:.6rem}
.att-empty-txt{font-family:var(--fd);font-weight:700;color:var(--blu);font-size:.95rem;margin-bottom:.3rem}
.att-empty-sub{font-size:.83rem;color:var(--muted)}
.collab-hint{margin-top:1.2rem;padding:.85rem 1rem;background:#fff;border-radius:12px;border-left:3px solid var(--oro);font-size:.83rem;color:var(--muted);line-height:1.55}
.collab-hint-title{font-family:var(--fd);font-weight:700;font-size:.78rem;color:var(--blu);margin-bottom:.3rem}
.collab-dot-legend{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--oro);vertical-align:middle;margin:0 1px}
.collab-calendario{background:#fff;border-radius:18px;padding:1.4rem 1.5rem;box-shadow:var(--sh)}
.cal-nav-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem}
.cal-mese-title{font-family:var(--fd);font-weight:800;font-size:1.05rem;color:var(--blu)}
.cal-nav-btn{font-family:var(--fd);font-weight:700;font-size:.8rem;color:var(--blu);background:var(--paper2);border:1.5px solid #dde4f0;border-radius:999px;padding:.35rem .85rem;text-decoration:none;transition:background .18s,border-color .18s,color .18s}
.cal-nav-btn:hover{background:var(--blu);color:#fff;border-color:var(--blu)}
.cal-dow-row{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.3rem}
.cal-dow-row span{text-align:center;font-family:var(--fd);font-weight:700;font-size:.7rem;letter-spacing:.06em;color:var(--muted);padding:.3rem 0}
.cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.cal-cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1}
.cal-cell.empty{pointer-events:none;opacity:0}
.cal-cell a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-family:var(--fd);font-weight:600;font-size:.88rem;color:var(--ink);text-decoration:none;transition:background .18s,color .18s;position:relative}
.cal-cell a:hover{background:var(--paper2);color:var(--cielo)}
.cal-cell.has-event a::after{content:"";position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:var(--oro)}
.cal-cell.today a{background:var(--blu);color:#fff;font-weight:800}
.cal-cell.today a:hover{background:var(--blu2)}
.cal-cell.today.has-event a::after{background:rgba(200,168,75,.9)}
.cal-cell.selected a{background:var(--cielo);color:#fff;font-weight:800}
.cal-cell.selected a:hover{background:#1565d8}
.cal-cell.selected.has-event a::after{background:rgba(255,255,255,.8)}
.cal-legend{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:.8rem;border-top:1px solid #eef0f5;flex-wrap:wrap}
.cal-leg-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--muted)}
.cal-leg-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
@media(max-width:560px){
  .collab-hero{padding:2rem 0}
  .collab-wrap{padding:1.8rem 0 3rem}
  .collab-layout{gap:1.4rem}
  .cal-cell a{width:30px;height:30px;font-size:.82rem}
  .cal-dow-row span{font-size:.62rem}
  .cal-mese-title{font-size:.95rem}
}

/* ═══ PAGINA DONAZIONI ═══ */
/* Griglia 5x1000: testo + immagine */
@media(max-width:860px){
  .dona-5k-grid{grid-template-columns:1fr !important}
  .dona-5k-grid .dona-canvas-wrap{max-height:260px !important;order:-1}
}
/* Passi guidati: 3 colonne → 1 */
@media(max-width:700px){
  .dona-passi-grid{grid-template-columns:1fr !important}
}
/* Bonifico: 2 colonne → 1 */
@media(max-width:768px){
  .dona-bonifico-grid{grid-template-columns:1fr !important}
}

/* ═══ DONAZIONI HOME — nuovo layout ═══ */
.dona-box-inner{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:1.4rem 1.6rem}
.dona-step-num{width:26px;height:26px;border-radius:50%;background:rgba(200,168,75,.25);border:1px solid rgba(200,168,75,.5);color:#f0d690;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--fd)}
.dona-step-txt{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.6}
.dona-step-txt strong{color:#fff}
@media(max-width:860px){
  .dona-5k-grid{grid-template-columns:1fr !important}
}

/* dona-bottom-row: iban inline + bottone info */
.dona-bottom-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:.8rem}
.dona-iban-inline{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}
.dona-iban-lbl{color:rgba(255,255,255,.6);font-size:.85rem;white-space:nowrap}
.dona-iban-val{font-family:monospace;font-size:.9rem;font-weight:700;color:#fff;letter-spacing:.04em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:600px){
  .dona-bottom-row{flex-direction:column;align-items:flex-start}
  .dona-iban-val{font-size:.8rem}
}

/* dona-h-row: titolo + bottone sulla stessa riga */
.dona-h-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.6rem}
.dona-h-row .dona-h{margin:0;flex:1}
@media(max-width:600px){
  .dona-h-row{flex-direction:column;align-items:flex-start;gap:.8rem}
}

/* ═══ FAQ ACCORDION ═══ */
.faq-list{display:flex;flex-direction:column;gap:0;border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:0}
.faq-toggle{display:none}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;cursor:pointer;font-family:var(--fd);font-weight:700;font-size:1.05rem;color:var(--ink);background:var(--paper);transition:background .2s;user-select:none}
.faq-question:hover{background:var(--paper2)}
.faq-chev{width:20px;height:20px;flex-shrink:0;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);margin-top:-4px;transition:transform .25s}
.faq-toggle:checked ~ .faq-question .faq-chev{transform:rotate(-135deg);margin-top:4px}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-toggle:checked ~ .faq-answer{max-height:400px;background:var(--faq-answer-bg)}
.faq-toggle:checked ~ .faq-answer p{color:var(--faq-answer-txt)}
.faq-answer p{padding:.8rem 1.4rem 1.2rem;color:var(--muted);line-height:1.7;font-size:1rem;margin:0}
.faq-toggle:checked ~ .faq-question{color:var(--faq-open-txt);background:var(--faq-open-bg)}
.faq-toggle:checked ~ .faq-question .faq-chev{border-color:var(--faq-open-txt)}
@media(max-width:680px){
  .faq-question{font-size:.88rem;padding:1rem 1.1rem}
  .faq-answer p{padding:.7rem 1.1rem 1rem}
}



/* ═══ PAGINA ISCRIZIONE ═══ */
.iscr-virtù-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.iscr-req-card{background:var(--paper);border:1px solid var(--border);border-radius:16px;padding:1.3rem 1.2rem;display:flex;flex-direction:column;gap:.6rem;border-top:4px solid var(--rc,#002F6C);transition:box-shadow .2s}
.iscr-req-card:hover{box-shadow:var(--sh)}
.iscr-req-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}
.iscr-req-ic{font-size:1.8rem;line-height:1}
.iscr-req-num{font-family:var(--fd);font-weight:800;font-size:.75rem;color:var(--rc,#002F6C);background:color-mix(in srgb, var(--rc,#002F6C) 12%, transparent);padding:2px 8px;border-radius:999px}
.iscr-req-title{font-family:var(--fd);font-weight:800;font-size:.95rem;color:var(--ink)}
.iscr-req-txt{font-size:.84rem;color:var(--muted);line-height:1.6;margin:0}
.iscr-soci-card{background:var(--paper);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:.6rem}
.iscr-soci-card-primary{border:2px solid var(--rosso)}
.iscr-soci-badge{display:inline-block;color:#fff;font-family:var(--fd);font-weight:700;font-size:.72rem;padding:3px 10px;border-radius:999px;letter-spacing:.03em;width:fit-content}
.iscr-soci-card h3{font-family:var(--fd);font-weight:800;color:var(--blu);font-size:.95rem;margin:0}
.iscr-soci-card p{color:var(--muted);font-size:.85rem;line-height:1.65;margin:0;flex:1}
@media(max-width:900px){
  .iscr-virtù-grid{grid-template-columns:repeat(3,1fr) !important}
  .iscr-cat-full-grid{grid-template-columns:1fr 1fr !important}
}
@media(max-width:560px){
  .iscr-virtù-grid{grid-template-columns:1fr 1fr !important}
  .iscr-cat-full-grid{grid-template-columns:1fr !important}
}

/* ═══ SECTION HEADER stile B — titolo sx, testo dx ═══ */
.sec-hd-b{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:end;margin-bottom:2.5rem}
.sec-hd-b-title{font-family:var(--fd);font-weight:800;font-size:clamp(1.6rem,2.5vw,2.2rem);color:var(--ink);line-height:1.15;margin:0}
.sec-hd-b-title em{font-style:normal;color:var(--blu)}
.sec-hd-b-sub{color:var(--muted);font-size:.97rem;line-height:1.7;border-left:3px solid var(--border);padding-left:1.3rem;margin:0}
@media(max-width:760px){
  .sec-hd-b{grid-template-columns:1fr}
  .sec-hd-b-sub{border-left:0;padding-left:0}
}

/* ═══ FORM ISCRIZIONE ═══ */
.iscr-form{max-width:100%}
.iscr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.4rem}
.iscr-form-full{grid-column:1/-1}
.iscr-form-field{display:flex;flex-direction:column;gap:.4rem}
.iscr-form-field label{font-family:var(--fd);font-weight:700;font-size:.85rem;color:var(--ink)}
.iscr-form-field input,
.iscr-form-field select,
.iscr-form-field textarea{border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;font-size:.95rem;font-family:var(--fb);color:var(--ink);background:var(--paper);transition:border-color .2s;width:100%;box-sizing:border-box}
.iscr-form-field input:focus,
.iscr-form-field select:focus,
.iscr-form-field textarea:focus{outline:0;border-color:var(--blu);box-shadow:0 0 0 3px rgba(0,47,108,.1)}
.iscr-form-field textarea{resize:vertical;min-height:110px}
.req{color:var(--rosso)}
.iscr-check-privacy{display:flex;align-items:flex-start;gap:.7rem;cursor:pointer;font-size:.9rem;color:var(--muted);line-height:1.6;padding:.5rem 0}
.iscr-check-privacy input{margin-top:.2rem;flex-shrink:0;accent-color:var(--blu)}
.form-alert{border-radius:10px;padding:1rem 1.3rem;font-size:.92rem;line-height:1.6;margin-bottom:1.5rem}
.form-alert-ok{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7}
.form-alert-err{background:#fdecea;color:#b71c1c;border:1px solid #ef9a9a}
@media(max-width:600px){
  .iscr-form-grid{grid-template-columns:1fr}
  .iscr-form-full{grid-column:1}
}

/* ═══ PRIVACY & COOKIE POLICY ═══ */
.policy-layout{display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}

/* Nav laterale */
.policy-nav{position:sticky;top:100px;border-right:1px solid var(--border);padding-right:1.5rem}
.policy-nav-title{font-family:var(--fd);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.8rem}
.policy-nav-section{font-family:var(--fd);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blu);margin:1.2rem 0 .4rem}
.policy-nav a{display:block;font-size:.83rem;color:var(--muted);text-decoration:none;padding:.25rem 0;border-left:2px solid transparent;padding-left:.7rem;margin-left:-.7rem;transition:color .15s,border-color .15s}
.policy-nav a:hover{color:var(--blu)}
.policy-nav a.active{color:var(--blu);border-color:var(--blu);font-weight:600}

/* Contenuto */
.policy-chapter-label{display:inline-block;background:var(--blu);color:#fff;font-family:var(--fd);font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;padding:4px 14px;border-radius:999px;margin-bottom:1.5rem}
.policy-intro-box{background:var(--paper2);border-left:4px solid var(--blu);border-radius:0 10px 10px 0;padding:1rem 1.3rem;font-size:.92rem;color:var(--ink);line-height:1.7;margin-bottom:2rem}
.policy-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}
.policy-section:last-child{border-bottom:0}
.policy-h2{font-family:var(--fd);font-weight:800;font-size:1.15rem;color:var(--blu);margin:0 0 1rem}
.policy-h3{font-family:var(--fd);font-weight:700;font-size:.97rem;color:var(--ink);margin:1.3rem 0 .5rem}
.policy-section p{color:var(--muted);font-size:.92rem;line-height:1.75;margin:0 0 .8rem}
.policy-list{color:var(--muted);font-size:.92rem;line-height:1.75;padding-left:1.4rem;margin:.5rem 0 .8rem}
.policy-list li{margin-bottom:.4rem}

/* Info box */
.policy-info-box{background:var(--paper2);border:1px solid var(--border);border-radius:10px;padding:.6rem 1rem;margin:.8rem 0}
.policy-info-row{display:flex;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.88rem;align-items:baseline}
.policy-info-row:last-child{border-bottom:0}
.policy-info-row span{color:var(--muted);min-width:140px;flex-shrink:0}
.policy-info-row strong{color:var(--ink)}
.policy-info-row a{color:var(--cielo)}

/* Tabella */
.policy-table-wrap{overflow-x:auto;margin:.8rem 0}
.policy-table{width:100%;border-collapse:collapse;font-size:.85rem}
.policy-table th{background:var(--blu);color:#fff;font-family:var(--fd);font-weight:700;padding:.6rem .9rem;text-align:left}
.policy-table td{padding:.6rem .9rem;border-bottom:1px solid var(--border);color:var(--muted);vertical-align:top}
.policy-table tr:last-child td{border-bottom:0}
.policy-table tr:nth-child(even) td{background:var(--paper2)}
.policy-table a{color:var(--cielo)}

/* Diritti cards */
.policy-rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.policy-right-card{background:var(--paper2);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem}
.policy-right-art{font-family:var(--fd);font-weight:800;font-size:.72rem;color:var(--blu);margin-bottom:.2rem}
.policy-right-name{font-family:var(--fd);font-weight:700;font-size:.88rem;color:var(--ink);margin-bottom:.4rem}
.policy-right-desc{font-size:.82rem;color:var(--muted);line-height:1.55}

/* Cookie cards */
.policy-cookie-card{border:1px solid var(--border);border-radius:10px;padding:1rem 1.2rem;margin-bottom:.8rem}
.policy-cookie-hd{display:flex;align-items:center;gap:.7rem;margin-bottom:.6rem}
.policy-cookie-hd h3{font-family:var(--fd);font-weight:700;font-size:.95rem;color:var(--ink);margin:0}
.policy-cookie-badge{font-size:.7rem;font-weight:700;font-family:var(--fd);padding:2px 9px;border-radius:999px;white-space:nowrap;flex-shrink:0}
.policy-cookie-necessary .policy-cookie-badge{background:#e8f5e9;color:#1b5e20}
.policy-cookie-pref .policy-cookie-badge,.policy-cookie-stat .policy-cookie-badge,.policy-cookie-mkt .policy-cookie-badge{background:#fff3e0;color:#e65100}
.policy-cookie-card p{font-size:.88rem;color:var(--muted);line-height:1.65;margin:0 0 .5rem}
.policy-cookie-card p:last-child{margin-bottom:0}

/* Browser links */
.policy-browser-link{display:inline-block;background:var(--paper2);border:1px solid var(--border);border-radius:8px;padding:.35rem .9rem;font-size:.83rem;color:var(--blu);text-decoration:none;font-family:var(--fd);font-weight:600;transition:background .15s}
.policy-browser-link:hover{background:var(--paper)}

/* Responsive */
@media(max-width:900px){
  .policy-layout{grid-template-columns:1fr}
  .policy-nav{position:static;border-right:0;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:1rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.3rem .5rem}
  .policy-nav-title,.policy-nav-section{display:none}
  .policy-nav a{border-left:0;padding-left:0;background:var(--paper2);border:1px solid var(--border);border-radius:6px;padding:.3rem .7rem;font-size:.78rem;margin:0}
  .policy-rights-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .policy-info-row{flex-direction:column;gap:.2rem}
  .policy-info-row span{min-width:0}
}

/* Cookie consent banner e placeholder CookieYes */
.policy-cookie-consent-banner{display:flex;align-items:flex-start;gap:1rem;background:linear-gradient(135deg,rgba(0,47,108,.06),rgba(0,47,108,.03));border:1px solid rgba(0,47,108,.2);border-left:4px solid var(--blu);border-radius:0 10px 10px 0;padding:1rem 1.3rem;margin:0 0 1.5rem}
.policy-cookie-consent-ic{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}
.policy-cookie-consent-banner strong{font-family:var(--fd);font-weight:800;color:var(--blu);display:block;margin-bottom:.3rem;font-size:.95rem}
.policy-cookie-consent-banner p{color:var(--muted);font-size:.88rem;line-height:1.65;margin:0}
.policy-cookieyes-placeholder{background:var(--paper2);border:2px dashed var(--border);border-radius:10px;padding:2rem;text-align:center;margin-top:1rem}
.policy-cookieyes-ic{font-size:2rem;margin-bottom:.6rem}
.policy-cookieyes-placeholder p{color:var(--muted);font-size:.88rem;line-height:1.65;margin:0}
.policy-cookieyes-placeholder code{background:var(--paper);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:.82rem;color:var(--rosso)}

/* ═══ PAGINA CONTATTACI ═══ */
.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:2.5rem;align-items:start}
.contact-form-wrap{min-width:0}
.contact-success{text-align:center;padding:3rem 2rem;background:var(--paper2);border-radius:16px;border:1px solid var(--border)}
.contact-success-ic{font-size:3rem;margin-bottom:1rem}
.contact-success h2{font-family:var(--fd);font-weight:800;color:var(--blu);margin:0 0 .8rem}
.contact-success p{color:var(--muted);line-height:1.7;max-width:400px;margin:0 auto}
.contact-sidebar{display:flex;flex-direction:column;gap:.8rem}
.contact-info-card{background:var(--paper);border:1px solid var(--border);border-radius:12px;padding:1rem 1.2rem}
.contact-info-title{font-family:var(--fd);font-weight:800;font-size:.85rem;color:var(--ink);margin-bottom:.5rem}
.contact-info-card p{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0}
.contact-info-card a{color:var(--cielo)}
@media(max-width:860px){
  .contact-layout{grid-template-columns:1fr}
  .contact-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
}
@media(max-width:560px){
  .contact-sidebar{grid-template-columns:1fr}
}

/* Fix form dentro contact-layout */
.contact-form-wrap .iscr-form-grid{gap:1rem}
.contact-sidebar{min-width:0}

/* ═══ FORM CONTATTACI — classi dedicate ═══ */
.cform{width:100%}
.cform-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin-bottom:1.2rem}
.cform-full{grid-column:1/-1}
.cform-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}
.cform-field label{font-family:var(--fd);font-weight:700;font-size:.85rem;color:var(--ink)}
.cform-field input,
.cform-field select,
.cform-field textarea{
  border:1.5px solid var(--border);
  border-radius:8px;
  padding:.65rem .9rem;
  font-size:.95rem;
  font-family:var(--fb);
  color:var(--ink);
  background:var(--paper);
  width:100%;
  box-sizing:border-box;
  transition:border-color .2s,box-shadow .2s;
  min-width:0;
}
.cform-field input:focus,
.cform-field select:focus,
.cform-field textarea:focus{
  outline:0;
  border-color:var(--blu);
  box-shadow:0 0 0 3px rgba(0,47,108,.1);
}
.cform-field textarea{resize:vertical;min-height:130px}
.cform-privacy{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:var(--muted);line-height:1.6;padding:.4rem 0;cursor:pointer}
.cform-privacy input[type=checkbox]{margin-top:.25rem;flex-shrink:0;accent-color:var(--blu);width:16px;height:16px}
.cform-privacy a{color:var(--cielo)}
@media(max-width:600px){
  .cform-grid{grid-template-columns:1fr}
  .cform-full{grid-column:1}
}

/* ═══ PAGINA CONTATTACI ═══ */
.ct-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:3rem;align-items:start}

/* Form header */
.ct-form-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem;padding-bottom:1.2rem;border-bottom:2px solid var(--blu)}
.ct-form-header-ic{width:44px;height:44px;border-radius:12px;background:var(--blu);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.ct-form-title{font-family:var(--fd);font-weight:800;font-size:1.15rem;color:var(--ink);margin:0}
.ct-form-sub{font-size:.82rem;color:var(--muted);margin:.1rem 0 0}

/* Form */
.ct-form-col{min-width:0}
.ct-form{display:flex;flex-direction:column;gap:1.1rem}
.ct-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ct-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}
.ct-field label{font-family:var(--fd);font-weight:700;font-size:.82rem;color:var(--ink);letter-spacing:.01em}
.ct-optional{font-weight:400;color:var(--muted);font-size:.78rem}
.ct-field input,
.ct-field select,
.ct-field textarea{
  border:1.5px solid var(--ct-field-border);
  border-radius:10px;
  padding:.75rem 1rem;
  font-size:.93rem;
  font-family:var(--fb);
  color:var(--ink);
  background:var(--ct-field-bg);
  width:100%;
  box-sizing:border-box;
  transition:border-color .18s,box-shadow .18s,background .18s;
  -webkit-appearance:none;
}
.ct-field input::placeholder,
.ct-field textarea::placeholder{color:var(--muted);opacity:.7}
.ct-field input:hover,
.ct-field select:hover,
.ct-field textarea:hover{border-color:rgba(0,47,108,.35)}
.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus{
  outline:0;
  border-color:var(--blu);
  box-shadow:0 0 0 3px rgba(0,47,108,.1);
}
.ct-field textarea{resize:vertical;min-height:120px}

.ct-recaptcha-wrap{padding:.2rem 0}
.ct-submit-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;padding-top:.3rem}
.ct-submit-btn{display:inline-flex;align-items:center;gap:.6rem;background:var(--blu);color:#fff;border:0;border-radius:10px;font-family:var(--fd);font-weight:800;font-size:.97rem;padding:.85rem 2rem;cursor:pointer;transition:background .18s,transform .15s}
.ct-submit-btn:hover{background:var(--blu2)}
.ct-submit-btn:active{transform:scale(.98)}
.ct-submit-arr{font-size:1.1rem}
.ct-required-note{font-size:.8rem;color:var(--muted)}
.ct-alert-err{background:#fdecea;border:1px solid #ef9a9a;border-radius:10px;padding:.9rem 1.1rem;color:#b71c1c;font-size:.88rem;line-height:1.65;margin-bottom:1.3rem}

/* Success */
.ct-success{text-align:center;padding:3.5rem 2rem;background:var(--paper2);border-radius:16px;border:1px solid var(--border)}
.ct-success-ic{font-size:3rem;margin-bottom:.9rem}
.ct-success h2{font-family:var(--fd);font-weight:800;color:var(--blu);margin:0 0 .7rem;font-size:1.3rem}
.ct-success p{color:var(--muted);line-height:1.7;max-width:420px;margin:0 auto}

/* Sidebar */
.ct-sidebar{display:flex;flex-direction:column;gap:1rem}
.ct-info-block{padding:1.1rem 1.3rem;background:var(--paper2);border:1px solid var(--border);border-radius:14px}
.ct-info-label{font-family:var(--fd);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink);margin-bottom:.5rem}
.ct-info-block p{color:var(--muted);font-size:.88rem;line-height:1.6;margin:0}
.ct-info-block a{color:var(--cielo);text-decoration:none}
.ct-info-block a:hover{text-decoration:underline}
.ct-social{display:flex;flex-direction:column;gap:.35rem}
.ct-social a{color:var(--cielo);font-size:.87rem}

@media(max-width:900px){
  .ct-layout{grid-template-columns:1fr;gap:2rem}
  .ct-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
}
@media(max-width:560px){
  .ct-row{grid-template-columns:1fr}
  .ct-sidebar{grid-template-columns:1fr}
}

/* Sidebar contattaci — stile sobrio */
.ct-side-block{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}
.ct-side-title{font-family:var(--fd);font-weight:800;font-size:.95rem;color:var(--ink);margin:0 0 .6rem}
.ct-side-block p{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0}
.ct-side-block a{color:var(--cielo);font-weight:600;text-decoration:none}
.ct-side-block a:hover{text-decoration:underline}

/* Promo cards eleganti */
.ct-promo{display:block;border-radius:16px;padding:1.4rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;margin-bottom:1rem;color:#fff;position:relative;overflow:hidden}
.ct-promo:last-child{margin-bottom:0}
.ct-promo:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.22)}
.ct-promo-iscr{background:linear-gradient(150deg,#001F5C 0%,#002F6C 45%,#1A73E8 100%)}
.ct-promo-dona{background:linear-gradient(150deg,#1a0d22 0%,#3d1f4f 50%,#7d2244 100%)}
.ct-promo::after{content:"";position:absolute;top:-30px;right:-30px;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.ct-promo-icon{width:50px;height:50px;border-radius:13px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:.9rem;position:relative;z-index:1}
.ct-promo-body{min-width:0;position:relative;z-index:1}
.ct-promo-kicker{font-family:var(--fd);font-weight:700;font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.6);margin-bottom:.3rem}
.ct-promo-title{font-family:var(--fd);font-weight:800;font-size:1.1rem;line-height:1.25;margin-bottom:.5rem}
.ct-promo-desc{font-size:.84rem;color:rgba(255,255,255,.74);line-height:1.6;margin-bottom:1rem}
.ct-promo-link{font-family:var(--fd);font-weight:800;font-size:.85rem;color:#fff;display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);padding:.5rem 1.1rem;border-radius:999px;transition:background .18s}
.ct-promo:hover .ct-promo-link{background:rgba(255,255,255,.26)}
.ct-promo-dona .ct-promo-kicker{color:#f0d690}

/* Switch toggle privacy */
.ct-privacy{display:flex;align-items:center;gap:.7rem;padding:.4rem 0;flex-wrap:wrap}
.ct-switch-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.ct-switch{position:relative;display:inline-block;width:44px;height:24px;background:#cfd8dc;border-radius:999px;cursor:pointer;flex-shrink:0;transition:background .2s}
.ct-switch::after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.ct-switch-input:checked + .ct-switch{background:var(--blu)}
.ct-switch-input:checked + .ct-switch::after{transform:translateX(20px)}
.ct-switch-input:focus + .ct-switch{box-shadow:0 0 0 3px rgba(0,47,108,.2)}
.ct-privacy-label{font-size:.86rem;color:var(--muted);line-height:1.55;cursor:pointer;flex:1;min-width:200px}
.ct-privacy-label a{color:var(--cielo)}
   Palette: blu istituzionale PS + rosso bordeaux + oro
   ═══════════════════════════════════════════════════════ */
:root{
  --blu:    #002F6C;
  --blu2:   #003F8A;
  --rosso:  #8B0015;
  --oro:    #C8A84B;
  --cielo:  #1A73E8;
  --ink:    #0D1B2E;
  --muted:  #4A5B72;
  --paper:  #FFFFFF;
  --paper2: #F4F6FA;
  --r:      16px;
  --sh:     0 4px 24px rgba(0,47,108,.10);
  --sh2:    0 12px 40px rgba(0,47,108,.18);
  --fd:     'Archivo',system-ui,sans-serif;
  --fb:     'Source Sans 3',system-ui,sans-serif;
  --faq-open-bg:    linear-gradient(140deg,#1a1336 0%,#3d1f4f 42%,#5e2150 72%,#7d2244 100%);
  --faq-open-txt:   #f0d690;
  --faq-answer-bg:  linear-gradient(140deg,rgba(26,19,54,.10) 0%,rgba(61,31,79,.12) 42%,rgba(94,33,80,.10) 72%,rgba(125,34,68,.08) 100%);
  --faq-answer-txt: var(--ink);
  --ct-field-bg:     #f4f6fa;
  --ct-field-border: #cdd6e0;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--fb);color:var(--ink);background:var(--paper);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--cielo);text-decoration:none}
h1,h2,h3,h4,h5{font-family:var(--fd);line-height:1.15;color:var(--blu)}
.wrap{width:min(1520px,94%);margin-inline:auto}

/* ═══ TOPBAR ═══ */
.topbar{background:var(--blu);font-size:.82rem;color:#b0c8f0;transition:background .35s}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:36px;gap:1rem}
.topbar a{color:#fff;font-weight:600;transition:color .2s}
.topbar a:hover{color:var(--oro)}
.tb-left{display:flex;align-items:center;gap:.5rem}
.tb-right{display:flex;align-items:center;gap:.5rem;white-space:nowrap}
.tb-address{color:#b0c8f0}
@media(max-width:768px){.tb-address{display:none}}

/* ═══ HEADER ═══ */
.site-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .25s,box-shadow .25s;}
.site-header.scrolled{border-color:#e2e8f4;box-shadow:var(--sh)}
.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:84px}
.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none}
.brand img{width:74px;height:auto}
.brand-txt{display:flex;flex-direction:column;gap:0px}
.brand-name{font-family:var(--fd);font-weight:800;font-size:1.12rem;color:var(--blu);line-height:1.15}
.brand-sub{font-size:.68rem;color:var(--muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase;line-height:1.2}
nav.main ul{display:flex;list-style:none;gap:.1rem;align-items:center}
nav.main li{position:relative}
nav.main li a{display:flex;align-items:center;gap:.28rem;padding:.55rem .75rem;font-family:var(--fd);font-weight:600;font-size:.86rem;color:var(--blu);border-radius:999px;transition:background .18s,color .18s}
nav.main li a:hover{background:var(--paper2);color:var(--cielo)}
.chev{display:inline-block;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s}
li.has-sub:hover .chev{transform:rotate(225deg)}
.drop{position:absolute;top:calc(100% + 6px);left:0;min-width:220px;background:#fff;border-radius:14px;box-shadow:var(--sh2);padding:.4rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .2s;border-top:3px solid var(--cielo)}
.drop::before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}
li.has-sub:hover .drop,li.has-sub:focus-within .drop{opacity:1;visibility:visible;transform:translateY(0)}
.drop a{display:block;padding:.5rem .85rem;border-radius:9px;color:var(--ink);font-weight:600;font-size:.88rem;transition:background .15s,padding-left .15s}
.drop a:hover{background:var(--paper2);color:var(--cielo);padding-left:1.05rem}
.btn-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--rosso);color:#fff !important;padding:.52rem 1.15rem;border-radius:999px;font-family:var(--fd);font-weight:700;font-size:.86rem;box-shadow:0 4px 14px rgba(139,0,21,.35);transition:transform .2s,box-shadow .2s;margin-left:.4rem}
.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(139,0,21,.45)}
.hbg{display:none;background:none;border:0;cursor:pointer;padding:.4rem}
.hbg span{display:block;width:24px;height:2.5px;background:var(--blu);margin:5px 0;border-radius:3px;transition:.3s}

/* ═══ MOBILE MENU ═══ */
.mob-menu{position:fixed;inset:0 0 0 auto;width:min(300px,86vw);background:var(--blu);z-index:1100;transform:translateX(100%);transition:transform .3s;overflow-y:auto;padding:1.2rem 1.2rem 2rem}
.mob-menu.open{transform:translateX(0)}
.mob-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:.9rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:.8rem}
.mob-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-family:var(--fd);font-weight:700;font-size:.88rem}
.mob-brand img{width:36px}
.mob-close{background:rgba(255,255,255,.1);border:0;color:#fff;font-size:1.2rem;width:38px;height:38px;border-radius:50%;cursor:pointer}
.mob-menu ul{list-style:none}
.mob-menu>ul>li{border-bottom:1px solid rgba(255,255,255,.08)}
.mob-menu a{color:#fff;display:block;padding:.85rem .2rem;font-family:var(--fd);font-weight:600;font-size:.95rem}
.mob-menu a:hover{color:var(--oro)}
.mob-tog{width:100%;background:none;border:0;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.85rem .2rem;font-family:var(--fd);font-weight:600;font-size:.95rem;cursor:pointer}
.mob-tog::after{content:"▾";color:var(--oro);transition:transform .22s}
.mob-tog[aria-expanded="true"]::after{transform:rotate(180deg)}
.mob-sub{max-height:0;overflow:hidden;transition:max-height .3s}
.mob-sub.open{max-height:300px}
.mob-sub a{padding:.55rem .2rem .55rem 1.6rem;font-weight:400;font-size:.88rem;opacity:.85}
.ovl{position:fixed;inset:0;background:rgba(0,20,60,.5);backdrop-filter:blur(2px);z-index:1000;opacity:0;visibility:hidden;transition:.25s}
.ovl.on{opacity:1;visibility:visible}

/* ═══ HERO ═══ */
.hero{position:relative;overflow:hidden;background:var(--blu)}
.hero-track{display:flex;transition:transform .7s cubic-bezier(.65,.05,.36,1)}
.hero-slide{min-width:100%;position:relative;min-height:min(80vh,660px);display:flex;align-items:center;}
.hero-slide .bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;}
.hero-slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,20,60,.68) 0%,rgba(0,20,60,.35) 45%,rgba(0,20,60,.0) 80%);}
.hero-slide .wrap{position:relative;z-index:2;padding:6rem 0 5rem;pointer-events:none}
.hero-slide .wrap a,.hero-slide .wrap button{pointer-events:auto}
.hs-box{display:inline-block;padding:2rem 2.2rem 2.2rem;max-width:none;}
.hs-eyebrow{display:block;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--oro);margin-bottom:.55rem;}
.hs-title{color:#fff;font-size:clamp(1.8rem,3.2vw,3rem);font-weight:800;line-height:1.04;margin:0 0 .15rem;white-space:nowrap;}
.hs-sub{display:block;font-family:var(--fd);font-weight:600;font-size:clamp(1rem,1.6vw,1.3rem);color:rgba(255,255,255,.82);margin:0 0 .2rem;white-space:nowrap;}
.hs-desc{font-size:clamp(.92rem,1.3vw,1.05rem);color:rgba(255,255,255,.75);line-height:1.5;margin:0 0 1.5rem;white-space:nowrap;}
.hs-btns{display:flex;flex-wrap:wrap;gap:.7rem}
.hero-bar{position:absolute;bottom:0;left:0;width:100%;height:44px;background:var(--blu);z-index:3;}
.h-arr{position:absolute;z-index:20;bottom:4.6rem;width:48px;height:48px;border-radius:50%;border:0;background:rgba(255,255,255,.15);color:#fff;font-size:0;cursor:pointer;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0;}
.h-arr:hover{background:var(--oro)}
.h-arr.prev{left:1rem}
.h-arr.next{right:1rem}
.h-arr::before{content:"";display:block;width:11px;height:11px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;}
.h-arr.prev::before{transform:rotate(-135deg);margin-left:4px}
.h-arr.next::before{transform:rotate(45deg);margin-right:4px}
.h-arr:hover::before{color:var(--blu)}
.h-dots{position:absolute;bottom:5.9rem;left:6%;transform:none;display:flex;gap:.5rem;z-index:21;}
.h-dots button{width:30px;height:5px;border-radius:99px;border:0;background:rgba(255,255,255,.3);cursor:pointer;transition:.25s;}
.h-dots button.on{background:var(--oro);width:46px}

/* ═══ BOTTONI ═══ */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fd);font-weight:700;font-size:.93rem;padding:.8rem 1.6rem;border-radius:999px;transition:transform .2s,box-shadow .2s;cursor:pointer;border:0;text-decoration:none;line-height:1}
.btn-oro{background:var(--oro);color:var(--blu)}
.btn-oro:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(200,168,75,.4)}
.btn-wht{background:rgba(255,255,255,.15);color:#fff;border:1.5px solid rgba(255,255,255,.45)}
.btn-wht:hover{background:rgba(255,255,255,.25)}
.btn-blu{background:var(--cielo);color:#fff}
.btn-blu:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(26,115,232,.35);color:#fff}
.btn-out{background:transparent;color:var(--cielo);border:2px solid var(--cielo)}
.btn-out:hover{background:var(--cielo);color:#fff}
.btn-red-wht{background:#fff;color:var(--rosso);font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.btn-red-wht:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.3);color:var(--rosso)}
.btn-ghost-wht{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}
.btn-ghost-wht:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}
.arr{transition:transform .2s}
.btn:hover .arr{transform:translateX(4px)}

/* ═══ QUICKLINKS ═══ */
.quicklinks{position:relative;z-index:10;margin-top:-88px;padding-bottom:0;pointer-events:none}
.quicklinks .ql-card{pointer-events:auto}
.ql-grid{display:grid;grid-template-columns:repeat(4,270px);justify-content:center;gap:1rem;}
.ql-card{position:relative;background:#fff;border:1.5px solid #E2E8F2;border-radius:16px;padding:1.15rem 1.3rem 1.2rem;text-decoration:none;display:flex;flex-direction:column;gap:.45rem;overflow:hidden;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s,border-color .28s;}
.ql-card::before{content:"";position:absolute;inset:0;z-index:0;transform:translateY(101%);transition:transform .34s cubic-bezier(.4,0,.2,1);}
.ql-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,47,108,.18);border-color:transparent}
.ql-card:hover::before{transform:translateY(0)}
.ql-ic{position:relative;z-index:1;width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;transition:background .28s;}
.ql-ic svg{width:25px;height:25px;stroke-width:1.6;fill:none;transition:stroke .28s}
.ql-num{position:absolute;top:.7rem;right:1rem;z-index:1;font-family:var(--fd);font-weight:800;font-size:2.4rem;line-height:1;opacity:.07;transition:opacity .28s,color .28s;pointer-events:none;}
.ql-card:hover .ql-num{opacity:.22;color:#fff}
.ql-lbl{position:relative;z-index:1;font-family:var(--fd);font-weight:800;font-size:1.02rem;color:var(--blu);transition:color .28s}
.ql-desc{position:relative;z-index:1;font-size:.78rem;line-height:1.4;color:var(--muted);transition:color .28s}
.ql-go{position:relative;z-index:1;margin-top:.1rem;font-family:var(--fd);font-weight:700;font-size:.78rem;display:inline-flex;align-items:center;gap:.3rem;transition:color .28s}
.ql-go svg{width:13px;height:13px;stroke-width:2.2;fill:none}
.ql-card:nth-child(1)::before{background:linear-gradient(135deg,#002F6C,#1A73E8)}
.ql-card:nth-child(1) .ql-ic{background:#EEF2FF}
.ql-card:nth-child(1) .ql-ic svg{stroke:#002F6C}
.ql-card:nth-child(1) .ql-num{color:#002F6C}
.ql-card:nth-child(1) .ql-go{color:#1A73E8}
.ql-card:nth-child(2)::before{background:linear-gradient(135deg,#8B0015,#c81e3a)}
.ql-card:nth-child(2) .ql-ic{background:#FFF0F0}
.ql-card:nth-child(2) .ql-ic svg{stroke:#8B0015}
.ql-card:nth-child(2) .ql-num{color:#8B0015}
.ql-card:nth-child(2) .ql-go{color:#8B0015}
.ql-card:nth-child(3)::before{background:linear-gradient(135deg,#9c7d20,#C8A84B)}
.ql-card:nth-child(3) .ql-ic{background:#FDF8EC}
.ql-card:nth-child(3) .ql-ic svg{stroke:#9c7d20}
.ql-card:nth-child(3) .ql-num{color:#9c7d20}
.ql-card:nth-child(3) .ql-go{color:#9c7d20}
.ql-card:nth-child(4)::before{background:linear-gradient(135deg,#1b5e20,#2E7D32)}
.ql-card:nth-child(4) .ql-ic{background:#EDF7EE}
.ql-card:nth-child(4) .ql-ic svg{stroke:#2E7D32}
.ql-card:nth-child(4) .ql-num{color:#2E7D32}
.ql-card:nth-child(4) .ql-go{color:#2E7D32}
.ql-card:hover .ql-ic{background:rgba(255,255,255,.18)}
.ql-card:hover .ql-ic svg{stroke:#fff}
.ql-card:hover .ql-lbl,.ql-card:hover .ql-go{color:#fff}
.ql-card:hover .ql-desc{color:rgba(255,255,255,.85)}
@media(max-width:1020px){.quicklinks{display:none}}

/* ═══ SEZIONI COMUNI ═══ */
.section{padding:2.8rem 0}
.section-soft{background:var(--paper2)}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--cielo)}
.sec-title{font-size:clamp(1.5rem,2.4vw,2.1rem);font-weight:800;margin:.4rem 0 .5rem}

/* ═══ FINALITÀ ═══ */
.fin-section{background:#fff;padding:2.8rem 0 3.2rem;position:relative;overflow:hidden}
.fin-section::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(0,47,108,.055) 1.5px,transparent 1.5px);background-size:26px 26px;pointer-events:none}
.fin-intro{position:relative;z-index:1;margin-bottom:2.8rem}
.fin-intro .sec-title{margin:.4rem 0 .6rem}
.fin-intro p{color:var(--muted);font-size:1.02rem}
.fin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;position:relative;z-index:1}
@media(max-width:1020px){.fin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.fin-grid{grid-template-columns:1fr}}
.fin-card{position:relative;background:#fff;border-radius:18px;box-shadow:0 6px 24px rgba(0,47,108,.08);padding:1.8rem 1.6rem;overflow:hidden;transition:transform .26s,box-shadow .26s;border:1.5px solid rgba(0,47,108,.07);display:flex;flex-direction:column;gap:.7rem;}
.fin-card:hover{transform:translateY(-5px);box-shadow:0 18px 46px rgba(0,47,108,.14);border-color:transparent}
.fin-num{position:absolute;top:-.5rem;right:.7rem;font-family:var(--fd);font-weight:800;font-size:5rem;line-height:1;opacity:.055;color:var(--blu);pointer-events:none}
.fin-card:hover .fin-num{opacity:.09}
.fin-ic{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;transition:transform .26s}
.fin-card:hover .fin-ic{transform:scale(1.08) rotate(-4deg)}
.fin-card:nth-child(1) .fin-ic{background:linear-gradient(135deg,#002F6C,#1A73E8)}
.fin-card:nth-child(2) .fin-ic{background:linear-gradient(135deg,#0d7a3a,#1b9e50)}
.fin-card:nth-child(3) .fin-ic{background:linear-gradient(135deg,#1A73E8,#42A5F5)}
.fin-card:nth-child(4) .fin-ic{background:linear-gradient(135deg,#b5860c,#C8A84B)}
.fin-card:nth-child(5) .fin-ic{background:linear-gradient(135deg,#7b1fa2,#ce93d8)}
.fin-card:nth-child(6) .fin-ic{background:linear-gradient(135deg,#8B0015,#ef5350)}
.fin-bar{position:absolute;top:0;left:0;right:0;height:3px;border-radius:18px 18px 0 0;transition:height .26s}
.fin-card:nth-child(1) .fin-bar{background:linear-gradient(90deg,#002F6C,#1A73E8)}
.fin-card:nth-child(2) .fin-bar{background:linear-gradient(90deg,#0d7a3a,#1b9e50)}
.fin-card:nth-child(3) .fin-bar{background:linear-gradient(90deg,#1A73E8,#42A5F5)}
.fin-card:nth-child(4) .fin-bar{background:linear-gradient(90deg,#b5860c,#C8A84B)}
.fin-card:nth-child(5) .fin-bar{background:linear-gradient(90deg,#7b1fa2,#ce93d8)}
.fin-card:nth-child(6) .fin-bar{background:linear-gradient(90deg,#8B0015,#ef5350)}
.fin-card:hover .fin-bar{height:5px}
.fin-card h3{font-size:1.08rem;font-weight:800;color:var(--blu);margin:0;line-height:1.2}
.fin-card p{font-size:.9rem;color:var(--muted);line-height:1.62;margin:0;flex:1}

/* ═══ APP ═══ */
.app-section{position:relative;overflow:hidden;background:linear-gradient(130deg,#001F5C 0%,var(--blu) 40%,#003F8A 80%,#1155AA 100%);padding:3.5rem 0 4rem;}
.app-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 8% 50%,rgba(26,115,232,.2),transparent 52%),radial-gradient(ellipse at 92% 15%,rgba(200,168,75,.14),transparent 48%);pointer-events:none}
.app-inner{position:relative;z-index:2}
.app-row{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;margin-bottom:2.4rem}
@media(max-width:760px){.app-row{grid-template-columns:1fr}}
.app-tag{display:inline-flex;align-items:center;gap:.45rem;background:rgba(200,168,75,.16);border:1px solid rgba(200,168,75,.38);color:var(--oro);font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.38rem .85rem;border-radius:999px;margin-bottom:.8rem}
.app-title{color:#fff;font-size:clamp(1.6rem,2.8vw,2.5rem);font-weight:800;line-height:1.1;margin:0 0 .6rem}
.app-title em{font-style:normal;background:linear-gradient(90deg,var(--oro),#f0d070);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.app-lead{color:#9dbee8;font-size:1rem;line-height:1.6;margin:0}
.app-stores{display:flex;gap:.8rem;align-items:center;flex-shrink:0}
@media(max-width:760px){.app-stores{justify-content:flex-start}}
.app-stores a{transition:transform .2s,filter .2s}
.app-stores a:hover{transform:translateY(-3px);filter:brightness(1.1)}
.app-stores img{height:44px;width:auto}
.app-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:700px){.app-pills{grid-template-columns:1fr}}
.app-pill{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1.3rem 1.4rem;backdrop-filter:blur(4px);transition:background .2s,transform .2s}
.app-pill:hover{background:rgba(255,255,255,.12);transform:translateY(-3px)}
.app-pill .ic{font-size:1.7rem;margin-bottom:.6rem;line-height:1}
.app-pill h3{color:#fff;font-size:1rem;font-weight:700;margin:0 0 .3rem}
.app-pill p{color:#8ab4d8;font-size:.87rem;line-height:1.55;margin:0}

/* ═══ SEZIONE 5×1000 / DONAZIONI ═══ */
.dona-section{position:relative;overflow:hidden;background:linear-gradient(140deg,#1a1336 0%,#3d1f4f 42%,#5e2150 72%,#7d2244 100%);padding:2.5rem 0 3rem;}
.dona-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 90% 12%,rgba(200,168,75,.22),transparent 48%),radial-gradient(ellipse at 8% 90%,rgba(26,115,232,.18),transparent 52%);pointer-events:none}
.dona-in{position:relative;z-index:2}
.dona-head{max-width:100%;margin-bottom:1.7rem}
.dona-tag{display:inline-flex;align-items:center;gap:.4rem;background:rgba(200,168,75,.2);border:1px solid rgba(200,168,75,.5);color:#f0d690;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.34rem .9rem;border-radius:999px;margin-bottom:1rem}
.dona-h{color:#fff;font-size:clamp(1.8rem,3.6vw,2.8rem);font-weight:800;line-height:1.02;margin:0 0 .5rem;letter-spacing:-.01em;white-space:nowrap}
.dona-lead{color:rgba(255,255,255,.8);font-size:1.02rem;line-height:1.4;margin:0;max-width:100%}
.dona-cf{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:.85rem 1.2rem;display:flex;align-items:center;gap:.7rem;flex-wrap:nowrap;margin-bottom:1.6rem;width:100%}
.dona-cf-lbl{font-size:.74rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.08em}
.dona-cf-num{font-family:var(--fd);font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:.06em}
.dona-cf-copy{background:#e9c869;color:#3d1f4f;border:0;font-family:var(--fd);font-weight:800;font-size:.78rem;padding:.45rem .95rem;border-radius:999px;cursor:pointer;transition:transform .2s,filter .2s;flex-shrink:0;white-space:nowrap}
.dona-cf-copy:hover{transform:translateY(-2px);filter:brightness(1.05)}
.dona-cf-copy.copied{background:#fff;color:var(--rosso)}
.dona-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.dona-card{display:flex;gap:1.1rem;align-items:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:1.5rem 1.6rem;backdrop-filter:blur(4px);transition:transform .22s,background .22s}
.dona-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.14)}
.dona-ic{flex-shrink:0;width:50px;height:50px;border-radius:13px;background:rgba(200,168,75,.22);display:flex;align-items:center;justify-content:center}
.dona-ic svg{width:26px;height:26px;stroke:#f0d690;fill:none;stroke-width:1.7}
.dona-ct h3{color:#fff;font-family:var(--fd);font-size:1.15rem;font-weight:800;margin:0 0 .3rem}
.dona-ct p{color:rgba(255,255,255,.76);font-size:.9rem;line-height:1.55;margin:0 0 .4rem}
.dona-mini{font-size:.82rem;color:#f0d690;font-weight:700;word-break:break-all;font-family:var(--fb)}
@media(max-width:1020px){.dona-h{white-space:normal;font-size:clamp(1.7rem,4.5vw,2.4rem)}.dona-lead{line-height:1.5}}
@media(max-width:680px){.dona-grid{grid-template-columns:1fr}.dona-h{font-size:clamp(1.5rem,6vw,2rem)}.dona-cf-num{font-size:1.15rem;letter-spacing:.03em}}
.theme-dark .dona-section{background:linear-gradient(140deg,#0a0a0a 0%,#1a1a1a 45%,#262626 75%,#3a3a3a 100%);}
.theme-dark{
  --faq-open-bg:    #111111;
  --faq-open-txt:   #ffffff;
  --faq-answer-bg:  #e8e8e8;
  --faq-answer-txt: #333333;
  --ct-field-bg:     #1a1a1a;
  --ct-field-border: #3a3a3a;
}
/* Campi form leggibili in tema scuro */
.theme-dark .ct-field input,
.theme-dark .ct-field select,
.theme-dark .ct-field textarea{color:#f0f0f0}
.theme-dark .ct-field input::placeholder,
.theme-dark .ct-field textarea::placeholder{color:#888}
.theme-dark .ct-field label{color:#e0e0e0}
.theme-dark .ct-form-title{color:#f0f0f0}
.theme-dark .ct-side-title{color:#f0f0f0}
.theme-dark .ct-switch{background:#444}
.theme-dark .faq-toggle:checked ~ .faq-question .faq-chev{border-color:#ffffff}
.theme-dark .faq-toggle:checked ~ .faq-answer p{color:#333333}
.theme-dark .dona-section::before{background:radial-gradient(ellipse at 90% 12%,rgba(200,168,75,.16),transparent 48%),radial-gradient(ellipse at 8% 90%,rgba(255,255,255,.05),transparent 52%);}

/* ═══ NEWS ═══ */
.news-section{background:var(--paper2);padding:2.8rem 0 3.2rem}
.news-hd{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.2rem}
.news-hd h2{margin:0}
.news-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:1.4rem;align-items:stretch}
@media(max-width:860px){.news-layout{grid-template-columns:1fr}}
.nf-card{position:relative;border-radius:18px;overflow:hidden;min-height:400px;display:flex;align-items:flex-end;box-shadow:var(--sh2);text-decoration:none;background:var(--blu);transition:transform .25s,box-shadow .25s}
.nf-card:hover{transform:translateY(-4px);box-shadow:0 22px 56px rgba(0,47,108,.24)}
.nf-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;transition:transform .45s}
.nf-card:hover .nf-bg{transform:scale(1.04)}
.nf-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,15,50,.94) 0%,rgba(0,15,50,.4) 52%,transparent 100%)}
.nf-body{position:relative;z-index:2;padding:1.6rem 1.8rem;width:100%}
.nf-badge{display:inline-block;font-family:var(--fd);font-weight:700;font-size:.65rem;letter-spacing:.1em;padding:.24rem .7rem;border-radius:999px;text-transform:uppercase;background:var(--cielo);color:#fff;margin-bottom:.6rem}
.nf-card h3{color:#fff;font-size:1.3rem;font-weight:800;line-height:1.22;margin:0 0 .45rem}
.nf-meta{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:rgba(255,255,255,.6)}
.nf-read{font-family:var(--fd);font-weight:700;color:var(--oro)}
.nc-col{display:flex;flex-direction:column;gap:.9rem}
.nc-card{display:flex;gap:.9rem;align-items:stretch;background:#fff;border-radius:14px;box-shadow:var(--sh);overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s;border-left:3px solid var(--blu);flex:1}
.nc-card:nth-child(2){border-left-color:var(--cielo)}
.nc-card:nth-child(3){border-left-color:var(--oro)}
.nc-card:hover{transform:translateX(4px);box-shadow:0 10px 28px rgba(0,47,108,.14)}
.nc-thumb{width:100px;flex-shrink:0;overflow:hidden;background:var(--paper2)}
.nc-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .38s}
.nc-card:hover .nc-thumb img{transform:scale(1.06)}
.nc-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:linear-gradient(135deg,#dceeff,#c5d8f0)}
.nc-body{padding:.85rem .9rem .85rem 0;display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}
.nc-tipo{font-family:var(--fd);font-weight:700;font-size:.63rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cielo);margin-bottom:.25rem}
.nc-body h3{font-size:.93rem;font-weight:700;color:var(--blu);line-height:1.28;margin:0 0 .3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.nc-date{font-size:.73rem;color:var(--muted)}

/* ═══ UNISCITI ═══ */
.join{position:relative;background:var(--rosso);overflow:hidden;padding:3rem 0 3.5rem}
.join::before{content:"";position:absolute;right:6%;top:50%;transform:translateY(-50%);width:560px;height:560px;background:url('/assets/images/anps-logo.png') center/contain no-repeat;opacity:.07;filter:grayscale(1) brightness(4);pointer-events:none}
.join::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 0% 100%,rgba(0,0,0,.22),transparent 52%);pointer-events:none}
.join-in{position:relative;z-index:2}
.join-kk{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);color:#fff;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;padding:.42rem 1rem;border-radius:999px;margin-bottom:1.2rem}
.join-h{color:#fff;font-size:clamp(2rem,4.2vw,3.6rem);font-weight:800;line-height:1.05;margin:0 0 .6rem;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.22)}
.join-h em{font-style:normal;color:rgba(255,255,255,.7);font-weight:600;font-size:72%;display:block}
.join-sub{color:rgba(255,255,255,.8);font-size:1.12rem;line-height:1.62;margin-bottom:2.6rem}
.join-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-bottom:2.8rem}
@media(max-width:880px){.join-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.join-grid{grid-template-columns:1fr}}
.join-item{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:1.3rem 1.4rem;display:flex;align-items:flex-start;gap:.8rem;transition:background .2s,transform .2s;backdrop-filter:blur(4px)}
.join-item:hover{background:rgba(255,255,255,.16);transform:translateY(-3px)}
.ji-ic{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.05rem}
.ji-h{color:#fff;font-size:.97rem;font-weight:700;margin:0 0 .2rem}
.ji-p{color:rgba(255,255,255,.7);font-size:.85rem;line-height:1.48;margin:0}
.join-cta{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:1.5rem 1.8rem}
.jc-txt{flex:1;min-width:200px}
.jc-txt strong{display:block;color:#fff;font-family:var(--fd);font-size:1.2rem;font-weight:800;margin-bottom:.15rem}
.jc-txt span{color:rgba(255,255,255,.7);font-size:.92rem}
.jc-btns{display:flex;gap:.7rem;flex-wrap:wrap;flex-shrink:0}
@media(max-width:600px){.join-cta{flex-direction:column;align-items:flex-start}.jc-btns{width:100%}.btn-red-wht,.btn-ghost-wht{width:100%;justify-content:center}}

/* ═══ MAPPA ═══ */
.map-frame{width:100%;height:400px;display:block;border:0}
@media(max-width:600px){.map-frame{height:260px}}

/* ═══ FOOTER ═══ */
.footer{background:var(--blu);color:#8ab0d8;padding:3.5rem 0 0;overflow:hidden}
.f-col h4{color:#fff;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem}
.f-col h4::after{content:"";display:block;width:24px;height:2.5px;border-radius:3px;background:var(--oro);margin-top:.3rem}
.f-col ul{list-style:none}
.f-col ul li{margin-bottom:.01rem}
.f-col ul a{color:#8ab0d8;font-size:.87rem;line-height:1.3;transition:.18s}
.f-col ul a:hover{color:var(--oro);padding-left:.28rem}
.f-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}
.f-brand img{width:48px}
.f-brand-txt{font-family:var(--fd);font-weight:700;color:#fff;font-size:.9rem;line-height:1.3}
.f-brand-txt small{display:block;font-weight:400;color:#6a90b4;font-size:.7rem;margin-top:.1rem}
.f-desc{font-size:.87rem;line-height:1.5;color:#7aa0c4;margin-bottom:1.2rem}
.f-soc{display:flex;gap:.5rem;margin-top:.5rem;margin-bottom:1.2rem}
.f-soc a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:.85rem;transition:.2s;text-decoration:none}
.f-soc a:hover{background:var(--oro);color:var(--blu);transform:translateY(-2px)}
.f-bar{margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);padding:.9rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:#5a80a8}
.f-bar a{color:#6a9fd8}
.f-bar a:hover{color:var(--oro)}
.f-links{display:flex;gap:1rem;flex-wrap:wrap}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem}
@media(max-width:1080px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.4rem}
  .f-col:first-child{grid-column:1 / -1}
  .footer-grid .f-col:nth-child(3) h4,
  .footer-grid .f-col:nth-child(5) h4{display:none}
}
@media(max-width:700px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:.9rem}
  .f-col:first-child{grid-column:1 / -1}
  .f-col h4{margin-bottom:.35rem;font-size:.8rem}
  .f-col ul li{margin-bottom:.14rem}
  .f-col ul a{font-size:.84rem}
  .footer-grid .f-col:nth-child(3) h4,
  .footer-grid .f-col:nth-child(5) h4{display:none}
}
@media(max-width:560px){
  .footer-grid{grid-template-columns:1fr !important;gap:.8rem}
  .f-col:first-child{grid-column:1 !important}
  .footer-grid .f-col:nth-child(3) h4,
  .footer-grid .f-col:nth-child(5) h4{display:none !important}
  .f-col h4{font-size:.78rem;margin-bottom:.3rem}
  .f-col ul li{margin-bottom:.12rem}
  .footer-grid .f-col:nth-child(3),
  .footer-grid .f-col:nth-child(5){margin-top:-.8rem}
}

/* ═══ SCROLL TOP ═══ */
.go-top{position:fixed;bottom:1.4rem;right:4.4rem;width:42px;height:42px;background:var(--cielo);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 16px rgba(26,115,232,.35);opacity:0;visibility:hidden;transition:.28s;text-decoration:none;z-index:800}
.go-top.on{opacity:1;visibility:visible}
.go-top:hover{background:var(--blu);transform:translateY(-3px)}

/* ═══ THEME SWITCH ═══ */
.theme-switch-wrap{position:fixed;bottom:1.4rem;right:1.4rem;z-index:801;}
.theme-switch-btn{width:42px;height:42px;border-radius:50%;border:0;background:var(--blu);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(26,115,232,.35);cursor:pointer;transition:background .35s,transform .2s,box-shadow .2s;padding:0;}
.theme-switch-btn:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,.32)}
.tsw-swatch{width:16px;height:16px;border-radius:50%;background:#880015 !important;border:2px solid rgba(255,255,255,.55);flex-shrink:0;pointer-events:none;}
#tswLabel{display:none}

/* ═══ LOGIN TOPBAR ═══ */
.tb-login{position:relative}
.tb-login-btn{display:inline-flex;align-items:center;gap:.35rem;background:rgba(200,168,75,.18);border:1px solid rgba(200,168,75,.45);color:var(--oro);font-family:var(--fd);font-weight:700;font-size:.78rem;padding:.24rem .8rem;border-radius:999px;cursor:pointer;transition:background .2s,border-color .2s,color .2s;margin-left:.3rem;}
.tb-login-btn:hover{background:var(--oro);color:var(--blu);border-color:var(--oro)}
.tbl-chev{width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .25s;}
.tb-login.open .tbl-chev{transform:rotate(-135deg) translateY(-1px)}
.tb-login-panel{position:absolute;top:calc(100% + 10px);right:0;z-index:1200;width:280px;background:#fff;border-radius:14px;box-shadow:0 18px 50px rgba(0,20,60,.28);border-top:3px solid var(--oro);padding:1.1rem 1.1rem 1.2rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s,transform .22s,visibility .22s;}
.tb-login.open .tb-login-panel{opacity:1;visibility:visible;transform:translateY(0)}
.tb-login-panel::before{content:"";position:absolute;top:-8px;right:24px;width:14px;height:14px;background:#fff;transform:rotate(45deg);border-left:3px solid var(--oro);border-top:3px solid var(--oro);border-top-left-radius:3px}
.tbl-head{font-family:var(--fd);font-weight:800;font-size:.95rem;color:var(--blu);margin-bottom:.7rem}
.tbl-label{display:block;font-family:var(--fb);font-weight:600;font-size:.78rem;color:var(--muted);margin:.5rem 0 .25rem}
.tbl-req{color:var(--rosso)}
.tbl-input{width:100%;font-family:var(--fb);font-size:.85rem;color:var(--ink);padding:.5rem .7rem;border:1.5px solid #dfe5ee;border-radius:9px;background:#fff;transition:border-color .2s,box-shadow .2s;}
.tbl-input:focus{outline:0;border-color:var(--cielo);box-shadow:0 0 0 3px rgba(26,115,232,.14)}
.tbl-check{display:flex;align-items:center;gap:.4rem;margin:.7rem 0 .9rem;font-family:var(--fb);font-size:.8rem;color:var(--muted);cursor:pointer}
.tbl-check input{width:15px;height:15px;accent-color:var(--cielo);cursor:pointer}
.tbl-submit{width:100%;background:var(--blu);color:#fff;border:0;font-family:var(--fd);font-weight:700;font-size:.88rem;padding:.6rem;border-radius:9px;cursor:pointer;transition:background .2s,transform .2s;}
.tbl-submit:hover{background:var(--cielo);transform:translateY(-1px)}
@media(max-width:1020px){.tb-login{display:none}}

/* ═══ LOGIN HAMBURGER ═══ */
.mob-login{padding:.4rem 0 .2rem}
.mob-login-head{font-family:var(--fd);font-weight:700;font-size:.95rem;color:#fff;padding:.85rem .2rem .6rem;}
.mob-login form{padding:0 .2rem}
.mob-login-label{display:block;font-family:var(--fb);font-weight:600;font-size:.78rem;color:rgba(255,255,255,.7);margin:.45rem 0 .25rem;}
.mob-login-input{width:100%;font-family:var(--fb);font-size:.88rem;color:#fff;padding:.55rem .7rem;border:1.5px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.08);transition:border-color .2s,background .2s;}
.mob-login-input::placeholder{color:rgba(255,255,255,.45)}
.mob-login-input:focus{outline:0;border-color:var(--oro);background:rgba(255,255,255,.14)}
.mob-login-check{display:flex;align-items:center;gap:.45rem;margin:.7rem 0 .9rem;font-family:var(--fb);font-size:.82rem;color:rgba(255,255,255,.75);cursor:pointer}
.mob-login-check input{width:15px;height:15px;accent-color:var(--oro);cursor:pointer}
.mob-login-submit{width:100%;background:var(--oro);color:var(--blu);border:0;font-family:var(--fd);font-weight:800;font-size:.9rem;padding:.65rem;border-radius:9px;cursor:pointer;transition:transform .2s,filter .2s;}
.mob-login-submit:hover{transform:translateY(-1px);filter:brightness(1.05)}

/* ═══ RESPONSIVE GLOBALE ═══ */
@media(max-width:1020px){nav.main{display:none}.hbg{display:block}}
@media(min-width:769px) and (max-width:1020px){.h-dots{left:62%;transform:translateX(-50%)}}
@media(max-width:900px){.hs-title,.hs-sub,.hs-desc{white-space:normal}}
@media(max-width:768px){
  .hero-slide .wrap{padding:4.5rem 0 5.5rem}
  .hs-box{max-width:100%;padding:1.4rem 1.4rem 1.6rem}
  .hs-title{font-size:clamp(1.5rem,5.5vw,2rem)}
  .h-arr{bottom:4rem}
  .h-dots{bottom:4.8rem;left:62%;transform:translateX(-50%)}
  .tb-address{display:none}
}
@media(max-width:560px){
  body{font-size:16px}
  .section{padding:2rem 0}
  .hero-bar{height:40px}
  .h-arr{bottom:3.6rem;width:40px;height:40px;font-size:0;}
  .h-arr::before{width:9px;height:9px;border-width:2px;}
  .h-dots{bottom:4.4rem;left:50%;transform:translateX(-50%)}
  .theme-switch-wrap{bottom:1rem;right:1rem}
  .go-top{bottom:1rem;right:4rem}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none !important;transition:none !important;scroll-behavior:auto !important}}

/* ═══ PAGINA COLLABORAZIONI ═══ */
.collab-hero{background:linear-gradient(135deg,var(--blu) 0%,#003F8A 100%);padding:3rem 0 2.5rem;position:relative;overflow:hidden;}
.collab-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 88% 50%,rgba(200,168,75,.14),transparent 55%);pointer-events:none}
.collab-hero-in{position:relative;z-index:1}
.collab-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:rgba(200,168,75,.18);border:1px solid rgba(200,168,75,.45);color:#f0d690;font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.32rem .85rem;border-radius:999px;margin-bottom:.9rem}
.collab-hero h1{color:#fff;font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;margin:0 0 .5rem;line-height:1.15}
.collab-hero p{color:rgba(255,255,255,.72);font-size:.97rem;line-height:1.5;margin:0}
.collab-wrap{background:var(--paper2);padding:2.5rem 0 4rem}
.collab-layout{display:grid;grid-template-columns:70% 30%;gap:2rem;align-items:start}
@media(max-width:860px){.collab-layout{grid-template-columns:1fr}}
.collab-section-label{font-family:var(--fd);font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.collab-section-label::after{content:"";flex:1;height:1px;background:#e2e8f2}
.att-card{display:flex;gap:.9rem;align-items:flex-start;background:#fff;border:1.5px solid #e2e8f2;border-radius:14px;padding:1rem 1.1rem;margin-bottom:.7rem;transition:transform .2s,box-shadow .2s,border-color .2s}
.att-card:last-of-type{margin-bottom:0}
.att-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,47,108,.1);border-color:var(--cielo)}
.att-ic{font-size:1.4rem;flex-shrink:0;width:42px;height:42px;border-radius:11px;background:var(--paper2);display:flex;align-items:center;justify-content:center}
.att-body{flex:1;min-width:0}
.att-title{font-family:var(--fd);font-weight:700;font-size:.95rem;color:var(--blu);line-height:1.3;margin-bottom:.2rem}
.att-meta{font-size:.78rem;color:var(--muted)}
.att-meta a{color:var(--cielo);font-weight:600}
.att-empty{text-align:center;padding:2.2rem 1rem;background:#fff;border:1.5px dashed #d0d8e8;border-radius:14px}
.att-empty-ic{font-size:2rem;margin-bottom:.6rem}
.att-empty-txt{font-family:var(--fd);font-weight:700;color:var(--blu);font-size:.95rem;margin-bottom:.3rem}
.att-empty-sub{font-size:.83rem;color:var(--muted)}
.collab-hint{margin-top:1.2rem;padding:.85rem 1rem;background:#fff;border-radius:12px;border-left:3px solid var(--oro);font-size:.83rem;color:var(--muted);line-height:1.55}
.collab-hint-title{font-family:var(--fd);font-weight:700;font-size:.78rem;color:var(--blu);margin-bottom:.3rem}
.collab-dot-legend{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--oro);vertical-align:middle;margin:0 1px}
.collab-calendario{background:#fff;border-radius:18px;padding:1.4rem 1.5rem;box-shadow:var(--sh)}
.cal-nav-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem}
.cal-mese-title{font-family:var(--fd);font-weight:800;font-size:1.05rem;color:var(--blu)}
.cal-nav-btn{font-family:var(--fd);font-weight:700;font-size:.8rem;color:var(--blu);background:var(--paper2);border:1.5px solid #dde4f0;border-radius:999px;padding:.35rem .85rem;text-decoration:none;transition:background .18s,border-color .18s,color .18s}
.cal-nav-btn:hover{background:var(--blu);color:#fff;border-color:var(--blu)}
.cal-dow-row{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:.3rem}
.cal-dow-row span{text-align:center;font-family:var(--fd);font-weight:700;font-size:.7rem;letter-spacing:.06em;color:var(--muted);padding:.3rem 0}
.cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.cal-cell{display:flex;align-items:center;justify-content:center;aspect-ratio:1}
.cal-cell.empty{pointer-events:none;opacity:0}
.cal-cell a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-family:var(--fd);font-weight:600;font-size:.88rem;color:var(--ink);text-decoration:none;transition:background .18s,color .18s;position:relative}
.cal-cell a:hover{background:var(--paper2);color:var(--cielo)}
.cal-cell.has-event a::after{content:"";position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:4px;height:4px;border-radius:50%;background:var(--oro)}
.cal-cell.today a{background:var(--blu);color:#fff;font-weight:800}
.cal-cell.today a:hover{background:var(--blu2)}
.cal-cell.today.has-event a::after{background:rgba(200,168,75,.9)}
.cal-cell.selected a{background:var(--cielo);color:#fff;font-weight:800}
.cal-cell.selected a:hover{background:#1565d8}
.cal-cell.selected.has-event a::after{background:rgba(255,255,255,.8)}
.cal-legend{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:.8rem;border-top:1px solid #eef0f5;flex-wrap:wrap}
.cal-leg-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--muted)}
.cal-leg-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
@media(max-width:560px){
  .collab-hero{padding:2rem 0}
  .collab-wrap{padding:1.8rem 0 3rem}
  .collab-layout{gap:1.4rem}
  .cal-cell a{width:30px;height:30px;font-size:.82rem}
  .cal-dow-row span{font-size:.62rem}
  .cal-mese-title{font-size:.95rem}
}

/* ═══ PAGINA DONAZIONI ═══ */
/* Griglia 5x1000: testo + immagine */
@media(max-width:860px){
  .dona-5k-grid{grid-template-columns:1fr !important}
  .dona-5k-grid .dona-canvas-wrap{max-height:260px !important;order:-1}
}
/* Passi guidati: 3 colonne → 1 */
@media(max-width:700px){
  .dona-passi-grid{grid-template-columns:1fr !important}
}
/* Bonifico: 2 colonne → 1 */
@media(max-width:768px){
  .dona-bonifico-grid{grid-template-columns:1fr !important}
}

/* ═══ DONAZIONI HOME — nuovo layout ═══ */
.dona-box-inner{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:1.4rem 1.6rem}
.dona-step-num{width:26px;height:26px;border-radius:50%;background:rgba(200,168,75,.25);border:1px solid rgba(200,168,75,.5);color:#f0d690;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--fd)}
.dona-step-txt{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.6}
.dona-step-txt strong{color:#fff}
@media(max-width:860px){
  .dona-5k-grid{grid-template-columns:1fr !important}
}

/* dona-bottom-row: iban inline + bottone info */
.dona-bottom-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;margin-top:.8rem}
.dona-iban-inline{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}
.dona-iban-lbl{color:rgba(255,255,255,.6);font-size:.85rem;white-space:nowrap}
.dona-iban-val{font-family:monospace;font-size:.9rem;font-weight:700;color:#fff;letter-spacing:.04em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:600px){
  .dona-bottom-row{flex-direction:column;align-items:flex-start}
  .dona-iban-val{font-size:.8rem}
}

/* dona-h-row: titolo + bottone sulla stessa riga */
.dona-h-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.6rem}
.dona-h-row .dona-h{margin:0;flex:1}
@media(max-width:600px){
  .dona-h-row{flex-direction:column;align-items:flex-start;gap:.8rem}
}

/* ═══ FAQ ACCORDION ═══ */
.faq-list{display:flex;flex-direction:column;gap:0;border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:0}
.faq-toggle{display:none}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.4rem;cursor:pointer;font-family:var(--fd);font-weight:700;font-size:1.05rem;color:var(--ink);background:var(--paper);transition:background .2s;user-select:none}
.faq-question:hover{background:var(--paper2)}
.faq-chev{width:20px;height:20px;flex-shrink:0;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);margin-top:-4px;transition:transform .25s}
.faq-toggle:checked ~ .faq-question .faq-chev{transform:rotate(-135deg);margin-top:4px}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-toggle:checked ~ .faq-answer{max-height:400px;background:var(--faq-answer-bg)}
.faq-toggle:checked ~ .faq-answer p{color:var(--faq-answer-txt)}
.faq-answer p{padding:.8rem 1.4rem 1.2rem;color:var(--muted);line-height:1.7;font-size:1rem;margin:0}
.faq-toggle:checked ~ .faq-question{color:var(--faq-open-txt);background:var(--faq-open-bg)}
.faq-toggle:checked ~ .faq-question .faq-chev{border-color:var(--faq-open-txt)}
@media(max-width:680px){
  .faq-question{font-size:.88rem;padding:1rem 1.1rem}
  .faq-answer p{padding:.7rem 1.1rem 1rem}
}



/* ═══ PAGINA ISCRIZIONE ═══ */
.iscr-virtù-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.iscr-req-card{background:var(--paper);border:1px solid var(--border);border-radius:16px;padding:1.3rem 1.2rem;display:flex;flex-direction:column;gap:.6rem;border-top:4px solid var(--rc,#002F6C);transition:box-shadow .2s}
.iscr-req-card:hover{box-shadow:var(--sh)}
.iscr-req-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.2rem}
.iscr-req-ic{font-size:1.8rem;line-height:1}
.iscr-req-num{font-family:var(--fd);font-weight:800;font-size:.75rem;color:var(--rc,#002F6C);background:color-mix(in srgb, var(--rc,#002F6C) 12%, transparent);padding:2px 8px;border-radius:999px}
.iscr-req-title{font-family:var(--fd);font-weight:800;font-size:.95rem;color:var(--ink)}
.iscr-req-txt{font-size:.84rem;color:var(--muted);line-height:1.6;margin:0}
.iscr-soci-card{background:var(--paper);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:.6rem}
.iscr-soci-card-primary{border:2px solid var(--rosso)}
.iscr-soci-badge{display:inline-block;color:#fff;font-family:var(--fd);font-weight:700;font-size:.72rem;padding:3px 10px;border-radius:999px;letter-spacing:.03em;width:fit-content}
.iscr-soci-card h3{font-family:var(--fd);font-weight:800;color:var(--blu);font-size:.95rem;margin:0}
.iscr-soci-card p{color:var(--muted);font-size:.85rem;line-height:1.65;margin:0;flex:1}
@media(max-width:900px){
  .iscr-virtù-grid{grid-template-columns:repeat(3,1fr) !important}
  .iscr-cat-full-grid{grid-template-columns:1fr 1fr !important}
}
@media(max-width:560px){
  .iscr-virtù-grid{grid-template-columns:1fr 1fr !important}
  .iscr-cat-full-grid{grid-template-columns:1fr !important}
}

/* ═══ SECTION HEADER stile B — titolo sx, testo dx ═══ */
.sec-hd-b{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:end;margin-bottom:2.5rem}
.sec-hd-b-title{font-family:var(--fd);font-weight:800;font-size:clamp(1.6rem,2.5vw,2.2rem);color:var(--ink);line-height:1.15;margin:0}
.sec-hd-b-title em{font-style:normal;color:var(--blu)}
.sec-hd-b-sub{color:var(--muted);font-size:.97rem;line-height:1.7;border-left:3px solid var(--border);padding-left:1.3rem;margin:0}
@media(max-width:760px){
  .sec-hd-b{grid-template-columns:1fr}
  .sec-hd-b-sub{border-left:0;padding-left:0}
}

/* ═══ FORM ISCRIZIONE ═══ */
.iscr-form{max-width:100%}
.iscr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.4rem}
.iscr-form-full{grid-column:1/-1}
.iscr-form-field{display:flex;flex-direction:column;gap:.4rem}
.iscr-form-field label{font-family:var(--fd);font-weight:700;font-size:.85rem;color:var(--ink)}
.iscr-form-field input,
.iscr-form-field select,
.iscr-form-field textarea{border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;font-size:.95rem;font-family:var(--fb);color:var(--ink);background:var(--paper);transition:border-color .2s;width:100%;box-sizing:border-box}
.iscr-form-field input:focus,
.iscr-form-field select:focus,
.iscr-form-field textarea:focus{outline:0;border-color:var(--blu);box-shadow:0 0 0 3px rgba(0,47,108,.1)}
.iscr-form-field textarea{resize:vertical;min-height:110px}
.req{color:var(--rosso)}
.iscr-check-privacy{display:flex;align-items:flex-start;gap:.7rem;cursor:pointer;font-size:.9rem;color:var(--muted);line-height:1.6;padding:.5rem 0}
.iscr-check-privacy input{margin-top:.2rem;flex-shrink:0;accent-color:var(--blu)}
.form-alert{border-radius:10px;padding:1rem 1.3rem;font-size:.92rem;line-height:1.6;margin-bottom:1.5rem}
.form-alert-ok{background:#e8f5e9;color:#1b5e20;border:1px solid #a5d6a7}
.form-alert-err{background:#fdecea;color:#b71c1c;border:1px solid #ef9a9a}
@media(max-width:600px){
  .iscr-form-grid{grid-template-columns:1fr}
  .iscr-form-full{grid-column:1}
}

/* ═══ PRIVACY & COOKIE POLICY ═══ */
.policy-layout{display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}

/* Nav laterale */
.policy-nav{position:sticky;top:100px;border-right:1px solid var(--border);padding-right:1.5rem}
.policy-nav-title{font-family:var(--fd);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.8rem}
.policy-nav-section{font-family:var(--fd);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--blu);margin:1.2rem 0 .4rem}
.policy-nav a{display:block;font-size:.83rem;color:var(--muted);text-decoration:none;padding:.25rem 0;border-left:2px solid transparent;padding-left:.7rem;margin-left:-.7rem;transition:color .15s,border-color .15s}
.policy-nav a:hover{color:var(--blu)}
.policy-nav a.active{color:var(--blu);border-color:var(--blu);font-weight:600}

/* Contenuto */
.policy-chapter-label{display:inline-block;background:var(--blu);color:#fff;font-family:var(--fd);font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;padding:4px 14px;border-radius:999px;margin-bottom:1.5rem}
.policy-intro-box{background:var(--paper2);border-left:4px solid var(--blu);border-radius:0 10px 10px 0;padding:1rem 1.3rem;font-size:.92rem;color:var(--ink);line-height:1.7;margin-bottom:2rem}
.policy-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}
.policy-section:last-child{border-bottom:0}
.policy-h2{font-family:var(--fd);font-weight:800;font-size:1.15rem;color:var(--blu);margin:0 0 1rem}
.policy-h3{font-family:var(--fd);font-weight:700;font-size:.97rem;color:var(--ink);margin:1.3rem 0 .5rem}
.policy-section p{color:var(--muted);font-size:.92rem;line-height:1.75;margin:0 0 .8rem}
.policy-list{color:var(--muted);font-size:.92rem;line-height:1.75;padding-left:1.4rem;margin:.5rem 0 .8rem}
.policy-list li{margin-bottom:.4rem}

/* Info box */
.policy-info-box{background:var(--paper2);border:1px solid var(--border);border-radius:10px;padding:.6rem 1rem;margin:.8rem 0}
.policy-info-row{display:flex;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--border);font-size:.88rem;align-items:baseline}
.policy-info-row:last-child{border-bottom:0}
.policy-info-row span{color:var(--muted);min-width:140px;flex-shrink:0}
.policy-info-row strong{color:var(--ink)}
.policy-info-row a{color:var(--cielo)}

/* Tabella */
.policy-table-wrap{overflow-x:auto;margin:.8rem 0}
.policy-table{width:100%;border-collapse:collapse;font-size:.85rem}
.policy-table th{background:var(--blu);color:#fff;font-family:var(--fd);font-weight:700;padding:.6rem .9rem;text-align:left}
.policy-table td{padding:.6rem .9rem;border-bottom:1px solid var(--border);color:var(--muted);vertical-align:top}
.policy-table tr:last-child td{border-bottom:0}
.policy-table tr:nth-child(even) td{background:var(--paper2)}
.policy-table a{color:var(--cielo)}

/* Diritti cards */
.policy-rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.policy-right-card{background:var(--paper2);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem}
.policy-right-art{font-family:var(--fd);font-weight:800;font-size:.72rem;color:var(--blu);margin-bottom:.2rem}
.policy-right-name{font-family:var(--fd);font-weight:700;font-size:.88rem;color:var(--ink);margin-bottom:.4rem}
.policy-right-desc{font-size:.82rem;color:var(--muted);line-height:1.55}

/* Cookie cards */
.policy-cookie-card{border:1px solid var(--border);border-radius:10px;padding:1rem 1.2rem;margin-bottom:.8rem}
.policy-cookie-hd{display:flex;align-items:center;gap:.7rem;margin-bottom:.6rem}
.policy-cookie-hd h3{font-family:var(--fd);font-weight:700;font-size:.95rem;color:var(--ink);margin:0}
.policy-cookie-badge{font-size:.7rem;font-weight:700;font-family:var(--fd);padding:2px 9px;border-radius:999px;white-space:nowrap;flex-shrink:0}
.policy-cookie-necessary .policy-cookie-badge{background:#e8f5e9;color:#1b5e20}
.policy-cookie-pref .policy-cookie-badge,.policy-cookie-stat .policy-cookie-badge,.policy-cookie-mkt .policy-cookie-badge{background:#fff3e0;color:#e65100}
.policy-cookie-card p{font-size:.88rem;color:var(--muted);line-height:1.65;margin:0 0 .5rem}
.policy-cookie-card p:last-child{margin-bottom:0}

/* Browser links */
.policy-browser-link{display:inline-block;background:var(--paper2);border:1px solid var(--border);border-radius:8px;padding:.35rem .9rem;font-size:.83rem;color:var(--blu);text-decoration:none;font-family:var(--fd);font-weight:600;transition:background .15s}
.policy-browser-link:hover{background:var(--paper)}

/* Responsive */
@media(max-width:900px){
  .policy-layout{grid-template-columns:1fr}
  .policy-nav{position:static;border-right:0;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:1rem;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.3rem .5rem}
  .policy-nav-title,.policy-nav-section{display:none}
  .policy-nav a{border-left:0;padding-left:0;background:var(--paper2);border:1px solid var(--border);border-radius:6px;padding:.3rem .7rem;font-size:.78rem;margin:0}
  .policy-rights-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .policy-info-row{flex-direction:column;gap:.2rem}
  .policy-info-row span{min-width:0}
}

/* Cookie consent banner e placeholder CookieYes */
.policy-cookie-consent-banner{display:flex;align-items:flex-start;gap:1rem;background:linear-gradient(135deg,rgba(0,47,108,.06),rgba(0,47,108,.03));border:1px solid rgba(0,47,108,.2);border-left:4px solid var(--blu);border-radius:0 10px 10px 0;padding:1rem 1.3rem;margin:0 0 1.5rem}
.policy-cookie-consent-ic{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}
.policy-cookie-consent-banner strong{font-family:var(--fd);font-weight:800;color:var(--blu);display:block;margin-bottom:.3rem;font-size:.95rem}
.policy-cookie-consent-banner p{color:var(--muted);font-size:.88rem;line-height:1.65;margin:0}
.policy-cookieyes-placeholder{background:var(--paper2);border:2px dashed var(--border);border-radius:10px;padding:2rem;text-align:center;margin-top:1rem}
.policy-cookieyes-ic{font-size:2rem;margin-bottom:.6rem}
.policy-cookieyes-placeholder p{color:var(--muted);font-size:.88rem;line-height:1.65;margin:0}
.policy-cookieyes-placeholder code{background:var(--paper);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:.82rem;color:var(--rosso)}

/* ═══ PAGINA CONTATTACI ═══ */
.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:2.5rem;align-items:start}
.contact-form-wrap{min-width:0}
.contact-success{text-align:center;padding:3rem 2rem;background:var(--paper2);border-radius:16px;border:1px solid var(--border)}
.contact-success-ic{font-size:3rem;margin-bottom:1rem}
.contact-success h2{font-family:var(--fd);font-weight:800;color:var(--blu);margin:0 0 .8rem}
.contact-success p{color:var(--muted);line-height:1.7;max-width:400px;margin:0 auto}
.contact-sidebar{display:flex;flex-direction:column;gap:.8rem}
.contact-info-card{background:var(--paper);border:1px solid var(--border);border-radius:12px;padding:1rem 1.2rem}
.contact-info-title{font-family:var(--fd);font-weight:800;font-size:.85rem;color:var(--ink);margin-bottom:.5rem}
.contact-info-card p{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0}
.contact-info-card a{color:var(--cielo)}
@media(max-width:860px){
  .contact-layout{grid-template-columns:1fr}
  .contact-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
}
@media(max-width:560px){
  .contact-sidebar{grid-template-columns:1fr}
}

/* Fix form dentro contact-layout */
.contact-form-wrap .iscr-form-grid{gap:1rem}
.contact-sidebar{min-width:0}

/* ═══ FORM CONTATTACI — classi dedicate ═══ */
.cform{width:100%}
.cform-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin-bottom:1.2rem}
.cform-full{grid-column:1/-1}
.cform-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}
.cform-field label{font-family:var(--fd);font-weight:700;font-size:.85rem;color:var(--ink)}
.cform-field input,
.cform-field select,
.cform-field textarea{
  border:1.5px solid var(--border);
  border-radius:8px;
  padding:.65rem .9rem;
  font-size:.95rem;
  font-family:var(--fb);
  color:var(--ink);
  background:var(--paper);
  width:100%;
  box-sizing:border-box;
  transition:border-color .2s,box-shadow .2s;
  min-width:0;
}
.cform-field input:focus,
.cform-field select:focus,
.cform-field textarea:focus{
  outline:0;
  border-color:var(--blu);
  box-shadow:0 0 0 3px rgba(0,47,108,.1);
}
.cform-field textarea{resize:vertical;min-height:130px}
.cform-privacy{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:var(--muted);line-height:1.6;padding:.4rem 0;cursor:pointer}
.cform-privacy input[type=checkbox]{margin-top:.25rem;flex-shrink:0;accent-color:var(--blu);width:16px;height:16px}
.cform-privacy a{color:var(--cielo)}
@media(max-width:600px){
  .cform-grid{grid-template-columns:1fr}
  .cform-full{grid-column:1}
}

/* ═══ PAGINA CONTATTACI ═══ */
.ct-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:3rem;align-items:start}

/* Form header */
.ct-form-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem;padding-bottom:1.2rem;border-bottom:2px solid var(--blu)}
.ct-form-header-ic{width:44px;height:44px;border-radius:12px;background:var(--blu);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}
.ct-form-title{font-family:var(--fd);font-weight:800;font-size:1.15rem;color:var(--ink);margin:0}
.ct-form-sub{font-size:.82rem;color:var(--muted);margin:.1rem 0 0}

/* Form */
.ct-form-col{min-width:0}
.ct-form{display:flex;flex-direction:column;gap:1.1rem}
.ct-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ct-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}
.ct-field label{font-family:var(--fd);font-weight:700;font-size:.82rem;color:var(--ink);letter-spacing:.01em}
.ct-optional{font-weight:400;color:var(--muted);font-size:.78rem}
.ct-field input,
.ct-field select,
.ct-field textarea{
  border:1.5px solid var(--ct-field-border);
  border-radius:10px;
  padding:.75rem 1rem;
  font-size:.93rem;
  font-family:var(--fb);
  color:var(--ink);
  background:var(--ct-field-bg);
  width:100%;
  box-sizing:border-box;
  transition:border-color .18s,box-shadow .18s,background .18s;
  -webkit-appearance:none;
}
.ct-field input::placeholder,
.ct-field textarea::placeholder{color:var(--muted);opacity:.7}
.ct-field input:hover,
.ct-field select:hover,
.ct-field textarea:hover{border-color:rgba(0,47,108,.35)}
.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus{
  outline:0;
  border-color:var(--blu);
  box-shadow:0 0 0 3px rgba(0,47,108,.1);
}
.ct-field textarea{resize:vertical;min-height:120px}

.ct-recaptcha-wrap{padding:.2rem 0}
.ct-submit-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;padding-top:.3rem}
.ct-submit-btn{display:inline-flex;align-items:center;gap:.6rem;background:var(--blu);color:#fff;border:0;border-radius:10px;font-family:var(--fd);font-weight:800;font-size:.97rem;padding:.85rem 2rem;cursor:pointer;transition:background .18s,transform .15s}
.ct-submit-btn:hover{background:var(--blu2)}
.ct-submit-btn:active{transform:scale(.98)}
.ct-submit-arr{font-size:1.1rem}
.ct-required-note{font-size:.8rem;color:var(--muted)}
.ct-alert-err{background:#fdecea;border:1px solid #ef9a9a;border-radius:10px;padding:.9rem 1.1rem;color:#b71c1c;font-size:.88rem;line-height:1.65;margin-bottom:1.3rem}

/* Success */
.ct-success{text-align:center;padding:3.5rem 2rem;background:var(--paper2);border-radius:16px;border:1px solid var(--border)}
.ct-success-ic{font-size:3rem;margin-bottom:.9rem}
.ct-success h2{font-family:var(--fd);font-weight:800;color:var(--blu);margin:0 0 .7rem;font-size:1.3rem}
.ct-success p{color:var(--muted);line-height:1.7;max-width:420px;margin:0 auto}

/* Sidebar */
.ct-sidebar{display:flex;flex-direction:column;gap:1rem}
.ct-info-block{padding:1.1rem 1.3rem;background:var(--paper2);border:1px solid var(--border);border-radius:14px}
.ct-info-label{font-family:var(--fd);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink);margin-bottom:.5rem}
.ct-info-block p{color:var(--muted);font-size:.88rem;line-height:1.6;margin:0}
.ct-info-block a{color:var(--cielo);text-decoration:none}
.ct-info-block a:hover{text-decoration:underline}
.ct-social{display:flex;flex-direction:column;gap:.35rem}
.ct-social a{color:var(--cielo);font-size:.87rem}

@media(max-width:900px){
  .ct-layout{grid-template-columns:1fr;gap:2rem}
  .ct-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
}
@media(max-width:560px){
  .ct-row{grid-template-columns:1fr}
  .ct-sidebar{grid-template-columns:1fr}
}

/* Banner sidebar contattaci */
.ct-banner-iscr,.ct-banner-dona{
  position:relative;
  display:flex;flex-direction:column;gap:.8rem;
  border-radius:18px;padding:1.6rem 1.6rem 1.7rem;
  text-decoration:none;border:0;overflow:hidden;
  transition:transform .2s,box-shadow .2s;
  cursor:pointer;min-height:200px;
}
.ct-banner-iscr:hover,.ct-banner-dona:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.22)}
.ct-banner-iscr{background:linear-gradient(150deg,#002F6C 0%,#1A73E8 100%)}
.ct-banner-dona{background:linear-gradient(150deg,#1a1336 0%,#3d1f4f 45%,#7d2244 100%)}
.ct-banner-iscr::after,.ct-banner-dona::after{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.08);pointer-events:none}
.ct-banner-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.ct-banner-ic{font-size:2.2rem;line-height:1}
.ct-banner-badge{font-family:var(--fd);font-weight:800;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.22);color:#fff;padding:4px 12px;border-radius:999px}
.ct-banner-title{font-family:var(--fd);font-weight:800;color:#fff;font-size:1.2rem;line-height:1.2;position:relative;z-index:1}
.ct-banner-sub{font-size:.85rem;color:rgba(255,255,255,.78);line-height:1.65;position:relative;z-index:1;flex:1}
.ct-banner-cta{font-family:var(--fd);font-weight:800;font-size:.9rem;color:#fff;display:inline-flex;align-items:center;gap:.5rem;margin-top:.3rem;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);padding:.55rem 1.2rem;border-radius:999px;width:fit-content;position:relative;z-index:1;transition:background .18s}
.ct-banner-iscr:hover .ct-banner-cta,.ct-banner-dona:hover .ct-banner-cta{background:rgba(255,255,255,.26)}
.ct-banner-cta span{transition:transform .18s}
.ct-banner-iscr:hover .ct-banner-cta span,
.ct-banner-dona:hover .ct-banner-cta span{transform:translateX(4px)}

/* ═══ VESTIARIO SOCIALE ═══ */
.vest-intro{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}
.vest-intro-txt p{color:var(--muted);line-height:1.75;margin:0 0 1rem;font-size:.95rem}
.vest-intro-txt p:last-child{margin-bottom:0}
.vest-intro-actions{display:flex;flex-direction:column;gap:.8rem}
.vest-dl-btn{display:flex;align-items:center;gap:.9rem;background:var(--paper);border:1.5px solid var(--border);border-radius:12px;padding:.9rem 1.1rem;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}
.vest-dl-btn:hover{transform:translateY(-2px);box-shadow:var(--sh);border-color:var(--blu)}
.vest-dl-primary{background:var(--blu);border-color:var(--blu)}
.vest-dl-primary .vest-dl-title{color:#fff}
.vest-dl-primary .vest-dl-sub{color:rgba(255,255,255,.7)}
.vest-dl-primary .vest-dl-ic{filter:none}
.vest-dl-ic{font-size:1.5rem;flex-shrink:0}
.vest-dl-body{display:flex;flex-direction:column;min-width:0}
.vest-dl-title{font-family:var(--fd);font-weight:800;font-size:.92rem;color:var(--ink)}
.vest-dl-sub{font-size:.78rem;color:var(--muted)}

.vest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.vest-card{background:var(--paper);border:1px solid var(--border);border-radius:14px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s}
.vest-card:hover{transform:translateY(-4px);box-shadow:var(--sh2);border-color:var(--blu)}
.vest-card-static{cursor:default}
.vest-card-static:hover{transform:none;border-color:var(--border);box-shadow:none}
.vest-img{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:.8rem}
.vest-img img{width:100%;height:100%;object-fit:contain}
.vest-card-body{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.vest-card-body h3{font-family:var(--fd);font-weight:800;font-size:.92rem;color:var(--ink);margin:0;line-height:1.2}
.vest-code{font-family:monospace;font-size:.78rem;color:var(--muted);letter-spacing:.03em}
.vest-badge{font-family:var(--fd);font-weight:700;font-size:.68rem;padding:3px 9px;border-radius:999px;width:fit-content;margin-top:auto}
.vest-badge-free{background:#e8f5e9;color:#1b5e20}
.vest-badge-paid{background:#fff3e0;color:#e65100}

.vest-legend{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;margin-top:2rem;font-size:.85rem;color:var(--muted)}
.vest-legend span{display:inline-flex;align-items:center;gap:.5rem}
.vest-dot{width:12px;height:12px;border-radius:50%;display:inline-block}
.vest-dot-free{background:#1b5e20}
.vest-dot-paid{background:#e65100}

@media(max-width:1020px){
  .vest-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .vest-intro{grid-template-columns:1fr;gap:2rem}
  .vest-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .vest-grid{grid-template-columns:1fr 1fr;gap:.8rem}
  .vest-card-body{padding:.7rem .8rem}
  .vest-card-body h3{font-size:.82rem}
}

/* ═══ VESTIARIO DETTAGLIO ═══ */
.vd-layout{display:grid;grid-template-columns:400px 1fr;gap:3.5rem;align-items:start}
.vd-gallery{position:sticky;top:100px}
.vd-main-img{background:#fff;border:1px solid var(--border);border-radius:16px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:1.8rem;overflow:hidden;box-shadow:var(--sh)}
.vd-main-img img{max-width:100%;max-height:100%;object-fit:contain}
.vd-thumbs{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}
.vd-thumb{width:68px;height:68px;border:2px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;padding:.3rem;overflow:hidden;transition:border-color .18s,transform .15s}
.vd-thumb:hover{border-color:var(--blu);transform:translateY(-2px)}
.vd-thumb.is-active{border-color:var(--blu);box-shadow:0 0 0 2px rgba(0,47,108,.15)}
.vd-thumb img{width:100%;height:100%;object-fit:contain}

.vd-info{min-width:0}
.vd-code-tag{display:inline-block;background:var(--blu);color:#fff;font-family:var(--fd);font-weight:700;font-size:.76rem;letter-spacing:.05em;padding:5px 14px;border-radius:999px;margin-bottom:1.1rem;text-transform:uppercase}
.vd-title{font-family:var(--fd);font-weight:800;font-size:1.4rem;color:var(--ink);margin:0 0 1.2rem;line-height:1.25}
.vd-desc{color:var(--muted);line-height:1.95;font-size:.93rem;margin:0 0 1.8rem}
.vd-desc strong{color:var(--ink);font-family:var(--fd)}
.vd-actions{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}

.vd-taglie{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border)}
.vd-taglie-img{background:#fff;border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;overflow-x:auto;box-shadow:var(--sh)}
.vd-taglie-img img{width:100%;max-width:920px;height:auto}

.vd-back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--blu);font-family:var(--fd);font-weight:700;font-size:.9rem;text-decoration:none;padding:.75rem 1.4rem;border:1.5px solid var(--border);border-radius:8px;transition:border-color .18s,background .18s}
.vd-back-link:hover{border-color:var(--blu);background:var(--paper2)}

@media(max-width:860px){
  .vd-layout{grid-template-columns:1fr;gap:2rem}
  .vd-gallery{position:static;max-width:400px;margin:0 auto}
}


/* ═══ NOTIZIE DALLE QUESTURE ═══ */
.nq-search{display:flex;gap:.7rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}
.nq-search-field{flex:1;min-width:240px;position:relative;display:flex;align-items:center}
.nq-search-ic{position:absolute;left:1rem;font-size:1rem;pointer-events:none;opacity:.6}
.nq-search-field input{width:100%;box-sizing:border-box;border:1.5px solid #b0bec5;border-radius:12px;padding:.85rem 1rem .85rem 2.6rem;font-size:.95rem;font-family:var(--fb);color:var(--ink);background:var(--paper);transition:border-color .18s,box-shadow .18s}
.nq-search-field input:focus{outline:0;border-color:var(--blu);box-shadow:0 0 0 3px rgba(0,47,108,.1)}
.nq-search-btn{background:var(--blu);color:#fff;border:0;border-radius:12px;font-family:var(--fd);font-weight:800;font-size:.92rem;padding:.85rem 1.8rem;cursor:pointer;transition:background .18s;white-space:nowrap}
.nq-search-btn:hover{background:var(--blu2)}
.nq-search-reset{color:var(--muted);font-size:.88rem;text-decoration:none;padding:.5rem .8rem;white-space:nowrap;transition:color .15s}
.nq-search-reset:hover{color:var(--rosso)}

.nq-result-info{background:var(--paper2);border-left:3px solid var(--blu);border-radius:0 8px 8px 0;padding:.7rem 1.1rem;font-size:.9rem;color:var(--muted);margin-bottom:1.8rem}
.nq-result-info strong{color:var(--ink)}

.nq-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1.2rem}
.nq-card{display:flex;flex-direction:column;gap:.7rem;background:var(--paper);border:1px solid var(--border);border-radius:16px;padding:1.4rem 1.5rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden}
.nq-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--blu),var(--cielo));transform:scaleY(0);transform-origin:top;transition:transform .22s}
.nq-card:hover{transform:translateY(-4px);box-shadow:var(--sh2);border-color:var(--blu)}
.nq-card:hover::before{transform:scaleY(1)}
.nq-card-date{display:flex;align-items:center;gap:.5rem;font-family:var(--fd);font-weight:700;font-size:.78rem;color:var(--cielo);letter-spacing:.02em}
.nq-card-dot{width:7px;height:7px;border-radius:50%;background:var(--cielo);flex-shrink:0}
.nq-card-title{font-family:var(--fd);font-weight:700;font-size:1rem;line-height:1.45;color:var(--ink);margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.nq-card-cta{font-family:var(--fd);font-weight:800;font-size:.84rem;color:var(--blu);display:inline-flex;align-items:center;gap:.4rem;margin-top:.3rem}
.nq-card-arr{transition:transform .18s;display:inline-block}
.nq-card:hover .nq-card-arr{transform:translateX(4px)}

.nq-empty{background:var(--paper2);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem;text-align:center;color:var(--muted);line-height:1.7;font-size:.95rem}
.nq-empty-ic{font-size:2.5rem;margin-bottom:.8rem}
.nq-empty strong{color:var(--ink)}

.nq-footer-note{margin-top:2rem;text-align:center;font-size:.85rem;color:var(--muted);line-height:1.6}
.nq-footer-note a{color:var(--cielo)}

@media(max-width:560px){
  .nq-grid{grid-template-columns:1fr}
  .nq-search{flex-direction:column;align-items:stretch}
  .nq-search-btn{width:100%}
}

/* ═══ PROTEZIONE CIVILE — layout + bollettini ═══ */
.nq-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:3rem;align-items:start}
.nq-main{min-width:0}
.nq-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:100px}

.pc-bollettino{display:flex;gap:.9rem;background:var(--paper);border:1px solid var(--border);border-radius:14px;padding:1.2rem 1.3rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s}
.pc-bollettino:hover{transform:translateY(-3px);box-shadow:var(--sh2);border-color:var(--blu)}
.pc-bollettino-ic{font-size:1.8rem;line-height:1;flex-shrink:0}
.pc-bollettino-body{min-width:0}
.pc-bollettino-kicker{font-family:var(--fd);font-weight:700;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.15rem}
.pc-bollettino-title{font-family:var(--fd);font-weight:800;font-size:.95rem;color:var(--ink);line-height:1.25;margin-bottom:.35rem}
.pc-bollettino-desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin-bottom:.5rem}
.pc-bollettino-link{font-family:var(--fd);font-weight:700;font-size:.82rem;color:var(--blu)}
.pc-bollettino-meteo{border-top:3px solid #1A73E8}
.pc-bollettino-critic{border-top:3px solid #ef6c00}

.pc-allerte-card{background:var(--paper2);border:1px solid var(--border);border-radius:14px;padding:1.2rem 1.3rem}
.pc-allerte-card h3{font-family:var(--fd);font-weight:800;font-size:.9rem;color:var(--ink);margin:0 0 .8rem;padding-bottom:.6rem;border-bottom:2px solid var(--border)}
.pc-allerta-row{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--muted);padding:.3rem 0}
.pc-allerta-row strong{color:var(--ink);font-family:var(--fd);font-weight:700}
.pc-allerta-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}

.pc-cta-card{display:block;background:linear-gradient(150deg,#002F6C,#1A73E8);border-radius:14px;padding:1.4rem 1.3rem;text-decoration:none;transition:transform .18s,box-shadow .18s}
.pc-cta-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.2)}
.pc-cta-ic{font-size:1.8rem;margin-bottom:.6rem}
.pc-cta-title{font-family:var(--fd);font-weight:800;font-size:1.05rem;color:#fff;margin-bottom:.3rem}
.pc-cta-desc{font-size:.82rem;color:rgba(255,255,255,.75);line-height:1.5;margin-bottom:.7rem}
.pc-cta-link{font-family:var(--fd);font-weight:800;font-size:.84rem;color:#f0d690}

@media(max-width:900px){
  .nq-layout{grid-template-columns:1fr;gap:2rem}
  .nq-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1rem}
}
@media(max-width:560px){
  .nq-sidebar{grid-template-columns:1fr}
}