/* Service cards — equal height in carousel */
.product-section .owl-stage {
    display: flex;
}

.product-section .owl-item {
    display: flex;
    height: auto;
}

.product-section .product-block {
    display: flex;
    width: 100%;
    height: 100%;
}

.product-section .product-block .inner-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.product-section .product-block .content-box {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.product-section .product-block .content-box .text {
    flex: 1 1 auto;
}

.product-section .service-card-footer {
    margin-top: auto;
    padding-top: 1rem;
}

/* Share buttons */
.share-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.share-buttons .share-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    margin-right: 0.25rem;
}

.share-buttons .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: transform 0.2s, opacity 0.2s;
}

.share-buttons .share-btn .share-icon-svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.share-buttons .share-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-facebook { background: #1877f2; }
.share-twitter { background: #000; }
.share-threads {
    background-color: black;
    color: #fff;
}

.share-threads:hover {
    background-color: black;
    color: #fff;
}
.share-linkedin { background: #0a66c2; }
.share-whatsapp { background: #25d366; }
.share-email { background: #64748b; }

.share-buttons--card .share-btn {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
}

.share-buttons--detail .share-btn {
    width: 38px;
    height: 38px;
}

/* Mobile menu polish */
.mobile-menu .menu-box {
    background: #0f1729;
    padding: 0 1.25rem 1.5rem;
}

.mobile-menu .upper-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0 1rem;
    margin-bottom: 0.25rem;
}

.mobile-menu .nav-logo img {
    max-height: 56px;
    width: auto;
}

.mobile-menu .navigation {
    border-top: none;
}

.mobile-menu .navigation > li {
    border-bottom: none;
}

.mobile-menu .navigation > li > a {
    color: #fff;
    font-weight: 500;
    padding: 0.85rem 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu .contact-list-one {
    padding: 1.25rem 0 1rem;
}

.mobile-menu .contact-list-one .title {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mobile-menu .contact-list-one .text,
.mobile-menu .contact-list-one .text a {
    color: #fff;
}

.mobile-menu .social-links {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0 0;
    margin-top: 0.5rem;
    justify-content: flex-start;
    gap: 0.65rem;
    width: auto;
}

.mobile-menu .social-links li {
    width: auto;
    border-right: none;
}

.mobile-menu .social-links a {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Topbar — social a destra su desktop */
@media (min-width: 992px) {
    .main-header .header-top .inner-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-header .header-top .top-right.topbar-social {
        display: flex !important;
        justify-content: flex-end;
        margin-left: auto;
    }

    .main-header .header-top .top-right.topbar-social .social-icon-one {
        justify-content: flex-end;
        gap: 0.35rem;
    }
}

/* Mobile topbar visible */
@media (max-width: 991.98px) {
    .main-header .header-top {
        display: block !important;
        padding: 8px 12px;
    }

    .main-header .header-top .inner-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .main-header .header-top .top-left {
        width: 100%;
        justify-self: center;
    }

    .main-header .header-top .top-left .list-style-one {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.25rem 0.75rem;
        font-size: 11px;
        line-height: 1.4;
    }

    .main-header .header-top .top-left .list-style-one li {
        margin: 0;
    }

    .main-header .header-top .top-left .list-style-one li i {
        font-size: 11px;
    }

    .main-header .header-top .top-right.topbar-social {
        display: none !important;
    }

    .main-header .header-top .inner-container .social-icon-one li:before,
    .main-header .header-top .inner-container .social-icon-one li:last-child:after {
        display: none;
    }

    .header-style-two .header-top {
        background-color: rgba(1, 20, 37, 0.94);
        border-color: rgba(255, 255, 255, 0.12);
    }

    .header-style-two .header-top .top-left .list-style-one li,
    .header-style-two .header-top .top-left .list-style-one li a,
    .header-style-two .header-top .top-right.topbar-social .social-icon-one li a {
        color: #fff !important;
    }
}

/* Chi Siamo page */
.page-title--compact {
    padding: 70px 0 55px;
}

.chi-siamo-page {
    background: #f7f8fa;
}

.chi-siamo-text-justify,
.chi-siamo-text-justify p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.chi-siamo-about {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: center;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(1, 20, 37, 0.06);
}

.chi-siamo-about__media {
    position: relative;
}

.chi-siamo-about__figure {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--theme-color2);
}

.chi-siamo-about__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.chi-siamo-about__badge {
    position: absolute;
    right: -0.75rem;
    bottom: -0.75rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color1) 0%, var(--theme-color4) 100%);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 10px 28px rgba(var(--theme-color1-rgb), 0.35);
}

.chi-siamo-about__eyebrow {
    display: inline-block;
    margin-bottom: 0.7rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.chi-siamo-about__title {
    margin: 0 0 1.15rem;
    color: var(--theme-color2);
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    line-height: 1.25;
}

.chi-siamo-about__text {
    margin: 0 0 1.5rem;
    color: #475569;
    font-size: 1.03rem;
    line-height: 1.85;
}

.chi-siamo-about__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
}

.chi-siamo-about__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--theme-color2);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.chi-siamo-about__link:hover {
    color: var(--theme-color1);
}

.chi-siamo-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.chi-siamo-highlight {
    padding: 1.35rem 1.25rem;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(1, 20, 37, 0.04);
}

.chi-siamo-highlight__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0.85rem;
    border-radius: 12px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 1.1rem;
}

.chi-siamo-highlight__title {
    margin: 0 0 0.55rem;
    color: var(--theme-color2);
    font-size: 1.05rem;
}

.chi-siamo-highlight__text {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.7;
}

.chi-siamo-team {
    background: #fff;
}

.chi-siamo-team__header {
    max-width: 720px;
    margin: 0 auto 2.25rem;
    text-align: center;
}

.chi-siamo-team__title {
    margin: 0 0 0.85rem;
    color: var(--theme-color2);
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    line-height: 1.25;
}

.chi-siamo-team__intro {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.75;
}

.chi-siamo-team__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.chi-siamo-team-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.chi-siamo-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(1, 20, 37, 0.08);
}

.chi-siamo-team-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--theme-color2);
}

