/* =========================
   Funnel isolation layer
========================= */

.funnel-page-body .site-header,
.funnel-page-body #masthead,
.funnel-page-body .sidebar,
.funnel-page-body nav.rank-math-breadcrumb,
.funnel-page-body .rank-math-breadcrumb,
.funnel-page-body .ix-header-mobile,
.funnel-page-body .njt-nofi-container-content,
.funnel-page-body .footerArea,
.funnel-page-body .attesa-top-bar,
.funnel-page-body .top-bar,
.funnel-page-body .site-navigation,
.funnel-page-body .main-navigation,
.funnel-page-body .mobile-navigation,
.funnel-page-body .menu-toggle,
.funnel-page-body .attesaLoader,
.funnel-page-body .skip-link {
    display: none !important;
}

.funnel-page-body #content.site-content {
    top: 0 !important;
    padding-top: 0 !important;
}

.funnel-page-body .attesa-content-container,
.funnel-page-body .funnel-site-shell,
.funnel-page-body .funnel-nutrizione-page,
.funnel-page-body .funnel-nutrizione-content {
    width: 100%;
    max-width: 100%;
}

.funnel-page-body .funnel-nutrizione-page {
    margin: 0;
    padding: 0;
}

.funnel-page-body .funnel-nutrizione-article {
    margin: 0;
}

.funnel-page-body .entry-content.funnel-nutrizione-content {
    margin: 0;
    padding: 0;
}

/* =========================
   Funnel base
========================= */

.funnel-page-body {
    font-size: 18px;
    line-height: 1.7;
    color: #4f4f4f;
}

.funnel-nutrizione-page,
.funnel-nutrizione-content {
    width: 100%;
    max-width: 100%;
}

.funnel-section-inner,
.funnel-hero__inner,
.funnel-site-header__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.funnel-nutrizione-content,
.funnel-hero,
.funnel-trust {
    font-size: 1em;
    line-height: inherit;
    color: inherit;
}

.funnel-nutrizione-content p,
.funnel-nutrizione-content li,
.funnel-nutrizione-content label,
.funnel-nutrizione-content input,
.funnel-nutrizione-content select,
.funnel-nutrizione-content textarea,
.funnel-trust p,
.funnel-trust li,
.funnel-hero p {
    font-size: 1em;
    line-height: inherit;
    color: inherit;
}

/* =========================
   Header funnel
========================= */

