/* ============================================
   MOBILE.CSS - RESPONSIVE DESIGN
   Solo per: Hero, About, Car, Team, Contact
   NON tocca: navbar, footer, selettore lingua
   ============================================ */

/* ============================================
   TABLET (768px - 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
    
    /* HERO SECTION */
    .hero {
        min-height: 80vh;
        margin-bottom: 50px;
    }
    
    .hero-title {
        font-size: 160px;
        margin-top: -50px;
    }
    
    .hero-subtitle {
        font-size: 52px;
        letter-spacing: 1.2em;
        margin-left: 1em;
    }
    
    .hero-car-img {
        width: 95%;
    }
    
    .orbs-hero {
        width: 450px;
        height: 450px;
        filter: blur(150px);
        bottom: -20%;
    }
    
    .hero-btn-container {
        margin-top: 150px;
        margin-bottom: -450px;
    }
    
    /* ABOUT SECTION */
    .about-container {
        flex-direction: column;
        margin: -100px auto 50px;
        padding: 0 40px;
    }
    
    .about-title {
        font-size: 90px;
        padding: 60px 0;
    }
    
    .about-paragraph {
        margin-left: 0;
        font-size: 22px;
        max-width: 100%;
        text-align: center;
    }
    
    .about-image {
        margin-left: 0;
        margin-top: 40px;
        justify-content: center;
    }
    
    .about-image img {
        width: 85%;
    }
    
    /* CAR SECTION */
    .carsection {
        padding: 60px 0;
    }
    
    .car_title {
        font-size: 90px;
        margin-bottom: 20px;
    }
    
    .car_img {
        width: 100%;
        margin-bottom: -100px;
    }
    
    /* TEAM SECTION */
    .teamsection {
        padding: 60px 30px;
    }
    
    .team_title {
        font-size: 90px;
    }
    
    .team_paragraph {
        font-size: 24px;
    }
    
    .ourteam_btn {
        margin: 80px auto 0;
        padding: 12px 40px;
        font-size: 20px;
    }
    
    /* CONTACT SECTION */
    .contact_container {
        flex-direction: column;
        padding: 10px 50px;
        gap: 50px;
    }
    
    .contact_title {
        font-size: 90px;
        padding: 60px 0;
    }
    
    .contact_left {
        width: 100%;
    }
    
    .contact_subtitle {
        font-size: 28px;
    }
    
    .contact_paragraph {
        font-size: 22px;
    }
    
    .modulo form {
        width: 100%;
    }
    
    .social_email {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .img_partner {
        width: 100%;
        max-width: 300px;
    }
}

/* ============================================
   MOBILE (320px - 767px)
   VOLTA CORSE reso PIÙ GRANDE
   Immagine macchina PIÙ GRANDE
   ============================================ */
@media screen and (max-width: 767px) {
    
    /* HERO SECTION - Testo e immagine ingranditi */
    .hero {
        min-height: 85vh;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 90px;
        margin-top: -20px;
    }
    
    .hero-subtitle {
        font-size: 32px;
        letter-spacing: 0.6em;
        margin-left: 0.5em;
    }
    
    .hero-car-img {
        width: 100%;
        max-width: none;
        transform: scale(1.1);
        margin: 20px 0;
    }
    
    .orbs-hero {
        width: 320px;
        height: 320px;
        filter: blur(120px);
        bottom: -10%;
    }
    
    .hero-btn-container {
        margin-bottom: -220px;
    }
    
    .hero-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    /* ABOUT SECTION */
    .about {
        padding: 0 15px;
    }
    
    .about-container {
        margin: -50px auto 30px;
        padding: 0 15px;
    }
    
    .about-title {
        font-size: 48px;
        padding: 40px 0;
    }
    
    .about-paragraph {
        font-size: 18px;
        line-height: 1.4;
        text-align: left;
    }
    
    .about-image img {
        width: 100%;
    }
    
    /* CAR SECTION */
    .carsection {
        padding: 40px 0;
    }
    
    .car_title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    
    .car_img {
        width: 110%;
        margin-left: -5%;
        margin-bottom: -50px;
    }
    
    /* TEAM SECTION */
    .teamsection {
        padding: 40px 20px;
    }
    
    .team_title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    
    .team_paragraph {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 10px;
    }
    
    .ourteam_btn {
        margin: 50px auto 0;
        padding: 10px 35px;
        font-size: 18px;
    }
    
    /* CONTACT SECTION */
    .contact_container {
        padding: 10px 20px;
        gap: 40px;
        margin-bottom: 50px;
    }
    
    .contact_title {
        font-size: 48px;
        padding: 40px 0;
    }
    
    .contact_subtitle {
        font-size: 24px;
    }
    
    .contact_paragraph {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .modulo input,
    .modulo textarea {
        padding: 12px;
        font-size: 16px;
    }
    
    .modulo textarea {
        height: 150px;
    }
    
    .modulo button {
        padding: 12px;
        font-size: 16px;
    }
    
    .email_contact {
        font-size: 16px;
        flex-wrap: wrap;
    }
    
    .social_item {
        padding: 8px;
    }
    
    .social_item i {
        font-size: 24px;
    }
    
    .img_partner {
        width: 100%;
        max-width: 250px;
    }
}

/* ============================================
   MOBILE PICCOLO (320px - 480px)
   Ottimizzazioni extra con TESTI e IMMAGINI ancora più GRANDI
   ============================================ */
@media screen and (max-width: 480px) {
    
    /* HERO - Testo VOLTA CORSE ancora più grande */
    .hero-title {
        font-size: 72px;
    }
    
    .hero-subtitle {
        font-size: 26px;
        letter-spacing: 0.4em;
        margin-left: 0.35em;
    }
    
    .hero-car-img {
        transform: scale(1.15);
        margin: 25px 0;
    }
    
    .hero-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    /* CAR - Immagine più grande */
    .car_img {
        width: 120%;
        margin-left: -10%;
        margin-bottom: -40px;
    }
    
    .about-title,
    .car_title,
    .team_title,
    .contact_title {
        font-size: 40px;
    }
    
    .about-paragraph,
    .team_paragraph,
    .contact_paragraph {
        font-size: 16px;
    }
    
    .contact_subtitle {
        font-size: 20px;
    }
    
    .ourteam_btn {
        padding: 8px 30px;
        font-size: 16px;
    }
    
    .modulo input,
    .modulo textarea {
        padding: 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .modulo button {
        padding: 10px;
        font-size: 14px;
    }
}

/* ============================================
   SCREEN MOLTO PICCOLI (fino a 360px)
   ============================================ */
@media screen and (max-width: 380px) {
    
    .hero-title {
        font-size: 58px;
    }
    
    .hero-subtitle {
        font-size: 22px;
        letter-spacing: 0.3em;
        margin-left: 0.25em;
    }
    
    .hero-car-img {
        transform: scale(1.2);
    }
    
    .car_img {
        width: 130%;
        margin-left: -15%;
    }
}