
/* ODD24 2036 - footer istituzionale + cookie consent */
.public-footer .footer-grid{
  grid-template-columns:minmax(220px,1.2fr) minmax(150px,.82fr) minmax(130px,.62fr) minmax(120px,.55fr) minmax(220px,1fr)!important;
  gap:28px!important;
}
.footer-company-details{gap:10px!important;}
.footer-company-card{display:grid;gap:0;border:1px solid rgba(148,163,184,.16);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02));overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.footer-company-row{display:grid;gap:4px;padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.12);}
.footer-company-row:last-child{border-bottom:0;}
.footer-company-label{display:block;color:#8fb7e8!important;font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.footer-company-value{display:block;color:#f3f7fd!important;font-size:14px;line-height:1.45;font-weight:700;word-break:break-word;}
.footer-company-link{text-decoration:none;}
.footer-company-link:hover{color:#f8d77b!important;}
@media(max-width:1180px){.public-footer .footer-grid{grid-template-columns:1fr 1fr!important;}}
@media(max-width:720px){.public-footer .footer-grid{grid-template-columns:1fr!important;}.footer-company-row{padding:12px 13px;}}

.odd24-cookie-gate{position:fixed;inset:0;z-index:9000;display:none;align-items:center;justify-content:center;padding:22px;color:#e5edf8;}
.odd24-cookie-gate.is-visible{display:flex;}
.odd24-cookie-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.odd24-cookie-panel{position:relative;z-index:1;width:min(720px,calc(100vw - 32px));display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;padding:24px;border:1px solid rgba(212,175,55,.34);border-radius:24px;background:linear-gradient(135deg,#07101d 0%,#0d1a2d 56%,#101f33 100%);box-shadow:0 30px 80px rgba(0,0,0,.38);}
.odd24-cookie-mark{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.42);color:#f8d77b;font-weight:950;font-size:18px;letter-spacing:-.02em;}
.odd24-cookie-copy{min-width:0;}
.odd24-cookie-eyebrow{display:inline-flex;margin-bottom:8px;color:#f8d77b;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;}
.odd24-cookie-panel h2{margin:0 0 8px;color:#fff!important;font-size:clamp(22px,2.4vw,30px);line-height:1.08;letter-spacing:-.04em;}
.odd24-cookie-panel p{margin:0;color:#d6e0ed!important;line-height:1.62;font-size:14px;}
.odd24-cookie-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.odd24-cookie-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid rgba(226,232,240,.22);background:rgba(255,255,255,.06);color:#f8fafc!important;text-decoration:none;font-weight:850;font-size:13px;}
.odd24-cookie-links a:hover{border-color:rgba(212,175,55,.55);color:#f8d77b!important;}
.odd24-cookie-warning{min-height:20px;margin-top:10px!important;color:#f8d77b!important;font-weight:750;}
.odd24-cookie-actions{grid-column:2;display:flex;justify-content:flex-start;margin-top:2px;}
.odd24-cookie-accept{appearance:none;border:0;border-radius:999px;background:linear-gradient(135deg,#f5c74d,#d4af37);color:#07101d;font-weight:950;padding:12px 18px;min-height:46px;box-shadow:0 12px 30px rgba(212,175,55,.24);cursor:pointer;}
.odd24-cookie-accept:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(212,175,55,.30);}
.odd24-cookie-gate.is-legal-page{inset:auto 0 0 0;align-items:flex-end;padding:16px;pointer-events:none;}
.odd24-cookie-gate.is-legal-page .odd24-cookie-backdrop{display:none;}
.odd24-cookie-gate.is-legal-page .odd24-cookie-panel{pointer-events:auto;width:min(980px,calc(100vw - 24px));grid-template-columns:auto minmax(0,1fr) auto;align-items:center;margin:0 auto;border-radius:20px;padding:16px 18px;box-shadow:0 18px 58px rgba(2,6,23,.26);}
.odd24-cookie-gate.is-legal-page .odd24-cookie-panel h2{font-size:19px;margin-bottom:4px;}
.odd24-cookie-gate.is-legal-page .odd24-cookie-panel p{font-size:13px;line-height:1.45;}
.odd24-cookie-gate.is-legal-page .odd24-cookie-links{margin-top:8px;}
.odd24-cookie-gate.is-legal-page .odd24-cookie-actions{grid-column:auto;margin-top:0;}
.odd24-cookie-gate.is-blocked .odd24-cookie-panel{animation:odd24-cookie-shake .24s ease-in-out;}
@keyframes odd24-cookie-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}
@media(max-width:720px){.odd24-cookie-gate{padding:14px;align-items:flex-end}.odd24-cookie-panel,.odd24-cookie-gate.is-legal-page .odd24-cookie-panel{grid-template-columns:1fr;width:100%;padding:18px;border-radius:20px}.odd24-cookie-mark{width:46px;height:46px;border-radius:14px}.odd24-cookie-actions,.odd24-cookie-gate.is-legal-page .odd24-cookie-actions{grid-column:auto}.odd24-cookie-accept{width:100%}.odd24-cookie-links a{flex:1;min-width:92px}.odd24-cookie-gate.is-legal-page{padding:10px}.odd24-cookie-gate.is-legal-page .odd24-cookie-panel h2{font-size:18px}}


/* ODD24 2041 - footer contatti + modale Perché scegliere */
.footer-brand-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px;align-items:center;}
.public-footer .footer-brand-actions a{display:inline-flex!important;align-items:center;justify-content:center;margin:0!important;min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.045);color:#f8fafc!important;font-size:12px!important;font-weight:850;text-decoration:none;line-height:1.1;}
.public-footer .footer-brand-actions a:hover{border-color:rgba(212,175,55,.55);background:rgba(212,175,55,.10);color:#f8d77b!important;}
.odd24-why-lock{overflow:hidden!important;}
.odd24-why-modal{position:fixed;inset:0;z-index:9400;display:none;align-items:center;justify-content:center;padding:22px;color:#e5edf8;}
.odd24-why-modal.is-open{display:flex;}
.odd24-why-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.78);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
.odd24-why-card{position:relative;z-index:1;width:min(1080px,calc(100vw - 34px));max-height:min(88vh,860px);border:1px solid rgba(212,175,55,.28);border-radius:28px;background:radial-gradient(circle at 10% 0%,rgba(16,185,129,.12),transparent 28%),radial-gradient(circle at 88% 0%,rgba(212,175,55,.18),transparent 30%),linear-gradient(135deg,#07101d 0%,#0d1a2d 48%,#111827 100%);box-shadow:0 36px 100px rgba(0,0,0,.46);overflow:hidden;outline:none;}
.odd24-why-scroll{max-height:min(88vh,860px);overflow:auto;padding:30px 30px 26px;scrollbar-color:rgba(212,175,55,.52) rgba(15,23,42,.35);}
.odd24-why-close{position:absolute;top:18px;right:18px;z-index:2;width:42px;height:42px;border-radius:14px;border:1px solid rgba(226,232,240,.24);background:rgba(255,255,255,.08);color:#fff;font-size:28px;line-height:1;cursor:pointer;font-weight:700;}
.odd24-why-close:hover{background:rgba(212,175,55,.16);border-color:rgba(212,175,55,.46);color:#f8d77b;}
.odd24-why-head{max-width:850px;padding-right:54px;margin-bottom:22px;}
.odd24-why-eyebrow{display:inline-flex;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(212,175,55,.13);border:1px solid rgba(212,175,55,.35);color:#f8d77b;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:950;}
.odd24-why-head h2{margin:0 0 10px!important;color:#fff!important;font-size:clamp(32px,4.6vw,58px);line-height:.96;letter-spacing:-.055em;font-weight:950;}
.odd24-why-head p,.odd24-why-section p,.odd24-why-footer p{color:#d6e0ed!important;font-size:15px;line-height:1.68;margin:0;}
.odd24-why-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 20px;}
.odd24-why-proof article{padding:16px;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.odd24-why-proof strong{display:block;color:#f8d77b;font-size:28px;line-height:1;font-weight:950;letter-spacing:-.04em;margin-bottom:8px;}
.odd24-why-proof span{display:block;color:#cbd5e1!important;font-size:13px;line-height:1.5;}
.odd24-why-section{margin-top:18px;padding:18px;border:1px solid rgba(148,163,184,.16);border-radius:22px;background:rgba(15,23,42,.54);}
.odd24-why-section h3{margin:0 0 8px;color:#fff!important;font-size:22px;line-height:1.14;letter-spacing:-.035em;font-weight:920;}
.odd24-why-table-wrap{margin-top:18px;overflow:auto;border:1px solid rgba(148,163,184,.17);border-radius:22px;background:rgba(2,6,23,.32);}
.odd24-why-table{width:100%;min-width:860px;border-collapse:collapse;color:#dce7f5;}
.odd24-why-table th,.odd24-why-table td{padding:14px 15px;text-align:left;border-bottom:1px solid rgba(148,163,184,.15);vertical-align:top;font-size:13px;line-height:1.5;}
.odd24-why-table th{color:#fff;background:rgba(255,255,255,.055);font-size:12px;text-transform:uppercase;letter-spacing:.08em;}
.odd24-why-table tr:last-child td{border-bottom:0;}
.odd24-why-table td:first-child{color:#f8d77b;font-weight:900;white-space:nowrap;}
.odd24-why-table td:last-child{background:rgba(20,184,166,.075);color:#f8fafc;font-weight:720;}
.odd24-why-grid-section{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.odd24-why-grid-section ul{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:9px;}
.odd24-why-grid-section li{position:relative;padding-left:21px;color:#d6e0ed;font-size:14px;line-height:1.55;}
.odd24-why-grid-section li::before{content:"";position:absolute;left:0;top:.65em;width:8px;height:8px;border-radius:50%;background:#d4af37;box-shadow:0 0 0 4px rgba(212,175,55,.12);}
.odd24-why-heritage{border-color:rgba(212,175,55,.26);background:linear-gradient(135deg,rgba(212,175,55,.10),rgba(15,23,42,.58));}
.odd24-why-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding:16px 18px;border-radius:20px;background:rgba(2,6,23,.46);border:1px solid rgba(148,163,184,.16);}
.odd24-why-footer p{font-size:12px!important;line-height:1.55!important;max-width:760px;}
.odd24-why-contact{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border-radius:999px;background:linear-gradient(135deg,#f5c74d,#d4af37);color:#07101d!important;text-decoration:none!important;font-weight:950;white-space:nowrap;box-shadow:0 14px 32px rgba(212,175,55,.18);}
.odd24-why-contact:hover{transform:translateY(-1px);filter:brightness(1.02);color:#07101d!important;}
@media(max-width:860px){.odd24-why-modal{padding:12px;align-items:flex-end}.odd24-why-card{width:100%;max-height:92vh;border-radius:22px}.odd24-why-scroll{max-height:92vh;padding:22px 16px 18px}.odd24-why-head{padding-right:46px}.odd24-why-proof,.odd24-why-grid-section{grid-template-columns:1fr}.odd24-why-footer{align-items:flex-start;flex-direction:column}.odd24-why-contact{width:100%}.odd24-why-close{top:12px;right:12px}}
@media(max-width:520px){.footer-brand-actions{flex-direction:column;align-items:stretch}.public-footer .footer-brand-actions a{width:100%}.odd24-why-head h2{font-size:34px}.odd24-why-section{padding:15px}.odd24-why-proof strong{font-size:24px}}

/* ODD24 2044 - modale Perché scegliere: restyle comparativo senior */
.odd24-why-card-v2044{width:min(1160px,calc(100vw - 34px));background:radial-gradient(circle at 0% 0%,rgba(212,175,55,.18),transparent 28%),radial-gradient(circle at 100% 0%,rgba(59,130,246,.13),transparent 34%),linear-gradient(135deg,#070f1c 0%,#0b1728 50%,#0e1626 100%);}
.odd24-why-head-v2044{max-width:980px;margin-bottom:18px;}
.odd24-why-head-v2044 h2{font-size:clamp(34px,4.4vw,56px)!important;line-height:1.02!important;max-width:1020px;}
.odd24-why-head-v2044 p{max-width:930px;font-size:16px!important;color:#dce7f5!important;}
.odd24-why-identity-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 18px;}
.odd24-why-identity-panel>div{position:relative;overflow:hidden;padding:16px 16px 15px;border:1px solid rgba(148,163,184,.16);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.odd24-why-identity-panel>div::after{content:"";position:absolute;left:16px;right:16px;top:0;height:2px;background:linear-gradient(90deg,rgba(212,175,55,.72),rgba(59,130,246,.18));}
.odd24-why-identity-panel span{display:block;margin-bottom:7px;color:#9fc9ff!important;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;}
.odd24-why-identity-panel strong{display:block;margin-bottom:7px;color:#fff!important;font-size:20px;line-height:1.15;font-weight:950;letter-spacing:-.035em;}
.odd24-why-identity-panel p{margin:0;color:#cbd5e1!important;font-size:13px;line-height:1.55;}
.odd24-why-heritage-v2044{border-color:rgba(212,175,55,.3)!important;background:linear-gradient(135deg,rgba(212,175,55,.12),rgba(15,23,42,.58))!important;}
.odd24-why-table-wrap-v2044{border-radius:20px;border-color:rgba(148,163,184,.14);box-shadow:0 18px 46px rgba(0,0,0,.16);}
.odd24-why-table-v2044 td:last-child{background:linear-gradient(90deg,rgba(212,175,55,.075),rgba(20,184,166,.075));font-weight:760;}
.odd24-why-table-v2044 th:last-child{color:#f8d77b;}
.odd24-why-missing-section{border-color:rgba(59,130,246,.2)!important;background:rgba(8,17,31,.72)!important;}
.odd24-why-missing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;}
.odd24-why-missing-grid article{padding:14px;border:1px solid rgba(148,163,184,.14);border-radius:16px;background:rgba(255,255,255,.035);}
.odd24-why-missing-grid strong{display:block;color:#f8d77b;font-size:15px;line-height:1.2;margin-bottom:7px;font-weight:930;}
.odd24-why-missing-grid p{font-size:13px!important;line-height:1.55!important;color:#d6e0ed!important;margin:0;}
.odd24-why-grid-section-v2044{border-color:rgba(148,163,184,.13)!important;background:linear-gradient(135deg,rgba(15,23,42,.68),rgba(2,6,23,.34))!important;}
.odd24-why-footer-v2044{align-items:center;}
.odd24-why-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;}
.odd24-why-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border-radius:999px;border:1px solid rgba(212,175,55,.28);background:rgba(255,255,255,.045);color:#f8fafc!important;text-decoration:none!important;font-weight:900;white-space:nowrap;}
.odd24-why-secondary:hover{border-color:rgba(212,175,55,.55);background:rgba(212,175,55,.12);color:#f8d77b!important;}
@media(max-width:980px){.odd24-why-identity-panel,.odd24-why-missing-grid{grid-template-columns:1fr 1fr}.odd24-why-head-v2044 h2{font-size:38px!important}.odd24-why-footer-v2044{align-items:flex-start;flex-direction:column}.odd24-why-footer-actions{width:100%;justify-content:flex-start}.odd24-why-secondary,.odd24-why-contact{flex:1;min-width:180px}}
@media(max-width:620px){.odd24-why-identity-panel,.odd24-why-missing-grid{grid-template-columns:1fr}.odd24-why-head-v2044 h2{font-size:31px!important}.odd24-why-head-v2044 p{font-size:14px!important}.odd24-why-secondary,.odd24-why-contact{width:100%;flex:initial}.odd24-why-footer-actions{display:grid;grid-template-columns:1fr}}
