.fixadv-brand-image {
    display: block;
    width: auto;
    max-width: 190px;
    height: 42px;
    object-fit: contain;
}

.footer-brand .fixadv-brand-image {
    height: 48px;
}

.stats-bar {
    grid-template-columns: repeat(3, 1fr);
}

.stats-bar article:nth-child(3) {
    border-right: 0;
}

.fixadv-library-section {
    background: #f4f5f5;
}

.fixadv-library-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.fixadv-library-card {
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 24px;
    background: #ffffff;
    overflow: hidden;
}

.fixadv-library-file {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #050505;
    object-fit: cover;
}

.fixadv-library-copy {
    padding: 24px;
}

.fixadv-library-copy h3 {
    margin: 0;
    color: #050505;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.7px;
}

.fixadv-library-copy p {
    margin: 10px 0 0;
    color: rgba(5, 5, 5, 0.55);
    font-size: 11px;
    line-height: 1.8;
}

.fixadv-pdf-card {
    display: flex;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background: linear-gradient(145deg, #151515, #050505);
    color: #ffffff;
}

.fixadv-pdf-card i {
    font-size: 64px;
    color: #f07a7a;
}

.fixadv-pdf-card span {
    font-size: 11px;
    font-weight: 800;
}

.fixadv-contact-form-section {
    background: #080808;
    color: #ffffff;
}

.fixadv-form-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
    gap: 80px;
}

.fixadv-form-copy h2 {
    margin: 18px 0 0;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1.02;
}

.fixadv-form-copy h2 span {
    color: #41bac2;
}

.fixadv-form-copy > p:last-child {
    max-width: 560px;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.85;
}

.fixadv-contact-form {
    display: grid;
    gap: 16px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    background: #111111;
}

.fixadv-fields-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fixadv-contact-form label {
    display: grid;
    gap: 7px;
    color: #d5d5d5;
    font-size: 10px;
    font-weight: 700;
}

.fixadv-contact-form input,
.fixadv-contact-form textarea,
.fixadv-contact-form select {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    outline: none;
    background: #080808;
    color: #ffffff;
    font: inherit;
}

.fixadv-contact-form textarea {
    min-height: 110px;
    resize: vertical;
}

.fixadv-contact-form input:focus,
.fixadv-contact-form textarea:focus,
.fixadv-contact-form select:focus {
    border-color: #41bac2;
}

.fixadv-consent {
    display: flex !important;
    grid-template-columns: auto 1fr !important;
    align-items: flex-start;
    gap: 9px !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 9px !important;
    line-height: 1.6;
}

.fixadv-consent input {
    width: auto !important;
    margin-top: 3px;
}

.fixadv-whatsapp-button {
    margin-top: 4px;
    background: #25d366;
    border-color: #25d366;
}

.fixadv-whatsapp-button:hover {
    background: #42df7c;
    border-color: #42df7c;
}

.fixadv-whatsapp-button i {
    font-size: 21px;
}

@media (max-width: 900px) {
    .fixadv-form-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media (max-width: 720px) {
    .fixadv-library-grid,
    .fixadv-fields-2 {
        grid-template-columns: 1fr;
    }

    .fixadv-contact-form {
        padding: 24px;
    }

    .fixadv-brand-image {
        max-width: 150px;
        height: 36px;
    }

    .stats-bar {
        grid-template-columns: 1fr;
    }

    .stats-bar article {
        border-right: 0;
    }
}

/* ==========================================================
   FIXADV HOME REFRESH 2026
   ========================================================== */

.site-header .brand {
    flex: 0 0 auto;
    min-width: 0;
}

.site-header .fixadv-brand-image {
    width: auto;
    max-width: 174px;
    height: 35px;
    object-fit: contain;
    object-position: left center;
}

.site-footer .fixadv-brand-image {
    width: auto;
    max-width: 205px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
}

.header-inner {
    gap: 22px;
}

.desktop-nav {
    gap: clamp(18px, 2vw, 31px);
}

.desktop-nav a {
    white-space: nowrap;
}

.hero-layout {
    grid-template-columns:
        minmax(0, 1.03fr)
        minmax(390px, 0.97fr);
    gap: clamp(40px, 5vw, 72px);
}

.hero-content,
.hero-visual,
.feature-copy,
.visibility-heading,
.contact-content {
    min-width: 0;
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(53px, 6vw, 91px);
    letter-spacing: clamp(-5px, -0.45vw, -3px);
    overflow-wrap: normal;
    text-wrap: balance;
}

.hero-description {
    max-width: 620px;
}

.screen-frame {
    max-width: calc(100vw - 42px);
}

.stats-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-bar article {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 24px 22px;
}

.stats-bar article:first-child {
    padding-left: 0;
}

.stats-bar article:last-child {
    border-right: 0;
}

.stats-bar article > i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(65, 186, 194, 0.22);
    border-radius: 12px;
    background: rgba(65, 186, 194, 0.08);
    color: #41bac2;
    font-size: 18px;
}

.stats-bar article > div {
    min-width: 0;
}

