.elementor-348 .elementor-element.elementor-element-6bad81a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-348 .elementor-element.elementor-element-01d6efe{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-01d6efe *//* --- IMPOSTAZIONI GLOBALI PAGINA FAQ --- */
.fnd-faq-page {
    padding: 160px 20px 100px 20px;
    background-color: #f8fafc;
    font-family: 'Outfit', -apple-system, sans-serif;
    min-height: 100vh;
}

/* Header */
.fnd-faq-page-header { text-align: center; max-width: 800px; margin: 0 auto 60px auto; opacity: 0; transform: translateY(40px); }
.fnd-faq-page-header.is-visible { animation: fadeInUpTarget 0.8s forwards; }

/* Stile Badge (se non c'è globale) */
.fnd-hero-badge { display: inline-block; background: rgba(22, 55, 64, 0.08); color: #163740; padding: 8px 16px; border-radius: 30px; font-size: 14px; font-weight: 600; margin-bottom: 24px; border: 1px solid rgba(22, 55, 64, 0.15); }

.fnd-faq-page-header h1 { font-size: 56px; font-weight: 800; color: #1d1d1f; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 24px 0; }
.fnd-faq-page-header h1 span { color: #BAA256; }
.fnd-faq-page-header p { font-size: 20px; color: #64748b; line-height: 1.6; margin: 0; }

/* --- CONTENITORE E CATEGORIE --- */
.fnd-faq-page-container { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 48px; }

.fnd-faq-category { opacity: 0; transform: translateY(40px); }
.fnd-faq-category.is-visible { animation: fadeInUpTarget 0.8s forwards; }

.fnd-category-title { font-size: 24px; font-weight: 800; color: #163740; margin: 0 0 24px 0; display: flex; align-items: center; gap: 12px; border-bottom: 2px solid #e2e8f0; padding-bottom: 12px; }
.fnd-category-title i { color: #BAA256; }

/* --- I SINGOLI BLOCCHI FAQ --- */
.fnd-faq-item { background-color: #ffffff; border-radius: 20px; border: 1px solid rgba(0,0,0,0.04); overflow: hidden; transition: all 0.4s ease; margin-bottom: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.fnd-faq-item:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

.fnd-faq-question { width: 100%; text-align: left; padding: 24px 32px; font-size: 18px; font-weight: 700; color: #1d1d1f; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: color 0.3s ease; }
.fnd-faq-question i { font-size: 18px; color: #BAA256; transition: transform 0.4s ease; }

.fnd-faq-item.active { box-shadow: 0 15px 40px rgba(22, 55, 64, 0.08); border-color: rgba(186, 162, 86, 0.3); }
.fnd-faq-item.active .fnd-faq-question { color: #163740; }
.fnd-faq-item.active .fnd-faq-question i { transform: rotate(45deg); color: #163740; }

.fnd-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.fnd-faq-answer p { padding: 0 32px 32px 32px; margin: 0; font-size: 17px; color: #64748b; line-height: 1.6; }

/* --- BOX CONTATTI FINALE --- */
.fnd-faq-contact-box { max-width: 800px; margin: 80px auto 0 auto; background: #163740; color: #ffffff; text-align: center; padding: 48px; border-radius: 32px; box-shadow: 0 20px 40px rgba(22, 55, 64, 0.15); opacity: 0; transform: translateY(40px); }
.fnd-faq-contact-box.is-visible { animation: fadeInUpTarget 0.8s forwards; }

.fnd-faq-contact-box i { font-size: 40px; color: #BAA256; margin-bottom: 20px; }
.fnd-faq-contact-box h3 { font-size: 32px; font-weight: 800; margin: 0 0 12px 0; }
.fnd-faq-contact-box p { font-size: 18px; color: #cbd5e1; margin: 0 0 32px 0; }

.fnd-btn-contact { background: #BAA256; color: #ffffff; padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 16px; text-decoration: none; display: inline-block; transition: all 0.3s; box-shadow: 0 10px 20px rgba(186, 162, 86, 0.2); }
.fnd-btn-contact:hover { background: #c7af66; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(186, 162, 86, 0.3); color: #ffffff; }

/* --- KEYFRAMES --- */
@keyframes fadeInUpTarget { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translateY(0); } }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-faq-page { padding: 120px 20px 80px 20px; }
    .fnd-faq-page-header h1 { font-size: 40px; }
    .fnd-faq-page-container { gap: 40px; }
    .fnd-faq-question { padding: 20px 24px; font-size: 17px; }
    .fnd-faq-answer p { padding: 0 24px 24px 24px; font-size: 16px; }
    .fnd-faq-contact-box { padding: 40px 24px; border-radius: 24px; }
    .fnd-faq-contact-box h3 { font-size: 28px; }
}/* End custom CSS */