.funnel-site-header {
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

.funnel-site-header__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.funnel-site-header__brand {
    display: block;
    width: 100%;
    max-width: 340px;
    text-decoration: none;
    color: inherit;
}

.funnel-site-header__logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.funnel-site-header__brand-text {
    font-size: 22px;
    font-weight: 600;
    color: #171717;
}

.funnel-site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.funnel-site-header__actions .funnel-button {
    min-height: 48px;
    padding: 0 18px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.funnel-site-header__actions .funnel-button .fa {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 767px) {
    .funnel-site-header {
        padding: 16px 0;
    }

    .funnel-site-header__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .funnel-site-header__brand {
        max-width: none;
        width: 100%;
    }

    .funnel-site-header__logo {
        width: 100%;
        max-width: 100%;
    }

    .funnel-site-header__actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .funnel-site-header__actions .funnel-button {
        width: 100%;
        justify-content: center;
        min-width: 0;
    }
}

/* =========================
   Buttons
========================= */

.funnel-button,
.funnel-hero__actions a,
.funnel-hero .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    font-size: 0.84em;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
    cursor: pointer;
}

.funnel-button:hover,
.funnel-hero__actions a:hover,
.funnel-hero .button:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

/* Primary */
.funnel-button--primary,
.funnel-hero__actions a.funnel-button--primary,
.funnel-hero__actions a.button-primary {
    background: #1f1f1f;
    color: #fff;
    border-color: #1f1f1f;
}

.funnel-button--primary:hover,
.funnel-hero__actions a.funnel-button--primary:hover,
.funnel-hero__actions a.button-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Secondary */
.funnel-button--secondary,
.funnel-hero__actions a.funnel-button--secondary,
.funnel-hero__actions a.button-secondary {
    background: #fff;
    color: #1f1f1f;
    border-color: #d8d8d8;
}

.funnel-button--secondary:hover,
.funnel-hero__actions a.funnel-button--secondary:hover,
.funnel-hero__actions a.button-secondary:hover {
    background: #fff;
    color: #1f1f1f;
    border-color: #1f1f1f;
}

/* Outline */
.funnel-button--outline,
.funnel-hero__actions a.funnel-button--outline,
.funnel-hero__actions a.button-outline {
    background: #fff;
    color: #1f1f1f;
    border-color: #d8d8d8;
}

.funnel-button--outline:hover,
.funnel-hero__actions a.funnel-button--outline:hover,
.funnel-hero__actions a.button-outline:hover {
    background: #fff;
    color: #1f1f1f;
    border-color: #1f1f1f;
}

/* =========================
   Hero
========================= */

.funnel-hero {
    padding: 72px 0 44px;
}

.funnel-hero__inner--split {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
    gap: 40px;
    align-items: center;
    text-align: left;
}

.funnel-hero__content-col h1,
.funnel-hero__content-col .funnel-hero__title {
    margin: 0 0 18px;
    max-width: 760px;
    font-size: 3.22em;
    line-height: 1.02;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #171717;
    text-wrap: balance;
}

.funnel-hero__content-col p,
.funnel-hero__content-col .funnel-hero__text {
    margin: 0;
    max-width: 720px;
    color: #4f4f4f;
}

.funnel-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.funnel-hero__image-wrap {
    width: 100%;
}

.funnel-hero__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.funnel-hero__contact-note {
    margin-top: 22px;
    max-width: 720px;
    padding-top: 18px;
    border-top: 1px solid #e8e8e8;
}

.funnel-hero__social-proof {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.funnel-hero__contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.funnel-hero__contact-title {
    font-size: 1.55em;
    font-weight: 600;
}

@media (max-width: 991px) {
    .funnel-hero {
        padding: 56px 0 36px;
    }

    .funnel-hero__inner--split {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: center;
    }

    .funnel-hero__content-col h1,
    .funnel-hero__content-col .funnel-hero__title {
        margin: 0 auto 18px;
        font-size: 2.55em;
    }

    .funnel-hero__content-col p,
    .funnel-hero__content-col .funnel-hero__text,
    .funnel-hero__contact-note {
        margin-left: auto;
        margin-right: auto;
    }

    .funnel-hero__actions,
    .funnel-hero__contact-actions {
        justify-content: center;
    }

    .funnel-hero__image-wrap {
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .funnel-hero {
        padding: 44px 0 28px;
    }

    .funnel-hero__inner--split {
        gap: 20px;
    }

    .funnel-hero__content-col h1,
    .funnel-hero__content-col .funnel-hero__title {
        font-size: 2em;
        line-height: 1.05;
    }

    .funnel-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .funnel-hero__actions .button,
    .funnel-hero__actions .funnel-button {
        width: 100%;
    }

    .funnel-hero__contact-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .funnel-hero__contact-actions .funnel-button {
        width: 100%;
        justify-content: center;
    }

    .funnel-hero__image-wrap {
        max-width: 420px;
    }
}


/* =========================
   Practitioners
========================= */


.funnel-practitioners {
    padding: 56px 0;
}

.funnel-practitioners__track-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.funnel-practitioners__track {
    display: flex;
    gap: 20px;
    min-width: max-content;
    padding-bottom: 8px;
}

.funnel-practitioner-card {
    width: 320px;
    flex: 0 0 320px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.funnel-practitioner-card__image-link {
    display: block;
    text-decoration: none;
}

.funnel-practitioner-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.6;
    object-fit: cover;
    background: #f4f4f4;
}

.funnel-practitioner-card__image--placeholder {
    width: 100%;
    aspect-ratio: 4 / 4.6;
    background: #f4f4f4;
}

.funnel-practitioner-card__body {
    padding: 20px 18px 18px;
}

.funnel-practitioner-card__title {
    margin: 0 0 8px;
    font-size: 1.18em;
    line-height: 1.2;
    font-weight: 600;
    color: #171717;
}

.funnel-practitioner-card__title a {
    color: inherit;
    text-decoration: none;
}

.funnel-practitioner-card__title a:hover {
    text-decoration: none;
}

.funnel-practitioner-card__role {
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1.5;
    color: #6a6a6a;
}

.funnel-practitioner-card__text {
    min-height: 7.2em;
    font-size: 0.95em;
    line-height: 1.7;
    color: #4f4f4f;
}

.funnel-practitioner-card__footer {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ededed;
    display: grid;
    gap: 10px;
}

.funnel-practitioner-card__link {
    display: inline-flex;
    align-items: center;
    font-size: 0.95em;
    line-height: 1.4;
    font-weight: 600;
    color: #171717;
    text-decoration: none;
}

.funnel-practitioner-card__link:hover {
    text-decoration: none;
}

.funnel-practitioners__note {
    margin: 16px auto 0;
    max-width: 760px;
    padding: 12px 14px;
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 0.95em;
    line-height: 1.65;
    color: #4f4f4f;
}

@media (max-width: 767px) {
    .funnel-practitioners {
        padding: 42px 0;
    }

    .funnel-practitioner-card {
        width: 84vw;
        flex: 0 0 84vw;
        max-width: 320px;
    }

    .funnel-practitioner-card__body {
        padding: 18px 16px 16px;
    }

    .funnel-practitioner-card__text {
        min-height: auto;
    }
}

/* =========================
   Rating
========================= */

.funnel-practitioner-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 14px;
    padding: 8px 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    font-size: 0.92em;
    line-height: 1;
    color: #171717;
}

.funnel-practitioner-card__rating-label {
    color: #6b6b6b;
    font-weight: 500;
}

.funnel-practitioner-card__rating-star {
    color: #c7a46a;
    font-size: 1.05em;
    line-height: 1;
}

.funnel-practitioner-card__rating-value {
    font-weight: 600;
    color: #171717;
}

/* =========================
   Finestra modale practitioners
========================= */

.funnel-modal-open {
    overflow: hidden;
}

.funnel-practitioner-modal[hidden] {
    display: none;
}

.funnel-practitioner-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.funnel-practitioner-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
}

.funnel-practitioner-modal__dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 980px;
    max-height: calc(100vh - 60px);
    margin: 30px auto;
    background: #fff;
    overflow: auto;
    border: 1px solid #e5e5e5;
}