.stats-bar strong {
    display: block;
    font-size: clamp(19px, 2vw, 26px);
    line-height: 1.05;
    white-space: nowrap;
}

.stats-bar span {
    display: block;
    max-width: 170px;
    line-height: 1.45;
}

.feature-card {
    isolation: isolate;
}

.feature-card-large {
    min-height: 780px;
}

.feature-copy h3,
.split-heading h2,
.section-title h2,
.visibility-heading h2,
.contact-content h2,
.audience-copy h2 {
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.metric {
    right: 32px;
    left: 38px;
}

.metric strong {
    font-size: clamp(29px, 3.1vw, 44px);
    letter-spacing: -2px;
    line-height: 1;
    overflow-wrap: anywhere;
}

.contact-box {
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(265px, 0.92fr);
}

.fixadv-video-section {
    position: relative;
    background: #070707;
    color: #ffffff;
    overflow: hidden;
}

.fixadv-video-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 18% 25%,
            rgba(65, 186, 194, 0.18),
            transparent 33%
        ),
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: auto, 48px 48px;
    pointer-events: none;
}

.fixadv-video-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 0.78fr)
        minmax(460px, 1.22fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.fixadv-video-copy {
    min-width: 0;
}

.fixadv-video-brandmark {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-bottom: 31px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.035);
}

.fixadv-video-brandmark img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.fixadv-video-copy h2,
.fixadv-map-copy h2 {
    margin: 18px 0 0;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1.02;
    text-wrap: balance;
}

.fixadv-video-copy h2 span,
.fixadv-map-copy h2 span {
    display: block;
    color: #41bac2;
}

.fixadv-video-copy > p:not(.section-kicker),
.fixadv-map-copy > p:not(.section-kicker) {
    max-width: 570px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 13px;
    line-height: 1.9;
}

.fixadv-video-copy .button {
    margin-top: 31px;
}

.fixadv-video-frame {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 27px;
    background: linear-gradient(145deg, #1c1c1c, #090909);
    box-shadow:
        0 35px 100px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(65, 186, 194, 0.08);
}

.fixadv-video-frame video {
    width: 100%;
    max-height: 680px;
    display: block;
    border-radius: 17px;
    background: #000000;
    object-fit: contain;
}

.fixadv-video-caption {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 7px 4px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 9px;
    font-weight: 700;
}

.fixadv-video-caption i {
    color: #41bac2;
    font-size: 17px;
}

.fixadv-map-section {
    background: #f4f5f5;
    color: #050505;
}

.fixadv-map-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.78fr)
        minmax(480px, 1.22fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
}

.fixadv-map-copy {
    min-width: 0;
}

.fixadv-map-copy h2 span {
    color: #258d94;
}

.fixadv-map-copy > p:not(.section-kicker) {
    color: rgba(5, 5, 5, 0.58);
}

.fixadv-map-facts {
    display: grid;
    gap: 11px;
    margin-top: 31px;
}

.fixadv-map-facts > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 13px 15px;
    border: 1px solid rgba(5, 5, 5, 0.09);
    border-radius: 14px;
    background: #ffffff;
}

.fixadv-map-facts i {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(65, 186, 194, 0.12);
    color: #258d94;
    font-size: 19px;
}

.fixadv-map-facts span {
    color: rgba(5, 5, 5, 0.56);
    font-size: 10px;
    line-height: 1.45;
}

.fixadv-map-facts strong {
    display: block;
    color: #050505;
    font-size: 15px;
}

.fixadv-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

.fixadv-download-button {
    border-color: rgba(5, 5, 5, 0.13);
    background: transparent;
    color: #050505;
}

.fixadv-download-button:hover {
    border-color: #050505;
    background: #050505;
    color: #ffffff;
}

