/* === PAGINA PROMOZIONI === */

/* Hero Promozioni */
.blog-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 40px 0 40px;
    margin: 0;
    position: relative;
}

.blog-hero-content {
    position: relative;
    z-index: 1;
}

/* Sezione Info */
.terapia-info-section {
    background-color: #fff;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.terapia-info-section--legacy {
    display: none;
}

.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;
}

/* Container generale */
.terapia-container {
    max-width: 1200px;
    margin: 0 auto;

}

/* 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;
}

.blog-hero-wave {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.blog-hero-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Desktop: mostra onda-desktop, nascondi onda-mobile */
.blog-hero-wave .onda-mobile {
    display: none;
}

.blog-hero-wave .onda-desktop {
    display: block;
}

.blog-hero-content h1 {
    font-family: 'Syne', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;

}

.blog-hero-content h1 .letter-hover:hover {
    color: #D9EBEB;
}

.blog-hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Sezione Dettaglio Percorsi */
.percorso-dettaglio-section {
    background-color: #fff;
    padding: 60px 60px;
    position: relative;
    overflow: hidden;
}

.percorso-dettaglio-section::before {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(217, 235, 235, 0.35) 0%, transparent 70%);
    border-radius: 50%;
    top: 12%;
    right: 8%;
    z-index: 0;
    pointer-events: none;
}

.percorso-dettaglio-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.percorso-dettaglio-container > h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #033D37;
    text-align: center;
    margin-bottom: 36px;
}

.percorso-dettaglio-content {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.percorso-dettaglio-left,
.percorso-dettaglio-right {
    flex: 1;
}

.percorso-dettaglio-left h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 16px;
}

.percorso-dettaglio-left p {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #80BABA;
    margin: 0 0 22px;
}

.percorso-dettaglio-btn {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px 34px;
    background: #033D37;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.percorso-dettaglio-btn:hover {
    background: #80BABA;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(3, 61, 55, 0.18);
}

.percorso-dettaglio-right {
    display: flex;
    justify-content: flex-end;
    align-self: stretch;   /* ← si estende all'altezza del testo */
}

.percorso-dettaglio-section--reverse .percorso-dettaglio-right {
    justify-content: flex-start;
    align-self: stretch; 
}

.percorso-dettaglio-section--reverse .percorso-dettaglio-left {
    text-align: left;
}

.percorso-dettaglio-right img {
    width: 100%;
    height: 100%;          /* ← riempie tutto il contenitore */
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

#dettagli-post-partum .percorso-dettaglio-right img {
    max-height: 380px;
}

/* Effetto hover lettere */
.hover-letters {
    transition: color 0.3s ease;
}

.letter-hover {
    transition: color 0.3s ease;
    cursor: pointer;
}

.letter-hover:hover {
    color: #033D37;
}

/* Sezione carte promozioni */
.promo-cards-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.promo-cards-section::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(217, 235, 235, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    top: 30%;
    left: 5%;
    z-index: 0;
    pointer-events: none;
}

.promo-cards-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%;
    right: 5%;
    z-index: 0;
    pointer-events: none;
}



/* Container */
.promo-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Navigazione Rapida */
.promo-nav-section {
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.promo-quick-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-nav-btn {
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #033D37;
    border-radius: 50px;
    text-decoration: none;
    color: #033D37;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.quick-nav-btn:hover {
    background: #033D37;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(3, 61, 55, 0.12);
}

/* Sezioni Promozioni */
.promo-section {
    padding: 100px 40px;
}

.promo-section:nth-child(even) {
    background: #D9EBEB;
}

.promo-section:nth-child(odd) {
    background: #fff;
}

.promo-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.promo-icon {
    font-size: 4rem;
    display: block;
    margin-bottom: 20px;
}

.promo-section-header h2 {
    font-family: 'Syne', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 15px;
}

.promo-section-header p {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: #80BABA;
}

/* Griglia Promozioni */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Card Promozione */
.promo-card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.promo-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px rgba(3, 61, 55, 0.12);
}

.promo-card.featured {
    grid-column: span 1;
    border: 3px solid #80BABA;
}

/* Badge */
.promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #033D37;
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(3, 61, 55, 0.4);
}