.funnel-practitioner-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #171717;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.funnel-practitioner-modal__close:hover {
    background: #f7f7f7;
}

.funnel-practitioner-modal__close:focus {
    outline: 2px solid #171717;
    outline-offset: 2px;
}

/*.funnel-practitioner-modal__bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
    display: flex;
    justify-content: flex-start;
}*/

.funnel-practitioner-modal__bottom {
    margin-top: 28px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ececec;
    width: 100%;
}

.funnel-practitioner-modal__bottom .funnel-button {
    width: 100%;
    min-height: 56px;
    justify-content: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .funnel-practitioner-modal__bottom .funnel-button {
        width: 100%;
    }
}

.funnel-practitioner-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.funnel-practitioner-modal__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 0;
}

.funnel-practitioner-modal__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    background: #f4f4f4;
}

.funnel-practitioner-modal__content {
    padding: 38px 34px 34px;
}

.funnel-practitioner-modal__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a7a7a;
}

.funnel-practitioner-modal__title {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.08;
    color: #171717;
}

.funnel-practitioner-modal__role {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5;
    color: #6b6b6b;
}

.funnel-practitioner-modal__description {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.6;
    color: #2d2d2d;
}

.funnel-practitioner-modal__text {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #4f4f4f;
}

.funnel-practitioner-modal__specialties {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.funnel-practitioner-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.funnel-practitioner-card__link {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: #171717;
}

@media (max-width: 767px) {
    .funnel-practitioner-modal__dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }

    .funnel-practitioner-modal__grid {
        grid-template-columns: 1fr;
    }

    .funnel-practitioner-modal__image {
        min-height: 280px;
    }

    .funnel-practitioner-modal__content {
        padding: 24px 20px 22px;
    }

    .funnel-practitioner-modal__title {
        font-size: 28px;
    }

    .funnel-practitioner-modal__description {
        font-size: 17px;
    }
}