.fixadv-map-preview {
    min-width: 0;
    height: clamp(520px, 60vw, 760px);
    padding: 11px;
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.fixadv-map-preview object {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: 15px;
    background: #eeeeee;
}

.fixadv-map-fallback {
    height: 100%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 30px;
    text-align: center;
}

.fixadv-map-fallback i {
    color: #e66b6b;
    font-size: 60px;
}

.fixadv-map-fallback p {
    margin: 0;
    color: rgba(5, 5, 5, 0.55);
    font-size: 12px;
}

.fixadv-map-fallback a {
    color: #258d94;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 1120px) {
    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .header-cta {
        margin-left: auto;
    }

    .fixadv-video-layout,
    .fixadv-map-layout {
        grid-template-columns: 1fr;
    }

    .fixadv-video-copy,
    .fixadv-map-copy {
        max-width: 760px;
    }

    .fixadv-video-frame,
    .fixadv-map-preview {
        width: 100%;
        max-width: 900px;
        margin-inline: auto;
    }
}

@media (max-width: 900px) {
    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-content {
        max-width: 780px;
    }

    .hero-visual {
        width: 100%;
        max-width: 650px;
        margin-inline: auto;
    }

    .stats-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stats-bar article:nth-child(2) {
        border-right: 0;
    }

    .stats-bar article:nth-child(3),
    .stats-bar article:nth-child(4) {
        border-bottom: 0;
    }

    .contact-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .site-header .fixadv-brand-image {
        max-width: 142px;
        height: 30px;
    }

    .header-cta {
        display: none;
    }

    .hero h1 {
        font-size: clamp(46px, 14vw, 58px);
        letter-spacing: -3.4px;
    }

    .hero-description {
        font-size: 14px;
    }

    .stats-bar {
        grid-template-columns: 1fr;
    }

    .stats-bar article,
    .stats-bar article:first-child {
        min-height: 94px;
        padding: 17px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stats-bar article:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .stats-bar article:last-child {
        border-bottom: 0;
    }

    .feature-card,
    .feature-card-large {
        min-height: 530px;
    }

    .metric {
        right: 25px;
        left: 25px;
    }

    .fixadv-video-copy h2,
    .fixadv-map-copy h2 {
        font-size: 42px;
        letter-spacing: -2.7px;
    }

    .fixadv-video-brandmark {
        width: 62px;
        height: 62px;
    }

    .fixadv-video-brandmark img {
        width: 43px;
        height: 43px;
    }

    .fixadv-video-frame {
        padding: 7px;
        border-radius: 18px;
    }

    .fixadv-video-frame video {
        border-radius: 12px;
    }

    .fixadv-map-preview {
        height: 510px;
        padding: 7px;
        border-radius: 18px;
    }

    .fixadv-map-actions,
    .fixadv-map-actions .button {
        width: 100%;
    }
}


/* FIXADV HARMONY UX START */

html {
    scroll-padding-top: 92px;
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    background: rgba(65, 186, 194, 0.32);
}

a,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(65, 186, 194, 0.38);
    outline-offset: 3px;
}

/* Tipografia più equilibrata */

.hero h1 {
    max-width: 720px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -3.8px;
}

.split-heading h2,
.section-title h2,
.visibility-heading h2,
.contact-content h2,
.audience-copy h2,
.fixadv-video-copy h2,
.fixadv-map-copy h2,
.fixadv-form-copy h2 {
    font-weight: 800;
    line-height: 1.055;
    letter-spacing: -3px;
}

.feature-copy h3 {
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.benefit-card h3,
.timeline h3 {
    font-weight: 700;
    line-height: 1.25;
}

.hero-description,
.split-heading > div:last-child > p,
.feature-copy > p:last-of-type,
.visibility-heading > p:not(.section-kicker),
.timeline p,
.benefit-card p,
.contact-content > p:last-child,
.fixadv-video-copy > p:not(.section-kicker),
.fixadv-map-copy > p:not(.section-kicker),
.fixadv-form-copy > p:not(.section-kicker) {
    font-weight: 450;
    line-height: 1.75;
}

.section-kicker,
.eyebrow,
.feature-label {
    font-weight: 700;
    letter-spacing: 1.45px;
}

.button {
    min-height: 50px;
    font-weight: 700;
    letter-spacing: 0;
}

.section {
    padding-top: clamp(88px, 9vw, 122px);
    padding-bottom: clamp(88px, 9vw, 122px);
}

/* Evita sovrapposizioni */

.hero-layout,
.split-heading,
.circuit-grid,
.visibility-layout,
.benefits-grid,
.audience-container,
.fixadv-video-layout,
.fixadv-map-layout,
.fixadv-form-layout {
    min-width: 0;
}

.hero-content,
.hero-visual,
.feature-card,
.feature-copy,
.visibility-heading,
.timeline,
.contact-content,
.contact-actions,
.fixadv-video-copy,
.fixadv-video-frame,
.fixadv-map-copy,
.fixadv-map-preview,
.fixadv-form-copy,
.fixadv-contact-form {
    min-width: 0;
}

.hero h1,
.split-heading h2,
.section-title h2,
.feature-copy h3,
.visibility-heading h2,
.contact-content h2,
.audience-copy h2,
.fixadv-video-copy h2,
.fixadv-map-copy h2,
.fixadv-form-copy h2 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    text-wrap: balance;
}

.screen-stage {
    max-width: 100%;
}

.screen-frame {
    max-width: min(445px, 100%);
}

.floating-card {
    max-width: 220px;
}

.feature-card {
    padding: clamp(28px, 3.2vw, 40px);
}

.feature-card-large {
    min-height: 720px;
}

.feature-copy {
    max-width: 100%;
}

.feature-copy h3 {
    max-width: 560px;
}

.metric {
    max-width: calc(100% - 70px);
}

.metric strong {
    white-space: normal;
}

.mini-screens {
    pointer-events: none;
}

.benefit-card {
    min-height: 260px;
    padding: 29px;
}

.benefit-card h3 {
    margin-top: 34px;
}

/* Modulo più semplice */

.fixadv-form-layout {
    grid-template-columns:
        minmax(0, 0.88fr)
        minmax(420px, 1.12fr);
    align-items: center;
    gap: clamp(48px, 7vw, 95px);
}

.fixadv-form-copy h2 span {
    display: block;
    color: #41bac2;
}

.fixadv-form-benefits {
    display: grid;
    gap: 12px;
    margin-top: 31px;
}

.fixadv-form-benefits > div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    line-height: 1.5;
}

