/* Hero Terapia Strumentale */
.terapia-hero {
    background: linear-gradient(135deg, #033D37 0%, #80BABA 100%);
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 60px 0 60px;
    margin: 0;
    position: relative;
}

.terapia-hero-wave {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.terapia-hero-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Desktop: mostra onda-desktop, nascondi onda-mobile */
.terapia-hero-wave .onda-mobile {
    display: none;
}

.terapia-hero-wave .onda-desktop {
    display: block;
}

.terapia-hero-content h1 {
    font-family: 'Syne', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.terapia-hero-content h1 .letter-hover:hover {
    color: #D9EBEB;
}

.terapia-hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Container generale */
.terapia-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Sezione Info */
.terapia-info-section {
    background-color: #fff;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.terapia-info-section::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(217, 235, 235, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    top: 20%;
    right: 10%;
    z-index: 0;
    pointer-events: none;
}

.terapia-info-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(128, 186, 186, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    bottom: 25%;
    left: 8%;
    z-index: 0;
    pointer-events: none;
}

.terapia-info-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.terapia-info-section p {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    line-height: 1.9;
    color: #80BABA;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* Effetto hover lettere */
.hover-letters {
    transition: color 0.3s ease;
    text-align: center !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.letter-hover {
    transition: color 0.3s ease;
    cursor: pointer;
    display: inline;
    white-space: normal;
}

.letter-hover:hover {
    color: #033D37;
}

/* Sezione Benefici */
.benefici-section {
    background-color: #D9EBEB;
    padding: 80px 40px;
}

.benefici-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
    text-align: center;
    margin-bottom: 60px;
}

.benefici-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.beneficio-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 32px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.beneficio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.beneficio-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.beneficio-card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 15px;
}

.beneficio-card p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #80BABA;
    margin: 0;
}

/* Sezione Strumentalizzazione Grid */
.strumentale-grid-section {
    background-color: #fff;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.strumentale-grid-section::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(217, 235, 235, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    top: 30%;
    right: 8%;
    z-index: 0;
    pointer-events: none;
}

.strumentale-grid-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(128, 186, 186, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    bottom: 25%;
    left: 8%;
    z-index: 0;
    pointer-events: none;
}

.strumentale-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.strumentale-nav {
    display: none;
}

.strumentale-container h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 60px;
    text-align: center;
}

.strumentale-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 32px;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
    filter: brightness(0.85);
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3, 61, 55, 0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.grid-overlay span {
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-item:hover {
    transform: scale(1.03);
    z-index: 2;
}

.grid-item:hover img {
    transform: scale(1.15);
    filter: brightness(1);
}

/* Layout griglia irregolare */
.item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

   .item-2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .item-3 {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .item-4 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .item-5 {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }

/* Sezione Indicazioni */
.indicazioni-section {
    padding: 80px 60px;
}

.indicazioni-content {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.indicazioni-left {
    flex: 1;
}

.indicazioni-left h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 30px;
}

.indicazioni-list {
    list-style: none;
    padding: 0;
}

.indicazioni-list li {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #80BABA;
    padding: 15px 0;
    border-bottom: 1px solid #D9EBEB;
    position: relative;
    padding-left: 30px;
}

.indicazioni-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #033D37;
    font-weight: bold;
    font-size: 1.3rem;
}

.indicazioni-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.indicazioni-right img {
    width: 80%;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Sezione Le Nostre Terapie */
.nostre-terapie-section {
    background-color: #fff;
    padding: 80px 60px;
    position: relative;
}

.terapie-carousel-container {
    max-width: 1400px;
    margin: 0 auto;
}

.terapie-section-title {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 60px;
    text-align: center;
}

.terapie-header {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.terapie-left {
    flex: 0 0 780px;
}

.terapia-selezionata {
    background: #fff;
    border-radius: 32px;
}

.terapia-selezionata h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 20px;
}

.terapia-divider {
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #033D37 0%, #80BABA 100%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.terapia-selezionata p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #80BABA;
    margin: 0 0 12px;
    white-space: pre-line;
}

.terapia-selezionata p strong {
    color: #033D37;
    font-weight: 600;
}

.terapia-selezionata .terapia-list-heading {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #033D37;
    font-weight: 600;
    margin-top: 18px;
}

.terapia-selezionata .info-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 10px 0 0;
    text-align: left;
    position: relative;
    z-index: 1;
}

.terapia-selezionata .info-list li {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #80BABA;
    padding: 8px 0 8px 35px;
    position: relative;
    border-bottom: 1px solid rgba(217, 235, 235, 0.6);
    text-align: left;
    max-width: none;
    margin: 0;
}

.terapia-selezionata .info-list li:last-child {
    border-bottom: none;
}

.terapia-selezionata .info-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: #033D37;
    font-weight: bold;
    font-size: 1.2rem;
}

.terapia-selezionata .info-list li strong {
    color: #033D37;
    font-weight: 600;
}

.terapie-carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.terapie-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 20px;
    scrollbar-width: none;
}