.funnel-practitioner-card__footer {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.funnel-practitioner-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: #fff;
    font-size: 0.95em;
    line-height: 1.4;
    font-weight: 600;
    color: #171717;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.funnel-practitioner-card__link--secondary {
    background: #fafafa;
}


/* =========================
   Finestra modale recensioni professionisti
========================= */

.funnel-practitioner-reviews-modal[hidden] {
    display: none;
}

.funnel-practitioner-reviews-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
}

.funnel-practitioner-reviews-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
}

.funnel-practitioner-reviews-modal__dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 820px;
    max-height: calc(100vh - 60px);
    margin: 30px auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: auto;
}

.funnel-practitioner-reviews-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #171717;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.funnel-practitioner-reviews-modal__content {
    padding: 38px 34px 30px;
}

.funnel-practitioner-reviews-modal__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a7a7a;
}

.funnel-practitioner-reviews-modal__title {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.1;
    color: #171717;
}

.funnel-practitioner-reviews-modal__list {
    display: grid;
    gap: 14px;
}

.funnel-practitioner-reviews-modal__item {
    padding: 16px 16px 14px;
    border: 1px solid #ececec;
    background: #fff;
}

.funnel-practitioner-reviews-modal__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.funnel-practitioner-reviews-modal__author {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #171717;
}

.funnel-practitioner-reviews-modal__stars {
    display: inline-flex;
    gap: 2px;
}

.funnel-practitioner-reviews-modal__star {
    font-size: 13px;
    color: #d0d0d0;
}

.funnel-practitioner-reviews-modal__star.is-filled {
    color: #c7a46a;
}

.funnel-practitioner-reviews-modal__text {
    font-size: 14px;
    line-height: 1.7;
    color: #4f4f4f;
}

.funnel-practitioner-reviews-modal__empty {
    padding: 16px;
    border: 1px solid #ececec;
    color: #555;
    line-height: 1.7;
}

.funnel-practitioner-reviews-modal__bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
    width: 100%;
}

.funnel-practitioner-reviews-modal__bottom .funnel-button {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    padding: 0 22px;
    font-size: 17px;
}

@media (max-width: 767px) {
    .funnel-practitioner-reviews-modal__dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }

    .funnel-practitioner-reviews-modal__content {
        padding: 24px 20px 22px;
    }

    .funnel-practitioner-reviews-modal__title {
        font-size: 26px;
    }
}

/* =========================
   Finestra modale specialità professionisti
========================= */

.funnel-practitioner-areas-modal[hidden] {
    display: none;
}

.funnel-practitioner-areas-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
}

.funnel-practitioner-areas-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.45);
}

.funnel-practitioner-areas-modal__dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 820px;
    max-height: calc(100vh - 60px);
    margin: 30px auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: auto;
}

.funnel-practitioner-areas-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #171717;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.funnel-practitioner-areas-modal__content {
    padding: 38px 34px 30px;
}

.funnel-practitioner-areas-modal__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a7a7a;
}

.funnel-practitioner-areas-modal__title {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.1;
    color: #171717;
}

.funnel-practitioner-areas-modal__list {
    display: grid;
    gap: 14px;
}

.funnel-practitioner-areas-modal__item {
    padding: 16px 16px 14px;
    border: 1px solid #ececec;
    background: #fff;
}

.funnel-practitioner-areas-modal__name {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    color: #171717;
}

.funnel-practitioner-areas-modal__empty {
    padding: 16px;
    border: 1px solid #ececec;
    color: #555;
    line-height: 1.7;
}

.funnel-practitioner-areas-modal__bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
    width: 100%;
}