.chi-siamo-team-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.chi-siamo-team-card:hover .chi-siamo-team-card__media img {
    transform: scale(1.04);
}

.chi-siamo-team-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 1.25rem 1.35rem 1.35rem;
}

.chi-siamo-team-card__role {
    display: inline-block;
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.chi-siamo-team-card__name {
    margin: 0 0 0.75rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.chi-siamo-team-card__name a {
    color: var(--theme-color2);
    text-decoration: none;
    transition: color 0.2s ease;
}

.chi-siamo-team-card__name a:hover {
    color: var(--theme-color1);
}

.chi-siamo-team-card__text {
    flex: 1 1 auto;
    margin: 0 0 1rem;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.75;
}

.chi-siamo-team-card__text p {
    margin-bottom: 0.65rem;
}

.chi-siamo-team-card__text p:last-child {
    margin-bottom: 0;
}

.chi-siamo-team-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    color: var(--theme-color1);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.chi-siamo-team-card__link:hover {
    color: var(--theme-color2);
}

.chi-siamo-team__empty {
    text-align: center;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .chi-siamo-about {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        padding: 1.35rem;
    }

    .chi-siamo-about__figure {
        aspect-ratio: 16 / 10;
    }

    .chi-siamo-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .chi-siamo-team__grid {
        grid-template-columns: 1fr;
    }

    .chi-siamo-about__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .chi-siamo-about__actions .theme-btn {
        width: 100%;
        justify-content: center;
    }

    .chi-siamo-about__link {
        justify-content: center;
    }
}

/* Contatti page */
.contatti-page {
    background: #f7f8fa;
}

.contatti-text-justify,
.contatti-text-justify p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.contatti-page__intro {
    max-width: 760px;
    margin: 0 auto 2.25rem;
    text-align: center;
}

.contatti-page__eyebrow {
    display: inline-block;
    margin-bottom: 0.6rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.contatti-page__title {
    margin: 0 0 0.85rem;
    color: var(--theme-color2);
    font-size: clamp(1.55rem, 2.8vw, 2rem);
    line-height: 1.25;
}

.contatti-page__lead {
    margin: 0;
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.8;
}

.contatti-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 1.5rem;
    align-items: start;
}

.contatti-page__form-card,
.contatti-page__sidebar {
    min-width: 0;
}

.contatti-page__form-card {
    padding: 1.65rem 1.75rem 1.75rem;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(1, 20, 37, 0.06);
}

.contatti-page__card-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid #eef2f7;
}

.contatti-page__card-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 1.2rem;
}

