/**
 * CSS PERSONALIZZATO PIXEL-PERFECT
 * Per dettagli tipografici non raggiungibili via WPBakery
 */

/* ===================================
   HERO SECTION
   =================================== */
.fenomeno-hero {
    position: relative;
    overflow: hidden;
}

.fenomeno-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.fenomeno-hero .vc_column-inner {
    position: relative;
    z-index: 2;
}

.hero-logo h1 {
    font-weight: 300 !important;
    font-style: italic !important;
}

.hero-studio {
    font-weight: 300 !important;
    text-transform: uppercase !important;
}

.hero-subtitle {
    font-weight: 400 !important;
}

/* ===================================
   PROGETTIAMO SECTION
   =================================== */
.fenomeno-progettiamo .section-title {
    font-weight: 400 !important;
}

.progettiamo-text strong {
    font-weight: 600 !important;
}

.divider-icon img {
    max-width: 40px !important;
    height: auto !important;
}

/* ===================================
   VISIONI SECTION
   =================================== */
.fenomeno-visioni {
    background-color: #0d0d0d !important;
}

.visioni-title,
.visioni-subtitle {
    color: #a4d65e !important;
    font-weight: 400 !important;
}

.visioni-text strong {
    font-weight: 600 !important;
}

.badges-grid .wpb_single_image img {
    max-width: 180px !important;
    height: auto !important;
}

/* ===================================
   TURISMI ATIPICI SECTION
   =================================== */
.fenomeno-turismi-intro,
.fenomeno-turismi-icons {
    background-color: #e8e4d9 !important;
}

.turismi-intro strong {
    font-weight: 600 !important;
}

.turismo-icon img {
    width: 100% !important;
    height: auto !important;
    max-width: 80px !important;
    margin: 0 auto !important;
}

.turismo-title {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.turismo-desc p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* ===================================
   GALLERY SECTION
   =================================== */
.fenomeno-gallery .vc_column-inner {
    padding: 0 !important;
}

.fenomeno-gallery .wpb_single_image {
    margin: 0 !important;
}

.fenomeno-gallery img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
    display: block !important;
}

/* ===================================
   QUOTE SECTION
   =================================== */
.fenomeno-quote {
    background-color: #0d0d0d !important;
}

.quote-text p:first-child {
    font-family: 'Libre Baskerville', Georgia, serif !important;
    font-weight: 400 !important;
}

/* ===================================
   PODCAST SECTION
   =================================== */
.fenomeno-podcast {
    background-color: #0d0d0d !important;
}

.podcast-title {
    font-weight: 400 !important;
}

.podcast-btn .vc_btn3 {
    transition: all 0.3s ease !important;
}

.podcast-btn .vc_btn3:hover {
    background-color: #8bc44a !important;
    transform: scale(1.05) !important;
}

/* ===================================
   SHOP/TOOLKIT SECTION
   =================================== */
.fenomeno-bottom {
    background-color: #0d0d0d !important;
}

.shop-title,
.toolkit-title {
    color: #a4d65e !important;
    font-weight: 400 !important;
}

.shop-subtitle,
.toolkit-subtitle {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.shop-text strong,
.toolkit-text strong {
    font-weight: 600 !important;
}

.shop-btn .vc_btn3,
.toolkit-btn .vc_btn3 {
    transition: all 0.3s ease !important;
}

.shop-btn .vc_btn3:hover,
.toolkit-btn .vc_btn3:hover {
    background-color: #8bc44a !important;
    transform: scale(1.05) !important;
}

/* ===================================
   RESPONSIVE ADJUSTMENTS
   =================================== */
@media (max-width: 1024px) {
    .hero-logo h1 {
        font-size: 70px !important;
    }

    .fenomeno-visioni .vc_col-sm-5,
    .fenomeno-visioni .vc_col-sm-7 {
        width: 100% !important;
        padding: 30px !important;
    }

    .badges-grid .vc_col-sm-6 {
        width: 50% !important;
    }
}

@media (max-width: 768px) {
    .hero-logo h1 {
        font-size: 50px !important;
    }

    .hero-studio {
        font-size: 16px !important;
        letter-spacing: 8px !important;
    }

    .section-title {
        font-size: 26px !important;
    }

    .fenomeno-progettiamo,
    .fenomeno-visioni,
    .fenomeno-turismi-intro,
    .fenomeno-turismi-icons,
    .fenomeno-quote,
    .fenomeno-podcast,
    .fenomeno-bottom {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .fenomeno-turismi-icons .vc_col-sm-2-4 {
        width: 100% !important;
        margin-bottom: 40px !important;
    }

    .fenomeno-gallery .vc_col-sm-4 {
        width: 100% !important;
    }

    .fenomeno-gallery img {
        height: 250px !important;
    }

    .fenomeno-bottom .vc_col-sm-6 {
        width: 100% !important;
        padding: 30px !important;
    }
}

@media (max-width: 480px) {
    .hero-logo h1 {
        font-size: 36px !important;
    }

    .hero-studio {
        font-size: 14px !important;
        letter-spacing: 6px !important;
    }

    .hero-subtitle {
        font-size: 13px !important;
    }

    .section-title {
        font-size: 22px !important;
    }

    .progettiamo-text p,
    .visioni-text p,
    .turismi-intro p {
        font-size: 14px !important;
    }

    .badges-grid .vc_col-sm-6 {
        width: 100% !important;
    }
}

/* ===================================
   UTILITIES
   =================================== */
.vc_row[data-vc-full-width] {
    overflow: visible !important;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

/* Fix per line-height precisi */
.vc_custom_heading {
    line-height: inherit !important;
}
