.elementor-266 .elementor-element.elementor-element-844d4b4{--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-266 .elementor-element.elementor-element-5fec1f2{--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-266 .elementor-element.elementor-element-f1ef80a{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e12e16 *//* --- IMPOSTAZIONI GLOBALI PAGINA TARGET --- */
.fnd-target-page-wrapper {
    font-family: 'Outfit', -apple-system, sans-serif;
    background-color: #f8fafc;
    overflow-x: hidden;
}

.fnd-bg-white { background-color: #ffffff; }

/* --- HERO SECTION --- */
.fnd-tp-hero {
    padding: 160px 20px 100px 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    /* Inizialmente nascosta per animazione */
    opacity: 0;
    transform: translateY(40px);
}
.fnd-tp-hero.is-visible {
    animation: fadeInUpTarget 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.fnd-tp-hero h1 {
    font-size: 56px;
    font-weight: 800;
    color: #1d1d1f;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 24px 0;
}
.fnd-tp-hero h1 span { color: #BAA256; }
.fnd-tp-hero p {
    font-size: 20px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.fnd-tp-hero-links {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.fnd-btn-tp {
    padding: 16px 28px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.fnd-btn-tp-primary {
    background-color: #163740;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(22, 55, 64, 0.15);
}
.fnd-btn-tp-primary:hover {
    background-color: #BAA256;
    color: #ffffff;
    transform: translateY(-3px);
}
.fnd-btn-tp-secondary {
    background-color: #ffffff;
    color: #163740;
    border: 2px solid #e2e8f0;
}
.fnd-btn-tp-secondary:hover {
    border-color: #163740;
    transform: translateY(-3px);
}

/* --- SEZIONE HOST --- */
.fnd-tp-host { padding: 120px 20px; }
.fnd-tp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Testi Host */
.fnd-tp-text { flex: 1; max-width: 550px; opacity: 0; transform: translateX(-40px); }
.fnd-tp-text.is-visible { animation: fadeInUpTarget 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }

.fnd-tp-text h2 { font-size: 44px; font-weight: 800; color: #1d1d1f; line-height: 1.1; margin: 0 0 24px 0; }
.fnd-tp-text p { font-size: 18px; color: #64748b; line-height: 1.6; margin: 0 0 40px 0; }

.fnd-tp-list { list-style: none; padding: 0; margin: 0; }
.fnd-tp-list li {
    font-size: 18px; color: #163740; margin-bottom: 20px;
    display: flex; align-items: flex-start; gap: 16px;
}
.fnd-tp-list li i {
    color: #BAA256; font-size: 24px; margin-top: 2px; flex-shrink: 0;
}
.fnd-tp-list li span { flex: 1; line-height: 1.5; }
.fnd-tp-list li strong { font-weight: 800; color: #1d1d1f; }

/* Visual Host (Mockups) */
.fnd-tp-visual { flex: 1; display: flex; justify-content: center; position: relative; opacity: 0; transform: translateX(40px); }
.fnd-tp-visual.is-visible { animation: fadeInUpTarget 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards; }

.fnd-host-mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Card Alert Notturna */
.fnd-host-alert {
    background: #163740;
    width: 90%;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(22, 55, 64, 0.2);
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 0;
    animation: floatTp 6s ease-in-out infinite;
    z-index: 2;
}
.fnd-alert-header { font-size: 13px; color: #94a3b8; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.fnd-alert-body p { margin: 0 0 12px 0; font-size: 16px; font-weight: 500; }
.fnd-alert-ai-reply { background: rgba(186, 162, 86, 0.15); color: #BAA256; padding: 10px 14px; border-radius: 12px; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(186, 162, 86, 0.3); }

/* Card Recensione 5 Stelle */
.fnd-host-review {
    background: #ffffff;
    width: 85%;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 40px;
    left: 0;
    border: 1px solid #f1f5f9;
    animation: floatTpReverse 5s ease-in-out infinite;
    z-index: 1;
}
.fnd-stars { color: #BAA256; font-size: 16px; margin-bottom: 12px; display: flex; gap: 4px; }
.fnd-host-review p { font-size: 16px; color: #1d1d1f; font-weight: 600; font-style: italic; margin: 0 0 12px 0; line-height: 1.4; }
.fnd-host-review span { font-size: 13px; color: #94a3b8; font-weight: 700; text-transform: uppercase; }

/* --- KEYFRAMES --- */
@keyframes fadeInUpTarget { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translate(0); } }
@keyframes floatTp { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }
@keyframes floatTpReverse { 0% { transform: translateY(0px); } 50% { transform: translateY(10px); } 100% { transform: translateY(0px); } }

/* Stile del badge ripreso dalla Home */
.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);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-tp-hero { padding: 120px 20px 60px 20px; }
    .fnd-tp-hero h1 { font-size: 40px; }
    .fnd-tp-hero-links { flex-direction: column; width: 100%; }
    .fnd-btn-tp { justify-content: center; }
    
    .fnd-tp-host { padding: 60px 20px; }
    .fnd-tp-container { flex-direction: column; gap: 40px; text-align: center; }
    
    .fnd-tp-text, .fnd-tp-visual { transform: translateY(40px); } /* Su mobile entrano dal basso */
    .fnd-tp-list li { text-align: left; }
    .fnd-target-icon { margin: 0 auto 24px auto; } /* Centra l'icona su mobile */
    
    .fnd-host-mockup-wrapper { height: 380px; }
    .fnd-host-alert { position: relative; top: 0; right: 0; left: 0; margin: 0 auto 20px auto; width: 100%; max-width: 320px; }
    .fnd-host-review { position: relative; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 300px; }
}

/* --- INVERSIONE COLONNE (Speculare) --- */
.fnd-tp-reverse {
    flex-direction: row-reverse;
}

/* Modifica della direzione di entrata dell'animazione per l'effetto speculare */
.fnd-tp-reverse .fnd-tp-text { transform: translateX(40px); }
.fnd-tp-reverse .fnd-tp-visual { transform: translateX(-40px); }

/* --- STILE ICONA HOTEL --- */
.fnd-icon-gold {
    background: rgba(186, 162, 86, 0.15);
    color: #BAA256;
}

/* --- MOCKUP HOTEL --- */
.fnd-tp-hotel { padding: 120px 20px; }

.fnd-hotel-mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Comanda Room Service */
.fnd-hotel-order {
    background: #ffffff;
    width: 90%;
    max-width: 320px;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 25px 50px rgba(22, 55, 64, 0.15);
    border-top: 6px solid #163740;
    position: absolute;
    top: 10px;
    left: 0;
    animation: floatTp 6s ease-in-out infinite;
    z-index: 2;
}

.fnd-order-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-weight: 800; color: #1d1d1f; }
.fnd-order-room { background: rgba(186, 162, 86, 0.2); color: #BAA256; padding: 4px 12px; border-radius: 20px; font-size: 14px; }

.fnd-order-items { border-bottom: 1px dashed #e2e8f0; padding-bottom: 16px; margin-bottom: 16px; }
.fnd-item { display: flex; justify-content: space-between; font-size: 15px; color: #64748b; margin-bottom: 8px; line-height: 1.4;}
.fnd-item span:last-child { font-weight: 700; color: #163740; }

.fnd-order-total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 800; color: #1d1d1f; margin-bottom: 20px; }

.fnd-order-btn { background: #BAA256; color: #ffffff; text-align: center; padding: 12px; border-radius: 12px; font-weight: 700; font-size: 16px; cursor: pointer; }

/* Palette Brand White-Label */
.fnd-hotel-brand {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #ffffff;
    width: 85%;
    max-width: 280px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 30px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    animation: floatTpReverse 5s ease-in-out infinite;
    z-index: 1;
}

.fnd-hotel-brand i { font-size: 28px; color: #BAA256; background: rgba(186,162,86,0.1); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 14px; }
.fnd-brand-info strong { display: block; color: #163740; font-size: 16px; margin-bottom: 8px; }
.fnd-palette { display: flex; gap: 8px; }
.fnd-palette span { width: 24px; height: 24px; border-radius: 50%; display: inline-block; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-tp-hotel { padding: 60px 20px; }
    
    /* Disabilita l'inversione su mobile: il testo torna sopra, l'immagine sotto */
    .fnd-tp-reverse { flex-direction: column; }
    
    .fnd-tp-reverse .fnd-tp-text, .fnd-tp-reverse .fnd-tp-visual { transform: translateY(40px); }
    
    .fnd-hotel-mockup-wrapper { height: 400px; }
    .fnd-hotel-order { position: relative; top: 0; right: 0; left: 0; margin: 0 auto 20px auto; width: 100%; max-width: 320px; }
    .fnd-hotel-brand { position: relative; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 280px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1595620 *//* --- IMPOSTAZIONI SEZIONE VS --- */
.fnd-vs-section {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Outfit', -apple-system, sans-serif;
    overflow-x: hidden;
}

.fnd-vs-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    opacity: 0;
    transform: translateY(40px);
}
.fnd-vs-header.is-visible { animation: fadeInUpTarget 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }

.fnd-vs-header h2 { font-size: 48px; font-weight: 800; color: #1d1d1f; line-height: 1.1; margin: 0 0 16px 0; }
.fnd-vs-header h2 span { color: #94a3b8; font-weight: 400; font-size: 36px; font-style: italic; margin: 0 10px; }
.fnd-vs-header p { font-size: 20px; color: #64748b; margin: 0; }

/* --- GRIGLIA CARTE --- */
.fnd-vs-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: stretch; /* Le fa alte uguali */
    gap: 32px;
}

/* Base Card */
.fnd-vs-card {
    flex: 1;
    border-radius: 32px;
    padding: 50px 40px;
    opacity: 0;
    transform: translateY(40px);
}

/* Card 1: IL PRIMA (Grigia, stile spento) */
.fnd-vs-before {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}
.fnd-vs-before.is-visible { animation: fadeInUpTarget 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards; }

.fnd-vs-before .fnd-vs-title { color: #64748b; }
.fnd-vs-before .fnd-vs-title i { color: #94a3b8; }
.fnd-vs-before .fnd-vs-list li i { color: #ef4444; /* Rosso tenue per le X */ background: rgba(239, 68, 68, 0.1); }
.fnd-vs-before .fnd-vs-list li span { color: #64748b; }

/* Card 2: IL DOPO (Evidenziata con il brand) */
.fnd-vs-after {
    background-color: #163740; /* Dark Teal */
    box-shadow: 0 30px 60px rgba(22, 55, 64, 0.2);
    position: relative;
    transform: translateY(40px) scale(1.05); /* Leggermente più grande per farla risaltare */
}
.fnd-vs-after.is-visible { animation: fadeInUpTargetScale 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards; }

.fnd-vs-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: #BAA256; color: #fff; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 14px; letter-spacing: 0.5px; box-shadow: 0 4px 10px rgba(186, 162, 86, 0.3); white-space: nowrap; }

.fnd-vs-after .fnd-vs-title { color: #ffffff; }
.fnd-vs-after .fnd-vs-title i { color: #BAA256; }
.fnd-vs-after .fnd-vs-list li i { color: #BAA256; background: rgba(186, 162, 86, 0.15); }
.fnd-vs-after .fnd-vs-list li span { color: #cbd5e1; }

/* Stile Liste e Titoli in comune */
.fnd-vs-title { font-size: 28px; font-weight: 800; margin-bottom: 40px; display: flex; align-items: center; gap: 12px; }
.fnd-vs-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 24px; }
.fnd-vs-list li { display: flex; align-items: flex-start; gap: 16px; font-size: 17px; line-height: 1.5; }
.fnd-vs-list li i { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 2px; }

/* --- KEYFRAMES --- */
@keyframes fadeInUpTargetScale {
    0% { opacity: 0; transform: translateY(40px) scale(1.02); }
    100% { opacity: 1; transform: translateY(0) scale(1.02); }
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 992px) {
    .fnd-vs-section { padding: 80px 20px; }
    .fnd-vs-header h2 { font-size: 36px; }
    .fnd-vs-header h2 span { font-size: 24px; display: block; margin: 8px 0; }
    
    .fnd-vs-grid { flex-direction: column; gap: 40px; }
    
    .fnd-vs-card { padding: 40px 24px; }
    
    /* Su mobile rimuoviamo lo scale per evitare che esca dallo schermo */
    .fnd-vs-after { transform: translateY(40px) scale(1); margin-top: 20px; }
    @keyframes fadeInUpTargetScale {
        0% { opacity: 0; transform: translateY(40px) scale(1); }
        100% { opacity: 1; transform: translateY(0) scale(1); }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8c38f5 *//* --- IMPOSTAZIONI GLOBALI CTA --- */
.fnd-cta-section { padding: 80px 20px 120px 20px; background-color: #ffffff; font-family: 'Outfit', -apple-system, sans-serif; display: flex; justify-content: center; }

/* --- CONTENITORE SCURO --- */
.fnd-cta-container { background-color: #163740; 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); 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); }

/* Bagliore */
.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 */
.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; }
.fnd-cta-content p { font-size: 20px; color: #cbd5e1; 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; }
.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; }
.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); }

/* 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%; }
}/* End custom CSS */