.terapie-track::-webkit-scrollbar {
    display: none;
}

.terapia-card {
    flex: 0 0 360px;
    height: 470px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none !important;
    opacity: 0.6;
}

.terapia-card.active {
    transform: scale(1.05);
    opacity: 1;
}

.terapia-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.terapia-card:hover img {
    transform: scale(1.1);
}

.terapia-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(3, 61, 55, 0.9) 0%, transparent 100%);
    padding: 30px 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.terapia-card.active .terapia-overlay {
    transform: translateY(0);
}

.terapia-overlay span {
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.terapie-nav {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-right: 40px;
}

.terapie-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #033D37;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
}

.terapie-nav-btn:hover {
    background: #80BABA;
    transform: scale(1.1);
}

/* Info Subtitle e Info List (Cos'è) */
.terapia-info-section .info-subtitle {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #033D37;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.terapia-info-section .info-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto 30px auto;
    text-align: left;
    position: relative;
    z-index: 1;
}

.terapia-info-section .info-list li {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #80BABA;
    padding: 12px 0 12px 35px;
    position: relative;
    border-bottom: 1px solid rgba(217, 235, 235, 0.6);
    text-align: left;
    max-width: none;
    margin: 0;
}

.terapia-info-section .info-list li:last-child {
    border-bottom: none;
}

.terapia-info-section .info-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 12px;
    color: #033D37;
    font-weight: bold;
    font-size: 1.2rem;
}

.terapia-info-section .info-list li strong {
    color: #033D37;
    font-weight: 600;
}

/* Indicazioni Intro e Footer */
.indicazioni-left .indicazioni-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #80BABA;
    margin-bottom: 25px;
}

.indicazioni-list li strong {
    color: #033D37;
    font-weight: 600;
}

.indicazioni-left .indicazioni-footer {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #80BABA;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #D9EBEB;
}

.indicazioni-left .indicazioni-footer strong {
    color: #033D37;
    font-weight: 700;
}

/* Sezione Nostri Strumenti */
.nostri-strumenti-section {
    background-color: #D9EBEB;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.nostri-strumenti-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    top: -10%;
    right: -10%;
    z-index: 0;
    pointer-events: none;
}

.nostri-strumenti-section::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(128, 186, 186, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    bottom: 5%;
    left: -8%;
    z-index: 0;
    pointer-events: none;
}

.nostri-strumenti-section .terapia-container {
    position: relative;
    z-index: 1;
}

.nostri-strumenti-section h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #033D37;
    text-align: center;
    margin-bottom: 20px;
}

.strumenti-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #80BABA;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-style: italic;
}

/* Strumento Categoria Card */
.strumento-categoria {
    background: #fff;
    border-radius: 32px;
    padding: 50px 50px;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(3, 61, 55, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strumento-categoria:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 48px rgba(3, 61, 55, 0.12);
}

.strumento-categoria:last-child {
    margin-bottom: 0;
}

.strumento-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 3px solid #D9EBEB;
}

.strumento-header h3 {
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #033D37;
    margin: 0 0 8px 0;
}

.strumento-sottotitolo {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #80BABA;
    font-style: italic;
    display: block;
}

.strumento-descrizione {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Strumento Block (sotto-sezione dentro categoria) */
.strumento-block {
    margin-top: 35px;
    padding: 25px 30px;
    background: rgba(217, 235, 235, 0.35);
    border-radius: 20px;
    border-left: 4px solid #033D37;
}

.strumento-block h4 {
    font-family: 'Syne', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #033D37;
    margin: 0 0 15px 0;
}

.strumento-block p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #555;
    margin-bottom: 12px;
}