.fixadv-form-benefits i {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(65, 186, 194, 0.22);
    border-radius: 11px;
    background: rgba(65, 186, 194, 0.08);
    color: #41bac2;
    font-size: 18px;
}

.fixadv-contact-form {
    gap: 15px;
    padding: clamp(25px, 3.5vw, 38px);
    border-radius: 26px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.fixadv-form-heading {
    margin-bottom: 5px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.fixadv-form-heading span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.fixadv-form-heading p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 9px;
    line-height: 1.6;
}

.fixadv-contact-form label {
    font-weight: 600;
}

.fixadv-contact-form input,
.fixadv-contact-form textarea,
.fixadv-contact-form select {
    min-height: 50px;
    border-radius: 12px;
    font-weight: 450;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.fixadv-contact-form textarea {
    min-height: 94px;
}

.fixadv-contact-form input:hover,
.fixadv-contact-form textarea:hover,
.fixadv-contact-form select:hover {
    border-color: rgba(255, 255, 255, 0.22);
}

.fixadv-contact-form input:focus,
.fixadv-contact-form textarea:focus,
.fixadv-contact-form select:focus {
    border-color: #41bac2;
    background: #0b0b0b;
    box-shadow: 0 0 0 4px rgba(65, 186, 194, 0.08);
}

.fixadv-whatsapp-button {
    width: 100%;
    min-height: 55px;
    margin-top: 5px;
    padding-inline: 22px;
}

.fixadv-whatsapp-button span {
    flex: 1;
    text-align: center;
}

.fixadv-form-helper {
    max-width: 410px;
    margin: -2px auto 0;
    color: rgba(255, 255, 255, 0.36);
    font-size: 8px;
    line-height: 1.6;
    text-align: center;
}

/* Pulsante WhatsApp fisso */

.fixadv-whatsapp-float {
    position: fixed;
    z-index: 950;
    right: 23px;
    bottom: 23px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 19px 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: #25d366;
    color: #07180d;
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.34),
        0 0 0 0 rgba(37, 211, 102, 0.24);
    font-size: 10px;
    font-weight: 750;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
    animation: fixadvWhatsappPulse 3.6s infinite;
}

.fixadv-whatsapp-float i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
    font-size: 21px;
}

.fixadv-whatsapp-float:hover {
    background: #45df7f;
    box-shadow:
        0 22px 58px rgba(0, 0, 0, 0.4),
        0 0 0 8px rgba(37, 211, 102, 0.1);
    transform: translateY(-3px);
}

@keyframes fixadvWhatsappPulse {
    0%,
    65%,
    100% {
        box-shadow:
            0 18px 50px rgba(0, 0, 0, 0.34),
            0 0 0 0 rgba(37, 211, 102, 0.22);
    }

    78% {
        box-shadow:
            0 18px 50px rgba(0, 0, 0, 0.34),
            0 0 0 11px rgba(37, 211, 102, 0);
    }
}

/* Tablet */

@media (max-width: 1080px) {
    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-content {
        max-width: 760px;
    }

    .hero-visual {
        width: 100%;
        max-width: 620px;
        margin-inline: auto;
    }

    .fixadv-form-layout {
        grid-template-columns: 1fr;
    }

    .fixadv-form-copy {
        max-width: 720px;
    }

    .fixadv-contact-form {
        width: 100%;
        max-width: 720px;
    }

    .floating-card-top {
        right: 0;
    }

    .floating-card-bottom {
        left: 0;
    }
}

