:root {
    --bg-light: #f4efeb;
    --text-dark: #587d8d;
    --accent-color: #c8dae6;
    --btn-green: #587d8d;
    --white: #ffffff;
}

/* =========================================
   2. RESET BASE E TYPOGRAPHY
   ========================================= */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Quicksand', sans-serif; }
body { background-color: var(--bg-light); color: var(--text-dark); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3 { font-family: 'Playfair Display', serif; color: var(--text-dark); }

/* =========================================
   3. NAVBAR
   ========================================= */
.navbar { background-color: rgba(249, 248, 246, 0.90); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); position: fixed; top: 0; width: 100%; z-index: 2000; padding: 15px 0; border-bottom: 1px solid rgba(141, 163, 153, 0.2); }
.navbar-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; }
.logo-img { height: 60px; width: auto; transition: all 0.3s ease;filter: invert(53%) sepia(21%) saturate(718%) hue-rotate(152deg) brightness(88%) contrast(86%); }
.navbar-list { display: flex; list-style: none; gap: 30px; }
.navbar-list a { text-decoration: none; color: var(--text-dark); font-weight: 600; font-size: 0.85rem; letter-spacing: 1px; transition: 0.3s; }
.navbar-list a:hover { color: var(--accent-color); }
.navbar-prenota { background: var(--btn-green); color: var(--white) !important; padding: 10px 22px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.8rem; transition: 0.3s; }
.navbar-prenota:hover { background: var(--accent-color); }

/* =========================================
   4. HERO SECTION
   ========================================= */
.hero { position: relative; height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; background: url('../images/pexels-codioful-7135020.jpg') no-repeat center center/cover; padding-top: 0; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 1; }
.hero-container { position: relative; z-index: 2; text-align: center; max-width: 900px; padding: 0 20px; }
.hero-content-centered h1 { font-size: 2.5rem; color: var(--white); margin-bottom: 20px; text-shadow: 2px 2px 10px rgba(0,0,0,0.2); }
.hero-subtitle { color: var(--white); opacity: 0.9; letter-spacing: 3px; margin-top: 130px; display: block; font-family: 'Quicksand', sans-serif; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; }
.hero-content-centered p { font-size: 1.1rem; color: var(--white); max-width: 600px; margin: 0 auto 40px auto; }
.hero-buttons { display: flex; justify-content: center; gap: 20px; }
.btn-prenota { background: var(--btn-green); color: var(--white); padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: 700; transition: 0.3s; font-family: 'Quicksand', sans-serif; }
.btn-prenota:hover { background: var(--accent-color); }
.btn-scopri-light { background: transparent; color: var(--white); padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: 700; border: 1px solid var(--white); transition: 0.3s; }
.btn-scopri-light:hover { background: var(--white); color: var(--text-dark); }
.btn-scopri { background: transparent; color: var(--text-dark); padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: 700; border: 1px solid var(--text-dark); transition: 0.3s; font-family: 'Quicksand', sans-serif; }
.btn-scopri:hover { background: rgba(74, 68, 62, 0.05); }

/* =========================================
   6. CHI SONO
   ========================================= */