.strumento-block p:last-child {
    margin-bottom: 0;
}

/* Strumento Lists */
.strumento-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.strumento-list li {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    padding: 10px 0 10px 28px;
    position: relative;
}

.strumento-list li:before {
    content: "▸";
    position: absolute;
    left: 0;
    top: 10px;
    color: #033D37;
    font-weight: bold;
    font-size: 1.1rem;
}

.strumento-list li strong {
    color: #033D37;
    font-weight: 600;
}

.strumento-list--dettagliata li {
    padding: 15px 0 15px 28px;
    border-bottom: 1px solid rgba(3, 61, 55, 0.1);
}

.strumento-list--dettagliata li:last-child {
    border-bottom: none;
}

.strumento-list--dettagliata li em {
    display: block;
    margin-top: 8px;
    color: #80BABA;
    font-style: italic;
    font-size: 0.95rem;
}

/* Strumento Pilastri (ol numerata) */
.strumento-pilastri {
    list-style: none;
    counter-reset: pilastro-counter;
    padding: 0;
    margin: 15px 0;
}

.strumento-pilastri li {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    padding: 15px 0 15px 55px;
    position: relative;
    counter-increment: pilastro-counter;
}

.strumento-pilastri li:before {
    content: counter(pilastro-counter);
    position: absolute;
    left: 0;
    top: 10px;
    width: 38px;
    height: 38px;
    background: #033D37;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.strumento-pilastri li strong {
    color: #033D37;
    font-weight: 600;
}

/* Strumento Subtitle (h5 dentro block) */
.strumento-subtitle {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #033D37;
    margin: 25px 0 12px 0;
    padding-left: 12px;
    border-left: 3px solid #80BABA;
}

/* Strumento Quote */
.strumento-quote {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #033D37;
    text-align: center;
    margin: 30px 0 0 0 !important;
    padding: 20px;
    background: rgba(217, 235, 235, 0.6);
    border-radius: 16px;
    border-left: 4px solid #033D37;
}

/* Indicazioni Gruppi (gruppi di indicazioni dentro FMS Tesla Care) */
.indicazioni-gruppi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.indicazione-gruppo {
    background: #fff;
    padding: 25px 25px;
    border-radius: 16px;
    border: 2px solid #D9EBEB;
}

.indicazione-gruppo h5 {
    font-family: 'Syne', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #033D37;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #D9EBEB;
}

.indicazione-gruppo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.indicazione-gruppo ul li {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    padding: 6px 0 6px 18px;
    position: relative;
}

.indicazione-gruppo ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 6px;
    color: #80BABA;
    font-weight: bold;
    font-size: 1.2rem;
}

.indicazione-gruppo ul li strong {
    color: #033D37;
    font-weight: 600;
}

.indicazione-gruppo p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Sezione Integrazione Terapeutica */
.integrazione-section {
    background: linear-gradient(135deg, #033D37 0%, #80BABA 100%);
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
}

.integrazione-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    top: -15%;
    left: -10%;
    pointer-events: none;
}

.integrazione-section::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(217, 235, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -10%;
    right: -10%;
    pointer-events: none;
}

.integrazione-section .terapia-container {
    position: relative;
    z-index: 1;
}

.integrazione-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.integrazione-content h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.integrazione-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin-bottom: 40px !important;
}

.integrazione-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
}

.integrazione-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.integrazione-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.integrazione-list li {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    padding: 14px 0 14px 40px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.integrazione-list li:last-child {
    border-bottom: none;
}

.integrazione-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 14px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.95rem;
}

.integrazione-list li strong {
    color: #fff;
    font-weight: 700;
}

