/* _content/CoopLondon_Sito/Components/Layout/MainLayout.razor.rz.scp.css */
/* ===================================== */
/* LAYOUT BASE SENZA SIDEBAR */
/* ===================================== */
html[b-cifpdr07op], body[b-cifpdr07op] {
    height: 100%;
}

main[b-cifpdr07op] {
    min-height: calc(100vh - 80px);
    padding-top: 0rem;
}
/* 56px ≈ altezza navbar Bootstrap */

/* ===================================== */
/* NAVBAR E BRAND */
/* ===================================== */
.navbar-brand[b-cifpdr07op] {
    letter-spacing: .5px;
    margin-bottom: 0rem;
}

    .navbar-brand span[b-cifpdr07op] {
        font-weight: 600;
        letter-spacing: 1px;
        color: white;
    }

.navbar-brand[b-cifpdr07op], .navbar .nav-link.active[b-cifpdr07op] {
    font-weight: 600;
}

.navbar-dark .navbar-brand[b-cifpdr07op] {
    color: #20b25a;
}
    /* verde logo */
    .navbar-dark .navbar-brand:hover[b-cifpdr07op] {
        color: #1aa051;
    }

/* Link del menu */
.navbar .nav-link[b-cifpdr07op] {
    padding: .5rem .9rem;
}

    .navbar .nav-link.active[b-cifpdr07op],
    .navbar .nav-link:focus[b-cifpdr07op],
    .navbar .nav-link:hover[b-cifpdr07op] {
        text-decoration: none;
    }

/* Contenuto pagina */
main[b-cifpdr07op] {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

/* ===================================== */
/* GESTIONE ERRORI BLAZOR */
/* ===================================== */
#blazor-error-ui[b-cifpdr07op] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cifpdr07op] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ===================================== */
/* LOGO */
/* ===================================== */
.logo-img[b-cifpdr07op] {
    height: 100px; /* più piccolo */
    width: auto;
}

/* ===================================== */
/* HEADER (LOGO + CONTATTI) */
/* ===================================== */
.brandbar-inner[b-cifpdr07op] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* logo a sx, contatti dx */
    flex-wrap: wrap;
    gap: 1rem;
    min-width: 0;
    width: 100%;
}

.brandbar-logo[b-cifpdr07op] {
    flex: 0 0 auto;
}

.brandbar-contacts[b-cifpdr07op] {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* allinea tutto a destra */
    justify-content: center;
    text-align: right; /* testo a destra */
    flex: 1 1 auto;
}

    /* Contenuto contatti */
    .brandbar-contacts .contact-row[b-cifpdr07op] {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: .25rem;
    }

/* MOBILE: logo sopra, contatti centrati */
@media (max-width: 768px) {
    .brandbar-inner[b-cifpdr07op] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .brandbar-contacts[b-cifpdr07op] {
        align-items: center;
        text-align: center;
    }

        .brandbar-contacts .contact-row[b-cifpdr07op] {
            align-items: center;
        }
}

/* ===================================== */
/* TESTI CONTATTI (dimensioni adattive) */
/* ===================================== */

/* Desktop (default) */
.contact-label[b-cifpdr07op] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #777;
}

.contact-phone[b-cifpdr07op] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #198754;
    line-height: 1.1;
}

.contact-mail[b-cifpdr07op] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #007bff;
    line-height: 1.1;
}

/* Tablet medio (max 992px) */
@media (max-width: 992px) {
    .contact-label[b-cifpdr07op] {
        font-size: 0.75rem;
    }

    .contact-phone[b-cifpdr07op] {
        font-size: 1.3rem;
    }

    .contact-mail[b-cifpdr07op] {
        font-size: 0.95rem;
    }
}

/* Smartphone grande (max 768px) */
@media (max-width: 768px) {
    .contact-label[b-cifpdr07op] {
        font-size: 0.7rem;
    }

    .contact-phone[b-cifpdr07op] {
        font-size: 1.1rem;
    }

    .contact-mail[b-cifpdr07op] {
        font-size: 0.85rem;
        word-break: break-all; /* consente a capo se serve */
    }
}

/* Smartphone piccolo (max 480px) */
@media (max-width: 480px) {
    .contact-label[b-cifpdr07op] {
        font-size: 0.65rem;
        margin-bottom: 0.2rem;
    }

    .contact-phone[b-cifpdr07op] {
        font-size: 1rem;
    }

    .contact-mail[b-cifpdr07op] {
        font-size: 0.8rem;
        line-height: 1.2;
    }
}

/* Logo di base (mobile) */
.brandbar-logo img[b-cifpdr07op] {
    height: 50px; /* come ora su mobile */
    width: auto;
    display: block; /* evita spaziatura extra inline */
}

/* Desktop: logo più grande */
@media (min-width: 992px) {
    .brandbar-logo img[b-cifpdr07op] {
        height: 120px; /* prova 75–90px a gusto */
    }

    /* (opzionale) un filo più di respiro verticale per l'header */
    .brandbar .container[b-cifpdr07op] {
        /* già hai py-2 py-lg-3, quindi spesso non serve */
        /* padding-top: .5rem;
           padding-bottom: .5rem; */
    }
}

