.elementor-491 .elementor-element.elementor-element-15c4160{--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;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-491 .elementor-element.elementor-element-b7509e0 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-491 .elementor-element.elementor-element-2aabe4e{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-491 .elementor-element.elementor-element-82c4a9a{--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;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b7509e0 *//* ═══════════════════════════════════════════════════════════════
   STARINIERI - HEADER CSS
   ═══════════════════════════════════════════════════════════════ */

/* === HEADER BASE === */
.sr-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sr-header.is-scrolled {
    background-color: rgba(250, 247, 242, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(44, 44, 44, 0.08);
}

.sr-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    transition: padding 0.3s ease;
}

.sr-header.is-scrolled .sr-header__container {
    padding: 0.875rem 2rem;
}

/* === LOGO === */
.sr-header__logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.sr-header__logo:hover {
    transform: scale(1.02);
}

.sr-header__logo-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: color 0.3s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.sr-header__logo-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.85);
    margin-top: 0.25rem;
}

.sr-header.is-scrolled .sr-header__logo-text {
    color: #5C6B4A;
    text-shadow: none;
}

.sr-header.is-scrolled .sr-header__logo-tagline {
    color: #8B7355;
}

/* === NAVIGAZIONE === */
.sr-header__nav {
    display: flex;
    align-items: center;
}

.sr-header__menu {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sr-header__menu-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #FFFFFF !important;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.sr-header.is-scrolled .sr-header__menu-link {
    color: #4A4A4A !important;
    text-shadow: none;
}

.sr-header__menu-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #D4A853;
    transition: width 0.3s ease;
}

.sr-header__menu-link:hover::after,
.sr-header__menu-link.is-active::after {
    width: 100%;
}

.sr-header__menu-link:hover {
    color: #D4A853 !important;
}

/* === CTA BUTTON === */
.sr-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background-color: #FFFFFF;
    color: #2C2C2C;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.sr-header__cta:hover {
    background-color: #D4A853;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(212, 168, 83, 0.4);
    color: #2C2C2C;
}

.sr-header__cta-icon {
    width: 16px;
    height: 16px;
}

/* === HAMBURGER (nascosto su desktop) === */
.sr-header__hamburger {
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 48px !important;
    height: 48px !important;
    background-color: #D4A853 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    padding: 0 !important;
    z-index: 99999 !important;
    position: relative !important;
}

.sr-header__hamburger-line {
    display: block !important;
    width: 22px !important;
    height: 3px !important;
    background-color: #2C2C2C !important;
    margin: 3px 0 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease;
}

.sr-header__hamburger.is-active {
    background-color: transparent !important;
}

.sr-header__hamburger.is-active .sr-header__hamburger-line {
    background-color: #FFFFFF !important;
}

.sr-header__hamburger.is-active .sr-header__hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.sr-header__hamburger.is-active .sr-header__hamburger-line:nth-child(2) {
    opacity: 0;
}

.sr-header__hamburger.is-active .sr-header__hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* === MOBILE MENU === */
.sr-header__mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #5C6B4A !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 99998 !important;
}

.sr-header__mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
}

.sr-header__mobile-nav {
    text-align: center;
}

.sr-header__mobile-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.sr-header__mobile-list li {
    margin: 1.5rem 0;
}

.sr-header__mobile-link {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 500;
    color: #FFFFFF !important;
    text-decoration: none;
}

.sr-header__mobile-link:hover {
    color: #D4A853 !important;
}

.sr-header__mobile-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #D4A853 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
}

.sr-header__mobile-cta:hover {
    background-color: #B8923F !important;
}

/* === BODY STATE === */
body.menu-open {
    overflow: hidden;
}

/* === RESPONSIVE TABLET === */
@media (max-width: 1024px) {
    .sr-header__menu {
        gap: 1.5rem;
    }
    
    .sr-header__cta span {
        display: none;
    }
    
    .sr-header__cta {
        padding: 0.75rem;
    }
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
    .sr-header__container {
        padding: 1rem 1.25rem;
    }
    
    .sr-header__nav,
    .sr-header__cta {
        display: none;
    }
    
    .sr-header__hamburger {
        display: flex !important;
    }
    
    .sr-header__logo-text {
        font-size: 1.5rem;
    }
}