.funnel-practitioner-areas-modal__bottom .funnel-button {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    padding: 0 22px;
    font-size: 17px;
}

.funnel-practitioner-areas-modal__taxonomy {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.funnel-practitioner-areas-modal__taxonomy-group {
    padding-top: 10px;
    border-top: 1px solid #efefef;
}

.funnel-practitioner-areas-modal__taxonomy-parent {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #171717;
    margin-bottom: 6px;
}

.funnel-practitioner-areas-modal__children {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 4px;
}

.funnel-practitioner-areas-modal__child {
    font-size: 14px;
    line-height: 1.6;
    color: #4f4f4f;
}

@media (max-width: 767px) {
    .funnel-practitioner-areas-modal__dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }

    .funnel-practitioner-areas-modal__content {
        padding: 24px 20px 22px;
    }

    .funnel-practitioner-areas-modal__title {
        font-size: 26px;
    }
}

/* =========================
   How it works timeline
========================= */

.funnel-how-it-works {
    padding: 56px 0;
}

.funnel-how-it-works__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: start;
}

.funnel-how-it-works__timeline {
    position: relative;
    display: grid;
    gap: 22px;
}

.funnel-how-it-works__timeline::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: #dcdcdc;
}

.funnel-how-it-works__step {
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 18px;
}

.funnel-how-it-works__marker {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

.funnel-how-it-works__dot {
    width: 14px;
    height: 14px;
    border: 2px solid #171717;
    background: #fff;
    border-radius: 50%;
    display: block;
}

.funnel-how-it-works__content {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 22px 20px 20px;
}

.funnel-how-it-works__step-number {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.funnel-how-it-works__step-title {
    margin: 0 0 8px;
    font-size: 1.12em;
    line-height: 1.25;
    font-weight: 600;
    color: #171717;
}

.funnel-how-it-works__step-text {
    margin: 0;
    font-size: 0.96em;
    line-height: 1.7;
    color: #4f4f4f;
}

.funnel-how-it-works__cta {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 26px 24px 24px;
}

.funnel-how-it-works__cta-eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.funnel-how-it-works__cta-title {
    margin: 0 0 10px;
    font-size: 1.35em;
    line-height: 1.2;
    font-weight: 600;
    color: #171717;
}

.funnel-how-it-works__cta-text {
    margin: 0 0 20px;
    font-size: 0.96em;
    line-height: 1.7;
    color: #4f4f4f;
}

.funnel-how-it-works__cta-actions {
    display: grid;
    gap: 14px;
}

.funnel-how-it-works__cta-contact-label {
    font-size: 0.95em;
    line-height: 1.5;
    color: #555;
}

.funnel-how-it-works__cta-contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.funnel-how-it-works__cta-contact-buttons .funnel-button {
    min-width: 150px;
}

@media (max-width: 991px) {
    .funnel-how-it-works__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .funnel-how-it-works {
        padding: 42px 0;
    }

    .funnel-how-it-works__step {
        grid-template-columns: 30px 1fr;
        gap: 14px;
    }

    .funnel-how-it-works__timeline::before {
        left: 14px;
    }

    .funnel-how-it-works__content,
    .funnel-how-it-works__cta {
        padding: 20px 18px;
    }

    .funnel-how-it-works__cta-contact-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .funnel-how-it-works__cta-contact-buttons .funnel-button {
        width: 100%;
        min-width: 0;
    }
}



/* =========================
   Trust
========================= */

.funnel-trust {
    padding: 56px 0;
    color: #555;
}

.funnel-trust__intro {
    max-width: 800px;
    margin: 0 auto 32px;
    text-align: center;
}

.funnel-trust__intro h2 {
    margin: 0 0 14px;
    font-size: 2.33em;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #171717;
    text-wrap: balance;
}

.funnel-trust__intro p {
    margin: 0;
}

.funnel-trust__numbers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 26px;
}

.funnel-trust-card {
    border: 1px solid #e8e8e8;
    padding: 28px 24px;
    background: #fff;
    box-sizing: border-box;
}

.funnel-trust-card--number {
    text-align: center;
}

.funnel-trust-card__value {
    margin-bottom: 10px;
    font-size: 2.33em;
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #171717;
}

.funnel-trust-card__label {
    color: #555;
}

.funnel-trust__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px;
}

