@charset "UTF-8";
@import url("home-app-2026-v4.css");

/* Colori espliciti per le cinque card della home. */
.groups>.group:nth-child(1){border-top:5px solid #13a8b3!important}
.groups>.group:nth-child(2){border-top:5px solid #f09b38!important}
.groups>.group:nth-child(3){border-top:5px solid #7b5bd6!important}
.groups>.group:nth-child(4){border-top:5px solid #38bdf8!important}
.groups>.group:nth-child(5){border-top:5px solid #e25778!important}
.groups>.group:nth-child(4) header>span{background:#e0f4fe;color:#0284c7}
.groups>.group:nth-child(4) .links a>i{color:#0284c7}
.groups>.group:nth-child(5) header>span{background:#ffe7ed;color:#c73d61}
.groups>.group:nth-child(5) .links a>i{color:#c73d61}

/* Hero alleggerita: un solo pannello in vetro, senza effetto a blocchi. */
.hero-grid{grid-template-columns:minmax(0,1.45fr) repeat(2,minmax(175px,.72fr));gap:0;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.32);border-radius:22px;background:rgba(4,23,53,.58);box-shadow:0 18px 48px rgba(0,0,0,.2);backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px)}
.hero-card{min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.hero-title-card{padding:34px 38px}.hero-info-card{padding:23px 25px}.hero-info-card:not(.hero-date-card){border-left:1px solid rgba(255,255,255,.18)}.hero-date-card{border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr 1fr}.hero-title-card{border-bottom:1px solid rgba(255,255,255,.18)}.hero-info-card:not(.hero-date-card){border-left:0}.hero-info-card:nth-child(3){border-left:1px solid rgba(255,255,255,.18)}.hero-date-card{border-left:0}}
@media(max-width:600px){.hero-grid{grid-template-columns:1fr;border-radius:18px}.hero-title-card{padding:25px}.hero-info-card,.hero-info-card:nth-child(3),.hero-date-card{border-left:0;border-top:1px solid rgba(255,255,255,.18)}}

/* Footer istituzionale riutilizzabile. */
.site-footer{padding:0;color:#fff;background:#061834 url("../images/murrine-background.png") center 57%/cover no-repeat}
.site-footer::before{background:linear-gradient(135deg,rgba(4,18,43,.94),rgba(8,39,76,.88))}
.site-footer .wrap{display:block!important;width:calc(100% - 40px);max-width:1180px;margin:0 auto;text-shadow:none}
.footer-main{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;gap:24px;padding:34px 0 29px;text-align:center}
.footer-event{display:grid;justify-items:center;gap:7px;min-width:0}
.footer-kicker{color:#a9d9e9;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.footer-event strong{max-width:520px;color:#fff;font-size:clamp(18px,2.2vw,25px);line-height:1.24;letter-spacing:-.015em}
.footer-links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.footer-links a{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#fff;font-size:12px;font-weight:800;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.footer-links a:first-child{background:rgba(255,255,255,.1)}
.footer-links a span{color:#bdd4df;font-weight:600}
.footer-links a i{font-size:10px}
.footer-links a:hover,.footer-links a:focus-visible{border-color:rgba(255,255,255,.62);background:rgba(255,255,255,.17);color:#fff;transform:translateY(-1px)}
.footer-legal{padding:17px 0 19px;border-top:1px solid rgba(255,255,255,.16);color:#b9c9d6;font-size:11px;line-height:1.5;letter-spacing:.025em;text-align:center}
@media(max-width:760px){.footer-main{gap:22px;padding:28px 0 24px}.footer-event strong{font-size:20px}}
@media(max-width:480px){.footer-links{align-items:stretch;flex-direction:column;width:100%}.footer-links a{justify-content:center;width:100%}.footer-legal{text-align:center}}