.promo-badge.christmas-badge {
    background: linear-gradient(135deg, #c41e3a 0%, #165b33 100%);
}

.promo-badge.student-badge {
    background: #80BABA;
}

.promo-badge.family-badge {
    background: #ff6b6b;
}

.promo-badge.sport-badge {
    background: #4ecdc4;
}

/* Immagine */
.promo-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.promo-card:hover .promo-image img {
    transform: scale(1.15);
}

.promo-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: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.promo-read-more {
    background: #fff;
    color: #033D37;
    padding: 12px 30px;
    border-radius: 40px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.promo-read-more:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Contenuto Card */
.promo-content {
    padding: 30px;
}

.promo-content h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 15px;
}

.promo-description {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #80BABA;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Prezzi */
.promo-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.old-price {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: #999;
    text-decoration: line-through;
}

.new-price {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
}

.promo-discount {
    display: inline-block;
    background: #80BABA;
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* Features List */
.promo-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.promo-features li {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #80BABA;
    padding: 10px 0;
    border-bottom: 1px solid #D9EBEB;
}

.promo-features li:last-child {
    border-bottom: none;
}

/* Termini e condizioni */
.terms-conditions-section {
    background: #fff;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.terms-conditions-section::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(217, 235, 235, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    top: 12%;
    left: 8%;
    z-index: 0;
    pointer-events: none;
}

.terms-conditions-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.terms-conditions-container h2 {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #033D37;
    margin-bottom: 34px;
}

.terms-conditions-section .info-list {
    list-style: none;
    padding: 0;
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 1;
}

.terms-conditions-section .info-list li {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #80BABA;
    padding: 10px 0 10px 35px;
    position: relative;
    border-bottom: none;
}

.terms-conditions-section .info-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 10px;
    color: #033D37;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Note */
.promo-note {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #999;
    font-style: italic;
    margin: 15px 0;
}

/* CTA Button */
.promo-cta {
    width: 100%;
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 15px;
    background: #033D37;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.promo-cta:hover {
    background: #80BABA;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(3, 61, 55, 0.3);
}

.promo-cta.christmas-cta {
    background: linear-gradient(135deg, #c41e3a 0%, #165b33 100%);
}

.promo-cta.christmas-cta:hover {
    background: linear-gradient(135deg, #165b33 0%, #c41e3a 100%);
}

/* Sezioni Specifiche - Colori tematici */
.promo-over50 .promo-section-header {
    color: #8b7355;
}

.promo-natale {
    background: linear-gradient(180deg, #fff 0%, #fef9f3 100%) !important;
}

.promo-natale .promo-section-header h2 {
    background: linear-gradient(135deg, #c41e3a 0%, #165b33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.promo-studenti .promo-card.featured {
    border-color: #80BABA;
}

.promo-pacchetti .promo-card.featured {
    border-color: #ff6b6b;
}

.promo-sport {
    background: linear-gradient(180deg, #D9EBEB 0%, #fff 100%) !important;
}

/* CTA Finale */
.promo-final-cta {
    background: linear-gradient(135deg, #033D37 0%, #80BABA 100%);
    padding: 100px 40px;
    text-align: center;
}

.final-cta-content h2 {
    font-family: 'Syne', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.final-cta-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.final-cta-btn {
    font-family: 'Syne', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 20px 50px;
    background: #fff;
    color: #033D37;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.final-cta-btn:hover {
    background: #D9EBEB;
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
    .promo-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {

    /* Hero */
    .blog-hero {
        padding: 60px 20px 0 20px;
        min-height: 50vh;
    }

    .blog-hero-content h1 {
        font-size: 2rem;
        margin-bottom: 15px;

    }

    .blog-hero-wave {
        height: 50px;
    }

    /* Mobile: mostra onda-mobile, nascondi onda-desktop */
    .blog-hero-wave .onda-mobile {
        display: block;
    }

    .blog-hero-wave .onda-desktop {
        display: none;
    }

    /* Container */
    .promo-container {
        padding: 0 20px;
    }

    /* Cards Section */
    .promo-cards-section {
        padding: 60px 20px;
    }

    .promo-cards-section::before {
        width: 200px;
        height: 200px;
        top: 15%;
        left: -50px;
    }

    .promo-cards-section::after {
        width: 180px;
        height: 180px;
        bottom: 10%;
        right: -50px;
    }

    .percorso-dettaglio-section {
        padding: 60px 20px;
    }

    .percorso-dettaglio-section::before {
        width: 200px;
        height: 200px;
        top: 10%;
        right: -60px;
    }

    .percorso-dettaglio-container > h2 {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .percorso-dettaglio-content {
        flex-direction: column;
        gap: 30px;
    }

    .percorso-dettaglio-section--reverse .percorso-dettaglio-left {
        order: 1;
    }

    .percorso-dettaglio-section--reverse .percorso-dettaglio-right {
        order: 2;
    }

    .percorso-dettaglio-left h3 {
        font-size: 1.35rem;
        margin-bottom: 15px;
    }

    .percorso-dettaglio-left p {
        font-size: 1rem;
        line-height: 1.65;
        margin-bottom: 24px;
    }

    .percorso-dettaglio-right {
        justify-content: center;
        width: 100%;
    }

    .percorso-dettaglio-section--reverse .percorso-dettaglio-right {
        justify-content: center;
    }

    .percorso-dettaglio-right img {
        width: 100%;
        max-width: none;
        border-radius: 32px;
    }

    .head {
        padding: 0 20px 20px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .head h2 {
        font-size: 2rem;
        text-align: center;
    }

    /* Navigation Section */
    .promo-nav-section {
        padding: 20px 0;
        min-height: auto;
    }

    .promo-quick-nav {
        gap: 8px;
        padding: 0 10px;
    }

    .quick-nav-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    /* Promo Sections */
    .promo-section {
        padding: 60px 20px;
    }

    .promo-section-header {
        margin-bottom: 40px;
    }

    .promo-icon {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .promo-section-header h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .promo-section-header p {
        font-size: 1rem;
    }

    /* Grid */
    .promo-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .promo-card.featured {
        grid-column: span 1;
        border-width: 2px;
    }

    /* Card */
    .promo-badge {
        top: 15px;
        right: 15px;
        padding: 6px 16px;
        font-size: 0.8rem;
    }

    .promo-image {
        height: 220px;
    }

    .promo-content {
        padding: 25px 20px;
    }

    .promo-content h3 {
        font-size: 1.4rem;
        margin-bottom: 12px;
    }

    .promo-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    /* Prices */
    .promo-price {
        gap: 12px;
        margin-bottom: 15px;
    }

    .old-price {
        font-size: 1.1rem;
    }

    .new-price {
        font-size: 2rem;
    }

    .promo-discount {
        padding: 6px 16px;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    /* Features */
    .promo-features {
        margin: 20px 0;
    }

    .promo-features li {
        font-size: 0.95rem;
        padding: 8px 0;
    }

    .terms-conditions-section {
        padding: 60px 20px;
    }

    .terms-conditions-section::before {
        width: 200px;
        height: 200px;
        top: 10%;
        left: -60px;
    }

    .terms-conditions-container h2 {
        font-size: 2rem;
        margin-bottom: 28px;
    }

    .terms-conditions-section .info-list {
        max-width: 100%;
    }

    .promo-note {
        font-size: 0.85rem;
        margin: 12px 0;
    }

    /* CTA Button */
    .promo-cta {
        font-size: 1.1rem;
        padding: 14px;
        margin-top: 15px;
    }

    .promo-read-more {
        padding: 10px 24px;
        font-size: 0.95rem;
    }

    /* Final CTA */
    .promo-final-cta {
        padding: 60px 20px;
    }

    .final-cta-content h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .final-cta-content p {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .final-cta-btn {
        font-size: 1.1rem;
        padding: 16px 40px;
    }
}

/* Animazioni */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.promo-card {
    animation: fadeInUp 0.6s ease forwards;
}

.promo-card:nth-child(1) {
    animation-delay: 0.1s;
}

.promo-card:nth-child(2) {
    animation-delay: 0.2s;
}

.promo-card:nth-child(3) {
    animation-delay: 0.3s;
}

.promo-card:nth-child(4) {
    animation-delay: 0.4s;
}