.funnel-trust-benefit {
    border-top: 1px solid #d6d6d6;
    padding-top: 16px;
}

.funnel-trust-benefit h3 {
    margin: 0 0 8px;
    font-size: 1.17em;
    line-height: 1.2;
    font-weight: 600;
    color: #171717;
}

.funnel-trust-benefit p {
    margin: 0;
}

.funnel-trust__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 6px;
}

.funnel-trust__note {
    margin: 0;
    max-width: 780px;
    color: #444;
}

/* =========================
   Heading cleanup
========================= */

.funnel-nutrizione-content h1,
.funnel-nutrizione-content h2,
.funnel-nutrizione-content h3 {
    font-family: inherit;
    text-transform: none;
}

.funnel-nutrizione-content h2 {
    letter-spacing: -0.02em;
}

.funnel-nutrizione-content .uppercase h2 {
    font-size: 1.9em;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #171717;
}

.funnel-trust-highlight {
    max-width: 760px;
    margin: 0 auto 28px;
    padding: 18px 22px;
    border: 1px solid #e7e7e7;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.funnel-trust-subtitle {
    margin: 0;
    font-size: 1.35em !important;
    line-height: 1.5;
    color: #2f2f2f;
}

.funnel-trust-subtitle strong {
    display: inline-block;
    margin-right: 6px;
    font-size: 1.55em;
    line-height: 1;
    font-weight: 700;
    color: #171717;
}

@media (max-width: 767px) {
    .funnel-trust-highlight {
        padding: 16px 16px;
        margin-bottom: 22px;
    }

    .funnel-trust-subtitle {
        font-size: 1em;
    }

    .funnel-trust-subtitle strong {
        font-size: 1.38em;
    }
}

/* =========================
   Sites visualizzazione sedi
========================= */

.funnel-sites {
    padding: 56px 0;
}

.funnel-sites__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 14px;
}

.funnel-sites__filter {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #dcdcdc;
    background: #fff;
    cursor: pointer;
    font-size: 0.95em;
    font-weight: 600;
    color: #171717;
}

.funnel-sites__filter.is-active {
    background: #171717;
    color: #fff;
    border-color: #171717;
}

.funnel-sites__count {
    margin: 0 auto 18px;
    max-width: 760px;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.6;
    color: #4f4f4f;
}

.funnel-sites__track-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.funnel-sites__track {
    display: flex;
    gap: 20px;
    min-width: max-content;
    padding-bottom: 8px;
}

.funnel-site-card {
    width: 320px;
    flex: 0 0 320px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.funnel-site-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f4f4f4;
}

.funnel-site-card__image--placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f4f4f4;
}

.funnel-site-card__body {
    padding: 18px 16px 16px;
}

.funnel-site-card__title {
    margin: 0 0 8px;
    font-size: 1.1em;
    line-height: 1.25;
    font-weight: 600;
    color: #171717;
}

.funnel-site-card__province {
    font-size: 0.94em;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 767px) {
    .funnel-sites {
        padding: 42px 0;
    }

    .funnel-site-card {
        width: 84vw;
        flex: 0 0 84vw;
        max-width: 320px;
    }
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
    .funnel-trust__intro h2 {
        font-size: 1.9em;
    }

    .funnel-trust__numbers,
    .funnel-trust__benefits {
        grid-template-columns: 1fr;
    }

    .funnel-trust__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .funnel-site-header__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .funnel-site-header__actions {
        width: 100%;
    }

    .funnel-site-header__actions .funnel-button {
        width: 100%;
    }

    .funnel-hero {
        padding: 44px 0 28px;
    }

    .funnel-hero h1,
    .funnel-hero__title {
        font-size: 2em;
        line-height: 1.05;
    }

    .funnel-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .funnel-button,
    .funnel-hero__actions a,
    .funnel-hero .button {
        width: 100%;
    }

    .funnel-trust {
        padding: 42px 0;
    }

    .funnel-trust__intro h2 {
        font-size: 1.6em;
    }

    .funnel-trust-card__value {
        font-size: 1.9em;
    }

    .funnel-nutrizione-content .uppercase h2 {
        font-size: 1.55em;
    }
}

