.elementor-233 .elementor-element.elementor-element-bfa853a{--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-233 .elementor-element.elementor-element-6dca233{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-233 .elementor-element.elementor-element-ca34143{--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-233 .elementor-element.elementor-element-1a4844e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-233 .elementor-element.elementor-element-26ff2db{--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-233 .elementor-element.elementor-element-23193e1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-233 .elementor-element.elementor-element-57da628{--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-233 .elementor-element.elementor-element-14df12d{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-6dca233 *//* --- IMPOSTAZIONI GLOBALI PAGINA FUNZIONALITÀ --- */
.fnd-features-page {
    padding: 160px 20px 80px 20px; /* Padding top alto per staccarsi dall'header */
    background-color: #f5f5f7;
    font-family: 'Outfit', -apple-system, sans-serif;
    min-height: 100vh;
}

/* --- HEADER E TABS --- */
.fnd-fp-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    animation: fadeInUpFeature 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.fnd-fp-header h1 {
    font-size: 56px;
    font-weight: 800;
    color: #1d1d1f;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 20px 0;
}
.fnd-fp-header h1 span { color: #BAA256; }

.fnd-fp-header p {
    font-size: 20px;
    color: #86868b;
    margin: 0 0 40px 0;
}

/* Tab Container */
.fnd-fp-tabs {
    display: inline-flex;
    background: #e2e8f0; /* Grigio chiaro per il contenitore */
    padding: 6px;
    border-radius: 100px;
    gap: 8px;
}

/* Tab Button */
.fnd-tab {
    padding: 14px 32px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}
.fnd-tab i { font-size: 18px; }

.fnd-tab:hover { color: #163740; }

.fnd-tab.active {
    background: #ffffff;
    color: #163740;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.fnd-tab.active i { color: #BAA256; }

/* --- GESTIONE CONTENUTI --- */
.fnd-fp-content {
    display: none; /* Nascosto di default */
}
.fnd-fp-content.active {
    display: block; /* Visibile se attivo */
}

/* --- BENTO GRID (Stesso stile della Home ma animazioni gestite dai tab) --- */
.fnd-bento-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.fnd-bento-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    opacity: 0; 
    transform: translateY(40px);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
}

.fnd-bento-card:hover {
    transform: scale(1.01) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

/* Animazioni ritardate a cascata che partono quando aggiungiamo .is-visible col JS */
.fnd-bento-card.is-visible:nth-child(1) { animation: fadeInUpFeature 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards; }
.fnd-bento-card.is-visible:nth-child(2) { animation: fadeInUpFeature 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards; }
.fnd-bento-card.is-visible:nth-child(3) { animation: fadeInUpFeature 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards; }

.fnd-card-large { grid-column: span 2; flex-direction: row; align-items: center; justify-content: space-between; gap: 40px; background: radial-gradient(circle at bottom right, rgba(186,162,86,0.05), #ffffff 50%); }
.fnd-bento-text { position: relative; z-index: 2; }
.fnd-card-large .fnd-bento-text { max-width: 450px; }
.fnd-bento-text h3 { font-size: 32px; font-weight: 700; color: #163740; line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 16px 0; }
.fnd-bento-text p { font-size: 18px; color: #86868b; line-height: 1.5; margin: 0; }

.fnd-bento-visual { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.fnd-visual-ai { flex: 1; display: flex; flex-direction: column; gap: 16px; align-items: flex-end; }
.fnd-apple-chat { padding: 16px 24px; border-radius: 24px; font-size: 16px; line-height: 1.4; max-width: 80%; box-shadow: 0 8px 24px rgba(0,0,0,0.06); animation: floatApple 4s ease-in-out infinite alternate; }
.fnd-chat-user { background: #163740; color: #ffffff; border-bottom-right-radius: 6px; }
.fnd-chat-bot { background: #ffffff; color: #1d1d1f; border: 1px solid #f5f5f7; border-bottom-left-radius: 6px; align-self: flex-start; animation-delay: -2s; }
.fnd-chat-bot i { color: #BAA256; margin-right: 8px; }

.fnd-card-medium .fnd-bento-text { margin-bottom: 40px; }
.fnd-visual-room, .fnd-visual-pwa { flex-grow: 1; flex-direction: column; gap: 20px; }
.fnd-apple-service { background: #ffffff; border: 1px solid #f5f5f7; border-radius: 24px; padding: 16px; display: flex; align-items: center; gap: 16px; width: 100%; box-shadow: 0 12px 32px rgba(0,0,0,0.06); animation: floatApple 5s ease-in-out infinite alternate; }
.fnd-as-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.fnd-as-info { flex-grow: 1; }
.fnd-as-info strong { display: block; color: #1d1d1f; font-size: 18px; margin-bottom: 4px; }
.fnd-as-info span { font-size: 13px; color: #86868b; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.fnd-as-price { font-weight: 800; color: #163740; font-size: 20px; }
.fnd-apple-icon-box { width: 80px; height: 80px; border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 36px; box-shadow: 0 16px 32px rgba(0,0,0,0.06); animation: floatApple 6s ease-in-out infinite alternate; }

/* --- KEYFRAMES --- */
@keyframes fadeInUpFeature { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes floatApple { 0% { transform: translateY(0px); } 100% { transform: translateY(-10px); } }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-features-page { padding: 120px 20px 60px 20px; }
    .fnd-fp-header h1 { font-size: 40px; }
    .fnd-fp-tabs { flex-direction: column; border-radius: 24px; padding: 12px; width: 100%; }
    .fnd-tab { justify-content: center; }
    .fnd-bento-grid { grid-template-columns: 1fr; }
    .fnd-card-large { grid-column: span 1; flex-direction: column; text-align: center; padding: 40px 24px; }
    .fnd-card-medium { text-align: center; padding: 40px 24px; }
    .fnd-visual-ai { align-items: center; width: 100%; }
    .fnd-apple-chat { max-width: 100%; text-align: left; }
    .fnd-chat-bot { align-self: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a4844e *//* --- IMPOSTAZIONI GLOBALI --- */
.fnd-deep-dive-section {
    font-family: 'Outfit', -apple-system, sans-serif;
    overflow-x: hidden;
}
.fnd-bg-white { background-color: #ffffff; }
.fnd-bg-gray { background-color: #f8fafc; }

/* --- STRUTTURA RIGHE E CONTAINER --- */
.fnd-dd-row { padding: 120px 20px; }
.fnd-dd-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 80px; }
.fnd-row-reverse .fnd-dd-container { flex-direction: row-reverse; }

/* --- TESTI A SCOMPARSA --- */
.fnd-dd-text { flex: 1; max-width: 500px; opacity: 0; transform: translateX(-50px); }
.fnd-row-reverse .fnd-dd-text { transform: translateX(50px); }
.fnd-dd-text.is-visible { animation: slideInFeature 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }

.fnd-badge-small { display: inline-block; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #BAA256; margin-bottom: 16px; }
.fnd-badge-small i { margin-right: 6px; }
.fnd-dd-text h2 { font-size: 48px; font-weight: 800; color: #1d1d1f; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 24px 0; }
.fnd-dd-text p { font-size: 18px; color: #64748b; line-height: 1.6; margin: 0 0 32px 0; }

/* --- FIX LISTA ALLINEAMENTO --- */
.fnd-dd-list { list-style: none; padding: 0; margin: 0; }
.fnd-dd-list li {
    font-size: 18px;
    color: #163740;
    margin-bottom: 16px;
    display: flex; /* Flexbox per allineare icona e testo */
    align-items: flex-start; /* Allinea in alto */
    gap: 12px;
}
.fnd-dd-list li i { color: #BAA256; margin-top: 4px; font-size: 18px; flex-shrink: 0; }
.fnd-dd-list li span { flex: 1; line-height: 1.5; } /* Il testo prende tutto lo spazio e va a capo bene */

/* --- VISUAL A SCOMPARSA --- */
.fnd-dd-visual { flex: 1; display: flex; justify-content: center; position: relative; opacity: 0; transform: translateX(50px); }
.fnd-row-reverse .fnd-dd-visual { transform: translateX(-50px); }
.fnd-dd-visual.is-visible { animation: slideInFeature 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards; }

/* =========================================
   MOCKUP CSS (Stile Grafico)
========================================= */
.fnd-css-mockup { position: relative; width: 100%; max-width: 400px; display: flex; align-items: center; justify-content: center; }

/* 1. MOCKUP TELEFONO QR */
.fnd-mockup-phone-wrapper { height: 450px; }
.fnd-css-phone { width: 240px; height: 480px; background: #ffffff; border-radius: 36px; border: 8px solid #163740; box-shadow: 0 25px 50px rgba(22, 55, 64, 0.15); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; animation: floatMockup 6s ease-in-out infinite; }
.fnd-phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 20px; background: #163740; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
.fnd-qr-ui { text-align: center; }
.fnd-qr-scanner-box { width: 140px; height: 140px; border: 2px dashed #cbd5e1; border-radius: 16px; display: flex; align-items: center; justify-content: center; position: relative; margin: 0 auto 24px auto; overflow: hidden; }
.fnd-qr-scanner-box i { font-size: 80px; color: #163740; }
.fnd-scanner-line { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #BAA256; box-shadow: 0 0 10px #BAA256; animation: scanAnim 2s infinite linear; }
.fnd-qr-btn { background: #BAA256; color: #fff; padding: 12px 24px; border-radius: 100px; font-weight: 700; font-size: 14px; }

/* 2. MOCKUP CHAT AI */
.fnd-mockup-chat-ui { flex-direction: column; gap: 20px; align-items: flex-end; width: 100%; box-sizing: border-box; }
.fnd-chat-bubble { padding: 16px 24px; border-radius: 20px; font-size: 16px; line-height: 1.4; max-width: 90%; box-shadow: 0 10px 30px rgba(0,0,0,0.08); animation: floatMockup 5s ease-in-out infinite alternate; position: relative; box-sizing: border-box; }
.fnd-chat-user { background: #163740; color: #ffffff; border-bottom-right-radius: 4px; }
.fnd-chat-bot { background: #ffffff; color: #1d1d1f; border-bottom-left-radius: 4px; align-self: flex-start; display: flex; gap: 12px; animation-delay: -2s; border: 1px solid #f1f5f9; }
.fnd-bot-icon { background: rgba(186, 162, 86, 0.15); color: #BAA256; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 4px; }
.fnd-lang-tag { display: inline-block; font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 4px; background: rgba(255,255,255,0.2); color: #fff; margin-bottom: 8px; text-transform: uppercase; }
.fnd-tag-gold { background: rgba(186, 162, 86, 0.2); color: #BAA256; }

/* 3. MOCKUP FOOD & ROOM SERVICE */
.fnd-mockup-food-ui { position: relative; width: 100%; height: 300px; box-sizing: border-box; }
.fnd-food-card { background: #ffffff; border-radius: 24px; padding: 20px; box-shadow: 0 20px 40px rgba(22, 55, 64, 0.1); width: 100%; max-width: 320px; position: absolute; top: 20px; right: 20px; display: flex; gap: 16px; align-items: center; animation: floatMockup 6s ease-in-out infinite; box-sizing: border-box; }
.fnd-food-img { width: 70px; height: 70px; background: #fef3c7; color: #d97706; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0; }
.fnd-food-details h4 { margin: 0 0 4px 0; font-size: 18px; color: #163740; }
.fnd-food-details p { margin: 0 0 12px 0; font-size: 13px; color: #94a3b8; }
.fnd-food-action { display: flex; justify-content: space-between; align-items: center; }
.fnd-price { font-weight: 800; color: #163740; font-size: 18px; }
.fnd-add-btn { background: #163740; color: #fff; border: none; width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

/* ELEMENTI GLASSMORPHISM FLUTTUANTI */
.fnd-glass-float { position: absolute; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.8); box-shadow: 0 10px 30px rgba(22, 55, 64, 0.1); padding: 12px 20px; border-radius: 16px; font-weight: 600; color: #163740; display: flex; align-items: center; gap: 10px; font-size: 14px; animation: floatMockupReverse 5s ease-in-out infinite; box-sizing: border-box; }
.fnd-glass-float i { color: #BAA256; font-size: 18px; }
.fnd-float-order { bottom: 60px; left: -20px; }
.fnd-float-magic { bottom: 50px; right: -30px; animation-delay: -1s; }

/* 4. MOCKUP SETUP DASHBOARD */
.fnd-mockup-setup-ui { position: relative; width: 100%; height: 300px; box-sizing: border-box; }
.fnd-setup-window { width: 100%; max-width: 340px; height: 220px; background: #ffffff; border-radius: 16px; box-shadow: 0 20px 40px rgba(22, 55, 64, 0.1); border: 1px solid #e2e8f0; overflow: hidden; position: absolute; top: 10px; left: 10px; animation: floatMockup 7s ease-in-out infinite; box-sizing: border-box; }
.fnd-window-header { background: #f1f5f9; padding: 12px; display: flex; gap: 6px; }
.fnd-window-header span { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.fnd-window-header span:nth-child(1) { background: #fca5a5; }
.fnd-window-header span:nth-child(2) { background: #fcd34d; }
.fnd-window-header span:nth-child(3) { background: #86efac; }
.fnd-window-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.fnd-line { height: 12px; background: #f1f5f9; border-radius: 6px; }

/* --- KEYFRAMES --- */
@keyframes slideInFeature { 0% { opacity: 0; } 100% { opacity: 1; transform: translateX(0); } }
@keyframes scanAnim { 0% { top: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { top: 100%; opacity: 0; } }
@keyframes floatMockup { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
@keyframes floatMockupReverse { 0% { transform: translateY(0px); } 50% { transform: translateY(15px); } 100% { transform: translateY(0px); } }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-dd-row { padding: 80px 20px; }
    .fnd-dd-container, .fnd-row-reverse .fnd-dd-container { flex-direction: column; gap: 40px; text-align: center; }
    .fnd-dd-text h2 { font-size: 36px; }
    .fnd-dd-text, .fnd-row-reverse .fnd-dd-text, .fnd-dd-visual, .fnd-row-reverse .fnd-dd-visual { transform: translateY(40px); }
    .fnd-dd-list li { text-align: left; }
    
    /* FIX MOBILE PER I MOCKUP */
    .fnd-mockup-food-ui, .fnd-mockup-setup-ui { 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
        height: auto; 
        padding: 10px 0; 
        gap: 20px; /* Crea uno spazio pulito tra card e badge fluttuante */
    }
    
    .fnd-food-card, .fnd-setup-window { 
        position: relative; 
        top: 0; right: 0; left: 0; 
        width: 100%; 
        max-width: 320px; 
    }
    
    .fnd-float-order, .fnd-float-magic { 
        position: relative; 
        bottom: 0; left: 0; right: 0; 
        width: max-content; 
        max-width: 90%; 
        text-align: center; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23193e1 *//* --- IMPOSTAZIONI GLOBALI --- */
.fnd-steps-section {
    padding: 120px 20px;
    background-color: #ffffff; /* Sfondo bianco puro */
    font-family: 'Outfit', -apple-system, sans-serif;
    overflow-x: hidden;
}

/* --- HEADER ANIMATO --- */
.fnd-steps-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px auto;
    opacity: 0;
    transform: translateY(40px);
}

.fnd-steps-header.is-visible {
    animation: fadeInUpStep 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.fnd-steps-header h2 {
    font-size: 56px;
    font-weight: 800;
    color: #1d1d1f; 
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 20px 0;
}

.fnd-steps-header h2 span { color: #BAA256; }

.fnd-steps-header p {
    font-size: 24px;
    color: #86868b;
    font-weight: 400;
    margin: 0;
}

/* --- GRIGLIA A 3 COLONNE --- */
.fnd-steps-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
}

/* Linea di collegamento tra le card (visibile solo su desktop) */
.fnd-steps-grid::before {
    content: '';
    position: absolute;
    top: 60px; /* Altezza dell'icona */
    left: 10%;
    right: 10%;
    height: 2px;
    background: dashed 2px #e2e8f0;
    z-index: 0;
}

/* --- LE CARD DEI PASSI --- */
.fnd-step-card {
    background: #f9f9fb;
    border-radius: 32px;
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease, background-color 0.4s ease;
    overflow: hidden;
    /* Stato iniziale nascosto */
    opacity: 0;
    transform: translateY(40px);
}

/* Animazione a cascata */
.fnd-step-card.is-visible:nth-child(1) { animation: fadeInUpStep 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards; }
.fnd-step-card.is-visible:nth-child(2) { animation: fadeInUpStep 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards; }
.fnd-step-card.is-visible:nth-child(3) { animation: fadeInUpStep 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards; }

.fnd-step-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(22, 55, 64, 0.08);
    background-color: #ffffff;
}

/* Il Grande Numero "Filigrana" sullo sfondo */
.fnd-step-number {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 140px;
    font-weight: 900;
    color: rgba(186, 162, 86, 0.05); /* Oro super trasparente */
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    transition: color 0.4s ease;
}

.fnd-step-card:hover .fnd-step-number {
    color: rgba(186, 162, 86, 0.1);
}

/* --- CONTENUTO CARD --- */
.fnd-step-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #163740;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease, background 0.3s ease;
}

.fnd-step-card:hover .fnd-step-icon {
    background: #163740;
    color: #BAA256;
}

.fnd-step-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1d1d1f;
    margin: 0 0 16px 0;
    position: relative;
    z-index: 2;
}

.fnd-step-card p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 2;
}

/* --- KEYFRAMES --- */
@keyframes fadeInUpStep {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-steps-section { padding: 80px 20px; }
    .fnd-steps-header h2 { font-size: 40px; }
    .fnd-steps-header p { font-size: 18px; }
    
    .fnd-steps-grid { grid-template-columns: 1fr; gap: 24px; }
    
    /* Nascondiamo la linea tratteggiata su mobile */
    .fnd-steps-grid::before { display: none; }
    
    .fnd-step-card { padding: 40px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14df12d *//* --- IMPOSTAZIONI GLOBALI --- */
.fnd-cta-section {
    padding: 80px 20px 120px 20px;
    background-color: #ffffff; /* Si fonde con la sezione precedente */
    font-family: 'Outfit', -apple-system, sans-serif;
    display: flex;
    justify-content: center;
}

/* --- CONTENITORE SCURO (IL BLOCCO CTA) --- */
.fnd-cta-container {
    background-color: #163740; /* Dark Teal */
    width: 100%;
    max-width: 1200px;
    border-radius: 48px;
    padding: 100px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(22, 55, 64, 0.15);
    
    /* Stato iniziale per animazione allo scroll */
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.fnd-cta-container.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Effetto bagliore dorato sul fondo */
.fnd-cta-glow {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(186, 162, 86, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* --- CONTENUTI INTERNI --- */
.fnd-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.fnd-cta-content h2 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px 0;
}

.fnd-cta-content h2 span {
    color: #BAA256; /* Oro */
}

.fnd-cta-content p {
    font-size: 20px;
    color: #cbd5e1; /* Grigio/Bluastro chiaro */
    line-height: 1.6;
    margin: 0 0 48px 0;
}

/* --- PULSANTI --- */
.fnd-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.fnd-btn-cta {
    padding: 18px 32px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* Pulsante Primario (Oro) */
.fnd-btn-cta-primary {
    background-color: #BAA256;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(186, 162, 86, 0.3);
}

.fnd-btn-cta-primary:hover {
    background-color: #c7af66;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(186, 162, 86, 0.4);
    color: #ffffff;
}

/* Pulsante Secondario (Trasparente con bordo bianco) */
.fnd-btn-cta-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.fnd-btn-cta-secondary:hover {
    background-color: #ffffff;
    color: #163740;
    border-color: #ffffff;
    transform: translateY(-4px);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-cta-section { padding: 60px 20px 80px 20px; }
    .fnd-cta-container { padding: 60px 24px; border-radius: 32px; }
    
    .fnd-cta-content h2 { font-size: 40px; }
    .fnd-cta-content p { font-size: 18px; }
    
    .fnd-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }
    
    .fnd-btn-cta {
        width: 100%; /* I pulsanti prendono tutta la larghezza su mobile */
    }
}/* End custom CSS */