.page-id-8818,
.page-id-8818 body,
.page-id-8818 .site,
.page-id-8818 .site-content,
.page-id-8818 .content-area,
.page-id-8818 .container,
.page-id-8818 .entry-content,
.page-id-8818 .wpb-content-wrapper,
.page-id-8818 .vc_row,
.page-id-8818 .row {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.page-id-8818 .site-main>*,
.page-id-8818 .wpb_row,
.page-id-8818 .vc_row-fluid,
.page-id-8818 .content-wrap {
    padding: 0 !important;
    margin: 0 !important;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

:root {
    --bg: #0b1020;
    --card: #11162a;
    --muted: #8a93a6;
    --text: #eef2ff;
    --brand: #6c8cff;
    --brand-2: #8cf5ff;
    --ok: #35d399;
    --warn: #fbbf24;
    --danger: #fb7185;
    --radius: 18px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    background-image: url('https://storage.googleapis.com/img_meltemi/SITI/societari/meltemiadv/lead-generation/background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-color: var(--bg);
    min-height: 100vh;
}

/* ATTENZIONE */
.disclaimer {
    background-color: yellow;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 1000;
    display: flex;
}

.disclaimer p {
    font-size: 60%;
    color: black;
    margin: auto;
    text-align: center;
    background-color: yellow;
}

.logo {
    margin-top: 50px !important
}

.container {
    padding-left: 200px;
    padding-right: 200px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.8);
}

.logo img {
    height: 50px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 50px !important;
    /* ATTENZIONE */
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.btn-contattaci {
    padding: 5px 20px;
    background: linear-gradient(to right, #59A08E, #2C82C9);
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: medium;
    border: none;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
    position: relative;
    min-height: 600px;
}

.guide-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.vertical-guide {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100vh;
    background-color: none;
    opacity: 0.7;
    pointer-events: none;
    z-index: 9999;
}

.performance-wrapper {
    position: relative;
    display: inline-block;
}

.performance-bg {
    position: absolute;
    left: 0;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 200px;
    opacity: 0.2;
}

.hero-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 140px;
}

.hero-text h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.btn-hero {
    padding: 8px 20px;
    background: #ffffff;
    color: #005EA4;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.hero-buttons a {
    padding: 8px 20px;
    background: #ffffff;
    color: #005EA4;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.btn-scopri .btn-icon {
    width: 16px;
    height: auto;
    margin-left: 8px;
}

.hero-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    position: relative;
    margin-right: 140px;
}

.text-block {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.text-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 60px;
    z-index: -1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.text-block span {
    display: inline-block;
    transform: translateX(150px);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: clamp(22px, 3vw + 1rem, 40px) !important;
}

.text-block.show span {
    transform: translateX(0);
    opacity: 1;
}

.hero-title {
    color: #ffffff;
    text-align: right;
    line-height: 1.5;
    font-weight: normal;
    font-size: 40px;
    margin: 0;
}

.hero-title span {
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.hero-title span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    height: 40px;
    background: url("logo&icone/icone/Line 24.png") no-repeat center;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
}

.esigenze {
    padding: 150px 0;
    color: white;
    text-align: center;
}

.esigenze .section-header h1 {
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding-bottom: 8px;
}

.esigenze .section-header p {
    font-size: 16px;
    margin-bottom: 100px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.9;
}

.esigenze-wrapper {
    position: relative;
    display: inline-block;
}

.esigenze-bg {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    max-width: 600px;
    opacity: 0.2;
    pointer-events: none;
}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 50px;
}

.card {
    display: flex;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 25px;
    max-width: 450px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease-out;
}

.card.slide-left {
    transform: translateX(-50px);
}

.card.show {
    opacity: 1;
    transform: translateX(0);
}

.card-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.card-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.card-content p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.85;
    color: white;
}

.cards-wrapper .card:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    width: 60px;
    height: 2px;
    background: #ccc;
    transform: translateY(-50%);
}

.cards-wrapper .card:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 2px;
    height: 60px;
    background: #ccc;
    transform: translateX(-50%);
}

.cards-wrapper .card:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
    width: 60px;
    height: 2px;
    background: #ccc;
    transform: translateY(-50%);
}