/* _content/CoopLondon_Sito/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f9c33wom6e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.navbar-toggler:checked[b-f9c33wom6e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f9c33wom6e] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f9c33wom6e] {
    font-size: 1.1rem;
}

.bi[b-f9c33wom6e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-f9c33wom6e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-f9c33wom6e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-f9c33wom6e] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-f9c33wom6e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f9c33wom6e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f9c33wom6e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f9c33wom6e]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-f9c33wom6e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f9c33wom6e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f9c33wom6e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f9c33wom6e] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f9c33wom6e] {
        display: none;
    }

    .nav-scrollable[b-f9c33wom6e] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CoopLondon_Sito/Components/Pages/ChiSiamo.razor.rz.scp.css */
/* ============================================================
   HERO: fascia verde + overlay + animazioni (coerente con le altre)
============================================================ */
.hero-servizio-chisiamo[b-9qtnt1quhe] {
    width: 100vw; /* full width */
    margin-left: calc(50% - 50vw); /* esce dal container */
    background: linear-gradient(180deg, #20b25a 0%, #17924b 100%);
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-top: -2rem; /* attacca alla navbar */
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

    .hero-servizio-chisiamo[b-9qtnt1quhe]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.06) 100%);
        z-index: 0;
    }

    .hero-servizio-chisiamo .container[b-9qtnt1quhe] {
        position: relative;
        display: flex;
        justify-content: space-between; /* logo a sx, titolo a dx */
        align-items: flex-end;
        padding-block: clamp(20px, 4vw, 44px);
        z-index: 1;
    }

/* Logo e titolo con animazione */
.hero-logo[b-9qtnt1quhe] {
    height: clamp(72px, 9vw, 120px);
    width: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeSlideUp-b-9qtnt1quhe .8s ease-out forwards;
    z-index: 2;
}

.hero-titolo[b-9qtnt1quhe] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: .75rem 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.1;
    font-size: clamp(32px, 5vw, 80px);
    opacity: 0;
    animation: fadeSlideUp-b-9qtnt1quhe .8s ease-out forwards;
    animation-delay: .2s;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    z-index: 2;
}

@keyframes fadeSlideUp-b-9qtnt1quhe {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= MOBILE (stesso pattern delle altre pagine) ================= */
@media (max-width: 576px) {
    .hero-servizio-chisiamo[b-9qtnt1quhe] {
        min-height: clamp(300px, 50vw, 440px); /* più aria verticale */
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .hero-servizio-chisiamo .container[b-9qtnt1quhe] {
            flex-direction: column; /* logo sopra, titolo sotto */
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-block: 1rem;
        }

    .hero-logo[b-9qtnt1quhe] {
        display: block;
        margin: 0 auto 0.8rem auto;
        height: clamp(100px, 28vw, 150px); /* logo più grande su mobile */
        max-width: 90%;
        opacity: 1;
        animation: none; /* niente animazioni su mobile */
        z-index: 2;
    }

    .hero-titolo[b-9qtnt1quhe] {
        position: relative !important; /* toglie l'ancoraggio bottom-right */
        right: auto;
        bottom: auto;
        display: block;
        font-size: clamp(3.3rem, 8vw, 3rem); /* titolo più grande */
        margin-top: 1rem; /* un po' più in basso */
        text-align: center;
        animation: none;
        opacity: 1 !important;
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0,0,0,.4);
        z-index: 3 !important;
    }
}

/* ============================================================
   RIBBON laterale + CARD contenuto (coerenti)
============================================================ */
.ribbon[b-9qtnt1quhe] {
    background: #eeeeee;
    border-left: 12px solid #20b25a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.card[b-9qtnt1quhe] {
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
}

/* ============================================================
   TONO DI PAGINA (sfondo leggero con ghost gradient)
============================================================ */
body[b-9qtnt1quhe] {
    background: radial-gradient(1200px 600px at 10% -10%, #e9f8ef 0%, transparent 60%), radial-gradient(1000px 500px at 110% 10%, #e6f6ee 0%, transparent 55%), #f8f9fb;
}

/* ============================================================
   FOOTER A FASCIA (stile sito)
============================================================ */
.home-footbar[b-9qtnt1quhe] {
    background: #565656;
    color: #e9ecef;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgba(255,255,255,.08);
    margin-bottom: 0;
}

    .home-footbar a[b-9qtnt1quhe] {
        color: #cfe9c5;
        text-decoration: none;
    }

        .home-footbar a:hover[b-9qtnt1quhe] {
            color: #9fd99e;
            text-decoration: underline;
        }

.link-pec[b-9qtnt1quhe], .link-mail[b-9qtnt1quhe], .link-telefono[b-9qtnt1quhe] {
    font-weight: 600;
}

.home-footnav .list-inline-item + .list-inline-item[b-9qtnt1quhe]::before {
    content: "|";
    color: rgba(255,255,255,.35);
    margin: 0 .6rem 0 .3rem;
}

.home-footbar small[b-9qtnt1quhe] {
    font-size: .95rem;
}

@media (max-width: 576px) {
    .home-footnav .list-inline-item[b-9qtnt1quhe] {
        display: inline-block;
        margin-bottom: .25rem;
    }
}
/* _content/CoopLondon_Sito/Components/Pages/Contatti.razor.rz.scp.css */
/* ============================================================
   HERO: fascia grigio scuro + overlay + animazioni
============================================================ */
.hero-servizio-contatti[b-3j3p4co6tg] {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(180deg, #595959 0%, #3f3f3f 100%);
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

    .hero-servizio-contatti[b-3j3p4co6tg]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,.06) 0%, rgba(0,0,0,.15) 100%);
        z-index: 0;
    }

    .hero-servizio-contatti .container[b-3j3p4co6tg] {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-block: clamp(20px, 4vw, 44px);
        z-index: 1;
    }

/* Logo e titolo */
.hero-logo[b-3j3p4co6tg] {
    height: clamp(72px, 9vw, 120px);
    width: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeSlideUp-b-3j3p4co6tg .8s ease-out forwards;
    z-index: 2;
}

.hero-titolo[b-3j3p4co6tg] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: .75rem 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.1;
    font-size: clamp(32px, 5vw, 80px);
    opacity: 0;
    animation: fadeSlideUp-b-3j3p4co6tg .8s ease-out forwards;
    animation-delay: .2s;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    z-index: 2;
}