@media (max-width: 820px) {
    .hero h1 {
        max-width: 650px;
        font-size: clamp(50px, 10vw, 72px);
        line-height: 1;
        letter-spacing: -3px;
    }

    .split-heading h2,
    .section-title h2,
    .visibility-heading h2,
    .contact-content h2,
    .audience-copy h2,
    .fixadv-video-copy h2,
    .fixadv-map-copy h2,
    .fixadv-form-copy h2 {
        font-size: clamp(39px, 7vw, 56px);
        line-height: 1.07;
        letter-spacing: -2.4px;
    }

    .floating-card {
        display: none;
    }

    .screen-stage {
        min-height: 460px;
    }

    .feature-card-large {
        min-height: 620px;
    }

    .mini-screens {
        right: -170px;
        opacity: 0.82;
        transform: rotate(-7deg) scale(0.82);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Smartphone */

@media (max-width: 620px) {
    .section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .hero {
        padding-top: 112px;
    }

    .hero h1 {
        max-width: 100%;
        font-size: clamp(43px, 13vw, 56px);
        line-height: 1.01;
        letter-spacing: -2.7px;
    }

    .hero h1 em {
        margin-top: 2px;
    }

    .hero-description {
        margin-top: 24px;
        font-size: 13px;
        line-height: 1.7;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 29px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-proof {
        margin-top: 30px;
    }

    .screen-stage {
        min-height: 365px;
    }

    .screen-frame {
        width: min(100%, 330px);
    }

    .screen-stage::before {
        width: 290px;
        height: 290px;
    }

    .screen-stage::after {
        width: 345px;
        height: 345px;
    }

    .screen-content {
        min-height: 240px;
        padding: 27px;
    }

    .screen-logo {
        font-size: 35px;
        letter-spacing: -2.7px;
    }

    .split-heading h2,
    .section-title h2,
    .visibility-heading h2,
    .contact-content h2,
    .audience-copy h2,
    .fixadv-video-copy h2,
    .fixadv-map-copy h2,
    .fixadv-form-copy h2 {
        font-size: clamp(35px, 10.5vw, 44px);
        line-height: 1.075;
        letter-spacing: -2px;
    }

    .feature-card,
    .feature-card-large {
        min-height: auto;
        padding: 25px;
    }

    .feature-card {
        padding-top: 27px;
        padding-bottom: 30px;
    }

    .feature-copy {
        margin-top: 210px;
    }

    .feature-card-accent .feature-copy {
        margin-top: 160px;
    }

    .feature-copy h3 {
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -1.4px;
    }

    .mini-screens {
        top: 62px;
        right: -205px;
        transform: rotate(-7deg) scale(0.64);
    }

    .metric,
    .live-badge {
        top: 105px;
        left: 25px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: auto;
        padding: 25px;
    }

    .benefit-card h3 {
        margin-top: 28px;
    }

    .fixadv-fields-2 {
        grid-template-columns: 1fr;
    }

    .fixadv-contact-form {
        padding: 22px;
        border-radius: 20px;
    }

    .fixadv-form-benefits {
        margin-top: 25px;
    }

    .fixadv-whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 56px;
        min-height: 56px;
        justify-content: center;
        padding: 0;
    }

    .fixadv-whatsapp-float span {
        display: none;
    }

    .fixadv-whatsapp-float i {
        width: auto;
        height: auto;
        background: transparent;
        font-size: 27px;
    }

    .contact-box {
        padding: 38px 24px;
    }
}

/* Telefoni molto piccoli */

@media (max-width: 390px) {
    .container {
        width: min(calc(100% - 24px), var(--container));
    }

    .hero h1 {
        font-size: 42px;
        letter-spacing: -2.3px;
    }

    .split-heading h2,
    .section-title h2,
    .visibility-heading h2,
    .contact-content h2,
    .audience-copy h2,
    .fixadv-video-copy h2,
    .fixadv-map-copy h2,
    .fixadv-form-copy h2 {
        font-size: 34px;
        letter-spacing: -1.7px;
    }

    .screen-frame {
        width: 295px;
    }

    .feature-copy h3 {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fixadv-whatsapp-float {
        animation: none;
    }
}

/* FIXADV HARMONY UX END */


/* FIXADV READABILITY START */

/* ----------------------------------------------------------
   TIPOGRAFIA GENERALE
   ---------------------------------------------------------- */

.hero h1 {
    font-weight: 800;
    line-height: 1;
}

.split-heading h2,
.section-title h2,
.visibility-heading h2,
.contact-content h2,
.audience-copy h2,
.fixadv-video-copy h2,
.fixadv-map-copy h2,
.fixadv-form-copy h2 {
    font-weight: 700;
    line-height: 1.08;
}

.feature-copy h3 {
    font-weight: 700;
    line-height: 1.1;
}

.hero-description {
    font-size: 17px;
    line-height: 1.75;
}

.split-heading > div:last-child > p,
.visibility-heading > p:not(.section-kicker),
.contact-content > p:last-child,
.fixadv-video-copy > p:not(.section-kicker),
.fixadv-map-copy > p:not(.section-kicker),
.fixadv-form-copy > p:not(.section-kicker) {
    font-size: 16px;
    line-height: 1.8;
}

.feature-copy > p:last-of-type {
    max-width: 590px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
}

.timeline p,
.benefit-card p {
    font-size: 13px;
    line-height: 1.75;
}

.timeline h3,
.benefit-card h3 {
    font-weight: 700;
}

.section-kicker,
.eyebrow,
.feature-label {
    font-size: 11px;
}

.stats-bar span {
    max-width: 190px;
    font-size: 11px;
    line-height: 1.5;
}

.audience-tags span {
    font-size: 11px;
}

.fixadv-map-facts span {
    font-size: 12px;
}

.fixadv-map-facts strong {
    font-size: 16px;
}

/* ----------------------------------------------------------
   CARD CIRCUITO
   Riserva spazio a formato, icona e testi
   ---------------------------------------------------------- */

@media (min-width: 821px) {
    .circuit-grid > .feature-card:not(.feature-card-large) {
        min-height: 560px;
    }

    .circuit-grid > .feature-card:not(.feature-card-large)
    .feature-copy {
        margin-top: 235px;
    }

    .circuit-grid > .feature-card-accent
    .feature-copy {
        margin-top: 210px;
    }

    .circuit-grid .metric {
        z-index: 3;
        top: 105px;
        right: 38px;
        left: 38px;
    }

    .circuit-grid .metric strong {
        display: block;
        max-width: 100%;
        font-size: clamp(34px, 3vw, 44px);
        line-height: 1.05;
        letter-spacing: -2px;
    }

    .circuit-grid .metric span {
        margin-top: 7px;
        font-size: 10px;
        line-height: 1.4;
    }

    .circuit-grid .live-badge {
        top: 112px;
    }

    .circuit-grid
    > .feature-card:not(.feature-card-large)
    .feature-label {
        margin-bottom: 15px;
    }

    .circuit-grid
    > .feature-card:not(.feature-card-large)
    .feature-copy h3 {
        font-size: clamp(34px, 3vw, 45px);
    }
}

/* ----------------------------------------------------------
   MODULO
   ---------------------------------------------------------- */

.fixadv-contact-form label {
    font-size: 12px;
    line-height: 1.45;
}

.fixadv-contact-form input,
.fixadv-contact-form select,
.fixadv-contact-form textarea {
    font-size: 14px;
}

.fixadv-consent {
    align-items: flex-start;
    font-size: 11px !important;
    line-height: 1.65;
}

.fixadv-consent span {
    display: block;
}

.fixadv-consent a {
    color: #7adce2;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fixadv-consent a:hover {
    color: #ffffff;
}

.fixadv-form-helper {
    font-size: 10px;
    line-height: 1.6;
}

/* ----------------------------------------------------------
   FOOTER
   ---------------------------------------------------------- */

.footer-top > p {
    font-size: 12px;
    line-height: 1.8;
}

.footer-top > p a {
    color: #41bac2;
    font-weight: 700;
}

.footer-top > p a:hover {
    color: #75d6dc;
}

.footer-links {
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 11px;
}

.footer-bottom {
    font-size: 9px;
}

/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media (max-width: 820px) {
    .split-heading > div:last-child > p,
    .visibility-heading > p:not(.section-kicker),
    .contact-content > p:last-child,
    .fixadv-video-copy > p:not(.section-kicker),
    .fixadv-map-copy > p:not(.section-kicker),
    .fixadv-form-copy > p:not(.section-kicker) {
        font-size: 15px;
    }

    .feature-copy > p:last-of-type {
        font-size: 14px;
    }

    .timeline p,
    .benefit-card p {
        font-size: 13px;
    }
}

/* ----------------------------------------------------------
   SMARTPHONE
   ---------------------------------------------------------- */

@media (max-width: 620px) {
    .hero-description {
        font-size: 14px;
    }

    .split-heading > div:last-child > p,
    .visibility-heading > p:not(.section-kicker),
    .contact-content > p:last-child,
    .fixadv-video-copy > p:not(.section-kicker),
    .fixadv-map-copy > p:not(.section-kicker),
    .fixadv-form-copy > p:not(.section-kicker) {
        font-size: 14px;
        line-height: 1.75;
    }

    .feature-copy > p:last-of-type {
        font-size: 14px;
        line-height: 1.7;
    }

    .section-kicker,
    .eyebrow,
    .feature-label {
        font-size: 10px;
    }

    .stats-bar span {
        font-size: 11px;
    }

    .footer-top > p,
    .footer-links a {
        font-size: 11px;
    }

    .footer-links {
        gap: 16px;
    }

    .footer-bottom {
        font-size: 9px;
    }
}

/* FIXADV READABILITY END */


/* FIXADV CIRCUIT REFRESH START */

/* leggibilità generale */

.hero-description,
.split-heading > div:last-child > p,
.feature-copy > p:last-of-type,
.visibility-heading > p:not(.section-kicker),
.timeline p,
.benefit-card p,
.contact-content > p:last-child,
.fixadv-video-copy > p:not(.section-kicker),
.fixadv-map-copy > p:not(.section-kicker),
.fixadv-form-copy > p:not(.section-kicker),
.footer-top > p {
    font-size: 16px;
    line-height: 1.8;
}

.stats-bar span,
.fixadv-map-facts span,
.fixadv-form-benefits > div,
.fixadv-contact-form label,
.footer-links a {
    font-size: 12px;
    line-height: 1.6;
}

.fixadv-consent {
    font-size: 12px !important;
    line-height: 1.65 !important;
}

.fixadv-form-helper {
    font-size: 11px;
    line-height: 1.6;
}

.benefit-card h3,
.timeline h3,
.fixadv-map-facts strong {
    font-weight: 700;
}

/* nuova sezione circuito */

.fixadv-circuit-refresh {
    background: #f4f5f5;
    color: #050505;
}

.fixadv-circuit-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    align-items: end;
    gap: 40px;
    margin-bottom: 34px;
}

.fixadv-circuit-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -3px;
    text-wrap: balance;
}

.fixadv-circuit-heading h2 span {
    display: block;
}

.fixadv-circuit-intro {
    margin: 0;
    color: rgba(5, 5, 5, 0.62);
    font-size: 16px;
    line-height: 1.85;
}

.fixadv-circuit-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
    gap: 18px;
    align-items: stretch;
}