.card-centered {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.card-centered .card {
    border-radius: 54px;
    background-color: white;
    padding: 20px 25px;
    max-width: 450px;
    border: none;
    text-align: center;
    margin-top: 45px;
}

.card-centered .card-content h3 {
    font-size: 20px;
    background: linear-gradient(to right, #59A08E, #2C82C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cards-area {
    position: relative;
}

.curve-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.cards-wrapper,
.card-centered {
    position: relative;
    z-index: 1;
}

.curve-svg path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: drawCurve 1.2s ease-out forwards;
}

/* ---------------- COSA FACCIAMO ---------------- */
.cosa-facciamo {
    margin-top: 0px;
    padding: 60px 20px;
}

.cosa-facciamo__title {
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.cosa-facciamo__content {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
    padding: 2rem;
}

.cosa-facciamo__subtitle {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}

.cosa-facciamo__text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    width: 70%;
}

/* desktop margins (kept as original) */
.cosa-facciamo__content.left {
    text-align: left;
    margin-left: 640px;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 100px;
}

.cosa-facciamo__content.right {
    text-align: right;
    margin-right: 340px;
    margin-left: auto;
    margin-bottom: 100px;
}

.cosa-facciamo__content.right .cosa-facciamo__subtitle {
    text-align: right;
    padding-right: 265px;
}

.cosa-facciamo__bg {
    position: absolute;
    top: 0;
    left: -15%;
    width: 30%;
    height: auto;
    object-fit: contain;
    opacity: .1;
    pointer-events: none;
    z-index: 0;
}

.cosa-facciamo__bg_right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30%;
    height: auto;
    object-fit: contain;
    opacity: .1;
    pointer-events: none;
    z-index: 0;
}

.cosa-facciamo__content h2,
.cosa-facciamo__content p {
    position: relative;
    z-index: 1;
}

.cosa-facciamo__content h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.meltemi-adv {
    padding: 4rem 1rem;
    text-align: center;
}

.meltemi-adv__title {
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
    letter-spacing: 0.3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding-bottom: 8px;
}

.meltemi-adv__title span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    margin-top: 5px;
}

.meltemi-adv__cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.meltemi-adv__card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.card-left {
    flex: 1;
    text-align: left;
    margin-right: 1rem;
}

.card-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.card-label {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 0.3rem;
}

.card-right {
    flex: 2;
    text-align: left;
    font-size: 1.1rem;
    color: #fff;
}

.meltemi-adv__cards .meltemi-adv__card:nth-child(1) .card-number {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
}

.meltemi-adv__cards .meltemi-adv__card:nth-child(2) .card-number {
    color: #fff;
    font-size: 2.15rem;
    font-weight: 700;
}

.meltemi-adv__cards .meltemi-adv__card:nth-child(3) .card-number {
    color: #fff;
    font-size: 4.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: -15px;
}

.meltemi-adv__cards .meltemi-adv__card:nth-child(1) .card-label {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: -10px;
}

.meltemi-adv__cards .meltemi-adv__card:nth-child(2) .card-label {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.meltemi-adv__cards .meltemi-adv__card:nth-child(3) .card-label {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin-top: -10px;
}

.parla-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
    align-items: center;
}

.parla-text h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.parla-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.parla-buttons {
    display: flex;
    gap: 15px;
}