/* =========================
   Selector Goals Tree
========================= */

.funnel-selector {
    padding: 56px 0;
}

.funnel-selector__intro {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}

.funnel-selector__intro h2 {
    margin: 0 0 14px;
    font-size: 2.33em;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #171717;
}

.funnel-selector__intro p {
    margin: 0;
    color: #555;
}

.funnel-goals-tree {
    display: grid;
    gap: 14px;
}

.funnel-goals-group {
    border: 1px solid #e4e4e4;
    background: #fff;
}

.funnel-goals-group__trigger {
    width: 100%;
    padding: 20px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    cursor: pointer;
}

.funnel-goals-group__trigger-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.funnel-goals-group__title {
    font-size: 1.08em;
    line-height: 1.3;
    font-weight: 600;
    color: #171717;
}

.funnel-goals-group__description {
    font-size: 0.94em;
    line-height: 1.6;
    color: #555;
}

.funnel-goals-group__icon {
    font-size: 1.4em;
    line-height: 1;
    color: #171717;
    flex-shrink: 0;
}

.funnel-goals-group__panel {
    padding: 0 20px 20px;
}

.funnel-goals-group__actions {
    margin-bottom: 14px;
}

.funnel-goals-children {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.funnel-goals-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #222;
    font-size: 0.94em;
    line-height: 1.4;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.funnel-goals-pill:hover {
    border-color: #1f1f1f;
}

.funnel-goals-pill.is-selected {
    border-color: #1f1f1f;
    background: #1f1f1f;
    color: #fff;
}

.funnel-goals-pill.is-parent {
    font-weight: 600;
}

.funnel-goals-empty {
    font-size: 0.94em;
    color: #777;
}

.funnel-selector__footer {
    margin-top: 20px;
}

.funnel-selector__selected {
    font-size: 0.95em;
    line-height: 1.6;
    color: #444;
}

.funnel-selector__selected strong {
    color: #171717;
}

@media (max-width: 991px) {
    .funnel-selector__intro h2 {
        font-size: 1.9em;
    }
}

@media (max-width: 767px) {
    .funnel-selector {
        padding: 42px 0;
    }

    .funnel-selector__intro h2 {
        font-size: 1.6em;
    }

    .funnel-goals-group__trigger,
    .funnel-goals-group__panel {
        padding-left: 16px;
        padding-right: 16px;
    }

    .funnel-goals-pill {
        width: 100%;
        justify-content: flex-start;
    }
}

.funnel-goals-group__trigger,
.funnel-goals-group__trigger:hover,
.funnel-goals-group__trigger:focus,
.funnel-goals-group__trigger:active {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}


@media (max-width: 767px) {
    .funnel-goals-group__title {
        font-size: 1.6em;
        line-height: 1.3;
    }

    .funnel-goals-group__description {
        font-size: 1.3em;
        line-height: 1.7;
    }
}


/* =========================
   Selector Province
========================= */


.funnel-selector-province {
    padding: 56px 0;
}

.funnel-province-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.funnel-province-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.funnel-province-pill:hover {
    border-color: #1f1f1f;
    background: #fff;
    color: #222;
}

.funnel-province-pill.is-selected {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}

@media (max-width: 767px) {
    .funnel-province-options {
        flex-direction: column;
    }

    .funnel-province-pill {
        width: 100%;
        justify-content: flex-start;
    }
}

/* =========================
   Selector Contact Time
========================= */

.funnel-selector-contact-time {
    padding: 56px 0;
}

.funnel-contact-time-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.funnel-contact-time-card {
    width: 100%;
    padding: 20px 18px;
    border: 1px solid #e4e4e4;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.funnel-contact-time-card:hover {
    border-color: #1f1f1f;
    transform: translateY(-1px);
}

.funnel-contact-time-card.is-selected {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}

.funnel-contact-time-card__title {
    font-size: 1.02em;
    line-height: 1.3;
    font-weight: 600;
    color: #171717;
}

.funnel-contact-time-card__description {
    font-size: 0.94em;
    line-height: 1.5;
    color: #555;
}

.funnel-contact-time-card.is-selected .funnel-contact-time-card__title,
.funnel-contact-time-card.is-selected .funnel-contact-time-card__description {
    color: #fff;
}

@media (max-width: 991px) {
    .funnel-contact-time-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .funnel-selector-contact-time {
        padding: 42px 0;
    }

    .funnel-contact-time-options {
        grid-template-columns: 1fr;
    }

    .funnel-contact-time-card {
        padding: 18px 16px;
    }

    .funnel-contact-time-card__title {
        font-size: 1.5em;
    }

    .funnel-contact-time-card__description {
        font-size: 1.3em;
        line-height: 1.6;
    }
}


/* =========================
   Summary Form
========================= */

.funnel-summary {
    padding: 56px 0 72px;
}

.funnel-summary-form {
    max-width: 980px;
    margin: 0 auto;
}

.funnel-summary-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.funnel-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.funnel-field label {
    font-size: 0.94em;
    line-height: 1.4;
    font-weight: 600;
    color: #171717;
}

.funnel-field .is-required {
    color: #b42318;
}

.funnel-field input,
.funnel-field textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #222;
    font: inherit;
    line-height: 1.5;
    box-sizing: border-box;
    resize: vertical;
}