/* === ACCESSIBILITÀ: Riduzione movimento === */
@media (prefers-reduced-motion: reduce) {
    .sr-header,
    .sr-header__container,
    .sr-header__logo,
    .sr-header__menu-link,
    .sr-header__menu-link::after,
    .sr-header__cta,
    .sr-header__mobile-menu,
    .sr-header__hamburger-line {
        transition: none !important;
    }
}

/* === ACCESSIBILITÀ: Focus tastiera === */
.sr-header__menu-link:focus-visible,
.sr-header__logo:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 4px;
}

.sr-header__cta:focus-visible {
    outline: 2px solid #5C6B4A;
    outline-offset: 4px;
}

.sr-header__hamburger:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 3px;
}

.sr-header__mobile-link:focus-visible,
.sr-header__mobile-cta:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 4px;
}

/* === Safe area (notch / island) === */
.sr-header__container {
    padding-top: max(1.25rem, env(safe-area-inset-top));
}

.sr-header.is-scrolled .sr-header__container {
    padding-top: max(0.875rem, env(safe-area-inset-top));
}

@media (max-width: 768px) {
    .sr-header__container {
        padding-top: max(1rem, env(safe-area-inset-top));
    }
}

/* === Stampa === */
@media print {
    .sr-header {
        position: relative;
        background-color: #FAF7F2;
        box-shadow: none;
    }
    .sr-header__logo-text { color: #2C2C2C; text-shadow: none; }
    .sr-header__logo-tagline { color: #666; }
    .sr-header__menu-link { color: #2C2C2C !important; text-shadow: none; }
    .sr-header__hamburger,
    .sr-header__mobile-menu { display: none !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd0137b *//* ═══════════════════════════════════════════════════════════════
   STARINIERI - HOMEPAGE CSS
   Inserire questo CSS nell'elemento HTML di Elementor (sezione CSS)
   ═══════════════════════════════════════════════════════════════ */

/* ==================== HERO SECTION ==================== */
.sr-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sr-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sr-hero__video,
.sr-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.sr-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(44, 44, 44, 0.3) 0%,
        rgba(44, 44, 44, 0.5) 50%,
        rgba(44, 44, 44, 0.7) 100%
    );
    z-index: 2;
}

.sr-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 2rem;
    max-width: 900px;
}

.sr-hero__badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: rgba(212, 168, 83, 0.9);
    border-radius: 2px;
    margin-bottom: 2rem;
    animation: sr-fadeInDown 0.8s ease 0.2s both;
}

.sr-hero__badge span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #2C2C2C;
}

.sr-hero__title {
    margin-bottom: 1.5rem;
    animation: sr-fadeInUp 0.8s ease 0.4s both;
}

.sr-hero__title-line {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 5rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.sr-hero__title-accent {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 400;
    font-style: italic;
    color: #D4A853;
    margin-top: 0.75rem;
    letter-spacing: 0.1em;
}

.sr-hero__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    animation: sr-fadeInUp 0.8s ease 0.6s both;
}

.sr-hero__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: sr-fadeInUp 0.8s ease 0.8s both;
}

.sr-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sr-hero__btn--primary {
    background-color: #D4A853;
    color: #2C2C2C;
}

.sr-hero__btn--primary:hover {
    background-color: #E6C87A;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 168, 83, 0.4);
    color: #2C2C2C;
}

.sr-hero__btn--secondary {
    background-color: rgba(255, 255, 255, 0.95);
    color: #2C2C2C;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.sr-hero__btn--secondary:hover {
    background-color: #FFFFFF;
    color: #2C2C2C;
    border-color: #FFFFFF;
}

.sr-hero__btn--secondary svg {
    width: 18px;
    height: 18px;
}

/* Scroll indicator */
.sr-hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    animation: sr-fadeInUp 0.8s ease 1s both;
}

.sr-hero__scroll span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.7);
}

.sr-hero__scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, transparent 100%);
    animation: sr-scrollLine 1.5s ease infinite;
}

@keyframes sr-scrollLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    50.1% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

@keyframes sr-fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sr-fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==================== USP SECTION ==================== */
.sr-usp {
    padding: 6rem 0;
    background-color: #FAF7F2;
}

.sr-usp__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.sr-usp__header {
    text-align: center;
    margin-bottom: 4rem;
}

.sr-usp__label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #D4A853;
    margin-bottom: 0.75rem;
}

.sr-usp__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 500;
    color: #2C2C2C;
}