.integrazione-closing {
    font-family: 'Syne', sans-serif;
    font-size: 1.25rem !important;
    font-style: italic;
    color: #fff !important;
    margin-top: 40px !important;
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 992px) {

    /* Hero */
    .terapia-hero {
        padding: 60px 20px 0 20px;
        min-height: 50vh;
    }

    .terapia-hero-content h1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .terapia-hero-content p {
        font-size: 1rem;
    }

    .terapia-hero-wave {
        height: 50px;
    }

    /* Mobile: mostra onda-mobile, nascondi onda-desktop */
    .terapia-hero-wave .onda-mobile {
        display: block;
    }

    .terapia-hero-wave .onda-desktop {
        display: none;
    }

    /* Container */
    .terapia-container {
        padding: 0;
    }

    /* Info Section */
    .terapia-info-section {
        padding: 60px 20px;
    }

    .terapia-info-section h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        display: block;
        visibility: visible;
        opacity: 1;
        color: #033D37;
        line-height: 1.2;
        max-width: 100%;
        overflow: visible;
    }

    .terapia-info-section h2 .letter-hover {
        display: inline;
        color: inherit;
        line-height: inherit;
    }

    .terapia-info-section p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .terapia-info-section::before {
        width: 200px;
        height: 200px;
        top: 10%;
        right: -50px;
    }

    .terapia-info-section::after {
        width: 150px;
        height: 150px;
        bottom: 15%;
        left: -50px;
    }

    /* Benefici Section */
    .benefici-section {
        padding: 60px 20px;
    }

    .benefici-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .benefici-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .beneficio-card {
        padding: 30px 20px;
    }

    .beneficio-card h3 {
        font-size: 1.3rem;
    }

    .beneficio-card p {
        font-size: 0.95rem;
    }

    /* Strumentale Grid Section */
    .strumentale-grid-section {
        padding: 60px 20px 40px 20px;
    }

    .strumentale-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 30px;
    }

    .strumentale-nav-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #D9EBEB;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .strumentale-nav-btn span {
        color: #033D37;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1;
        display: block;
    }

    .strumentale-nav-btn:hover {
        background: #80BABA;
        transform: scale(1.05);
    }

    .strumentale-nav-btn:active {
        transform: scale(0.95);
    }

    .strumentale-container h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .strumentale-grid {
        display: flex;
        gap: 0;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0;
    }

    .strumentale-grid::-webkit-scrollbar {
        display: none;
    }

    .grid-item {
        flex: 0 0 100%;
        height: 400px !important;
        scroll-snap-align: center;
        border-radius: 32px;
        margin: 0;
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    .grid-item img {
        border-radius: 32px;
    }

    .grid-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(3, 61, 55, 0.85) 0%, transparent 50%);
    }

    .grid-overlay span {
        font-size: 1.3rem;
        padding: 25px;
        transform: translateY(0);
    }

    .strumentale-grid-section::before {
        width: 250px;
        height: 250px;
        top: 20%;
        right: -50px;
    }

    .strumentale-grid-section::after {
        width: 200px;
        height: 200px;
        bottom: 15%;
        left: -50px;
    }

    /* Indicazioni Section */
    .indicazioni-section {
        padding: 60px 20px;
    }

    .indicazioni-content {
        flex-direction: column;
        gap: 30px;
    }

    .indicazioni-left h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .indicazioni-list li {
        font-size: 1rem;
        padding: 12px 0 12px 25px;
    }

    .indicazioni-list li:before {
        font-size: 1.1rem;
    }

    .indicazioni-right {
        justify-content: center;
    }

    .indicazioni-right img {
        width: 100%;
        border-radius: 32px;
    }

    /* Nostre Terapie Section */
    .nostre-terapie-section {
        padding: 60px 20px;
    }

    .terapie-section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .terapie-header {
        flex-direction: column;
        gap: 30px;
    }

    .terapie-left {
        flex: none;
        width: 100%;
    }

    .terapia-selezionata {
        padding: 0;
        text-align: left;
    }

    .terapia-selezionata h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .terapia-divider {
        width: 100px;
        height: 2px;
        margin-bottom: 12px;
    }

    .terapia-selezionata p,
    .terapia-selezionata .terapia-list-heading,
    .terapia-selezionata .info-list li {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .terapia-selezionata .terapia-list-heading {
        margin-top: 14px;
    }

    .terapia-selezionata .info-list {
        margin-top: 8px;
    }

    .terapia-selezionata .info-list li {
        padding: 7px 0 7px 28px;
    }

    .terapia-selezionata .info-list li:before {
        font-size: 1rem;
        top: 7px;
    }

    .terapie-carousel {
        padding: 0;
        overflow: visible;
    }

    .terapie-track {
        justify-content: flex-start;
        padding: 20px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .terapia-card {
        flex: 0 0 85%;
        height: 460px;
        scroll-snap-align: center;
    }

    .terapia-overlay {
        transform: translateY(0);
    }

    .terapia-overlay span {
        font-size: 1.1rem;
    }

    .terapie-nav {
        justify-content: center;
        margin-top: 25px;
        padding-right: 0;
    }

    .terapie-nav-btn {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
        background: #D9EBEB;
        color: #033D37;
        touch-action: manipulation;
    }

    .terapie-nav-btn:hover {
        background: #80BABA;
    }

    .terapie-nav-btn:active {
        transform: scale(0.95);
    }

    .terapia-card:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }

    /* Grid strumentale mobile migliorato */
    .strumentale-nav-btn:active {
        transform: scale(0.95);
    }

    .grid-item:active {
        transform: scale(0.98);
    }

    /* Info Section - subtitle e list */
    .terapia-info-section .info-subtitle {
        font-size: 1.3rem;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .terapia-info-section .info-list li {
        font-size: 0.95rem;
        padding: 10px 0 10px 28px;
    }

    .terapia-info-section .info-list li:before {
        font-size: 1rem;
        top: 10px;
    }

    /* Indicazioni Intro & Footer */
    .indicazioni-left .indicazioni-intro {
        font-size: 1rem;
    }

    .indicazioni-left .indicazioni-footer {
        font-size: 1rem;
    }

    /* Nostri Strumenti Section */
    .nostri-strumenti-section {
        padding: 60px 20px;
    }

    .nostri-strumenti-section h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .strumenti-intro {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .nostri-strumenti-section::before,
    .nostri-strumenti-section::after {
        width: 250px;
        height: 250px;
    }

    /* Strumento Categoria */
    .strumento-categoria {
        padding: 30px 22px;
        border-radius: 24px;
        margin-bottom: 25px;
    }

    .strumento-header {
        margin-bottom: 18px;
        padding-bottom: 15px;
    }

    .strumento-header h3 {
        font-size: 1.5rem;
    }

    .strumento-sottotitolo {
        font-size: 0.95rem;
    }

    .strumento-descrizione {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    /* Strumento Block */
    .strumento-block {
        padding: 20px 18px;
        margin-top: 25px;
        border-radius: 16px;
    }

    .strumento-block h4 {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }

    .strumento-block p {
        font-size: 0.95rem;
    }

    /* Strumento Lists */
    .strumento-list li {
        font-size: 0.95rem;
        padding: 8px 0 8px 24px;
    }

    .strumento-list--dettagliata li {
        padding: 12px 0 12px 24px;
    }

    .strumento-list--dettagliata li em {
        font-size: 0.9rem;
    }

    /* Strumento Pilastri */
    .strumento-pilastri li {
        font-size: 0.95rem;
        padding: 12px 0 12px 48px;
    }

    .strumento-pilastri li:before {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    /* Strumento Subtitle */
    .strumento-subtitle {
        font-size: 1.05rem;
        margin: 20px 0 10px 0;
    }

    /* Strumento Quote */
    .strumento-quote {
        font-size: 1rem;
        padding: 18px;
    }

    /* Indicazioni Gruppi */
    .indicazioni-gruppi {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .indicazione-gruppo {
        padding: 20px 18px;
    }

    .indicazione-gruppo h5 {
        font-size: 1rem;
    }

    .indicazione-gruppo ul li {
        font-size: 0.9rem;
    }

    .indicazione-gruppo p {
        font-size: 0.9rem;
    }

    /* Integrazione Section */
    .integrazione-section {
        padding: 70px 20px;
    }

    .integrazione-content h2 {
        font-size: 2rem;
    }

    .integrazione-tagline {
        font-size: 1.05rem;
        margin-bottom: 30px !important;
    }

    .integrazione-content p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .integrazione-content h3 {
        font-size: 1.3rem;
        margin-top: 30px;
    }

    .integrazione-list li {
        font-size: 0.95rem;
        padding: 12px 0 12px 38px;
    }

    .integrazione-list li:before {
        width: 26px;
        height: 26px;
        top: 12px;
        font-size: 0.85rem;
    }

    .integrazione-closing {
        font-size: 1.05rem !important;
        margin-top: 30px !important;
    }
}

