/**
 * WPBakery Custom Styles for Fenomeno Studio
 * Classi personalizzate da utilizzare nel page builder
 */

/* Rimuovi padding default di WPBakery per sezioni full-width */
.vc_row.fenomeno-hero,
.vc_row.fenomeno-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_row.fenomeno-hero .vc_column_container,
.vc_row.fenomeno-content .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Hero Section Class */
.fenomeno-hero-section {
    position: relative;
    min-height: 100vh;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 100px 40px;
}

.fenomeno-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.fenomeno-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
}

.fenomeno-logo {
    font-size: 72px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-family: 'Chapbook', 'Libre Baskerville', Georgia, serif;
}

.fenomeno-logo-studio {
    font-size: 18px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
    margin-top: 5px;
    display: block;
}

.fenomeno-decoration {
    font-size: 48px;
    color: #a4d65e;
    margin: 0 20px;
}

.fenomeno-tagline {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 30px;
    font-family: 'Sanchez', 'Libre Baskerville', Georgia, serif;
}

/* Content Section Class */
.fenomeno-content-section {
    background: #e8e4d9;
    padding: 100px 60px;
    text-align: center;
}

.fenomeno-title {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Bank Gothic', 'Lato', sans-serif;
    color: #1a1a1a;
}

.fenomeno-divider {
    width: 40px;
    height: 20px;
    margin: 30px auto;
    display: block;
}

.fenomeno-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
    color: #1a1a1a;
    font-family: 'Sanchez', 'Libre Baskerville', Georgia, serif;
}

.fenomeno-text p {
    margin-bottom: 15px;
}

/* Custom Column Classes */
.fenomeno-centered-column {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Stars Overlay */
.fenomeno-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(2px 2px at 20px 30px, white, transparent),
        radial-gradient(2px 2px at 60px 70px, white, transparent),
        radial-gradient(1px 1px at 50px 50px, white, transparent),
        radial-gradient(1px 1px at 130px 80px, white, transparent),
        radial-gradient(2px 2px at 90px 10px, white, transparent);
    background-repeat: repeat;
    background-size: 200px 200px;
    opacity: 0.5;
    z-index: 1;
}

/* Sezione Visioni Che Ispirano */
.fenomeno-visioni-section {
    background: #1a1a1a;
    padding: 100px 60px;
    color: #fff;
}

.fenomeno-visioni-title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #a4d65e;
    font-family: 'Bank Gothic', 'Lato', sans-serif;
}

.fenomeno-visioni-subtitle {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    font-style: italic;
}

.fenomeno-visioni-text {
    max-width: 700px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.fenomeno-diagram {
    max-width: 100%;
    height: auto;
    margin: 40px auto;
}

/* Turismi Atipici Icons */
.fenomeno-turismi-section {
    background: #e8e4d9;
    padding: 80px 40px;
    text-align: center;
}

.fenomeno-turismi-title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Bank Gothic', 'Lato', sans-serif;
}

.fenomeno-turismi-subtitle {
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1.8;
}

.fenomeno-turismi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.fenomeno-turismo-item {
    text-align: center;
}

.fenomeno-turismo-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.fenomeno-turismo-icon img {
    width: 80px;
    height: 80px;
    display: block;
}

.fenomeno-turismo-name {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.fenomeno-turismo-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

/* Gallery Section */
.fenomeno-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

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

/* Quote Section - Rod Serling */
.fenomeno-quote-section {
    background: #1a1a1a;
    padding: 80px 60px;
    text-align: center;
    color: #fff;
}

.fenomeno-quote-text {
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    letter-spacing: 1px;
}

.fenomeno-quote-author {
    font-size: 16px;
    color: #a4d65e;
    font-weight: 600;
}

/* Podcast Section */
.fenomeno-podcast-section {
    background: #1a1a1a;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
}

.fenomeno-podcast-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #a4d65e;
}

.fenomeno-podcast-btn {
    display: inline-block;
    background: #a4d65e;
    color: #1a1a1a;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.fenomeno-podcast-btn:hover {
    background: #8bc44a;
    transform: scale(1.05);
}

/* Shop/Donation Section */
.fenomeno-shop-section {
    background: #1a1a1a;
    padding: 100px 60px;
}

.fenomeno-shop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.fenomeno-shop-item {
    color: #fff;
}

.fenomeno-shop-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a4d65e;
    margin-bottom: 15px;
}

.fenomeno-shop-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fenomeno-shop-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.fenomeno-shop-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.fenomeno-shop-btn {
    display: inline-block;
    background: #a4d65e;
    color: #1a1a1a;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 25px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.fenomeno-shop-btn:hover {
    background: #8bc44a;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .fenomeno-logo {
        font-size: 48px;
    }

    .fenomeno-tagline {
        font-size: 20px;
    }

    .fenomeno-title {
        font-size: 28px;
    }

    .fenomeno-content-section,
    .fenomeno-hero-section {
        padding: 60px 30px;
    }

    .fenomeno-turismi-grid {
        grid-template-columns: 1fr;
    }

    .fenomeno-gallery {
        grid-template-columns: 1fr;
    }

    .fenomeno-shop-grid {
        grid-template-columns: 1fr;
    }
}