.parla-buttons a {
    padding: 8px 20px;
    background: linear-gradient(to right, #59A08E, #2C82C9);
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-scopri .btn-icon {
    width: 16px;
    height: auto;
    margin-left: 8px;
}

.kiss-bg {
    position: absolute;
    left: 0;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 200px;
    opacity: 0.2;
}

.site-footer {
    background-color: #10182f;
    color: rgba(255, 255, 255, 0.9);
    padding: 60px 0;
    font-size: 14px;
    text-align: center;
    margin-top: 250px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.bubbles {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    pointer-events: none;
    z-index: 999;
}

.bubble {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: rise 5s linear forwards;
}

@keyframes rise {
    from {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    to {
        transform: translateY(-100vh) scale(0.5);
        opacity: 0;
    }
}

.hamburger {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

@keyframes drawCurve {
    to {
        stroke-dashoffset: 0;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .hero {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding: 60px 80px;
    }

    .hero-text {
        flex: 1;
        max-width: 520px;
        margin: 0;
    }

    .hero-text h1 {
        font-size: 42px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .hero-buttons {
        display: flex;
        gap: 15px;
    }

    .hero-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 25px;
        margin: 0;
    }

    .text-block {
        font-size: 30px;
        line-height: 1.3;
        text-align: right;
        width: 100%;
    }

    .text-block::before {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .cards-wrapper {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        gap: 40px;
    }

    .cosa-facciamo__bg {
        position: absolute;
        top: 0;
        left: 10% !important;
        width: 25% !important;
        height: auto;
        object-fit: contain;
        opacity: .1;
        pointer-events: none;
        z-index: 0;
    }

    .cosa-facciamo__content.left {
        text-align: left !important;
        margin-left: 40px;
        margin-right: auto;
    }

    .cosa-facciamo__content.right {
        text-align: right !important;
        margin-right: 40px;
        margin-left: auto;
    }

    .cosa-facciamo__content.right .cosa-facciamo__subtitle {
        text-align: right !important;
        padding-right: 0 !important;
    }

    .cosa-facciamo__text {
        width: 100%;
        text-align: inherit
    }

}


@media (max-width:768px) {

    /* FIX CRITICO: container pieno su mobile */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body {
        margin: 0;
        padding: 0;
    }

    * {
        box-sizing: border-box;
    }

    html,
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    nav {
        position: relative;
        padding-left: 20px !important;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 75px;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        gap: 15px;
        z-index: 1000;
    }

    .nav-links.show {
        display: flex;
    }

    /* HERO */
    .hero {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 80px 30px 60px 30px;
        text-align: left;
    }

    .hero-text {
        margin: 0;
        width: 100%;
    }

    .hero-text h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-buttons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 150px;
        padding: 10px 20px;
    }

    /* blocchi a destra */
    .hero-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        margin-top: 40px;
        gap: 20px;
    }

    .text-block {
        width: auto;
        text-align: right;
        line-height: 1.2;
        font-weight: 600;
    }

    .text-block::before {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .text-block span {
        font-size: clamp(18px, 4vw, 28px);
        line-height: 1.2;
        white-space: nowrap;
    }

    /* ESIGENZE */
    .esigenze {
        padding: 100px 20px;
        text-align: center;
    }

    .esigenze .section-header h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .esigenze .section-header p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 70px;
    }

    .cards-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        justify-content: center;
    }

    .cards-wrapper .card:first-child::after,
    .cards-wrapper .card:nth-child(2)::after,
    .cards-wrapper .card:nth-child(3)::after {
        display: none !important;
    }

    .curve-svg {
        display: none !important;
    }

    .card-centered {
        margin-top: 70px;
    }

    /* COSA FACCIAMO */
    .cosa-facciamo {
        margin-top: 40px;
    }

    /* Cards come colonna */
    .cards-wrapper {
        grid-template-columns: 1fr;
    }

    .card {
        max-width: 100%;
        transition-duration: .45s;
    }

    .cosa-facciamo__title {
        font-size: clamp(26px, 6vw, 34px);
        line-height: 1.25;
        border-bottom-width: 1px;
        margin-bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .cosa-facciamo__content h2 {
        font-size: 28px;
    }

    /* su smartphone: applica left/right alignment come richiesto,
       mantieni "margini" ma ridotti rispetto ai desktop */
    .cosa-facciamo__content.left {
        text-align: left;
        margin-left: 20px;
        /* margine left conservato, ridotto per mobile */
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: calc(100% - 40px);
    }

    .cosa-facciamo__content.right {
        text-align: right;
        margin-right: 20px;
        /* margine right conservato, ridotto per mobile */
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: calc(100% - 40px);
    }

    .cosa-facciamo__content.right .cosa-facciamo__text {
        padding-left: 14%;
        /* perfetto su smartphone */
        width: 100%;
    }

    /* parity for subtitles */
    .cosa-facciamo__content.right .cosa-facciamo__subtitle {
        padding-right: 0;
        text-align: right
    }

    /* MELTEMI ADV */
    .meltemi-adv {
        padding: 100px 20px;
        text-align: center;
    }

    .meltemi-adv__title {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .meltemi-adv__cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .meltemi-adv__card {
        width: 100%;
        max-width: 380px;
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .card-left {
        margin-bottom: 10px;
    }

    .card-number {
        font-size: 3rem;
        font-weight: 700;
    }

    .card-label {
        font-size: 1.1rem;
    }

    .card-right p {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* PARLA CON NOI */
    .parla-text {
        margin: 50px 0;
        align-items: center;
        margin-bottom: 120px;
    }

    .parla-text p {
        text-align: left;
        padding: 0 20px;
        margin-left: 8%;
        margin-bottom: 20px;
    }

    .parla-buttons {
        justify-content: center;
    }

}




/* Navbar perfetta da piattaforma */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 200px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 999;
}

nav .logo img {
    height: 50px;
    width: auto;
    display: block;
}

.nav-links {
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.btn-contattaci {
    background: linear-gradient(to right, #59A08E, #2C82C9);
    color: #fff;
    padding: 6px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.btn-contattaci:hover {
    opacity: 0.85;
}

.hamburger {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1024px) {
    nav {
        padding: 15px 40px;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        margin-right: 0px;
        margin-top: 50px !important;
        /* ATTENZIONE-> xdisclaimer*/
    }

    .logo {
        margin-top: 50px !important;
        /* ATTENZIONE-> xdisclaimer*/
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 75px;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px;
        gap: 15px;
    }

    .nav-links.show {
        display: flex;
    }
}