.fixadv-circuit-card {
    min-width: 0;
    display: grid;
    gap: 22px;
    padding: 28px;
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 28px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
}

.fixadv-circuit-card-copy {
    min-width: 0;
}

.fixadv-circuit-card-copy .eyebrow {
    display: block;
    margin: 0 0 12px;
    color: #258d94;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.fixadv-circuit-card-copy h3 {
    margin: 0;
    max-width: 560px;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -2px;
    text-wrap: balance;
}

.fixadv-circuit-card-copy p:last-child {
    margin: 18px 0 0;
    max-width: 580px;
    color: rgba(5, 5, 5, 0.62);
    font-size: 15px;
    line-height: 1.8;
}

.fixadv-circuit-card-visual {
    grid-row: span 2;
    align-content: start;
    background:
        radial-gradient(
            circle at 65% 80%,
            rgba(65, 186, 194, 0.16),
            transparent 30%
        ),
        linear-gradient(180deg, #ffffff 0%, #f8fafa 100%);
}

.fixadv-circuit-screens {
    position: relative;
    min-height: 250px;
    margin-bottom: 4px;
}

.fixadv-circuit-screen {
    position: absolute;
    border: 10px solid #171717;
    border-radius: 14px;
    background:
        linear-gradient(135deg,
            rgba(65, 186, 194, 0.52),
            #03161a 40%,
            #000000 82%);
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.12);
}

.fixadv-circuit-screen-back {
    width: 280px;
    height: 176px;
    top: 28px;
    left: 60px;
    transform: rotate(-9deg);
}

.fixadv-circuit-screen-front {
    width: 250px;
    height: 160px;
    top: 52px;
    left: 235px;
    transform: rotate(-7deg);
}

.fixadv-circuit-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.fixadv-circuit-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #050505;
    font-size: 11px;
    font-weight: 700;
}