@keyframes fadeSlideUp-b-3j3p4co6tg {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .hero-servizio-contatti[b-3j3p4co6tg] {
        min-height: clamp(300px, 50vw, 440px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .hero-servizio-contatti .container[b-3j3p4co6tg] {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-block: 1rem;
        }

    .hero-logo[b-3j3p4co6tg] {
        display: block;
        margin: 0 auto 0.8rem auto;
        height: clamp(100px, 28vw, 150px);
        max-width: 90%;
        opacity: 1;
        animation: none;
        z-index: 2;
    }

    .hero-titolo[b-3j3p4co6tg] {
        position: relative !important;
        right: auto;
        bottom: auto;
        display: block;
        font-size: clamp(3.3rem, 8vw, 3rem);
        margin-top: 1rem;
        text-align: center;
        animation: none;
        opacity: 1 !important;
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, .4);
        z-index: 3 !important;
    }
}

/* ============================================================
   Card contatti e pill
============================================================ */
.contact-card[b-3j3p4co6tg] {
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.92) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(0,0,0,.06);
}

.contact-list a:hover[b-3j3p4co6tg] {
    text-decoration: underline;
}

.contact-chip[b-3j3p4co6tg] {
    display: inline-block;
    font-size: .75rem;
    line-height: 1;
    padding: .35rem .5rem;
    border-radius: 999px;
    background: #f1f3f5;
    color: #111;
    font-weight: 600;
    min-width: 44px;
    text-align: center;
}

/* Bottoni invertiti */
.btn-invert[b-3j3p4co6tg] {
    border-color: #ced4da !important;
    color: #212529 !important;
}

    .btn-invert:hover[b-3j3p4co6tg] {
        background: #212529 !important;
        color: #fff !important;
    }

/* ============================================================
   Mappa
============================================================ */
.map-embed iframe[b-3j3p4co6tg] {
    filter: saturate(1.05) contrast(1.02);
}

/* ============================================================
   Footer coerente
============================================================ */
.home-footbar[b-3j3p4co6tg] {
    background: #565656;
    color: #e9ecef;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgba(255,255,255,.08);
    margin-bottom: 0;
}

    .home-footbar a[b-3j3p4co6tg] {
        color: #cfe9c5;
        text-decoration: none;
    }

        .home-footbar a:hover[b-3j3p4co6tg] {
            color: #9fd99e;
            text-decoration: underline;
        }

.link-pec[b-3j3p4co6tg], .link-mail[b-3j3p4co6tg], .link-telefono[b-3j3p4co6tg] {
    font-weight: 600;
}

.home-footnav .list-inline-item + .list-inline-item[b-3j3p4co6tg]::before {
    content: "|";
    color: rgba(255,255,255,.35);
    margin: 0 .6rem 0 .3rem;
}

.home-footbar small[b-3j3p4co6tg] {
    font-size: .95rem;
}

@media (max-width: 576px) {
    .home-footnav .list-inline-item[b-3j3p4co6tg] {
        display: inline-block;
        margin-bottom: .25rem;
    }
}