.sr-usp__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.sr-usp__card {
    position: relative;
    background-color: #FFFFFF;
    padding: 2.5rem 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(44, 44, 44, 0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}

.sr-usp__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(44, 44, 44, 0.12);
}

.sr-usp__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: rgba(92, 107, 74, 0.08);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.sr-usp__card:hover .sr-usp__card-icon {
    background-color: #5C6B4A;
}

.sr-usp__card-icon svg {
    width: 32px;
    height: 32px;
    color: #5C6B4A;
    transition: color 0.3s ease;
}

.sr-usp__card:hover .sr-usp__card-icon svg {
    color: #FFFFFF;
}

.sr-usp__card-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2C2C2C;
    margin-bottom: 1rem;
}

.sr-usp__card-text {
    font-size: 0.9375rem;
    color: #4A4A4A;
    line-height: 1.7;
    margin: 0;
}

.sr-usp__card-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #5C6B4A, #D4A853);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.sr-usp__card:hover .sr-usp__card-accent {
    transform: scaleX(1);
}

/* ==================== PREVIEW SECTION ==================== */
.sr-preview {
    padding: 6rem 0;
    background-color: #FFFFFF;
}

.sr-preview__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.sr-preview__label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #D4A853;
    margin-bottom: 0.75rem;
}

.sr-preview__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 500;
    color: #2C2C2C;
    margin-bottom: 1.5rem;
}

.sr-preview__text {
    font-size: 1.0625rem;
    color: #4A4A4A;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.sr-preview__text strong {
    color: #5C6B4A;
    font-weight: 600;
}

.sr-preview__price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.5rem;
    background-color: #FAF7F2;
    border-left: 4px solid #D4A853;
    margin-bottom: 2rem;
}

.sr-preview__price-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8A8A8A;
}

.sr-preview__price-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    color: #2C2C2C;
}

.sr-preview__price-value strong {
    font-size: 2rem;
    font-weight: 600;
    color: #5C6B4A;
}

.sr-preview__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background-color: #D4A853;
    color: #FFFFFF !Important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 168, 83, 0.3);
}

.sr-preview__btn:hover {
    background-color: #B8923F;
    color: #2C2C2C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 168, 83, 0.4);
}

.sr-preview__btn svg {
    width: 18px;
    height: 18px;
}

.sr-preview__btn:hover svg {
    transform: translateX(4px);
    
}

/* Preview Image */
.sr-preview__image {
    position: relative;
}

.sr-preview__image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(44, 44, 44, 0.15);
}

.sr-preview__image-frame {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    border: 3px solid #D4A853;
    border-radius: 8px;
    z-index: -1;
}

.sr-preview__image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0.75rem 1.25rem;
    background-color: #5C6B4A;
    border-radius: 4px;
}

.sr-preview__image-badge span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #FFFFFF;
}

/* ==================== VISION SECTION ==================== */
.sr-vision {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}

.sr-vision__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.sr-vision__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(92, 107, 74, 0.92) 0%,
        rgba(61, 74, 50, 0.95) 100%
    );
}

.sr-vision__container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.sr-vision__label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #D4A853;
    margin-bottom: 1rem;
}

.sr-vision__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 3rem;
    font-weight: 500;
    color: #D4A853 !Important;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.sr-vision__text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.sr-vision__features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.sr-vision__feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sr-vision__feature svg {
    width: 24px;
    height: 24px;
    color: #D4A853;
}

.sr-vision__feature span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.sr-vision__btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #D4A853;
    color: #FFFFFF !Important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sr-vision__btn:hover {
    background-color: #E6C87A;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 168, 83, 0.3);
    color: #2C2C2C;
}

/* ==================== CTA FINALE ==================== */
.sr-cta-final {
    padding: 5rem 0;
    background-color: #F0EBE3;
}

.sr-cta-final__container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.sr-cta-final__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(44, 44, 44, 0.08);
}

.sr-cta-final__icon svg {
    width: 36px;
    height: 36px;
    color: #5C6B4A;
}

.sr-cta-final__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #2C2C2C;
    margin-bottom: 0.75rem;
}

.sr-cta-final__text {
    font-size: 1.0625rem;
    color: #4A4A4A;
    margin-bottom: 2rem;
}