.chisono-section { background-color: var(--bg-light); padding: 120px 0; }
.chisono-bio-grid { display: flex; align-items: center; justify-content: space-between; gap: 70px; max-width: 1300px; margin: 0 auto 100px auto; padding: 0 30px; }
.chisono-bio-text { flex: 1.3; max-width: 1150px; text-align: left; }
.chisono-bio-text .section-subtitle { font-family: 'Quicksand', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--accent-color); letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 15px; }
.chisono-bio-text .section-title { font-size: 2.4rem; font-family: 'Playfair Display', serif; margin-bottom: 30px; color: var(--text-dark); }
.bio-text { font-size: 1rem; line-height: 1.8; color: #587d8d; margin-bottom: 25px; }
.chisono-bio-image { flex: 1; display: flex; justify-content: flex-end; }
.bio-img { width: 100%; max-width: 450px; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: 20px 120px 20px 120px; box-shadow: 0 20px 40px rgba(74, 68, 62, 0.1); border: 8px solid var(--white); padding: 0; position: relative; background-color: transparent; }

/* =========================================
   7. SEZIONE VISITA E PERCORSO
   ========================================= */
.visita-elegante { background-color: var(--white); padding-top: 120px; padding-bottom: 0; }
.header-elegante { text-align: center; max-width: 700px; margin: 0 auto 80px auto; }
.subtitle-chic { font-family: 'Quicksand', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--accent-color); letter-spacing: 3px; text-transform: uppercase; display: block; margin-bottom: 15px; }
.title-chic { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: var(--text-dark); margin-bottom: 20px; }
.divider-chic { width: 60px; height: 1px; background-color: var(--accent-color); margin: 0 auto 30px auto; }
.desc-chic { font-size: 1.15rem; color: #66605B; line-height: 1.8; }
.servizi-editorial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 50px; margin-bottom: 120px; }
.servizio-item { display: flex; gap: 25px; align-items: flex-start; padding-top: 30px; border-top: 1px solid rgba(141, 163, 153, 0.2); transition: transform 0.4s ease; }
.servizio-item:hover { transform: translateY(-5px); }
.servizio-num { font-family: 'Playfair Display', serif; font-style: italic; font-size: 2.5rem; color: var(--accent-color); line-height: 1; }
.servizio-text h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 15px; color: var(--text-dark); }
.servizio-text p { font-size: 1.05rem; color: #66605B; line-height: 1.7; }
.servizi-action-center { text-align: center; margin-top: -60px; margin-bottom: 100px; }

.percorso-chic-wrapper { background-color: var(--bg-light); padding: 80px 60px; border-radius: 2px; }
.percorso-title-chic { text-align: center; font-family: 'Playfair Display', serif; font-size: 2.4rem; color: var(--text-dark); margin-bottom: 60px; }
.steps-chic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.step-chic { position: relative; padding: 30px; background: var(--white); border: 1px solid rgba(141, 163, 153, 0.1); z-index: 1; overflow: hidden; transition: box-shadow 0.4s ease; }
.step-chic:hover { box-shadow: 0 15px 35px rgba(74, 68, 62, 0.05); }
.watermark-num { position: absolute; top: -20px; right: 10px; font-family: 'Playfair Display', serif; font-size: 8rem; color: var(--accent-color); opacity: 0.08; z-index: -1; pointer-events: none; line-height: 1; }
.step-chic h4 { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin-bottom: 15px; color: var(--text-dark); }
.step-chic p { font-size: 1rem; color: #66605B; line-height: 1.7; }

/* =========================================
   8. SEZIONE BLOG (Compatta)
   ========================================= */
.blog-elegante { background-color: var(--bg-light); padding: 100px 0; }
.blog-grid-chic { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; }
.blog-card-chic { display: flex; flex-direction: column; background-color: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid rgba(141, 163, 153, 0.15); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.blog-card-chic:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(74, 68, 62, 0.06); border-color: rgba(141, 163, 153, 0.4); }
.blog-img-wrapper { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.blog-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.blog-card-chic:hover .blog-img { transform: scale(1.03); }
.blog-content { display: flex; flex-direction: column; flex-grow: 1; padding: 25px 20px; }
.blog-meta { font-family: 'Quicksand', sans-serif; font-size: 0.8rem; font-weight: 700; color: var(--accent-color); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.blog-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; line-height: 1.3; margin-bottom: 10px; }
.blog-title a { color: var(--text-dark); text-decoration: none; transition: color 0.3s ease; }
.blog-title a:hover { color: var(--btn-green); }
.blog-excerpt { font-size: 1rem; color: #66605B; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; }
.blog-link { font-family: 'Quicksand', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--text-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.3s ease, gap 0.3s ease; border-bottom: 1px solid transparent; padding-bottom: 2px; align-self: flex-start; }
.blog-link:hover { color: var(--btn-green); gap: 12px; }
.blog-link i { font-size: 0.8rem; }
.blog-footer-action { text-align: center; margin-top: 50px; }

/* =========================================
   PAGINA DETTAGLIO SERVIZI (servizi.jsp)
   ========================================= */
.servizi-header-minimal { padding-top: 180px; padding-bottom: 60px; text-align: center; background-color: var(--bg-light); }
.servizi-page-wrapper { background-color: var(--white); padding: 60px 0 120px 0; }
.service-row { display: flex; align-items: flex-start; gap: 80px; margin-bottom: 120px; }
.service-row.reverse { flex-direction: row-reverse; }
.service-img-col { flex: 1; }
.service-img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 4/5; border-radius: 12px; box-shadow: 0 15px 35px rgba(74, 68, 62, 0.08); border: 1px solid rgba(141, 163, 153, 0.2); padding: 8px; background-color: var(--white); }
.service-text-col { flex: 1.2; }
.service-text-col h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--text-dark); margin-bottom: 25px; margin-top: -10px; }
.service-text-col p { font-size: 1.1rem; color: #66605B; line-height: 1.8; margin-bottom: 20px; }
.servizi-dettagli-list { list-style: none; margin: 25px 0 35px 0; column-count: 2; column-gap: 40px; }
.servizi-dettagli-list li { margin-bottom: 20px; padding-left: 25px; position: relative; font-size: 1.05rem; line-height: 1.6; color: #66605B; display: inline-block; width: 100%; break-inside: avoid; page-break-inside: avoid; }
.servizi-dettagli-list li::before { content: '•'; color: var(--accent-color); font-size: 1.8rem; position: absolute; left: 0; top: -5px; line-height: 1; }
.servizi-dettagli-list strong { color: var(--text-dark); display: block; margin-bottom: 4px; }
.servizi-cta-finale { text-align: center; padding: 80px 0 40px 0; margin-top: 60px; border-top: 1px solid rgba(141, 163, 153, 0.2); }
.servizi-cta-finale p { font-size: 1.15rem; color: #66605B; margin-bottom: 10px; }

/* =========================================
   9. SEZIONE CONTATTI E FOOTER
   ========================================= */
.contatti-elegante { background-color: var(--white); padding: 120px 0; }
.contact-grid-chic { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto; }.contact-info-chic { padding-right: 40px; border-right: 1px solid rgba(141, 163, 153, 0.2); }
.info-block { margin-bottom: 40px; }
.info-block h4 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--accent-color); margin-bottom: 15px; }
.info-block p { font-size: 1.1rem; color: var(--text-dark); line-height: 1.8; }
.info-block a { color: var(--text-dark); text-decoration: none; transition: color 0.3s; border-bottom: 1px solid transparent; }
.info-block a:hover { color: var(--btn-green); border-color: var(--btn-green); }
.nota-orari { font-size: 0.9rem !important; font-style: italic; color: #888 !important; margin-top: 5px; }
.contact-map-wrapper { width: 100%; min-height: 450px; border-radius: 4px; overflow: hidden; border: 1px solid rgba(141, 163, 153, 0.2); box-shadow: 0 10px 30px rgba(74, 68, 62, 0.04); }
.contact-map-wrapper iframe { width: 100%; height: 100%; min-height: 450px; display: block; }

footer { background-color: var(--bg-light); padding: 60px 0 40px; text-align: center; border-top: 1px solid rgba(141, 163, 153, 0.15); }
.footer-inner p { color: #66605B; font-size: 0.95rem; margin-bottom: 8px; }
.footer-socials { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; border-radius: 50%; background-color: var(--white); color: var(--text-dark); font-size: 1.2rem; text-decoration: none; border: 1px solid rgba(141, 163, 153, 0.2); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.footer-socials a:hover { background-color: var(--btn-green); color: var(--white); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(74, 68, 62, 0.1); border-color: var(--btn-green); }


/* =========================================================================
   10. RESPONSIVE GLOBALE (Tablet & Mobile - TUTTE LE REGOLE ACCORPATE QUI)
   ========================================================================= */

/* --- FINO A 992px (Tablet e Smartphone) --- */
@media (max-width: 992px) {
    /* Navbar */
    .navbar-list { display: none !important; }
    .navbar-container { justify-content: space-between; }

    /* Hero */
    .hero-container { flex-direction: column; text-align: center; gap: 40px; }
    .hero-text { max-width: 100%; }
    .hero-text h1 { font-size: 2.8rem; }
    .hero-buttons { justify-content: center; }
    .hero-image-box { justify-content: center; }

    /* Chi Sono */
    .chisono-section { padding: 60px 0 40px 0; }
    .chisono-bio-grid { flex-direction: column-reverse; gap: 40px; padding: 0 15px; margin-bottom: 0 !important; }
    .chisono-bio-text { max-width: 100%; text-align: left; }
    .chisono-bio-text .section-subtitle, .chisono-bio-text .section-title { text-align: center; }
    .chisono-bio-text .section-title { font-size: 2.6rem; margin-bottom: 25px; }
    .bio-text { font-size: 1.05rem; line-height: 1.7; text-align: left; }
    .chisono-bio-image { justify-content: center; }
    .bio-img { max-width: 350px; }

    /* Pagina Servizi (Dettagli) */
    .service-row, .service-row.reverse { flex-direction: column; gap: 30px; margin-bottom: 70px; text-align: left; padding: 0 15px; }
    .service-text-col h2 { font-size: 1.8rem; margin-top: 10px; margin-bottom: 20px; text-align: center; }
    .servizi-dettagli-list { column-count: 1; margin-top: 15px; }
    .servizi-dettagli-list li { text-align: left; margin-bottom: 15px; }

    /* Contatti e Mappa */
    .contact-grid-chic { grid-template-columns: 1fr; gap: 40px; padding: 0 15px; }
    .contact-info-chic { padding-right: 0; border-right: none; border-bottom: 1px solid rgba(141, 163, 153, 0.2); padding-bottom: 40px; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .contact-map-wrapper, .contact-map-wrapper iframe { min-height: 300px; }
}

/* --- FINO A 768px (Smartphone) --- */
@media (max-width: 768px) {
    /* Hero */
    .hero-content-centered h1 { font-size: 2rem !important; line-height: 1.3; margin-bottom: 15px; }
    .hero-content-centered p { font-size: 1.05rem; margin-bottom: 25px; padding: 0 10px; }
    .hero-subtitle { margin-top: 60px !important; font-size: 0.75rem; letter-spacing: 1.5px; margin-bottom: 15px; }
    .hero-buttons { flex-direction: column; gap: 15px; align-items: center; }

    /* Servizi Home e Percorso */
    .servizio-item { flex-direction: column; gap: 15px; }
    .percorso-chic-wrapper { padding: 50px 20px; }

    /* Blog */
    .blog-elegante { padding: 80px 0; }
    .blog-title { font-size: 1.3rem; }
    .blog-content { padding: 20px 15px; }

    /* Contatti */
    .contatti-elegante { padding: 80px 0; }
    .contact-info-chic { display: block; }
    .info-block { margin-bottom: 30px; }
    .contact-map-wrapper, .contact-map-wrapper iframe { min-height: 250px; }
}

/* --- FINO A 480px (Smartphone molto piccoli) --- */
@media (max-width: 480px) {
    /* Navbar */
    .logo-img { height: 45px; }
    .navbar-prenota { padding: 8px 15px; font-size: 0.75rem; }
    .navbar-container { padding: 0 15px; }

    /* Hero */
    .hero-content-centered h1 { font-size: 1.75rem !important; }
    .hero-subtitle { margin-top: 80px !important; }
}
/* --- FINO A 768px (Smartphone) --- */
@media (max-width: 768px) {
    /* Hero */
    .hero-content-centered h1 {
        font-size: 2rem !important;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .hero-content-centered p {
        font-size: 1.05rem;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .hero-subtitle {
        margin-top: 60px !important;
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    /* Servizi Home e Percorso */
    .header-elegante {
        padding: 0 20px;
    }

    /* AGGIUNTO: Dà respiro al titolo "Come posso aiutarti" */
    .servizi-editorial-grid {
        padding: 0 20px;
    }

    /* AGGIUNTO: Dà respiro alle card 01, 02, 03 */
    .servizio-item {
        flex-direction: column;
        gap: 15px;
    }

    .percorso-chic-wrapper {
        padding: 50px 20px;
    }
}
/* Blog */
/* ... (il resto rimane uguale) ... */
/* =========================================
   LAYOUT A DUE PANNELLI (DUAL TRACK)
   ========================================= */
.pannelli-dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.pannello-maxi {
    background-color: var(--white);
    border: 1px solid rgba(141, 163, 153, 0.2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(74, 68, 62, 0.04);
    display: flex;
    flex-direction: column;
}

.pannello-header {
    background-color: var(--bg-light);
    padding: 40px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(141, 163, 153, 0.2);
}

/* Leggera variazione di colore per il pannello colleghi */
.pannello-header.alternate {
    background-color: #eef3f5;
}

.pannello-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.pannello-header p {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.05rem;
    color: var(--accent-color);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pannello-body {
    padding: 40px 30px;
    flex-grow: 1;
}

.intro-colleghi {
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.6;
}

.servizio-inline {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(141, 163, 153, 0.2);
}

.servizio-inline.border-none {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.servizio-inline h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.servizio-inline h4::before {
    content: '🔹';
    font-size: 1rem;
    margin-right: 8px;
}

.servizio-inline p {
    font-size: 1rem;
    color: #66605B;
    line-height: 1.6;
    margin-bottom: 8px;
}

.obiettivo-text {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--btn-green);
    margin-top: 5px;
}

.collab-box {
    background-color: var(--bg-light);
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 30px;
    font-size: 0.95rem;
}

/* =========================================
   RESPONSIVE PER I PANNELLI
   ========================================= */
@media (max-width: 992px) {
    .pannelli-dual-grid {
        grid-template-columns: 1fr; /* Su tablet e cellulari, i pannelli si mettono uno sotto l'altro */
        padding: 0 15px;
    }
}
footer {
    background-color: rgba(249, 248, 246, 0.90);
    padding: 80px 20px 30px;
    color: var(--text-dark);
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
    position: relative;
}

/* Linea decorativa sotto i titoli */
.footer-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--text-dark);
    margin-top: 8px;
}

.footer-bio {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    font-size: 0.9rem;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-links i {
    color: var(--text-dark);
    margin-top: 4px;
}

.footer-social {
    display: flex;
    gap: 15px;
    font-size: 1.2rem;
}

.footer-social a {
    color: var(--text-dark);
    transition: 0.3s;
}

.footer-social a:hover {
    color: var(--text-dark);
    transform: translateY(-3px);
}

.footer-bottom {
    max-width: 1100px;
    margin: 60px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(120, 150, 120, 0.2);
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.8;
}

.footer-bottom a {
    color: var(--text-dark);
    text-decoration: underline;
}
.dove-siamo-modern { padding: 100px 20px; }
.mappa-container { display: flex; max-width: 1100px; margin: 0 auto; background: var(--white); border-radius: 40px; overflow: hidden; border: 1px solid var(--text-dark); }
.mappa-info { flex: 1; padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.mappa-info p {
    display: flex;             /* Crea due colonne: una per l'icona, una per il testo */
    align-items: flex-start;   /* Allinea tutto in alto (così l'icona non scende se il testo è lungo) */
    margin-bottom: 15px;
}
.mappa-info i {
    color: var(--text-dark);
    margin-right: 15px;        /* Un po' più di spazio tra icona e testo */
    min-width: 20px;           /* IMPORTANTE: Riserva spazio fisso per l'icona */
    text-align: center;        /* Centra l'icona nel suo spazietto */
    margin-top: 4px;           /* Abbassa leggermente l'icona per allinearla otticamente alla prima riga di testo */
}
.mappa-embed { flex: 1.5; min-height: 450px; }
.mappa-embed iframe { width: 100%; height: 100%; border: none; filter: grayscale(0.1); }
.section-titlee { text-align: center; font-size: 2.5rem; margin-bottom: 50px; }
.location-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 12px 25px;
    border: 2px solid var(--text-dark);
    background: transparent;
    color: var(--bg-light);
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}
.tab-btn {
    padding: 12px 25px;
    border: 2px solid var(--text-dark);
    background: transparent;
    color: var(--text-dark);
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}
.tab-btn.active{
    padding: 12px 25px;
    border: 2px solid var(--text-dark);
    background: transparent;
    color: var(--text-dark);
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}

.tab-btn:hover {
    background: var(--text-dark);
    color: white;
}

.loc-details {
    margin: 25px 0;
}

.loc-details p {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

/* Animazione per il cambio contenuto */
#location-box {
    animation: fadeIn 0.5s ease;
}
.btn-ricetta {
    display: block;
    text-align: center;
    padding: 12px;
    background: transparent;
    border: 2px solid var(--text-dark);
    color: var(--primary-sage);
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-ricetta:hover {
    background: var(--text-dark);
    color: white;
}
.footer-column {
    text-align: left;
}

.dove-siamo-modern {
    padding-top: 40px;    /* Riduciamo drasticamente lo spazio sopra */
    padding-bottom: 80px; /* Lasciamo un po' di respiro sotto, prima del footer */
    padding-left: 20px;
    padding-right: 20px;
}
.visita-elegante {
    background-color: var(--white);
    padding-bottom: 30px; /* <--- MODIFICA QUI: prima era 0 */
}
.chisono-modulare { padding: 100px 0; background-color: var(--bg-light); }
.header-centrato { text-align: center; max-width: 800px; margin: 0 auto 60px; }
.intro-bio { font-size: 1.2rem; color: #587d8d; line-height: 1.6; margin-top: 20px; }
.bio-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; }
.bio-card { background: var(--white); padding: 40px 30px; border-radius: 12px; border: 1px solid rgba(141, 163, 153, 0.2); box-shadow: 0 10px 30px rgba(0,0,0,0.03); transition: transform 0.3s ease; }
.bio-card:hover { transform: translateY(-5px); border-color: var(--accent-color); }
.card-icon { font-size: 2rem; color: var(--text-dark); margin-bottom: 20px; }
.bio-card h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin-bottom: 15px; color: var(--text-dark); }
.bio-card p { font-size: 1rem; color: #66605B; line-height: 1.7; }
/* =========================================
   SEZIONE CHI SONO CENTRATA
   ========================================= */
.chisono-section-centered {
    background-color: var(--bg-light);
    padding: 120px 0;
}

.chisono-header-centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.chisono-text-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(88, 125, 141, 0.08); /* Adattato al tuo --text-dark */
    border: 1px solid rgba(88, 125, 141, 0.2);
    text-align: left;
}

.chisono-text-wrapper p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #66605B;
    margin-bottom: 25px;
}

.chisono-text-wrapper p:last-child {
    margin-bottom: 0;
}

.chisono-text-wrapper strong {
    color: var(--text-dark);
}

/* Stili per la sezione "Come lavoro" e Citazione */
.metodo-lavoro {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed rgba(88, 125, 141, 0.3);
}

.metodo-lavoro h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.metodo-lavoro ul {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 10px;
}

.metodo-lavoro ul li {
    font-size: 1.1rem;
    color: #66605B;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.metodo-lavoro ul li::before {
    content: '•';
    color: var(--accent-color);
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -6px;
}

.citazione-chic {
    background-color: var(--bg-light);
    padding: 25px;
    border-left: 4px solid var(--accent-color);
    border-radius: 0 8px 8px 0;
    margin-top: 30px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--text-dark);
}

.citazione-chic cite {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #66605B;
    font-style: normal;
}

/* Responsive per smartphone */
@media (max-width: 768px) {
    .chisono-section-centered {
        padding: 80px 0;
    }
    .chisono-text-wrapper {
        padding: 30px 20px;
        margin: 0 15px;
    }
    .chisono-text-wrapper p {
        font-size: 1.05rem;
    }
    .citazione-chic {
        font-size: 1.1rem;
        padding: 15px;
    }
}
.chisono-action {
    margin-top: 50px;
    text-align: center;
}

/* Effetto hover personalizzato per questo bottone (opzionale) */
.chisono-action .btn-scopri:hover {
    background-color: var(--btn-green);
    color: var(--white);
    border-color: var(--btn-green);
}
/* =========================================
   AZIONI PANNELLI SERVIZI (Pulsanti interni)
   ========================================= */
.pannello-body.flex-col {
    display: flex;
    flex-direction: column;
}

.pannello-action {
    margin-top: auto; /* Spinge il pulsante sempre in fondo al pannello */
    text-align: center;
    padding-top: 35px;
    border-top: 1px dashed rgba(141, 163, 153, 0.3);
}

/* Rimuove la linea tratteggiata per il pannello colleghi (più corto) */
.pannello-action.alternate-action {
    border-top: none;
    padding-top: 20px;
}

.pannello-action .cta-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.pannello-action .btn-scopri {
    display: inline-block;
}

/* Hover per rendere i pulsanti più interattivi */
.pannello-action .btn-scopri:hover {
    background-color: var(--btn-green);
    color: var(--white);
    border-color: var(--btn-green);
}
/* =========================================
   PAGINE DETTAGLIO SERVIZI (perlepersone / percolleghi)
   ========================================= */
.servizio-dettaglio-box {
    background: var(--white);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(88, 125, 141, 0.05);
    border: 1px solid rgba(88, 125, 141, 0.15);
    margin-bottom: 40px;
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.servizio-dettaglio-box:hover {
    transform: translateY(-5px);
    border-color: var(--btn-green);
}

.servizio-dettaglio-box h3 {
    font-size: 1.8rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px dashed rgba(88, 125, 141, 0.2);
}

.servizio-dettaglio-box p {
    font-size: 1.1rem;
    color: #66605B;
    line-height: 1.8;
}

/* Stile speciale per la frase finale "Obiettivo / 👉" */
.obiettivo-box {
    background-color: var(--bg-light);
    padding: 20px 25px;
    border-radius: 8px;
    margin-top: 30px;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 1.05rem;
    line-height: 1.6;
    border-left: 4px solid var(--accent-color);
}

/* Adattamento per i cellulari */
@media (max-width: 768px) {
    .servizio-dettaglio-box {
        padding: 30px 20px;
    }
    .servizio-dettaglio-box h3 {
        font-size: 1.4rem;
    }
    .obiettivo-box {
        padding: 15px;
        font-size: 1rem;
    }
    .servizi-dettagli-list {
        column-count: 1; /* Su mobile diventa a singola colonna */
    }
}
/* --- FINO A 768px (Smartphone) --- */
@media (max-width: 768px) {
    /* Hero Text and Alignment on Mobile */
    .hero-content-centered h1 {
        font-size: 1.4rem !important; /* Decreased font size further for mobile balance */
        line-height: 1.35; /* Open lines for breath */
        margin-top: 15px; /* Spacing from subtitle */
        margin-bottom: 25px; /* Spacing from description to reduce clumping */
        letter-spacing: -0.5px; /* Tighten slightly to keep lines together */
        padding: 0 10px;
    }
    .hero-content-centered p {
        font-size: 0.9rem !important; /* Decreased description font size for mobile proportion */
        line-height: 1.6; /* Open description lines */
        margin-bottom: 40px; /* Spacing from buttons for breath */
        padding: 0 15px; /* Side padding for a clean text block */
    }
    .hero-subtitle {
        font-size: 0.7rem !important; /* Decreased subtitle size */
        margin-top: 50px !important; /* Subtitle position */
        letter-spacing: 1px !important;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
}

/* --- FINO A 480px (Smartphone molto piccoli) --- */
@media (max-width: 480px) {
    .hero-content-centered h1 {
        font-size: 1.3rem !important; /* Further decreased font size for very small screens */
    }
}/* --- FINO A 768px (Smartphone) --- */
@media (max-width: 768px) {

    /* Nasconde il tag <br> forzato su mobile */
    .hide-mobile { display: none; }

    .hero-content-centered h1 {
        font-size: 1.4rem !important;
        line-height: 1.35;
        margin-top: 15px;
        margin-bottom: 25px;
        letter-spacing: -0.5px;
        padding: 0 10px;
    }
    .hero-content-centered p {
        font-size: 0.9rem !important;
        line-height: 1.6;
        margin-bottom: 40px;
        /* NUOVO: Forziamo una larghezza massima per farlo andare a capo in modo simmetrico */
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .hero-subtitle {
        font-size: 0.7rem !important;
        margin-top: 50px !important;
        letter-spacing: 1px !important;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
}
/* --- FINO A 768px (Smartphone) --- */
@media (max-width: 768px) {

    /* ... [qui ci sono tutte le altre regole per il mobile che abbiamo messo prima, tipo la hero ecc.] ... */

    /* Sistema i bottoni lunghi nei pannelli su mobile */
    .pannello-action .btn-scopri {
        padding: 12px 15px;      /* Riduco i margini interni laterali */
        font-size: 0.9rem;       /* Carattere leggermente più piccolo */
        display: flex;           /* Allinea testo e icona sulla stessa riga */
        align-items: center;
        justify-content: center;
        width: 100%;             /* Il bottone occupa tutto lo spazio disponibile */
        box-sizing: border-box;
    }

    .pannello-action .btn-scopri i {
        flex-shrink: 0;          /* Impedisce alla freccia di essere schiacciata */
    }

} /* <--- IMPORTANTE: assicurati che queste regole siano PRIMA di questa parentesi graffa di chiusura! */
/* --- FINO A 768px (Smartphone) --- */
@media (max-width: 768px) {

    /* ... (lascia intatte le regole di h1, p, ecc. che abbiamo messo prima) ... */

    /* Modifica questa regola esistente */
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        width: 100%;             /* Prende tutto lo spazio... */
        max-width: 280px;        /* ...ma non si allarga troppo risultando sgraziato */
        margin-left: auto;       /* Centra il blocco dei bottoni */
        margin-right: auto;
    }

    /* AGGIUNGI QUESTA NUOVA REGOLA: Forza entrambi i bottoni alla stessa larghezza */
    .hero-buttons .btn-prenota,
    .hero-buttons .btn-scopri-light {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    /* Sistema la descrizione sotto i titoli (es. Contatti e Servizi) su mobile */
    .header-elegante .desc-chic {
        font-size: 0.95rem;      /* Font leggermente ridotto per proporzione */
        line-height: 1.6;        /* Interlinea che dà respiro */
        max-width: 320px;        /* Forza il testo ad andare a capo in modo simmetrico */
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }
}