/* ============================================================
   Tono pagina (sfondo coerente con altre sezioni)
============================================================ */
body[b-3j3p4co6tg] {
    background: radial-gradient(1200px 600px at 10% -10%, #eef1f3 0%, transparent 60%), radial-gradient(1000px 500px at 110% 10%, #eceff1 0%, transparent 55%), #f8f9fb;
}
/* _content/CoopLondon_Sito/Components/Pages/Home.razor.rz.scp.css */
/* ======================= */
/* HERO CAROUSEL           */
/* ======================= */

#heroCarousel[b-indxawerib] {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    overflow: hidden; /* evita sbordamenti su mobile */
}

    /* L'item ha SEMPRE un'altezza definita e responsiva */
    #heroCarousel .carousel-item[b-indxawerib] {
        position: relative;
        height: clamp(340px, 60vh, 620px);
    }

/* mobile: un filo più basso */
@media (max-width: 575.98px) {
    #heroCarousel .carousel-item[b-indxawerib] {
        height: clamp(300px, 50vh, 520px);
    }
}

/* L’immagine riempie l’item senza deformarsi */
#heroCarousel .carousel-item .hero-img[b-indxawerib] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 30%; /* regola il fuoco verticale/orizzontale */
}

/* Didascalia overlay */
#heroCarousel .carousel-caption[b-indxawerib] {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    display: inline-block;
    max-width: 2000px; /* box largo centrato su desktop */
    width: auto;
    background: rgba(0,0,0,.45);
    padding: .75rem 1.25rem;
    border-radius: .5rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.45);
    z-index: 2;
}

/* Caption più compatta e a tutta larghezza (con margini) su mobile */
@media (max-width: 767.98px) {
    #heroCarousel .carousel-caption[b-indxawerib] {
        left: 1rem;
        right: 1rem;
        transform: none;
        bottom: .75rem;
        max-width: none;
        background: rgba(0,0,0,.55);
        padding: .6rem .9rem;
        text-align: left;
    }

        #heroCarousel .carousel-caption h2[b-indxawerib] {
            font-size: 1.25rem;
            margin-bottom: .25rem;
        }

        #heroCarousel .carousel-caption p[b-indxawerib] {
            font-size: .95rem;
            margin-bottom: .4rem;
        }

        #heroCarousel .carousel-caption .btn[b-indxawerib] {
            font-size: .85rem;
            padding: .35rem .6rem;
        }
}

/* Desktop molto ampio: consenti un po’ più altezza */
@media (min-width: 1400px) {
    #heroCarousel .carousel-item[b-indxawerib] {
        height: clamp(360px, 42vh, 700px);
    }
}

/* ======================= */
/* NAVBAR                  */
/* ======================= */
.navbar[b-indxawerib] {
    border-bottom: 0 !important;
    box-shadow: none !important;
    margin-top: -2rem;
    margin-bottom: -2rem;
}

/* ======================= */
/* FOOTER FULL WIDTH       */
/* ======================= */
.home-footbar[b-indxawerib] {
    background: #565656;
    color: #e9ecef;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgba(255,255,255,.08);
}

    .home-footbar a[b-indxawerib] {
        color: #cfe9c5;
        text-decoration: none;
    }

        .home-footbar a:hover[b-indxawerib] {
            color: #9fd99e;
            text-decoration: underline;
        }

.link-pec[b-indxawerib], .link-mail[b-indxawerib], .link-telefono[b-indxawerib] {
    font-weight: 600;
}

.home-footnav .list-inline-item + .list-inline-item[b-indxawerib]::before {
    content: "|";
    color: rgba(255,255,255,.35);
    margin: 0 .6rem 0 .3rem;
}

.home-footbar small[b-indxawerib] {
    font-size: .95rem;
}

@media (max-width: 576px) {
    .home-footnav .list-inline-item[b-indxawerib] {
        display: inline-block;
        margin-bottom: .25rem;
    }
}

/* ======================= */
/* CARD SERVIZI COLORATE   */
/* ======================= */
.service-card[b-indxawerib] {
    --accent: #198754;
    border: 1px solid rgba(0,0,0,.07);
    border-left: .4rem solid var(--accent);
    background: color-mix(in srgb, var(--accent) 8%, #ffffff);
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    display: block;
    position: relative;
}

    .service-card:hover[b-indxawerib] {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(0,0,0,.12);
    }

.service-title[b-indxawerib] {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--accent);
    font-weight: 600;
}

.service-icon[b-indxawerib] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent) 12%, transparent);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: var(--accent);
}