.sr-cta-final__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.125rem 2.5rem;
    background-color: #49CA3E;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.sr-cta-final__btn:hover {
    background-color: #20BD5A;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    color: #FFFFFF;
}

.sr-cta-final__btn svg {
    width: 22px;
    height: 22px;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
    .sr-hero__title-line {
        font-size: 4rem;
    }
    
    .sr-usp__grid {
        gap: 1.5rem;
    }
    
    .sr-preview__container {
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .sr-hero__title-line {
        font-size: 3rem;
    }
    
    .sr-hero__title-accent {
        font-size: 1.25rem;
    }
    
    .sr-hero__subtitle {
        font-size: 0.9375rem;
    }
    
    .sr-hero__actions {
        flex-direction: column;
        align-items: center;
    }
    
    .sr-hero__btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .sr-hero__scroll {
        display: none;
    }
    
    .sr-usp {
        padding: 4rem 0;
    }
    
    .sr-usp__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .sr-usp__card {
        padding: 2rem 1.5rem;
    }
    
    .sr-preview {
        padding: 4rem 0;
    }
    
    .sr-preview__container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .sr-preview__content {
        order: 2;
    }
    
    .sr-preview__image {
        order: 1;
    }
    
    .sr-preview__image img {
        height: 350px;
    }
    
    .sr-preview__image-frame {
        top: -10px;
        right: -10px;
    }
    
    .sr-preview__title,
    .sr-usp__title {
        font-size: 2.25rem;
    }
    
    .sr-vision {
        padding: 5rem 0;
    }
    
    .sr-vision__bg {
        background-attachment: scroll;
    }
    
    .sr-vision__title {
        font-size: 2.25rem;
        color: #FFFFFF !important;
    }
    
    .sr-vision__features {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .sr-cta-final {
        padding: 4rem 0;
    }
    
    .sr-cta-final__title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .sr-hero {
        min-height: calc(100vh - 60px);
    }
    
    .sr-hero__content {
        padding: 1.5rem;
    }
    
    .sr-hero__badge {
        padding: 0.375rem 1rem;
        margin-bottom: 1.5rem;
    }
    
    .sr-hero__title-line {
        font-size: 2.5rem;
    }
    
    .sr-hero__title-accent {
        font-size: 1.125rem;
    }
    
    .sr-usp__container,
    .sr-preview__container,
    .sr-vision__container,
    .sr-cta-final__container {
        padding: 0 1.25rem;
    }
    
    .sr-preview__image img {
        height: 280px;
    }
    
    .sr-cta-final__btn {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-085d479 *//* ═══════════════════════════════════════════════════════════════
   STARINIERI - FOOTER CSS
   Inserire questo CSS nell'elemento HTML di Elementor (sezione CSS)
   ═══════════════════════════════════════════════════════════════ */

.sr-footer {
    position: relative;
    background-color: #3D4A32;
    color: #FFFFFF;
}

/* === PATTERN DECORATIVO === */
.sr-footer__pattern {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    height: 40px;
    color: #3D4A32;
    overflow: hidden;
}

.sr-footer__pattern svg {
    width: 100%;
    height: 100%;
}

/* === MAIN FOOTER === */
.sr-footer__main {
    padding: 5rem 0 3rem;
}

.sr-footer__container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* === BRAND COLUMN === */
.sr-footer__brand {
    padding-right: 2rem;
}

.sr-footer__logo {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.sr-footer__logo-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sr-footer__logo-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #D4A853;
    margin-top: 0.375rem;
}

.sr-footer__description {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.5rem;
}

/* === SOCIAL LINKS === */
.sr-footer__social {
    display: flex;
    gap: 0.75rem;
}

.sr-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

.sr-footer__social-link:hover {
    background-color: #D4A853;
    color: #2C2C2C;
    transform: translateY(-3px);
}

.sr-footer__social-link svg {
    width: 20px;
    height: 20px;
}

/* === COLUMNS === */
.sr-footer__column {
    padding-top: 0.5rem;
}

.sr-footer__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF !important;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.sr-footer__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #D4A853;
}

/* === CONTACT LIST === */
.sr-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sr-footer__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.sr-footer__item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sr-footer__item a:hover {
    color: #D4A853;
}

.sr-footer__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 0.125rem;
    color: #D4A853;
}

/* === HOURS === */
.sr-footer__hours-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #D4A853;
    margin-bottom: 1rem;
}

.sr-footer__hours-table {
    width: 100%;
    font-size: 0.9375rem;
    border-collapse: collapse;
}

.sr-footer__hours-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sr-footer__hours-table tr:last-child {
    border-bottom: none;
}

.sr-footer__hours-table td {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.75);
}