.fixadv-circuit-card-detail {
    align-content: start;
}

.fixadv-circuit-topline {
    display: grid;
    gap: 6px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08);
}

.fixadv-circuit-topline strong {
    color: #2b959b;
    font-size: clamp(28px, 2.4vw, 42px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.8px;
}

.fixadv-circuit-topline span {
    color: rgba(5, 5, 5, 0.46);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.fixadv-circuit-card-accent {
    background: #49bac4;
    border-color: #49bac4;
    color: #041518;
}

.fixadv-circuit-card-accent .eyebrow,
.fixadv-circuit-card-accent .fixadv-circuit-card-copy p:last-child {
    color: rgba(4, 21, 24, 0.72);
}

.fixadv-circuit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    width: fit-content;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(4, 21, 24, 0.08);
    color: #041518;
    font-size: 10px;
    font-weight: 800;
}

.fixadv-circuit-badge i {
    font-size: 14px;
}

@media (max-width: 1100px) {
    .fixadv-circuit-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .fixadv-circuit-intro {
        max-width: 760px;
    }

    .fixadv-circuit-grid {
        grid-template-columns: 1fr;
    }

    .fixadv-circuit-card-visual {
        grid-row: auto;
    }

    .fixadv-circuit-screen-back {
        left: 70px;
    }

    .fixadv-circuit-screen-front {
        left: 250px;
    }
}

@media (max-width: 820px) {
    .hero-description,
    .split-heading > div:last-child > p,
    .feature-copy > p:last-of-type,
    .visibility-heading > p:not(.section-kicker),
    .timeline p,
    .benefit-card p,
    .contact-content > p:last-child,
    .fixadv-video-copy > p:not(.section-kicker),
    .fixadv-map-copy > p:not(.section-kicker),
    .fixadv-form-copy > p:not(.section-kicker),
    .footer-top > p,
    .fixadv-circuit-intro {
        font-size: 15px;
    }

    .fixadv-circuit-card-copy h3 {
        font-size: clamp(30px, 5vw, 40px);
    }
}

@media (max-width: 620px) {
    .hero-description,
    .split-heading > div:last-child > p,
    .feature-copy > p:last-of-type,
    .visibility-heading > p:not(.section-kicker),
    .timeline p,
    .benefit-card p,
    .contact-content > p:last-child,
    .fixadv-video-copy > p:not(.section-kicker),
    .fixadv-map-copy > p:not(.section-kicker),
    .fixadv-form-copy > p:not(.section-kicker),
    .footer-top > p,
    .fixadv-circuit-intro {
        font-size: 14px;
        line-height: 1.75;
    }

    .fixadv-circuit-head {
        margin-bottom: 24px;
    }

    .fixadv-circuit-heading h2 {
        font-size: clamp(38px, 11vw, 50px);
        letter-spacing: -2.1px;
    }

    .fixadv-circuit-card {
        gap: 18px;
        padding: 22px;
        border-radius: 22px;
    }

    .fixadv-circuit-screens {
        min-height: 180px;
    }

    .fixadv-circuit-screen-back {
        width: 190px;
        height: 120px;
        top: 18px;
        left: 10px;
        border-width: 7px;
    }

    .fixadv-circuit-screen-front {
        width: 170px;
        height: 110px;
        top: 42px;
        left: 128px;
        border-width: 7px;
    }

    .fixadv-circuit-card-copy h3 {
        font-size: 28px;
        line-height: 1.08;
        letter-spacing: -1.4px;
    }

    .fixadv-circuit-card-copy p:last-child {
        font-size: 14px;
        line-height: 1.72;
    }

    .fixadv-circuit-topline strong {
        font-size: 30px;
    }

    .fixadv-circuit-pills span {
        min-height: 34px;
        font-size: 10px;
    }
}

/* FIXADV CIRCUIT REFRESH END */

/* FIXADV HERO PROOF CLEAN */

.hero-proof {
    display: flex;
    align-items: center;
    gap: 13px;
}

.hero-proof-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(65, 186, 194, 0.25);
    border-radius: 50%;
    background: rgba(65, 186, 194, 0.09);
    color: #41bac2;
    font-size: 18px;
}