/* Varianti colore coerenti ai banner */
.service-aziende[b-indxawerib] {
    --accent: #307abf;
    background: color-mix(in srgb, var(--accent) 8%, #ffffff);
}

.service-uffici[b-indxawerib] {
    --accent: #e03131;
    background: color-mix(in srgb, var(--accent) 8%, #ffffff);
}

.service-speciali[b-indxawerib] {
    --accent: #b36b2c;
    background: color-mix(in srgb, var(--accent) 8%, #ffffff);
}

.service-card[b-indxawerib]::after {
    content: "\f285"; /* bi-chevron-right */
    font-family: "bootstrap-icons";
    position: absolute;
    right: .9rem;
    top: .9rem;
    color: color-mix(in srgb, var(--accent) 70%, #000);
    opacity: .25;
    transition: transform .2s ease, opacity .2s ease;
}

.service-card:hover[b-indxawerib]::after {
    transform: translateX(3px);
    opacity: .55;
}

/* Bottone che usa l'accento della card */
.btn-outline-accent[b-indxawerib] {
    --bs-btn-color: var(--accent);
    --bs-btn-border-color: var(--accent);
    --bs-btn-hover-bg: var(--accent);
    --bs-btn-hover-border-color: var(--accent);
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: var(--accent);
    --bs-btn-active-border-color: var(--accent);
}

/* Lista con spunta */
.icon-list[b-indxawerib] {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .icon-list li[b-indxawerib] {
        margin-bottom: .25rem;
    }

        .icon-list li[b-indxawerib]::before {
            content: "✔";
            color: var(--accent);
            margin-right: .5rem;
            font-weight: 700;
        }

/* ======================= */
/* SFONDO PAGINA GENERALE  */
/* ======================= */
.home-page[b-indxawerib] {
    background: #e1e1e1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
/* _content/CoopLondon_Sito/Components/Pages/PerAziende.Facchinaggio.razor.rz.scp.css */
.icon-list[b-7sswlts3vl] {
    padding-left: 1rem;
}

    .icon-list li[b-7sswlts3vl] {
        list-style: none;
        margin: .4rem 0;
        position: relative;
    }

        .icon-list li[b-7sswlts3vl]::before {
            content: "›";
            position: absolute;
            left: -1rem;
            color: #20b25a;
            font-weight: 700;
        }
/* _content/CoopLondon_Sito/Components/Pages/PerAziende.MovimentoMerci.Razor.rz.scp.css */
.icon-list[b-qqutjsy4iy] {
    padding-left: 1rem;
}

    .icon-list li[b-qqutjsy4iy] {
        list-style: none;
        margin: .4rem 0;
        position: relative;
    }

        .icon-list li[b-qqutjsy4iy]::before {
            content: "›";
            position: absolute;
            left: -1rem;
            color: #20b25a;
            font-weight: 700;
        }
/* _content/CoopLondon_Sito/Components/Pages/PerAziende.PulizieIndustriali.razor.rz.scp.css */
.icon-list[b-ehcf7l6zzk] {
    padding-left: 1rem;
}

    .icon-list li[b-ehcf7l6zzk] {
        list-style: none;
        margin: .4rem 0;
        position: relative;
    }

        .icon-list li[b-ehcf7l6zzk]::before {
            content: "›";
            position: absolute;
            left: -1rem;
            color: #20b25a;
            font-weight: 700;
        }
/* _content/CoopLondon_Sito/Components/Pages/PerAziende.razor.rz.scp.css */
/* ========== HERO: fascia blu + logo + titolo ========== */
.hero-servizio-aziende[b-4hh6lkklf0] {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(180deg,#3a7fae 0%,#2c6c93 100%);
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

    .hero-servizio-aziende[b-4hh6lkklf0]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.05) 100%);
        z-index: 0;
    }

    .hero-servizio-aziende .container[b-4hh6lkklf0] {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-block: clamp(20px,4vw,44px);
        z-index: 1;
    }

/* Logo */
.hero-logo[b-4hh6lkklf0] {
    height: clamp(72px,9vw,120px);
    width: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeSlideUp-b-4hh6lkklf0 .8s ease-out forwards;
    z-index: 2;
}

/* Titolo (desktop) */
.hero-titolo[b-4hh6lkklf0] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: .75rem 0;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.1;
    font-size: clamp(32px,5vw,80px);
    opacity: 0;
    animation: fadeSlideUp-b-4hh6lkklf0 .8s ease-out forwards;
    animation-delay: .2s;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    z-index: 2;
}

/* Animazione */
@keyframes fadeSlideUp-b-4hh6lkklf0 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= MOBILE ================= */
@media (max-width:576px) {
    .hero-servizio-aziende[b-4hh6lkklf0] {
        min-height: clamp(300px,50vw,440px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .hero-servizio-aziende .container[b-4hh6lkklf0] {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-block: 1rem;
        }

    .hero-logo[b-4hh6lkklf0] {
        display: block;
        margin: 0 auto 0.8rem auto; /* più spazio sotto il logo */
        height: clamp(100px,28vw,150px);
        max-width: 90%;
        opacity: 1;
        animation: none;
        z-index: 2;
    }

    .hero-titolo[b-4hh6lkklf0] {
        position: relative !important;
        right: auto;
        bottom: auto;
        display: block;
        font-size: clamp(3.3rem, 8vw, 3rem); /* 👈 più grande */
        margin-top: 1rem; /* 👈 più distanziato dal logo */
        text-align: center;
        animation: none;
        opacity: 1 !important;
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0,0,0,.4);
        z-index: 3 !important;
    }
}

/* ========== TONO DI PAGINA ========== */
body[b-4hh6lkklf0] {
    background: radial-gradient(1200px 600px at 10% -10%, #f4f8fc 0%, transparent 60%), radial-gradient(1000px 500px at 110% 10%, #f0f7ff 0%, transparent 55%), #f7f9fb;
}

/* ========== CARDS ELENCO SERVIZI ========== */
.service-card[b-4hh6lkklf0] {
    --accent: #2c6c93;
    background: linear-gradient(180deg,#fff 0%,rgba(44,108,147,.05) 100%);
    border: 1px solid rgba(0,0,0,.06);
    border-left: .5rem solid var(--accent);
    border-radius: .75rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

    .service-card .card-body[b-4hh6lkklf0] {
        padding: 1.1rem 1.15rem;
    }

    .service-card h3[b-4hh6lkklf0] {
        margin: 0 0 .5rem 0;
        color: var(--accent) !important;
        font-weight: 700;
    }

    .service-card:hover[b-4hh6lkklf0],
    .service-card:focus[b-4hh6lkklf0] {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(0,0,0,.12);
        outline: none;
    }

/* Accenti card */
.row.g-3 > .col-md-4:nth-child(1) .service-card[b-4hh6lkklf0] {
    --accent: #2c6c93;
}

.row.g-3 > .col-md-4:nth-child(2) .service-card[b-4hh6lkklf0] {
    --accent: #1f8a70;
}

.row.g-3 > .col-md-4:nth-child(3) .service-card[b-4hh6lkklf0] {
    --accent: #b36b2c;
}

/* Bullet */
.icon-list[b-4hh6lkklf0] {
    padding-left: 1rem;
    margin: 0;
}

    .icon-list li[b-4hh6lkklf0] {
        list-style: none;
        margin: .45rem 0;
        position: relative;
    }

        .icon-list li[b-4hh6lkklf0]::before {
            content: "›";
            position: absolute;
            left: -1rem;
            color: var(--accent);
            font-weight: 800;
        }

/* ========== COLLAPSE DETTAGLI ========== */
.collapse .card[b-4hh6lkklf0] {
    border: 1px solid rgba(0,0,0,.08);
    border-left: .4rem solid #20b25a;
    border-radius: .5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* ========== CTA ========== */
.btn-outline-accent[b-4hh6lkklf0] {
    --accent: #2c6c93;
    color: var(--accent);
    border-color: var(--accent);
}

    .btn-outline-accent:hover[b-4hh6lkklf0] {
        background: var(--accent);
        color: #fff;
        border-color: var(--accent);
    }

/* ========== FOOTER FULL WIDTH ========== */
.home-footbar[b-4hh6lkklf0] {
    background: #565656;
    color: #e9ecef;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgba(255,255,255,.08);
    margin-bottom: 0;
}

    .home-footbar a[b-4hh6lkklf0] {
        color: #cfe9c5;
        text-decoration: none;
    }

        .home-footbar a:hover[b-4hh6lkklf0] {
            color: #9fd99e;
            text-decoration: underline;
        }

.link-pec[b-4hh6lkklf0], .link-mail[b-4hh6lkklf0], .link-telefono[b-4hh6lkklf0] {
    font-weight: 600;
}

.card + .collapse[b-4hh6lkklf0] {
    margin-top: .5rem;
}

/* _content/CoopLondon_Sito/Components/Pages/PerUffici.razor.rz.scp.css */
/* ============================================================
   HERO: fascia rossa + overlay + animazioni (coerente con Aziende)
============================================================ */
.hero-servizio-uffici[b-jpdbmk9bvt] {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(180deg, #e03131 0%, #c22a2a 100%);
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

    .hero-servizio-uffici[b-jpdbmk9bvt]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.06) 100%);
        z-index: 0;
    }

    .hero-servizio-uffici .container[b-jpdbmk9bvt] {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-block: clamp(20px, 4vw, 44px);
        z-index: 1;
    }

/* Logo + titolo */
.hero-logo[b-jpdbmk9bvt] {
    height: clamp(72px, 9vw, 120px);
    width: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeSlideUp-b-jpdbmk9bvt .8s ease-out forwards;
    z-index: 2;
}

.hero-titolo[b-jpdbmk9bvt] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: .75rem 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.1;
    font-size: clamp(32px, 5vw, 80px);
    opacity: 0;
    animation: fadeSlideUp-b-jpdbmk9bvt .8s ease-out forwards;
    animation-delay: .2s;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    z-index: 2;
}

@keyframes fadeSlideUp-b-jpdbmk9bvt {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .hero-servizio-uffici[b-jpdbmk9bvt] {
        min-height: clamp(300px, 50vw, 440px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .hero-servizio-uffici .container[b-jpdbmk9bvt] {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-block: 1rem;
        }

    .hero-logo[b-jpdbmk9bvt] {
        display: block;
        margin: 0 auto 0.8rem auto; /* più spazio sotto il logo */
        height: clamp(100px, 28vw, 150px);
        max-width: 90%;
        opacity: 1;
        animation: none;
        z-index: 2;
    }

    .hero-titolo[b-jpdbmk9bvt] {
        position: relative !important;
        right: auto;
        bottom: auto;
        display: block;
        font-size: clamp(3.3rem, 8vw, 3rem); /* più grande */
        margin-top: 1rem; /* più distanziata dal logo */
        text-align: center;
        animation: none;
        opacity: 1 !important;
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, .4);
        z-index: 3 !important;
    }
}

/* ============================================================
   TONO DI PAGINA (stesso sfondo soft di Aziende)
============================================================ */
body[b-jpdbmk9bvt] {
    background: radial-gradient(1200px 600px at 10% -10%, #fef3f3 0%, transparent 60%), radial-gradient(1000px 500px at 110% 10%, #fff0f0 0%, transparent 55%), #f8f9fb;
}

/* ============================================================
   CARD SERVIZI con accento colore e hover moderni
============================================================ */
.service-card[b-jpdbmk9bvt] {
    --accent: #c22a2a; /* rosso sezione uffici */
    background: linear-gradient(180deg, #ffffff 0%, rgba(226,48,49,0.06) 100%);
    border: 1px solid rgba(0,0,0,.06);
    border-left: .5rem solid var(--accent);
    border-radius: .75rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

    .service-card .card-body[b-jpdbmk9bvt] {
        padding: 1.1rem 1.15rem;
    }

    .service-card h3[b-jpdbmk9bvt] {
        margin: 0 0 .5rem 0;
        color: var(--accent) !important;
        font-weight: 700;
    }

    .service-card:hover[b-jpdbmk9bvt],
    .service-card:focus[b-jpdbmk9bvt] {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(0,0,0,.12);
        outline: none;
    }

/* accenti specifici per le 2 card */
.row.g-3 > .col-md-6:nth-child(1) .service-card[b-jpdbmk9bvt] {
    --accent: #c22a2a;
}

.row.g-3 > .col-md-6:nth-child(2) .service-card[b-jpdbmk9bvt] {
    --accent: #1f8a70;
}

/* freccia lista in tinta con l’accento corrente */
.icon-list[b-jpdbmk9bvt] {
    padding-left: 1rem;
    margin: 0;
}

    .icon-list li[b-jpdbmk9bvt] {
        list-style: none;
        margin: .45rem 0;
        position: relative;
    }

        .icon-list li[b-jpdbmk9bvt]::before {
            content: "›";
            position: absolute;
            left: -1rem;
            color: var(--accent);
            font-weight: 800;
        }

/* ============================================================
   PANNELLI DETTAGLIO (collapse) coerenti
============================================================ */
.collapse .card[b-jpdbmk9bvt] {
    border: 1px solid rgba(0,0,0,.08);
    border-left: .4rem solid #20b25a;
    border-radius: .5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* ============================================================
   FOOTER A FASCIA (coerente sito)
============================================================ */
.home-footbar[b-jpdbmk9bvt] {
    background: #565656;
    color: #e9ecef;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgba(255,255,255,.08);
    margin-bottom: 0;
}

    .home-footbar a[b-jpdbmk9bvt] {
        color: #cfe9c5;
        text-decoration: none;
    }

        .home-footbar a:hover[b-jpdbmk9bvt] {
            color: #9fd99e;
            text-decoration: underline;
        }

.link-pec[b-jpdbmk9bvt], .link-mail[b-jpdbmk9bvt], .link-telefono[b-jpdbmk9bvt] {
    font-weight: 600;
}

.home-footnav .list-inline-item + .list-inline-item[b-jpdbmk9bvt]::before {
    content: "|";
    color: rgba(255,255,255,.35);
    margin: 0 .6rem 0 .3rem;
}

.home-footbar small[b-jpdbmk9bvt] {
    font-size: .95rem;
}

@media (max-width: 576px) {
    .home-footnav .list-inline-item[b-jpdbmk9bvt] {
        display: inline-block;
        margin-bottom: .25rem;
    }
}
/* _content/CoopLondon_Sito/Components/Pages/ServiziSpeciali.razor.rz.scp.css */
/* ============================================================
   HERO: fascia ambra + overlay + animazioni (coerente con le altre)
============================================================ */
.hero-servizio-speciali[b-t9nhyxnusk] {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(180deg, #b36b2c 0%, #95551f 100%);
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

    .hero-servizio-speciali[b-t9nhyxnusk]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.06) 100%);
        z-index: 0;
    }

    .hero-servizio-speciali .container[b-t9nhyxnusk] {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-block: clamp(20px, 4vw, 44px);
        z-index: 1;
    }

/* Logo e titolo */
.hero-logo[b-t9nhyxnusk] {
    height: clamp(72px, 9vw, 120px);
    width: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeSlideUp-b-t9nhyxnusk .8s ease-out forwards;
    z-index: 2;
}

.hero-titolo[b-t9nhyxnusk] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: .75rem 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.1;
    font-size: clamp(32px, 5vw, 80px);
    opacity: 0;
    animation: fadeSlideUp-b-t9nhyxnusk .8s ease-out forwards;
    animation-delay: .2s;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    z-index: 2;
}

@keyframes fadeSlideUp-b-t9nhyxnusk {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {
    .hero-servizio-speciali[b-t9nhyxnusk] {
        min-height: clamp(300px, 50vw, 440px);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .hero-servizio-speciali .container[b-t9nhyxnusk] {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-block: 1rem;
        }

    .hero-logo[b-t9nhyxnusk] {
        display: block;
        margin: 0 auto 0.8rem auto;
        height: clamp(100px, 28vw, 150px);
        max-width: 90%;
        opacity: 1;
        animation: none;
        z-index: 2;
    }

    .hero-titolo[b-t9nhyxnusk] {
        position: relative !important;
        right: auto;
        bottom: auto;
        display: block;
        font-size: clamp(3.3rem, 8vw, 3rem); /* più grande */
        margin-top: 1rem; /* spostato più in basso */
        text-align: center;
        animation: none;
        opacity: 1 !important;
        color: #fff !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, .4);
        z-index: 3 !important;
    }
}

/* ============================================================
   TONO DI PAGINA (sfondo soft coerente, variante calda)
============================================================ */
body[b-t9nhyxnusk] {
    background: radial-gradient(1200px 600px at 10% -10%, #fff6ec 0%, transparent 60%), radial-gradient(1000px 500px at 110% 10%, #fff2e6 0%, transparent 55%), #f8f9fb;
}

/* ============================================================
   CARD SERVIZI con accento colore + hover moderni
============================================================ */
.service-card[b-t9nhyxnusk] {
    --accent: #95551f; /* default ambra */
    background: linear-gradient(180deg, #ffffff 0%, rgba(179,107,44,0.06) 100%);
    border: 1px solid rgba(0,0,0,.06);
    border-left: .5rem solid var(--accent);
    border-radius: .75rem;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    display: block;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

    .service-card .card-body[b-t9nhyxnusk] {
        padding: 1.1rem 1.15rem;
    }

    .service-card h3[b-t9nhyxnusk] {
        margin: 0 0 .5rem 0;
        color: var(--accent) !important;
        font-weight: 700;
    }

    .service-card:hover[b-t9nhyxnusk],
    .service-card:focus[b-t9nhyxnusk] {
        transform: translateY(-3px);
        box-shadow: 0 14px 28px rgba(0,0,0,.12);
        outline: none;
    }

/* accenti specifici per le 2 card */
.row.g-3 > .col-md-6:nth-child(1) .service-card[b-t9nhyxnusk] {
    --accent: #95551f;
}

.row.g-3 > .col-md-6:nth-child(2) .service-card[b-t9nhyxnusk] {
    --accent: #1f6e99;
}

/* liste con freccia in tono */
.icon-list[b-t9nhyxnusk] {
    padding-left: 1rem;
    margin: 0;
}

    .icon-list li[b-t9nhyxnusk] {
        list-style: none;
        margin: .45rem 0;
        position: relative;
    }

        .icon-list li[b-t9nhyxnusk]::before {
            content: "›";
            position: absolute;
            left: -1rem;
            color: var(--accent);
            font-weight: 800;
        }

/* ============================================================
   PANNELLI DETTAGLIO (collapse) – stile coerente
============================================================ */
.collapse .card[b-t9nhyxnusk] {
    border: 1px solid rgba(0,0,0,.08);
    border-left: .4rem solid #20b25a;
    border-radius: .5rem;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* ============================================================
   FOOTER A FASCIA (coerente sito)
============================================================ */
.home-footbar[b-t9nhyxnusk] {
    background: #565656;
    color: #e9ecef;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-top: 1px solid rgba(255,255,255,.08);
    margin-bottom: 0;
}

    .home-footbar a[b-t9nhyxnusk] {
        color: #cfe9c5;
        text-decoration: none;
    }

        .home-footbar a:hover[b-t9nhyxnusk] {
            color: #9fd99e;
            text-decoration: underline;
        }

.link-pec[b-t9nhyxnusk], .link-mail[b-t9nhyxnusk], .link-telefono[b-t9nhyxnusk] {
    font-weight: 600;
}

.home-footnav .list-inline-item + .list-inline-item[b-t9nhyxnusk]::before {
    content: "|";
    color: rgba(255,255,255,.35);
    margin: 0 .6rem 0 .3rem;
}

.home-footbar small[b-t9nhyxnusk] {
    font-size: .95rem;
}

@media (max-width: 576px) {
    .home-footnav .list-inline-item[b-t9nhyxnusk] {
        display: inline-block;
        margin-bottom: .25rem;
    }
}
/* _content/CoopLondon_Sito/Components/PerAziende/SideMenu.razor.rz.scp.css */
.top-3[b-vhyav9p5ev] {
    top: 1rem;
}
/* distanza dalla navbar quando sticky */
.list-group-item.active[b-vhyav9p5ev] {
    background: #20b25a;
    border-color: #20b25a;
    color: #fff;
}