.funnel-field textarea {
    min-height: 150px;
}

.funnel-field input:focus,
.funnel-field textarea:focus {
    border-color: #1f1f1f;
    outline: none;
    box-shadow: none;
}

.funnel-summary-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}

.funnel-summary-form__note {
    margin: 0;
    max-width: 720px;
    font-size: 0.94em;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 991px) {
    .funnel-summary-form__grid {
        grid-template-columns: 1fr;
    }

    .funnel-summary-form__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .funnel-summary {
        padding: 42px 0 56px;
    }

    .funnel-field input,
    .funnel-field textarea {
        font-size: 16px;
    }

    .funnel-summary-form__footer .funnel-button {
        width: 100%;
    }
}

.funnel-field--consent {
    width: 100%;
    max-width: 100%;
    margin-top: 6px;
}

.funnel-consent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start !important;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    font-size: 0.94em;
    line-height: 1.6;
    color: #444;
    text-align: left;
}

.funnel-consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 4px 0 0;
}

.funnel-consent span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

.funnel-consent a {
    text-decoration: underline;
}

/*.funnel-cf7-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}*/

.funnel-hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.funnel-form-response {
    margin-top: 16px;
    font-size: 0.95em;
    line-height: 1.6;
}

.funnel-form-response.is-success {
    color: #166534;
}

.funnel-form-response.is-error {
    color: #b42318;
}

.funnel-form-response.is-loading {
    color: #444;
}

/* Risposta alla Form */

.funnel-form-response {
    margin-top: 20px;
}

.funnel-form-response.is-success {
    margin-top: 0;
}

.funnel-success-card {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 36px 32px;
    max-width: 760px;
    margin: 0 auto;
}

.funnel-success-card__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6e8d6;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #15803d;
    background: #f7fcf7;
}

.funnel-success-card__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6f6f6f;
}

.funnel-success-card__title {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    color: #171717;
}

.funnel-success-card__text {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #4f4f4f;
}

.funnel-success-card__summary {
    border-top: 1px solid #ececec;
    padding-top: 16px;
    display: grid;
    gap: 10px;
}

.funnel-success-card__summary-item {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 767px) {
    .funnel-success-card {
        padding: 26px 20px;
    }

    .funnel-success-card__title {
        font-size: 26px;
    }

    .funnel-success-card__text,
    .funnel-success-card__summary-item {
        font-size: 16px;
    }
}
