.elementor-720 .elementor-element.elementor-element-14e4792{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.44;--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-720 .elementor-element.elementor-element-14e4792::before, .elementor-720 .elementor-element.elementor-element-14e4792 > .elementor-background-video-container::before, .elementor-720 .elementor-element.elementor-element-14e4792 > .e-con-inner > .elementor-background-video-container::before, .elementor-720 .elementor-element.elementor-element-14e4792 > .elementor-background-slideshow::before, .elementor-720 .elementor-element.elementor-element-14e4792 > .e-con-inner > .elementor-background-slideshow::before, .elementor-720 .elementor-element.elementor-element-14e4792 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #0000009E 6%, #00000000 72%);}.elementor-720 .elementor-element.elementor-element-14e4792 .elementor-background-slideshow__slide__image{background-size:cover;}.elementor-720 .elementor-element.elementor-element-4e6e315{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-720 .elementor-element.elementor-element-1119425{text-align:center;}.elementor-720 .elementor-element.elementor-element-1119425 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:50px;font-weight:300;letter-spacing:1px;text-shadow:0px 0px 10px #000000;color:#FFFFFF;}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-720 .elementor-element.elementor-element-274d699{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-720 .elementor-element.elementor-element-14e4792{--min-height:60vh;}}@media(max-width:767px){.elementor-720 .elementor-element.elementor-element-14e4792{--min-height:100vh;}.elementor-720 .elementor-element.elementor-element-1119425 .elementor-heading-title{font-size:30px;}.elementor-720 .elementor-element.elementor-element-274d699{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for heading, class: .elementor-element-1119425 */.my-fade-title {
  opacity: 0;
  animation: fadeInSlow 8s ease forwards;
}

@keyframes fadeInSlow {
  from { opacity: 0; }
  to { opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-274d699 */<style>
        
        body {
            font-family: 'Montserrat', sans-serif;
            background: #ffffff;
            color: #333;
        }
        
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 80px 20px;
        }
        
        .hero {
            text-align: center;
            margin-bottom: 80px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .hero h1 {
            color: #b2292e;
            font-size: 3em;
            font-weight: 700;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .hero-line {
            width: 80px;
            height: 4px;
            background: #b2292e;
            margin: 0 auto 40px auto;
        }
        
        .hero-intro {
            color: #666;
            font-size: 1.15em;
            line-height: 1.9;
            margin-bottom: 30px;
        }
        
        .hero-quote {
            color: #b2292e;
            font-size: 1.3em;
            font-weight: 600;
            font-style: italic;
            margin-top: 30px;
        }
        
        .motivi-box {
            background: #f8f8f8;
            padding: 40px;
            margin: 60px 0;
            border-left: 5px solid #b2292e;
        }
        
        .motivi-box h3 {
            color: #b2292e;
            font-size: 1.5em;
            font-weight: 700;
            margin-bottom: 25px;
        }
        
        .motivi-box ul {
            list-style: none;
        }
        
        .motivi-box li {
            color: #333;
            font-size: 1.1em;
            margin-bottom: 12px;
            font-weight: 500;
        }
        
        .section-title {
            color: #b2292e;
            font-size: 2.5em;
            font-weight: 700;
            text-align: center;
            margin: 80px 0 50px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .trattamenti-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }
        
        /* NUOVA CLASSE PER MASSAGGI RITUALI - 3 CARD IN UNA RIGA */
        .rituali-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .trattamento-card {
            border: 2px solid #e0e0e0;
            padding: 40px;
            transition: all 0.3s;
        }
        
        .trattamento-card:hover {
            border-color: #b2292e;
            box-shadow: 0 4px 12px rgba(178, 41, 46, 0.1);
        }
        
        .trattamento-card h3 {
            color: #b2292e;
            font-size: 1.5em;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        .trattamento-card h3 .badge {
            background: #b2292e;
            color: white;
            font-size: 0.45em;
            padding: 4px 8px;
            margin-left: 8px;
            display: inline-block;
            vertical-align: middle;
            font-weight: 600;
        }
        
        .trattamento-card p {
            color: #666;
            line-height: 1.8;
            font-size: 0.95em;
            margin-bottom: 25px;
        }
        
        .trattamento-footer {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #e0e0e0;
            padding-top: 20px;
            margin-top: 20px;
        }
        
        .trattamento-durata {
            color: #333;
            font-weight: 600;
            font-size: 0.95em;
        }
        
        .trattamento-prezzo {
            color: #b2292e;
            font-weight: 700;
            font-size: 1.2em;
            white-space: nowrap;
        }
        
        .promo {
            background: #b2292e;
            color: white;
            padding: 3px 10px;
            font-size: 0.7em;
            font-weight: 600;
            display: block;
            text-align: center;
            margin-bottom: 8px;
        }
        
        .prezzo-barrato {
            text-decoration: line-through;
            opacity: 0.6;
            font-size: 0.85em;
            margin-right: 8px;
        }
        
        .prezzi-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 5px;
        }
        
        .prezzi-line {
            display: flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }
        
        .massaggi-classici {
            background: #f8f8f8;
            padding: 60px;
            margin: 80px 0;
        }
        
        .massaggi-list {
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .massaggio-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px;
            margin-bottom: 20px;
            background: white;
            border-left: 4px solid #b2292e;
        }
        
        .massaggio-info h4 {
            color: #b2292e;
            font-size: 1.4em;
            font-weight: 700;
            margin-bottom: 8px;
        }
        
        .massaggio-info p {
            color: #666;
            font-size: 1em;
        }
        
        .massaggio-prezzi {
            text-align: right;
            white-space: nowrap;
        }
        
        .massaggio-prezzi div {
            color: #333;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .speciali-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 50px;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .speciale-card {
            background: #f8f8f8;
            padding: 50px;
            border-top: 5px solid #b2292e;
        }
        
        .speciale-card h3 {
            color: #b2292e;
            font-size: 2em;
            font-weight: 700;
            margin-bottom: 25px;
        }
        
        .speciale-card p {
            color: #666;
            line-height: 1.9;
            font-size: 1.05em;
            margin-bottom: 20px;
        }
        
        .speciale-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
        }
        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2em;
            }
            
            .section-title {
                font-size: 1.8em;
            }
            
            .trattamenti-grid {
                grid-template-columns: 1fr;
            }
            
            /* RESPONSIVE PER MASSAGGI RITUALI */
            .rituali-grid {
                grid-template-columns: 1fr;
            }
            
            .massaggio-item {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .massaggio-prezzi {
                text-align: left;
                margin-top: 15px;
            }
            
            .trattamento-footer {
                flex-wrap: wrap;
                gap: 15px;
            }
            
            .prezzi-wrapper {
                flex-wrap: wrap;
            }
        }
    </style>/* End custom CSS */