/* ==============================================================================
   VETRINA TONER POINT - stile separato dal catalogo (style.css)
   Modifica questo file quando cambi contenuti "di presentazione":
   logo, contatti, orari, box "perché sceglierci", volantini, ecc.
   Non tocca mai la logica o lo stile del catalogo prodotti.
   ============================================================================== */

.promo-banner {
    background-color: #dc2626;
    color: white;
    padding: 12px 0;
    font-weight: bold;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
}
.promo-text {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: scorri 20s linear infinite;
}
@keyframes scorri {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}

.evidenza-container { display: flex; gap: 15px; margin-bottom: 20px; }
.banner-evidenza {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    color: white;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.banner-evidenza:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0,0,0,0.1); }
.banner-offerte { background: linear-gradient(135deg, #1e3a8a, #3b82f6); border-left: 5px solid #dc2626; }
.banner-tecnico { background: linear-gradient(135deg, #334155, #64748b); border-left: 5px solid #d97706; }
.banner-youtube { background: linear-gradient(135deg, #7f1d1d, #dc2626); border-left: 5px solid #1e293b; }
.banner-evidenza h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 0.5px; }
.banner-evidenza p { font-size: 13px; font-weight: normal; opacity: 0.9; }

.box-vetrina { background: white; padding: 25px; border-radius: 8px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); margin-bottom: 25px; }

.main-content-wrapper { display: flex; gap: 20px; flex-wrap: wrap; }
.info-left-block { flex: 1; min-width: 300px; text-align: center; padding: 20px 10px; }
.info-right-block { flex: 1; min-width: 300px; display: flex; flex-direction: column; gap: 15px; }

.logo-finto { font-size: 38px; font-weight: bold; color: #1e293b; margin-bottom: 5px; letter-spacing: 1px; }
.logo-finto span { color: #dc2626; }
.info-sub { font-size: 13px; color: #64748b; margin-bottom: 25px; font-weight: 500; letter-spacing: 0.5px; }
.dati-contatto { font-size: 16px; color: #334155; line-height: 1.8; margin-bottom: 25px; text-align: left; background: #f8fafc; padding: 15px; border-radius: 6px; border: 1px solid #e2e8f0; }
.social-info { font-size: 14px; color: #475569; margin-top: 10px; font-style: italic; text-align: center; border-top: 1px solid #e2e8f0; padding-top: 10px; }

.maps-link {
    display: inline-block;
    background: #ea4335;
    color: white;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 100%;
    text-align: center;
}
.maps-link:hover { background: #c5221f; }

.box-scelta-cliccabile {
    border-top: 4px solid #1e3a8a;
    background: #fdfeff;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}
.box-scelta-cliccabile:hover { transform: scale(1.01); background: #f0f4f8; }

.panel-box-info { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 15px; }
.panel-box-info h4 { color: #1e293b; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e2e8f0; padding-bottom: 5px; }
.panel-box-info ul { list-style: none; padding-left: 0; }
.panel-box-info ul li { font-size: 13px; color: #475569; margin-bottom: 8px; line-height: 1.4; padding-left: 15px; position: relative; text-align: left; }
.panel-box-info ul li::before { content: "•"; color: #dc2626; font-weight: bold; position: absolute; left: 0; }

.badge-attivo { background: #28a745; color: white; padding: 2px 6px; border-radius: 4px; font-size: 11px; font-weight: bold; text-transform: uppercase; display: inline-block; margin-left: 5px; }

.lightbox { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); text-align: center; padding: 40px; overflow-y: auto; }
.lightbox-content-box { max-width: 800px; margin: 40px auto; background: white; padding: 30px; border-radius: 8px; text-align: left; box-shadow: 0 10px 25px rgba(0,0,0,0.5); position: relative; }
.lightbox img { max-width: 100%; max-height: 70vh; border: 1px solid #ddd; border-radius: 4px; margin-top: 15px; }

.titolo-lightbox { color: #1e3a8a; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; font-size: 20px; margin-bottom: 20px; }
.contenitore-galleria { display: flex; flex-direction: column; gap: 30px; max-height: 75vh; overflow-y: auto; }
.voce-galleria { border-bottom: 1px solid #e2e8f0; padding-bottom: 20px; }
.voce-galleria:last-child { border-bottom: none; }
.titolo-galleria { font-size: 15px; color: #334155; margin-bottom: 10px; font-weight: bold; }
.img-galleria { max-width: 100%; border: 1px solid #ddd; border-radius: 4px; display: block; margin: 0 auto; }
.lightbox-close { position: absolute; top: 15px; right: 25px; color: #334155; font-size: 35px; font-weight: bold; text-decoration: none; cursor: pointer; z-index: 10000; }
.lightbox-close:hover { color: #dc2626; }
.lightbox-close-white { color: white; position: absolute; top: 15px; right: 25px; font-size: 45px; font-weight: bold; text-decoration: none; cursor: pointer; }
.lightbox-close-white:hover { color: #dc2626; }