.hero-proof p {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

@media (max-width: 620px) {
    .hero-proof p {
        max-width: 260px;
        font-size: 11px;
    }
}


/* FIXADV DESKTOP READABILITY V2 START */

/* Icona bifacciale sempre visibile */

.ri-arrow-left-right-line {
    display: inline-block;
    opacity: 1;
}

.stats-bar article > i.ri-arrow-left-right-line,
.fixadv-map-facts i.ri-arrow-left-right-line,
.fixadv-circuit-badge i.ri-arrow-left-right-line {
    color: inherit;
    font-size: 21px;
}

/* Testi descrittivi desktop */

@media (min-width: 821px) {

    .fixadv-circuit-intro {
        max-width: 500px;
        font-size: 18px;
        line-height: 1.78;
    }

    .fixadv-circuit-card-copy p:last-child {
        max-width: 630px;
        margin-top: 21px;
        font-size: 18px;
        font-weight: 450;
        line-height: 1.78;
    }

    .hero-description,
    .split-heading > div:last-child > p,
    .feature-copy > p:last-of-type,
    .visibility-heading > p:not(.section-kicker),
    .contact-content > p:last-child,
    .fixadv-video-copy > p:not(.section-kicker),
    .fixadv-map-copy > p:not(.section-kicker),
    .fixadv-form-copy > p:not(.section-kicker) {
        font-size: 17px;
        font-weight: 450;
        line-height: 1.8;
    }

    .timeline p,
    .benefit-card p {
        font-size: 15px;
        font-weight: 450;
        line-height: 1.75;
    }

    .fixadv-map-facts span {
        font-size: 14px;
        line-height: 1.55;
    }

    .fixadv-map-facts strong {
        margin-bottom: 2px;
        font-size: 17px;
    }

    .fixadv-form-benefits > div {
        font-size: 14px;
        line-height: 1.55;
    }

    .fixadv-contact-form label {
        font-size: 13px;
    }

    .fixadv-consent {
        font-size: 12px !important;
        line-height: 1.65 !important;
    }

    .fixadv-form-helper {
        font-size: 11px;
        line-height: 1.6;
    }

    .stats-bar span {
        max-width: 200px;
        font-size: 12px;
        line-height: 1.5;
    }

    .audience-tags span {
        font-size: 12px;
    }

    .footer-top > p,
    .footer-links a {
        font-size: 12px;
    }
}

/* Mantiene un buon equilibrio su notebook meno larghi */

@media (min-width: 821px) and (max-width: 1180px) {

    .fixadv-circuit-card-copy p:last-child,
    .fixadv-circuit-intro {
        font-size: 17px;
    }

    .hero-description,
    .split-heading > div:last-child > p,
    .feature-copy > p:last-of-type,
    .visibility-heading > p:not(.section-kicker),
    .contact-content > p:last-child,
    .fixadv-video-copy > p:not(.section-kicker),
    .fixadv-map-copy > p:not(.section-kicker),
    .fixadv-form-copy > p:not(.section-kicker) {
        font-size: 16px;
    }
}

/* FIXADV DESKTOP READABILITY V2 END */


/* FIXADV DESKTOP MENU START */

@media (min-width: 1121px) {
    .header-inner {
        min-height: 92px;
        gap: 25px;
    }

    .desktop-nav {
        gap: clamp(24px, 2vw, 34px);
    }

    .desktop-nav a {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.15px;
        white-space: nowrap;
    }

    .desktop-nav a::after {
        bottom: -10px;
        height: 2px;
        border-radius: 999px;
    }

    .header-cta {
        min-height: 48px;
        padding-inline: 22px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }
}

/* Notebook desktop meno larghi */

@media (min-width: 1121px) and (max-width: 1280px) {
    .desktop-nav {
        gap: 21px;
    }

    .desktop-nav a {
        font-size: 14px;
    }

    .header-cta {
        padding-inline: 18px;
        font-size: 12px;
    }
}

/* FIXADV DESKTOP MENU END */
