/* ======================================================
   CSS OTTIMIZZATO PER LANDING PAGE PASS/LAS
   ====================================================== */

/* --- STILI DI BASE E FONT --- */
body, html {
    font-family: sans-serif;
    font-size: 17px;
    color: #000;
}

@media (min-width:768px){
    body,html{
        font-size:16px;
    }
}

@media (max-width:767px){
    body,html{
        font-size:14px;
    }
}

.container {
    max-width:1440px;
}

/* --- SEZIONE SUPERIORE (HEADER & FORM) --- */
.bg-rep {
    background-image: linear-gradient(to right, #005981, #001f3f);
}

.bg-top {
    /* Se vuoi usare un'immagine di sfondo, decommenta e adatta questa riga */
    /* background:url('header_sfondo.webp') no-repeat; background-size: cover; */
}

a.logo img {
    width: 100px;
}

h1.big {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 4.8rem;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.highlight-pass-las {
    font-size: 1.6em;
    color: #e4a202;
    font-weight: 900;
    padding: 0 5px;
}

.highlight {
    font-size: 1.1em;
    color: #e4a202;
    font-weight: 600;
    padding: 0 5px;
}

.text-light-blue {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 2.7rem;
    text-shadow: 2px 2px 2px #1e1e1e;
    font-weight: 200;
}

.text-white {
    color: #FFFFFF !important; /* Corretto per rendere il testo bianco */
}

.bg-light-blu {
    background: linear-gradient(180deg, hsl(198.6deg 100% 25.29%) 0%, rgb(0 158 227) 90%);
}

.medioform {
    font-size:17px;
    font-weight:100;
}

/* Stili per il form 
.form-fildset input,
.form-fildset .custom-select {
    background: transparent !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.form-fildset .custom-select {
    padding-left: 10px;
}*/
/* Stili per il form - Versione Ottimizzata */
.form-fildset input,
.form-fildset .custom-select {
    background-color: rgba(255, 255, 255, 0.1); /* Sfondo semi-trasparente */
    border: 1px solid rgba(255, 255, 255, 0.3);   /* Bordo completo ma leggero */
    border-radius: 5px;                           /* Angoli arrotondati */
    color: #fff;                                  /* Testo bianco */
    padding: 12px 12px 6px 12px;                                /* Spaziatura interna */
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* Stile del testo segnaposto (es. "Nome *") */
.form-fildset input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

/* Effetto quando l'utente clicca sul campo */
.form-fildset input:focus,
.form-fildset .custom-select:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #e4a202; /* Colore d'accento per il feedback */
    outline: none; /* Rimuove il bordo blu di default del browser */
    box-shadow: 0 0 0 2px rgba(228, 162, 2, 0.3);
}

form a {
    color: #fff;
    text-decoration: underline;
}

form a:hover {
    color: #eeeeee;
}

.item .jqconferma {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #069da6 !important;
    background-color: #FFF !important;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #ffffff !important;
}

.item .jqconferma:hover {
    color: #FFF !important;
    background-color: #0a9ea7 !important;
}

/* --- SEZIONE INTRODUTTIVA (Problema/Soluzione) --- */
.intro-solution-section {
    padding: 80px 15px !important;
}

.intro-text-content {
    padding-left: 30px;
}

.intro-solution-section .section-title.text-left {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.intro-solution-section .lead {
    font-size: 1.4rem;
    font-weight: 600;
    color: #e4a202;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}

/* --- SEZIONE "POURQUOI CHOISIR" --- */
.why-us-section {
    padding: 80px 0;
}

.why-us-section .section-title {
    letter-spacing: 4px;
    font-size: 2.9rem;
    color: #FFFFFF;
    margin-bottom: 90px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.why-us-item .icon {
    font-size: 3.2rem;
    color: #e4a202;
    margin-bottom: 20px;
}

.why-us-item h3 {
    font-weight: 600;
    color: #e4a202;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.why-us-item p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}

/* --- SEZIONE "NOS CURSUS D'EXCELLENCE" --- */
.section-alternata.programs-section {
    background-color: #f8f9fa;
    padding: 80px 15px;
}

.programs-section h2 {
    letter-spacing: 4px;
    font-size: 2.9rem;
    color: #001f3f;
    margin-bottom: 90px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.program-card {
    background-color: #ffffff;
    border-left: 5px solid #e4a202;
    padding: 30px 40px;
    margin: 0 auto 40px auto;
    max-width: 900px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    border-radius: 5px;
}

.program-card h3 {
    font-family: 'Montserrat', sans-serif; /* Cambiato per coerenza */
    font-size: 1.8rem;
    color: #001f3f;
    margin-top: 0;
    margin-bottom: 20px;
}

.program-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.program-card ul li {
    font-family: 'Open Sans', sans-serif;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #333;
}

.program-card ul li::before {
    content: '✔';
    color: #e4a202;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
    top: -2px;
}

.program-card details summary {
    cursor: pointer;
    font-weight: 600;
    color: #001f3f;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    transition: color 0.2s ease;
}

.program-card details summary:hover {
    color: #e4a202;
}

.program-card details p {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    color: #333;
}

/* --- FOOTER E BARRA ADESIVA --- */
.bg-footer {
    background-color: #21345d;
}

.impact-title-h2 {
    font-size: 2.0rem;
    line-height: 1.4;
    color: #e4a202;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.impact-title-p {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

footer .btn-white,
div#info2 .btn-white {
    background-color: #008080 !important;
    color: #FFFFFF !important;
    border: 2px solid #008080;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 12px 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

footer .btn-white:hover,
div#info2 .btn-white:hover {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
}

div#info2 {
    position: sticky;
    bottom: 0;
    background-color: #021c1f;
    width: 100%;
    padding: 5px 0;
    display: none;
}

/* --- MEDIA QUERIES RESPONSIVE --- */
@media (max-width: 991px) {
    .intro-solution-section .img-fluid {
        margin-bottom: 40px;
    }
    .intro-text-content {
        padding-left: 0;
    }
    .intro-solution-section .section-title.text-left {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .text-light-blue {
        font-size: 1.8rem;
    }
    a.logo img {
        width: 80px !important;
        padding-top: 10px;
    }
    .why-us-section .section-title {
        font-size: 2.2rem;
    }
    .impact-title-h2 {
        font-size: 1.8rem; /* Adattato per coerenza */
    }
    .impact-title-p {
        font-size: 1.2rem;
    }
}


/* ======================================================
   STILI PER SEZIONE ANNUNCIO TEST (Versione Countdown)
   ====================================================== */
.section-annuncio-parigi {
    padding: 60px 15px 10px 15px;
   
    color: #FFFFFF;
}

.section-annuncio-parigi .container {
   /* max-width: 900px;*/
	background-color: #004064;
    border: 2px solid #e4a202;
    border-radius: 10px;
    padding: 40px;
}

.section-annuncio-parigi .fa-exclamation-triangle {
    font-size: 3rem;
    color: #e4a202;
    margin-bottom: 20px;
}

.section-annuncio-parigi .annuncio-titolo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-annuncio-parigi .lead-annuncio {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #FFFFFF;
    margin-bottom: 30px;
    opacity: 0.9;
}

.countdown-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    margin-bottom: 15px;
}

#countdown-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.countdown-box {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 15px;
    width: 100px;
}

.countdown-box span {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #e4a202; /* Numeri in oro */
}

.countdown-box .countdown-text {
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Stile per il pulsante d'azione */
.section-annuncio-parigi .btn-white {
    background-color: #008080 !important;
    color: #FFFFFF !important;
    border: 2px solid #008080;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 12px 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.section-annuncio-parigi .btn-white:hover {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
}

/* Responsive */
@media (max-width: 767px) {
    .section-annuncio-parigi .annuncio-titolo {
        font-size: 2rem;
    }
    #countdown-timer {
        gap: 10px;
    }
    .countdown-box {
        width: 80px;
        padding: 10px;
    }
    .countdown-box span {
        font-size: 2rem;
    }
}
