:root {
    --v2-red: #d72626;
    --v2-topbar: 74px;
}

.only-mobile {
    display: none !important;
}

.v2-topbar {
    position: sticky;
    top: 0;
    z-index: 999;
    height: var(--v2-topbar);
    background: linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,0));
    backdrop-filter: blur(6px);
    margin: 0;
}

    .v2-topbar .v2-wrap {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 18px;
    }

    .v2-topbar .v2-nav {
        height: var(--v2-topbar);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

.v2-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    letter-spacing: .2px;
    white-space: nowrap;
    min-width: 0;
}



.v2-brand-name {
    font-size: 18px;
    line-height: 1;
}

.v2-brand-accent {
    color: var(--v2-red);
}

.v2-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.v2-supporter-link {
    color: rgba(255,255,255,.92);
    text-decoration: none;
    font-weight: 850;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
}

    .v2-supporter-link:hover {
        background: rgba(255,255,255,.12);
        color: #fff;
    }

.nav-donation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .nav-donation img {
        height: 50px;
        width: auto;
        display: block;
        vertical-align: middle;
    }

.v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(215,38,38,.30);
    background: var(--v2-red);
    color: #fff;
    text-decoration: none;
    font-weight: 850;
    box-shadow: 0 14px 26px rgba(215,38,38,.25);
}

    .v2-btn:hover {
        filter: brightness(.98);
    }

.v2-burger {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.15);
    cursor: pointer;
    position: relative;
    transition: all .25s ease;
}

    .v2-burger:hover {
        background: rgba(255,255,255,.15);
    }

    .v2-burger span {
        position: absolute;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 999px;
        transition: all .25s ease;
    }

        .v2-burger span:nth-child(1) {
            transform: translateY(-6px);
        }

        .v2-burger span:nth-child(2) {
            opacity: 1;
        }

        .v2-burger span:nth-child(3) {
            transform: translateY(6px);
        }

    .v2-burger.is-open span:nth-child(1) {
        transform: rotate(45deg);
    }

    .v2-burger.is-open span:nth-child(2) {
        opacity: 0;
    }

    .v2-burger.is-open span:nth-child(3) {
        transform: rotate(-45deg);
    }

/* POPUP REGIONE */
.region-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.62);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    z-index: 99999;
}

.region-popup-card {
    width: min(920px, 100%);
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,.28);
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
}

.region-popup-image {
    min-height: 420px;
    background: #e9eef3;
}

    .region-popup-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.region-popup-content {
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.region-popup-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6b7280;
    margin-bottom: 10px;
}

.region-popup-content h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.05;
    color: #111827;
}

.region-popup-content p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.region-popup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15,118,110,.22);
}

    .region-popup-btn:hover {
        opacity: .95;
    }

.region-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

/* SWITCHER REGIONI */
.region-switcher-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.10);
    color: #fff;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    transition: transform .12s ease, background .12s ease, box-shadow .12s ease;
}

    .region-switcher-toggle:hover {
        background: rgba(255,255,255,.18);
        transform: translateY(-1px);
    }

.region-switcher-panel {
    position: fixed;
    top: var(--v2-topbar);
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - var(--v2-topbar));
    overflow: auto;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 34px rgba(0,0,0,.10);
    animation: regionDrop .18s ease;
    z-index: 5000;
}

    .region-switcher-panel[hidden] {
        display: none !important;
    }

@keyframes regionDrop {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.region-switcher-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 16px 20px;
}

.region-switcher-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #111;
}

.region-switcher-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 999px;
    background: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.region-switcher-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.region-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    color: #111;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 900;
    transition: background .12s ease, transform .12s ease, border-color .12s ease;
}

    .region-pill:hover {
        background: rgba(215,38,38,.06);
        border-color: rgba(215,38,38,.18);
        transform: translateY(-1px);
    }

html.is-mobile .only-mobile {
    display: inline-flex !important;
}

body.region-switcher-open {
    overflow: hidden;
}

@media (max-width: 820px) {
    .region-popup-card {
        grid-template-columns: 1fr;
    }

    .region-popup-image {
        min-height: 240px;
    }

    .region-popup-content {
        padding: 24px 20px 26px;
    }
}

@media (max-width: 720px) {
    .region-switcher-wrap {
        padding: 16px 12px 18px;
    }

    .region-switcher-grid {
        gap: 8px;
    }

    .region-pill {
        font-size: 13px;
        min-height: 38px;
        padding: 0 12px;
    }
}
.nav-sos {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

    .nav-sos img {
        height: 42px;
        width: auto;
        display: block;
    }

.v2-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* MOBILE */
@media (max-width: 768px) {
    .nav-sos img {
        height: 22px;
    }

    .v2-actions .v2-btn {
        display: none !important;
    }
}
.v2-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.v2-mobile {
    display: none;
    width: 100%;
    background: rgba(20,20,20,.96);
    backdrop-filter: blur(8px);
    max-height: calc(100vh - var(--v2-topbar));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid rgba(255,255,255,.10);
    position: relative;
    z-index: 1001;
}

    .v2-mobile[data-open="1"] {
        display: block;
    }

    .v2-mobile .v2-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0 0 24px;
    }

    .v2-mobile a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 20px;
        color: #fff;
        text-decoration: none;
        font-weight: 900;
        border-top: 1px solid rgba(255,255,255,.08);
    }