.sr-footer__hours-table td:last-child {
    text-align: right;
}

.sr-footer__hours-table td.closed {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
}

/* === NAV LINKS === */
.sr-footer__nav {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.sr-footer__nav li {
    margin-bottom: 0.625rem;
}

.sr-footer__nav a {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.sr-footer__nav a:hover {
    color: #D4A853;
    padding-left: 0.5rem;
}

/* === FOOTER CTA === */
.sr-footer__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background-color: #49CA3E !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sr-footer__cta:hover {
    background-color: #20BD5A;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    color: #FFFFFF;
}

.sr-footer__cta svg {
    width: 18px;
    height: 18px;
}

/* === BOTTOM BAR === */
.sr-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.sr-footer__bottom .sr-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr;
}

.sr-footer__copyright,
.sr-footer__legal {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.sr-footer__legal a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sr-footer__legal a:hover {
    color: #D4A853;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .sr-footer__container {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    
    .sr-footer__brand {
        grid-column: span 2;
        padding-right: 0;
        text-align: center;
    }
    
    .sr-footer__social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* === ORARI MOBILE MIGLIORATI === */
.sr-footer__hours-table {
    max-width: 100%;
    width: 100%;
}

.sr-footer__hours-table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sr-footer__hours-table tr:last-child {
    border-bottom: none;
    padding-top: 0;
}

.sr-footer__hours-table td {
    padding: 0.25rem 0;
    text-align: center !important;
}

.sr-footer__hours-table td:first-child {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.9375rem;
}

.sr-footer__hours-table td:last-child {
    text-align: center !important;
    color: #D4A853;
    font-size: 1rem;
}

.sr-footer__hours-table td.closed {
    color: rgba(255, 255, 255, 0.5);
}

.sr-footer__hours-table td:empty {
    display: none;
}
    .sr-footer__main {
        padding: 4rem 0 2.5rem;
    }
    
    .sr-footer__container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.25rem;
        text-align: center;
    }
    
    .sr-footer__brand {
        grid-column: span 1;
    }
    
    .sr-footer__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .sr-footer__item {
        justify-content: center;
    }
    
    .sr-footer__hours-note {
        justify-content: center;
    }
    
    .sr-footer__hours-table {
        max-width: 250px;
        margin: 0 auto;
    }
    
    .sr-footer__bottom .sr-footer__container {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sr-footer__main {
        padding: 3rem 0 2rem;
    }
    
    .sr-footer__logo-text {
        font-size: 1.75rem;
    }
    
    .sr-footer__cta {
        width: 100%;
        justify-content: center;
    }
}

/* === ACCESSIBILITÀ: Riduzione movimento === */
@media (prefers-reduced-motion: reduce) {
    .sr-footer__social-link,
    .sr-footer__item a,
    .sr-footer__nav a,
    .sr-footer__cta,
    .sr-footer__legal a {
        transition: none !important;
    }
    .sr-footer__social-link:hover,
    .sr-footer__cta:hover {
        transform: none;
    }
}

/* === ACCESSIBILITÀ: Focus tastiera === */
.sr-footer__logo:focus-visible,
.sr-footer__social-link:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 4px;
}

.sr-footer__nav a:focus-visible,
.sr-footer__item a:focus-visible,
.sr-footer__legal a:focus-visible {
    outline: 2px solid #D4A853;
    outline-offset: 2px;
}

.sr-footer__cta:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 4px;
}

/* === Safe area (home indicator / notch) === */
.sr-footer__bottom {
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
}

@media (max-width: 768px) {
    .sr-footer__main {
        padding-bottom: max(2.5rem, env(safe-area-inset-bottom));
    }
}

@media (max-width: 480px) {
    .sr-footer__main {
        padding-bottom: max(2rem, env(safe-area-inset-bottom));
    }
}

/* === Stampa === */
@media print {
    .sr-footer__pattern {
        display: none;
    }
    .sr-footer__social-link:hover,
    .sr-footer__cta:hover {
        transform: none;
    }
    .sr-footer a {
        color: #3D4A32;
    }
}/* End custom CSS */