/* EgoLandia — Cookie consent banner (conforme Provvedimento Garante 231/2021) */
.ego-cc,.ego-cc *{box-sizing:border-box}
.ego-cc{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:none;
  padding:16px;pointer-events:none}
.ego-cc.show{display:block}
.ego-cc__card{pointer-events:auto;max-width:760px;margin:0 auto;background:#FFF7EC;color:#2A2320;
  border:2px solid #F2E6D4;border-radius:22px;box-shadow:0 18px 44px rgba(60,30,20,.22);
  padding:22px 24px;font-family:"Nunito",system-ui,sans-serif;line-height:1.55}
.ego-cc__title{font-family:"Baloo 2",system-ui,sans-serif;font-weight:700;font-size:1.2rem;margin:0 0 6px;
  display:flex;align-items:center;gap:8px}
.ego-cc__title i{color:#FF5747;font-size:1.4rem}
.ego-cc__text{font-size:.95rem;color:#5f544b;font-weight:600;margin:0 0 16px}
.ego-cc__text a{color:#1FBFA6;text-decoration:underline;font-weight:700}
.ego-cc__actions{display:flex;flex-wrap:wrap;gap:10px}
.ego-cc__btn{font-family:"Baloo 2",system-ui,sans-serif;font-weight:700;font-size:.98rem;
  padding:12px 20px;border-radius:999px;cursor:pointer;border:2px solid transparent;flex:1 1 auto;
  transition:transform .15s,box-shadow .15s,background .15s}
.ego-cc__btn:hover{transform:translateY(-2px)}
.ego-cc__btn--accept{background:#FF5747;color:#fff;box-shadow:0 10px 22px rgba(255,87,71,.30)}
.ego-cc__btn--reject{background:#fff;color:#2A2320;border-color:#E6D9C6}
.ego-cc__btn--prefs{background:#fff;color:#2A2320;border-color:#E6D9C6}
/* Pannello preferenze */
.ego-cc__panel{display:none;margin:4px 0 16px;border-top:1px solid #F2E6D4;padding-top:14px}
.ego-cc.prefs .ego-cc__panel{display:block}
.ego-cc__row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid #F5EADB}
.ego-cc__row:last-child{border-bottom:none}
.ego-cc__row-txt h4{font-family:"Baloo 2";font-weight:700;font-size:1rem;margin:0 0 2px}
.ego-cc__row-txt p{font-size:.86rem;color:#7A6E64;font-weight:600;margin:0}
.ego-cc__sw{position:relative;flex:none;width:46px;height:26px;margin-top:2px}
.ego-cc__sw input{opacity:0;width:0;height:0;position:absolute}
.ego-cc__sw span{position:absolute;inset:0;background:#D8CDBE;border-radius:999px;transition:.2s;cursor:pointer}
.ego-cc__sw span::before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}
.ego-cc__sw input:checked+span{background:#1FBFA6}
.ego-cc__sw input:checked+span::before{transform:translateX(20px)}
.ego-cc__sw input:disabled+span{background:#1FBFA6;opacity:.5;cursor:not-allowed}
/* Link riapri preferenze (footer) */
.ego-cc-reopen{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-decoration:underline}
@media(max-width:560px){
  .ego-cc__btn{flex:1 1 100%}
  .ego-cc__card{padding:18px}
}
@media (prefers-reduced-motion: reduce){.ego-cc__btn{transition:none}}