.contatti-page__card-eyebrow {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.contatti-page__card-title {
    margin: 0;
    color: var(--theme-color2);
    font-size: 1.25rem;
    line-height: 1.3;
}

.contatti-page__alert {
    margin-bottom: 1rem;
}

.contatti-page__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
}

.contatti-page__field--full {
    grid-column: 1 / -1;
}

.contatti-page__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--theme-color2);
}

.contatti-page__control {
    position: relative;
}

.contatti-page__control-icon {
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.92rem;
    pointer-events: none;
}

.contatti-page__control:focus-within .contatti-page__control-icon {
    color: var(--theme-color1);
}

.contatti-page__input {
    padding-left: 2.65rem !important;
    border-radius: 12px !important;
    border-color: #d7dee8 !important;
    min-height: 48px;
}

.contatti-page__input:focus {
    border-color: var(--theme-color1) !important;
    box-shadow: 0 0 0 4px rgba(var(--theme-color1-rgb), 0.14) !important;
}

.contatti-page__textarea {
    border-radius: 12px !important;
    border-color: #d7dee8 !important;
    min-height: 148px;
    resize: vertical;
    line-height: 1.65;
}

.contatti-page__textarea:focus {
    border-color: var(--theme-color1) !important;
    box-shadow: 0 0 0 4px rgba(var(--theme-color1-rgb), 0.14) !important;
}

.contatti-page__form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1rem;
    margin-top: 1.25rem;
    padding-top: 1.15rem;
    border-top: 1px solid #eef2f7;
}

