/* ==========================================
   FONTS & VARIABILI COLORI
   ========================================== */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Oswald:wght@500;700&family=Roboto:wght@300;400&display=swap');

:root {
    --bg-header: #131313;      /* Sfondo header e footer */
    --bg-body: #2b2b2b;        /* Grigio scuro per il corpo della pagina */
    --bg-card: #1c1c1c;        /* Sfondo card e form */
    --accent-orange: #ff6a00;  /* Arancione brillante */
    --accent-green: #a2d973;   /* Verde chiaro */
    --text-light: #f0f0f0;     /* Testo chiaro */
    --text-white: #ffffff;
}

/* ==========================================
   RESET E STILI BASE
   ========================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body { 
    font-family: 'Roboto', sans-serif; 
    background-color: var(--bg-body);
    color: var(--text-light);
    line-height: 1.6; 
}

/* ==========================================
   HEADER E NAVIGAZIONE (DESKTOP)
   ========================================== */
header { 
    background-color: var(--bg-header);
    padding: 10px 30px; 
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 3px solid var(--accent-orange);
    box-shadow: 0 4px 10px rgba(0,0,0,0.7);
    position: relative;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 140px; /* Spazio per il logo grande a sinistra */
}

.header-top .logo-link {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
    text-decoration: none;
}

/* Logo PC: riempie l'area a sinistra senza ritaglio circolare */
.header-logo {
    height: 140px;
    width: auto;
    max-width: 250px;
    clip-path: none;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.03);
}

/* Titolo "L'Artista" al centro in corsivo */
.header-title {
    font-family: 'Dancing Script', cursive;
    font-size: 3rem;
    color: var(--accent-orange);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(255, 106, 0, 0.3);
}

/* Menu con voci riquadrate */
nav ul { 
    list-style: none; 
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

nav ul li a { 
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    color: var(--accent-green); 
    text-decoration: none; 
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    display: inline-block;
    
    /* Bordo verde e angoli arrotondati */
    border: 2px solid var(--accent-green);
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Hover sulle voci del menu */
nav ul li a:hover {
    color: #000000;
    background-color: var(--accent-green);
    border-color: var(--accent-green);
    box-shadow: 0 0 12px rgba(162, 217, 115, 0.6);
    transform: translateY(-2px);
}

nav ul li a.active {
    background-color: var(--accent-orange);
    border-color: var(--accent-orange);
    color: #000000;
}

/* ==========================================
   CONTENUTO PRINCIPALE (MAIN)
   ========================================== */
main { 
    padding: 40px 20px; 
    max-width: 800px; 
    margin: auto; 
    text-align: center; 
    min-height: 60vh;
}

main h2 {
    font-family: 'Oswald', sans-serif;
    color: var(--accent-orange);
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

main h3 {
    font-family: 'Oswald', sans-serif;
    color: var(--accent-green);
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

main p {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

main ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

main ul li {
    font-size: 1.1rem;
    margin-bottom: 5px;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
}

/* ==========================================
   PAGINA CONTATTACI - BOTTONI XL
   ========================================== */
.contact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
}

.contact-subtext {
    font-size: 1.25rem;
    max-width: 650px;
    margin: 10px auto 40px auto;
    line-height: 1.7;
    color: var(--text-light);
}

.contact-links-xl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 750px;
    margin: 20px auto;
}

.btn-contact-xl {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 35px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.btn-contact-xl i {
    font-size: 3.2rem;
}

.btn-contact-xl:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

/* Bottone Telefono */
.btn-phone-xl {
    background-color: var(--accent-green);
    color: #111;
}

.btn-phone-xl:hover {
    background-color: #ffffff;
    color: #000;
}

/* Bottone Instagram Gradiente */
.btn-instagram-xl {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: var(--text-white);
}

.btn-instagram-xl:hover {
    filter: brightness(1.1);
}

/* ==========================================
   MAPPA GOOGLE (PAGINA DOVE TROVARCI)
   ========================================== */
.map-container {
    margin-top: 30px;
    padding: 10px;
    background: var(--bg-card);
    border: 1px solid #444;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

/* ==========================================
   BOTTONE WHATSAPP FLOATING (TUTTE LE PAGINE)
   ========================================== */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe57;
    color: #FFF;
}

/* ==========================================
   FOOTER
   ========================================== */
footer { 
    background-color: var(--bg-header);
    color: #b0b0b0; 
    text-align: center; 
    padding: 20px 0; 
    margin-top: 40px; 
    border-top: 1px solid var(--accent-orange);
}

/* ==========================================
   RESPONSIVITÀ MOBILE
   ========================================== */
@media screen and (max-width: 768px) {
    header {
        padding: 12px 15px;
    }

    .header-top {
        min-height: auto;
    }

    .header-logo {
        height: 55px;
        max-width: none;
    }

    .header-title {
        font-size: 2.2rem;
    }

    nav ul {
        gap: 8px;
    }

    nav ul li a {
        font-size: 0.95rem;
        padding: 6px 12px;
    }

    .contact-links-xl {
        flex-direction: column;
        gap: 20px;
    }

    .btn-contact-xl {
        width: 100%;
        padding: 25px 15px;
        flex-direction: row;
        font-size: 1.3rem;
    }

    .btn-contact-xl i {
        font-size: 2rem;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 30px;
    }
}