.contatti-page__reset {
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.contatti-page__reset:hover {
    color: var(--theme-color2);
}

.contatti-page__sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.contatti-info-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.1rem 1.15rem;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(1, 20, 37, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contatti-info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(1, 20, 37, 0.07);
}

.contatti-info-card--phone {
    background: linear-gradient(135deg, var(--theme-color2) 0%, #0a2438 100%);
    border-color: transparent;
    color: #fff;
}

.contatti-info-card--phone .contatti-info-card__icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.contatti-info-card--phone .contatti-info-card__label,
.contatti-info-card--phone .contatti-info-card__value {
    color: #fff;
}

.contatti-info-card__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(var(--theme-color1-rgb), 0.12);
    color: var(--theme-color1);
    font-size: 1rem;
}

.contatti-info-card__label {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.contatti-info-card__value {
    display: inline-block;
    color: var(--theme-color2);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.contatti-info-card__value:hover {
    color: var(--theme-color1);
}

.contatti-info-card--phone .contatti-info-card__value:hover {
    color: #fff;
    opacity: 0.9;
}

.contatti-info-card__value--text {
    margin: 0;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.65;
}

.contatti-page__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 0.35rem;
    padding: 0.85rem 1.15rem;
    border-radius: 14px;
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.contatti-page__whatsapp:hover {
    color: #fff;
    opacity: 0.92;
    transform: translateY(-1px);
}

.contatti-map {
    background: #fff;
}

.contatti-map__wrap {
    overflow: hidden;
    border: 1px solid #e8edf3;
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(1, 20, 37, 0.06);
    background: #fff;
}

.contatti-map__head {
    padding: 1.35rem 1.5rem 0.25rem;
    text-align: center;
}

.contatti-map__title {
    margin: 0 0 1rem;
    color: var(--theme-color2);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.contatti-map__iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

@media (max-width: 991.98px) {
    .contatti-page__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .contatti-page__fields {
        grid-template-columns: 1fr;
    }

    .contatti-page__form-card {
        padding: 1.25rem 1.1rem 1.35rem;
    }

    .contatti-page__form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .contatti-page__form-actions .theme-btn {
        width: 100%;
        justify-content: center;
    }

    .contatti-map__iframe {
        height: 320px;
    }
}

/* FAQ page */
.faq-page-intro {
    max-width: 720px;
    margin: 0 auto 2rem;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.75;
}

.faq-page-section .innerpage .accordion-box .block {
    margin-bottom: 12px;
}

.faq-page-cta p {
    color: #64748b;
    font-size: 1.05rem;
}

/* WhatsApp floating button (sostituisce DelightChat) */
.site-wa-fab {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 12px 18px;
    border-radius: 40px;
    background: #cb935d;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-wa-fab i {
    font-size: 1.35rem;
}

.site-wa-fab:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

/* Home banner — portrait and text side by side */
.home-banner .inner-column:before,
.home-banner .inner-column:after {
    display: none;
}

.home-banner .banner-portrait-col {
    position: relative;
    z-index: 3;
}

.home-banner .banner-portrait {
    width: 100%;
    max-width: 540px;
    aspect-ratio: 3 / 4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
    .home-banner .banner-portrait-col {
        margin-right: -3.5rem;
    }

    .home-banner .banner-portrait {
        max-width: 580px;
        transform: scale(1.06);
        transform-origin: center bottom;
    }

    .home-banner .content-column .inner-column {
        margin-left: -2rem;
    }
}

.home-banner .content-column .inner-column {
    display: block;
    width: 100%;
    max-width: 560px;
    padding: 42px 0 98px 0;
    position: relative;
    z-index: 4;
}

.home-banner .inner-column .sub-title-2 {
    font-family: var(--title-font, "Playfair Display", serif);
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: 1.15;
}

.home-banner .inner-column .home-banner__title {
    font-family: var(--style-font, "Allison", cursive);
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: 1.15;
}

.home-banner__headings,
.home-banner__actions {
    display: block;
}

@media (max-width: 991.98px) {
    .home-banner.banner-section {
        position: relative;
        aspect-ratio: 9 / 16;
        width: 100%;
        min-height: calc(100vw * 16 / 9);
        padding: 0;
        overflow: hidden;
    }

    .home-banner .bg.bg-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        z-index: 0;
    }

    .home-banner.banner-section:before {
        opacity: 0.58;
        z-index: 1;
    }

    .home-banner__container {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: inherit;
        padding: 6.5rem 0 0;
    }

    .home-banner__row {
        flex: 1;
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-end;
        row-gap: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
    }

    .home-banner__row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .home-banner .banner-portrait-col {
        order: 1;
        position: absolute;
        bottom: 6rem;
        left: auto;
        right: 4%;
        top: auto;
        transform: none;
        width: auto;
        display: flex;
        justify-content: flex-end;
        z-index: 4;
        pointer-events: none;
    }

    .home-banner .banner-portrait {
        width: 16rem;
        max-width: 58vw;
        aspect-ratio: 2 / 3;
        margin: 0;
        border-radius: 12px;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
        background-size: cover;
        background-position: center top;
        transform: none;
        min-height: 0;
        overflow: hidden;
    }

    .home-banner .content-column {
        order: 2;
        margin: 0;
        transform: none;
        position: absolute;
        inset: 0;
        z-index: 5;
        pointer-events: none;
    }

    .home-banner__content {
        position: relative;
        height: 100%;
        width: 100%;
        padding: 0 !important;
        margin: 0;
        max-width: 100%;
    }

    .home-banner__headings {
        position: absolute;
        left: 0;
        right: 0;
        bottom: calc(6rem + 24rem + 1.25rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
        padding: 0 1rem;
        text-align: center;
        pointer-events: none;
    }

    .home-banner__actions {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
        padding: 0 1rem;
        pointer-events: auto;
    }

    .home-banner .inner-column .sub-title-2 {
        font-size: 2.35rem !important;
        line-height: 1.15 !important;
        margin-bottom: 0;
        max-width: 100%;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
    }

    .home-banner .inner-column .home-banner__title {
        font-size: 2.5rem !important;
        line-height: 1.15 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        max-width: 20ch;
        text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
    }

    .home-banner .inner-column .theme-btn {
        margin-top: 0;
        padding: 0.9rem 1.85rem !important;
        min-width: 11.5rem;
    }
}

@media (min-width: 992px) {
    .home-banner .banner-portrait-col {
        order: 1;
    }

    .home-banner .content-column {
        order: 2;
        position: relative;
        inset: auto;
        pointer-events: auto;
    }

    .home-banner__headings,
    .home-banner__actions {
        position: static;
        display: block;
        padding: 0;
    }

    .home-banner__headings {
        display: block;
    }

    .home-banner__actions {
        display: block;
    }

    .home-banner .inner-column .sub-title-2 {
        font-size: 46px;
        line-height: 1.15;
    }

    .home-banner .inner-column .theme-btn {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .home-banner__container {
        padding-top: 6.25rem;
    }

    .home-banner .banner-portrait-col {
        bottom: 5.5rem;
    }

    .home-banner .banner-portrait {
        width: 14.5rem;
        max-width: 56vw;
    }

    .home-banner__headings {
        bottom: calc(5.5rem + 21.75rem + 1rem);
    }

    .home-banner__actions {
        bottom: 5rem;
    }

    .home-banner .inner-column .sub-title-2 {
        font-size: 1.5rem !important;
    }

    .home-banner .inner-column .home-banner__title {
        font-size: 2.2rem !important;
        max-width: 18ch;
    }
}

@media (max-width: 399.98px) {
    .home-banner__container {
        padding-top: 6rem;
    }

    .home-banner .banner-portrait-col {
        bottom: 5rem;
    }

    .home-banner .banner-portrait {
        width: 13rem;
        max-width: 54vw;
        height: 24rem;
    }

    .home-banner .inner-column .sub-title-2 {
        font-size: 1.75rem !important;
    }

    .home-banner .inner-column .home-banner__title {
        font-size: 2.5rem !important;
    }

    .home-banner__headings {
        bottom: calc(10rem + 19.5rem + 1rem);
    }

    .home-banner__actions {
        bottom: 4.5rem;
    }
}

/* Home — Area Sport section colors */
.home-areasport-section .outer-box {
    background: linear-gradient(135deg, var(--theme-color2) 0%, #0d2d4a 55%, rgba(203, 147, 93, 0.25) 100%) !important;
}

.home-areasport-section .outer-box .text {
    color: rgba(255, 255, 255, 0.9);
}

.home-areasport-section .outer-box .sub-title {
    color: var(--theme-color1) !important;
}

.home-areasport-section .outer-box h2 {
    color: #fff;
}

/* Blog listing page */
.blog-page-section {
    background:
        radial-gradient(1200px 520px at 12% -10%, rgba(203, 147, 93, 0.11) 0%, rgba(203, 147, 93, 0) 58%),
        radial-gradient(900px 420px at 88% 10%, rgba(20, 56, 88, 0.09) 0%, rgba(20, 56, 88, 0) 62%);
}

.blog-mobile-nav {
    position: sticky;
    top: 72px;
    z-index: 40;
    display: flex;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(8px);
}

.blog-mobile-nav a {
    flex: 1;
    text-align: center;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    border: 1px solid #d7dee8;
    color: var(--theme-color2);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    background: #fff;
}

.blog-mobile-nav a:active,
.blog-mobile-nav a:focus,
.blog-mobile-nav a:hover {
    border-color: var(--theme-color1);
    color: var(--theme-color1);
}

.blog-page-layout {
    --bs-gutter-y: 1.75rem;
}

.blog-page-header .sub-title {
    color: var(--theme-color1);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.blog-page-header h2 {
    color: var(--theme-color2);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.blog-page-header__lead {
    max-width: 640px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.7;
}

.blog-listing-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem 1rem;
    padding: 0.85rem 1.1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    font-size: 0.92rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.blog-listing-meta i {
    color: var(--theme-color1);
    margin-right: 0.35rem;
}

.blog-listing-meta__page {
    font-weight: 600;
    color: var(--theme-color2);
}

.blog-cards-grid {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
}

.blog-page-section .blog-block .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-page-section .blog-block .inner-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.blog-page-section .blog-block .image-box .image img {
    transition: transform 0.35s ease;
}

.blog-page-section .blog-block .inner-box:hover .image-box .image img {
    transform: scale(1.04);
}

.blog-page-section .blog-block .content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.3rem 1.45rem 1.55rem;
}

.blog-page-section .blog-block .read-more {
    margin-top: auto;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--theme-color2);
}

.blog-page-section .blog-block .title {
    font-size: 1.2rem;
    line-height: 1.35;
    margin-bottom: 0.65rem;
}

.blog-page-section .blog-block .title a:hover {
    color: var(--theme-color1);
}

.blog-page-section .blog-block--featured .inner-box {
    flex-direction: row;
    border-color: rgba(203, 147, 93, 0.38);
}

.blog-page-section .blog-block--featured .image-box {
    flex: 0 0 42%;
    max-width: 42%;
    min-height: 280px;
}

.blog-page-section .blog-block--featured .image-box .image,
.blog-page-section .blog-block--featured .image-box .image a,
.blog-page-section .blog-block--featured .image-box .image img {
    height: 100%;
    min-height: 280px;
}

.blog-page-section .blog-block--featured .content-box {
    flex: 1;
    padding: 2rem 2.1rem 2rem 1.65rem;
    justify-content: center;
}

.blog-page-section .blog-block--featured .title {
    font-size: 1.55rem;
}

.blog-page-section .post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px dashed #d5dde8;
}

.blog-page-section .post-meta li {
    font-size: 0.85rem;
    color: #64748b;
}

.blog-card-excerpt {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.blog-page-section .blog-block .image-box .date {
    top: 0.9rem;
    left: 0.9rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.2);
}

.blog-page-section .blog-block .image-box .date strong {
    padding: 0.55rem 0.8rem;
    min-width: 3.2rem;
}

.blog-pagination {
    margin-top: 2.5rem;
}

.blog-pagination .pagination {
    gap: 0.35rem;
}

.blog-pagination .page-link {
    border: 1px solid #dbe3ee;
    color: var(--theme-color2);
    border-radius: 8px !important;
    min-width: 2.65rem;
    min-height: 2.65rem;
    text-align: center;
    padding: 0.5rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blog-pagination .page-item.active .page-link {
    background: var(--theme-color1);
    border-color: var(--theme-color1);
    color: #fff;
}

.blog-pagination .page-link:hover {
    background: #f1f5f9;
    color: var(--theme-color1);
}

.blog-sidebar {
    position: sticky;
    top: 7rem;
}

.blog-sidebar .sidebar__single {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    background: #fff;
}

.blog-sidebar .sidebar__title {
    margin-bottom: 1.15rem;
    font-size: 1.2rem;
}

.blog-sidebar .sidebar__search-form {
    display: flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #d7e0ea;
    overflow: hidden;
    background: #fff;
}

.blog-sidebar .sidebar__search-form input[type="search"] {
    flex: 1;
    border: 0;
    min-height: 46px;
    padding: 0 1rem;
}

.blog-sidebar .sidebar__search-form button {
    min-width: 48px;
    min-height: 46px;
    border: 0;
    background: linear-gradient(135deg, var(--theme-color1) 0%, #a36a3a 100%);
    color: #fff;
}

.blog-sidebar .sidebar__post-list > li {
    border-radius: 12px;
    transition: background-color 0.2s ease;
}

.blog-sidebar .sidebar__post-list > li:hover {
    background: #f8fafc;
}

@media (max-width: 991.98px) {
    .blog-page-section {
        padding-top: 90px;
    }

    .blog-page-header {
        margin-bottom: 2rem !important;
    }

    .blog-page-header__lead {
        max-width: 100%;
    }

    .blog-page-section .blog-block--featured .inner-box {
        flex-direction: column;
    }

    .blog-page-section .blog-block--featured .image-box {
        flex: none;
        max-width: 100%;
        min-height: 220px;
    }

    .blog-page-section .blog-block--featured .image-box .image,
    .blog-page-section .blog-block--featured .image-box .image a,
    .blog-page-section .blog-block--featured .image-box .image img {
        min-height: 220px;
    }

    .blog-sidebar {
        position: static;
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .blog-mobile-nav {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .blog-page-section {
        padding-top: 70px;
    }

    .blog-listing-meta {
        padding: 0.75rem 0.85rem;
        font-size: 0.86rem;
    }

    .blog-cards-grid {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.1rem;
    }

    .blog-page-section .blog-block .inner-box {
        border-radius: 14px;
    }

    .blog-page-section .blog-block .content-box {
        padding: 1.1rem 1rem 1.2rem;
    }

    .blog-page-section .post-meta {
        gap: 0.25rem 0.8rem;
    }

    .blog-page-section .blog-block .title {
        font-size: 1.05rem;
    }

    .blog-card-excerpt {
        font-size: 0.92rem;
        line-height: 1.6;
        margin-bottom: 0.8rem;
    }

    .blog-page-section .blog-block .read-more {
        width: 100%;
        justify-content: center;
        min-height: 44px;
        border: 1px solid #dbe3ee;
        border-radius: 10px;
    }

    .blog-pagination {
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .blog-pagination .pagination {
        width: max-content;
        flex-wrap: nowrap;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .blog-sidebar .sidebar__single {
        border-radius: 12px;
    }

    .blog-sidebar .sidebar__post-image {
        width: 86px;
        height: 86px;
        flex: 0 0 86px;
    }
}

.blog-search-results {
    background: var(--theme-color3);
    border-left: 4px solid var(--theme-color1);
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
}

.blog-search-results a {
    color: var(--theme-color1);
    font-weight: 600;
    text-decoration: none;
}

.blog-search-results a:hover {
    text-decoration: underline;
}

.blog-empty-state i {
    font-size: 2.5rem;
    color: var(--theme-color1);
    margin-bottom: 1rem;
    display: block;
}

.blog-sidebar .sidebar__post-image a {
    display: block;
    height: 100%;
}

.blog-sidebar .sidebar__post-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Blog article detail */
.blog-details__meta--enhanced {
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    margin-bottom: 0.5rem;
}

.blog-details__meta--enhanced li span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    color: #64748b;
    font-weight: 500;
}

.blog-details__meta--enhanced li span i {
    color: var(--theme-color1);
}

.blog-details .blog-details__left {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.blog-details .blog-details__content,
.blog-details .blog-details__bottom,
.blog-details .blog-details__actions {
    padding-left: 2rem;
    padding-right: 2rem;
}

.blog-details .blog-details__content {
    padding-top: 1.75rem;
}

.blog-details .blog-details__bottom {
    margin-top: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.blog-details .blog-details__actions {
    padding-top: 1.25rem;
    padding-bottom: 1.7rem;
}

.blog-details .blog-details__actions .theme-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
}

.blog-mobile-nav--detail {
    top: 70px;
}

.blog-details__lead {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #475569;
    border-left: 4px solid var(--theme-color1);
    padding-left: 1.25rem;
    margin-bottom: 1.75rem;
}

.blog-details__text {
    font-size: 1rem;
    line-height: 1.85;
    color: #334155;
}

.blog-details__bottom {
    align-items: center;
    gap: 1rem;
}

.blog-details__bottom .share-buttons {
    margin-left: auto;
}

.blog-details__actions .theme-btn {
    margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
    .blog-details .blog-details__content,
    .blog-details .blog-details__bottom,
    .blog-details .blog-details__actions {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .blog-details .blog-details__content {
        padding-top: 1.25rem;
    }

    .blog-details__title {
        font-size: clamp(1.45rem, 4vw, 1.9rem);
        line-height: 1.25;
    }
}

/* Recensioni Google */
.google-reviews-section {
    background: #f8fafc;
}

.google-reviews-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-top: 1rem;
    color: #475569;
    font-size: 0.95rem;
}

.google-reviews-summary__stars {
    color: #f59e0b;
}

.google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.google-review-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    height: 100%;
}

.google-review-card__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.google-review-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.google-review-card__avatar--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #64748b;
}

.google-review-card__author {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.google-review-card__date {
    display: block;
    font-size: 0.82rem;
    color: #64748b;
}

.google-review-card__brand {
    margin-left: auto;
    color: #4285f4;
    font-size: 1.1rem;
}

.google-review-card__rating {
    color: #f59e0b;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
}

.google-review-card__star--muted {
    opacity: 0.25;
}

.google-review-card__text {
    margin: 0;
    color: #334155;
    line-height: 1.65;
    font-size: 0.95rem;
}

.google-reviews-cta {
    margin-top: 2rem;
}

/* Video box sezione contatti home */
.contact-video-block .inner-box .image-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Player video sezione contatti home */
.contact-video-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.contact-video-modal.is-open {
    display: flex;
}

body.contact-video-modal-open {
    overflow: hidden;
}

.contact-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.contact-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    max-height: calc(100dvh - 3rem);
}

.contact-video-modal__close {
    position: absolute;
    top: -2.75rem;
    right: 0;
    z-index: 3;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
}

.contact-video-modal__media {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 0.5rem;
    overflow: hidden;
}

.contact-video-modal__player,
.contact-video-modal__iframe {
    display: none;
    width: 100%;
    background: #000;
}

.contact-video-modal__player.is-visible {
    display: block;
    max-height: calc(100dvh - 6rem);
    min-height: 12rem;
    object-fit: contain;
}

.contact-video-modal__iframe.is-visible {
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 12rem;
    border: 0;
}

.contact-video-modal__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
}

.contact-video-modal__play.is-visible {
    display: flex;
}

.contact-video-modal__play .fas {
    margin-left: 0.25rem;
}

@media (max-width: 767.98px) {
    .contact-video-modal {
        padding: 0.75rem;
    }

    .contact-video-modal__close {
        top: -2.25rem;
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1.5rem;
    }

    .contact-video-modal__player.is-visible {
        max-height: calc(100dvh - 4rem);
        min-height: 10rem;
    }

    .contact-video-modal__play {
        width: 4.25rem;
        height: 4.25rem;
        font-size: 1.35rem;
    }
}

@media (max-width: 575.98px) {
    .blog-mobile-nav {
        top: 64px;
        padding: 0.6rem 0.7rem;
        gap: 0.45rem;
    }

    .blog-mobile-nav a {
        font-size: 0.78rem;
        padding: 0.48rem 0.45rem;
    }

    .blog-details .blog-details__left {
        border-radius: 12px;
    }

    .blog-details__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-details__bottom .share-buttons {
        margin-left: 0;
    }

    .blog-details__actions .theme-btn.ms-2 {
        margin-left: 0 !important;
    }

    .blog-details .blog-details__actions .theme-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Preloader — logo intero, senza tagli */
.preloader::after {
    width: 195px;
    height: 123px;
    max-width: min(195px, 75vw);
    max-height: min(123px, 30vh);
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dark-layout .preloader::after {
    width: 151px;
    height: 53px;
    max-width: min(151px, 75vw);
    max-height: min(53px, 20vh);
    background-size: contain;
}
