/* --- START OF FILE style.css --- */

:root {
    --primary-color: #2C3E50; /* Charcoal Blue - affidabile, calmo */
    --secondary-color: #34495E; /* Wet Asphalt - leggermente più chiaro, per sezioni */
    --accent-color: #1ABC9C; /* Turquoise Green - fresco, positivo, azione */
    --accent-color-hover: #16A085; /* Verde leggermente più scuro per hover */
    --highlight-color: #F39C12; /* Arancione/Giallo - per highlights delicati, calore, attenzione */
    
    --text-light: #ECF0F1; /* Clouds - grigio molto chiaro, buon contrasto */
    --text-medium: #BDC3C7; /* Silver - per sottotitoli e testo secondario */
    --text-dark: #2C3E50; /* Come il primario, per testo su sfondi chiari (se usati) */
    
    --card-bg: rgba(52, 73, 94, 0.85); /* Basato su secondary, con trasparenza */
    --card-bg-solid: #3B5269; /* Leggermente più chiaro per fallback senza backdrop-filter */
    --card-border: rgba(26, 188, 156, 0.2); /* Colore accento con trasparenza */
    --glow-color: rgba(26, 188, 156, 0.4); /* Colore accento per effetto glow, leggermente più tenue */

    --font-primary: 'Inter', sans-serif;
    --font-headings: 'Syne', sans-serif; /* Mantenuto come da file originale */
    
    --border-radius-sm: 6px;
    --border-radius-md: 10px;
    --border-radius-lg: 15px;
    --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.15); /* Ombra più tenue */
    --shadow-medium: 0 12px 36px rgba(0, 0, 0, 0.2); /* Ombra media più tenue */
    --shadow-intense-glow: 0 0 12px var(--glow-color), 0 0 24px var(--glow-color); /* Glow più focalizzato */
    
    --transition-fast: 0.2s ease-out;
    --transition-smooth: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    --success-color: #27AE60; /* Verde più vibrante per successo */
    --danger-color: #E74C3C; /* Rosso più morbido per pericolo/avvisi */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden; 
}

body {
    font-family: var(--font-primary);
    background-color: var(--primary-color);
    color: var(--text-medium);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-wrapper { 
    width: 100%;
    overflow-x: hidden;
    position: relative; 
}

.container {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-padding {
    padding: 80px 0; /* Ridotto leggermente per mobile-first feel */
}

@media (max-width: 768px) {
    .section-padding {
        padding: 60px 0;
    }
}

.dark-bg {
    background-color: var(--secondary-color);
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease 0.3s, visibility 0s linear 0.8s;
}

.loaded #page-loader {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}


.loader-inner {
    width: 50px; /* Leggermente più piccolo */
    height: 50px;
    border: 4px solid rgba(26, 188, 156, 0.3); /* Usando nuovo accento */
    border-top-color: var(--accent-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


h1, h2, h3, h4 {
    font-family: var(--font-headings);
    color: var(--text-light);
    line-height: 1.3;
    font-weight: 700;
}

.section-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem); /* Leggermente ridotto per migliore leggibilità */
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: var(--text-light); 
}

.section-title.light-text {
    color: var(--text-light); 
}

.section-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem); /* Leggermente ridotto */
    text-align: center;
    color: var(--text-medium); 
    max-width: 700px;
    margin: 0 auto 50px auto; /* Margine inferiore ridotto */
    line-height: 1.7; /* Leggermente ridotto per compattezza */
}

.section-subtitle.light-text {
    color: var(--text-light); 
    opacity: 0.9;
}

.text-highlight {
    color: var(--accent-color);
}

.text-highlight-alt { /* Usato per "Mappa" e "dei Genitori" */
    color: var(--accent-color);
    font-style: italic;
}

.text-highlight-strong { /* Es. "ridurre i capricci" */
    color: var(--accent-color);
    font-weight: 700;
    text-shadow: 0 0 6px var(--glow-color); /* Glow più tenue */
}

.text-highlight-stronger { /* Es. "Gioia in Famiglia" */
    background: linear-gradient(90deg, var(--accent-color), var(--accent-color-hover), var(--accent-color));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 3px; /* Padding ridotto */
    animation: textShine 4s linear infinite;
}
 @keyframes textShine {
    to {
        background-position: 200% center;
    }
}

.text-highlight-strong-alt { /* Es. "piano d'azione pratico" */
    background: linear-gradient(90deg, var(--accent-color), var(--highlight-color)); /* Mix accento e highlight */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.hero {
    min-height: 95vh; /* Leggermente meno per evitare scroll inutile su alcuni schermi */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; 
    padding-top: 100px; /* Ridotto */
    padding-bottom: 60px; /* Ridotto */
}

.hero-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, var(--primary-color) 30%, #4A6572 70%, var(--secondary-color) 100%); /* Sfumatura più morbida */
    animation: animatedGradient 20s ease infinite alternate;
    z-index: 0;
}

@keyframes animatedGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero-background-animation .floating-icon {
    position: absolute;
    color: rgba(26, 188, 156, 0.1); /* Basato su nuovo accento, più tenue */
    animation-name: floatIcons;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.floating-icon.icon-1 { font-size: 50px; top: 15%; left: 8%; animation-duration: 11s; }
.floating-icon.icon-2 { font-size: 40px; top: 70%; right: 12%; animation-duration: 9s; animation-delay: -2s; }
.floating-icon.icon-3 { font-size: 45px; top: 35%; right: 28%; animation-duration: 13s; animation-delay: -5s; }
.floating-icon.icon-4 { font-size: 50px; top: 85%; left: 18%; animation-duration: 10s; animation-delay: -3s; }
.floating-icon.icon-5 { font-size: 35px; top: 55%; left: 65%; animation-duration: 12s; animation-delay: -6s; }
.floating-icon.icon-6 { font-size: 60px; top: 20%; left: 78%; animation-duration: 8s; animation-delay: -1s; }
.floating-icon.icon-7 { font-size: 48px; top: 25%; left: 40%; animation-duration: 10.5s; animation-delay: -4.5s; }
.floating-icon.icon-8 { font-size: 42px; top: 75%; right: 33%; animation-duration: 11.5s; animation-delay: -2.5s; }


@keyframes floatIcons {
    0% {
        transform: translateY(0px) translateX(0px) scale(1) rotate(0deg);
        opacity: 0.5;
    }
    25% {
        transform: translateY(-20px) translateX(15px) scale(1.03) rotate(-4deg);
        opacity: 0.7;
    }
    50% {
        transform: translateY(10px) translateX(-10px) scale(0.97) rotate(4deg);
        opacity: 0.6;
    }
    75% {
        transform: translateY(-8px) translateX(20px) scale(1.01) rotate(2deg);
        opacity: 0.7;
    }
    100% {
        transform: translateY(0px) translateX(0px) scale(1) rotate(0deg);
        opacity: 0.5;
    }
}

.hero-container {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-headline {
    font-size: clamp(2.5rem, 6.5vw, 4.8rem); /* Leggermente più compatto */
    font-weight: 700; /* Più impatto */
    color: var(--text-medium);
    margin-bottom: 1.2rem;
    line-height: 1.15; /* Leggermente aumentato per leggibilità */
    text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.hero-headline .headline-accent {
    display: block;
    font-size: 0.65em; /* Leggermente più grande */
    color: var(--accent-color);
    letter-spacing: 1.5px;
    margin-bottom: 0.4rem;
    font-weight: 700; /* Aggiunto peso */
}

.hero-headline .headline-main-keyword { /* "TEMPO IN FAMIGLIA" */
    background: linear-gradient(90deg, var(--accent-color), var(--accent-color), var(--highlight-color)); /* Mix accento e highlight */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 5px;
}

.hero-subheadline {
    font-size: clamp(1.05rem, 2.5vw, 1.3rem);
    color: var(--text-light);
    margin: 0 auto 2rem auto;
    max-width: 600px; /* Leggermente ridotto */
    line-height: 1.7;
}

.ebook-showcase-hero {
    margin-bottom: 2rem;
    position: relative;
}

.ebook-cover-hero {
    max-width: 545px; /* Adattato alla nuova cover placeholder */
    height: auto;
    border-radius: var(--border-radius-md);
    filter: drop-shadow(0px 15px 20px rgba(0,0,0,0.35)) drop-shadow(0px 0px 12px var(--glow-color));
    transition: transform var(--transition-smooth), filter var(--transition-smooth);
}

.ebook-cover-hero:hover {
    transform: scale(1.05) translateY(-8px) rotateZ(-1.5deg);
    filter: drop-shadow(0px 20px 25px rgba(0,0,0,0.45)) drop-shadow(0px 0px 18px var(--glow-color)) drop-shadow(0px 0px 8px var(--accent-color));
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 35px; /* Leggermente ridotto */
    font-family: var(--font-headings);
    font-size: clamp(0.95rem, 2vw, 1.15rem); /* Leggermente ridotto */
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all var(--transition-smooth); 
    z-index: 1;
    border: 2px solid transparent;
}

.cta-button .cta-icon {
    margin-right: 10px;
    font-size: 1.15em;
}

.cta-button .cta-text {
    position: relative;
    z-index: 2;
}

.cta-button .cta-text s {
    opacity: 0.7;
    margin-left: 5px;
    font-weight: 400; /* Più leggero */
}

.primary-cta {
    background-color: var(--accent-color);
    color: var(--primary-color); /* Testo scuro per contrasto su accento chiaro */
    box-shadow: 0 4px 15px rgba(26, 188, 156, 0.25);
    animation: pulse-cta 2.5s infinite ease-in-out; /* Animazione più lenta */
}

.primary-cta:hover {
    background-color: var(--accent-color-hover);
    box-shadow: 0 8px 25px rgba(26, 188, 156, 0.5); 
    transform: translateY(-4px) scale(1.02); 
}

@keyframes pulse-cta {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(26, 188, 156, 0.25);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 6px 25px rgba(26, 188, 156, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(26, 188, 156, 0.25);
    }
}

.cta-button .cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgba(236, 240, 241, 0.2); /* Usando text-light per il glow */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: 1;
}

.cta-button:hover .cta-glow {
    width: 280px; /* Adattato */
    height: 280px;
}

.cta-subtext-hero {
    font-size: 0.85rem; /* Leggermente più piccolo */
    color: var(--text-medium);
    margin-top: 1.2rem;
    opacity: 0.85;
}

.scroll-indicator-hero {
    position: absolute;
    bottom: 30px; /* Più in alto */
    left: 50%;
    transform: translateX(-50%);
    color: var(--accent-color);
    font-size: 1.6rem;
    opacity: 0.6;
    z-index: 2;
    transition: opacity var(--transition-fast);
}

.scroll-indicator-hero:hover {
    opacity: 1;
}

.animated-arrow i {
    animation: bounceArrow 2s infinite;
}

@keyframes bounceArrow {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

.problem-section {
    background-color: var(--primary-color);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Minimo ridotto */
    gap: 25px; /* Gap ridotto */
    margin-top: 40px;
}

.problem-card {
    background-color: var(--card-bg);
    padding: 30px 25px;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    text-align: center;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.problem-card:hover {
    transform: translateY(-10px) scale(1.02); 
    box-shadow: var(--shadow-medium), 0 0 20px var(--glow-color), 0 0 8px var(--accent-color); 
    border-color: var(--accent-color);
}

.problem-icon-wrapper {
    width: 60px; /* Ridotto */
    height: 60px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--accent-color), var(--accent-color-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px var(--glow-color);
    transition: transform 0.3s ease;
}
.problem-card:hover .problem-icon-wrapper {
    transform: scale(1.1) rotate(4deg);
}

.problem-icon-wrapper i {
    font-size: 2rem; /* Ridotto */
    color: var(--primary-color);
}

.problem-card h3 {
    font-size: 1.45rem; /* Ridotto */
    margin-bottom: 12px;
    color: var(--text-light);
}

.problem-card p {
    font-size: 0.95rem; /* Ridotto */
    color: var(--text-medium);
    line-height: 1.65;
}

.problem-bridge {
    text-align: center;
    font-size: 1.15rem; /* Ridotto */
    margin-top: 50px;
    color: var(--text-medium);
    font-style: italic;
}

.solution-layout {
    display: flex;
    align-items: center;
    gap: 40px; /* Ridotto */
    margin-top: 50px;
}

.solution-image-wrapper {
    flex: 1;
    text-align: center;
}

.solution-image {
    width: 100%;
    max-width: 500px; /* Ridotto */
    height: auto;
    border-radius: var(--border-radius-lg);
    filter: drop-shadow(0px 15px 20px rgba(0,0,0,0.3)) drop-shadow(0px 0px 12px var(--glow-color));
    transition: transform var(--transition-smooth), filter var(--transition-smooth);
}

.solution-image-wrapper:hover .solution-image {
    transform: scale(1.03) rotate(0.5deg); 
    filter: drop-shadow(0px 20px 25px rgba(0,0,0,0.4)) drop-shadow(0px 0px 18px var(--glow-color)) drop-shadow(0px 0px 8px var(--accent-color));
}

.solution-content {
    flex: 1.2;
}

.solution-content-title {
    font-size: 1.7rem; /* Ridotto */
    color: var(--text-light);
    margin-bottom: 20px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.benefits-list li {
    font-size: 1rem; /* Ridotto */
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    color: var(--text-medium);
    transition: color 0.3s ease;
}
.benefits-list li:hover {
    color: var(--text-light);
}
.benefits-list li:hover .benefit-icon {
    transform: scale(1.15);
    text-shadow: 0 0 8px var(--glow-color), 0 0 4px var(--accent-color);
}


.benefits-list .benefit-icon {
    color: var(--accent-color);
    font-size: 1.4em; /* Ridotto */
    margin-right: 12px;
    margin-top: 3px; /* Aggiustato */
    min-width: 22px;
    text-shadow: 0 0 4px var(--glow-color);
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.benefits-list li span strong {
    color: var(--text-light);
    font-weight: 600;
}

.secondary-cta {
    background-color: transparent;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 8px rgba(26, 188, 156, 0.15);
}

.secondary-cta:hover {
    background-color: var(--accent-color);
    color: var(--primary-color);
    box-shadow: 0 0 20px var(--glow-color), 0 0 8px var(--accent-color); 
    transform: translateY(-4px) scale(1.02); 
}

/* TARGET AUDIENCE SECTION STYLES */
.target-audience-section {
    background-color: var(--primary-color);
}

.target-audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; /* Ridotto */
    margin-top: 40px;
}

.target-audience-card {
    background-color: var(--card-bg);
    padding: 30px 25px;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}
.target-audience-card:hover {
    transform: translateY(-8px) scale(1.015);
    box-shadow: var(--shadow-medium), 0 0 15px var(--glow-color);
    border-color: rgba(26, 188, 156, 0.4); 
}

.target-audience-card h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem);
    color: var(--text-light);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.target-audience-card h3 i {
    margin-right: 12px;
    font-size: 1.25em;
    transition: transform 0.3s ease;
}
.target-audience-card:hover h3 i {
    transform: scale(1.08);
}

.target-audience-card h3 .fa-check-circle { color: var(--success-color); text-shadow: 0 0 6px rgba(39, 174, 96, 0.4);}
.target-audience-card h3 .fa-times-circle { color: var(--danger-color); text-shadow: 0 0 6px rgba(231, 76, 60, 0.4); }


.target-audience-card ul {
    list-style: none;
    padding-left: 0;
    color: var(--text-medium);
}

.target-audience-card ul li {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 16px; 
    font-size: 1rem; /* Ridotto */
    line-height: 1.55; 
}

.target-audience-card ul li i {
    margin-right: 10px;
    font-size: 1.05em;
    margin-top: 3.5px; 
    min-width: 18px; 
    flex-shrink: 0; 
    transition: transform 0.3s ease;
}
.target-audience-card ul li:hover i {
    transform: translateX(2.5px) scale(1.08);
}

.target-audience-card ul li > div { 
    flex-grow: 1; 
}

.target-audience-card ul li .fa-check { color: var(--success-color); }
.target-audience-card ul li .fa-times { color: var(--danger-color); }

.target-audience-card ul li .fa-female, /* Icona per mamma */
.target-audience-card ul li .fa-tired, /* Icona per stanchezza */
.target-audience-card ul li .fa-heart-broken, /* Icona per senso di colpa */
.target-audience-card ul li .fa-search,
.target-audience-card ul li .fa-hourglass-half, /* Icona per poco tempo */
.target-audience-card ul li .fa-lightbulb, /* Icona per sentirsi preparata */
.target-audience-card ul li .fa-magic,
.target-audience-card ul li .fa-ban,
.target-audience-card ul li .fa-user-md, /* Icona per terapia */
.target-audience-card ul li .fa-book-dead, /* Icona per non leggere */
.target-audience-card ul li .fa-users, /* Se usata in "non fa per te" */
.target-audience-card ul li .fa-hand-sparkles, /* Se usata in "non fa per te" */
.target-audience-card ul li .fa-pills, /* Se usata in "non fa per te" */
.target-audience-card ul li .fa-clock, /* Se usata in "non fa per te" */
.target-audience-card ul li .fa-brain { /* Se usata in "non fa per te" */
    color: var(--accent-color);
}


@media (max-width: 768px) {
    .target-audience-grid {
        grid-template-columns: 1fr;
    }
}


/* UNPACKED SECTION STYLES */
.unpacked-section {
    /* dark-bg will be applied via HTML class */
}

.unpacked-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Minimo leggermente ridotto */
    gap: 30px;
    margin-top: 40px;
}

.unpacked-item {
    background-color: var(--card-bg); 
    padding: 25px; /* Padding ridotto */
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
}

.unpacked-item:hover {
    transform: translateY(-8px) scale(1.005); 
    box-shadow: var(--shadow-medium), 0 0 15px var(--glow-color);
    border-color: rgba(26, 188, 156, 0.35);
}
.unpacked-item:hover .unpacked-image {
    transform: scale(1.025);
}

.unpacked-image-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.unpacked-image {
    width: 100%;
    max-width: 380px; 
    height: auto;
    border-radius: var(--border-radius-md);
    filter: drop-shadow(0px 0px 7px var(--glow-color));
    transition: transform var(--transition-smooth);
}

.unpacked-item h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem);
    color: var(--text-light);
    margin-bottom: 18px;
}

.unpacked-item > p.main-description { 
    color: var(--text-medium);
    line-height: 1.65;
    margin-bottom: 20px;
    font-size: 0.95rem; /* Aggiunto per coerenza */
}

.unpacked-item ul {
    list-style: none;
    padding-left: 0;
    color: var(--text-medium);
}

.unpacked-item ul li {
    margin-bottom: 18px; 
    line-height: 1.55;
}
.unpacked-item ul li:hover .item-header i {
    transform: rotate(-8deg) scale(1.12);
}

.unpacked-item ul li .item-header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.unpacked-item ul li .item-header i {
    color: var(--accent-color);
    margin-right: 10px;
    font-size: 1.15em; 
    min-width: 20px; 
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
}

/* Nuove icone per i moduli e bonus */
.unpacked-item ul li .item-header .fa-brain, /* Modulo 1 */
.unpacked-item ul li .item-header .fa-calendar-alt, /* Modulo 2 */
.unpacked-item ul li .item-header .fa-comments, /* Modulo 3 */
.unpacked-item ul li .item-header .fa-puzzle-piece, /* Modulo 4 */
.unpacked-item ul li .item-header .fa-box-open, /* Bonus 1 */
.unpacked-item ul li .item-header .fa-search-plus, /* Bonus 2 */
.unpacked-item ul li .item-header .fa-file-signature { /* Bonus 3 */
    /* Stile già gestito da i generico, ma si possono aggiungere specificità se necessario */
}


.unpacked-item ul li .item-header strong {
    color: var(--text-light);
    font-weight: 600;
    font-size: 1.05rem; 
}

.unpacked-item ul li .item-description {
    padding-left: 30px; /* Allineato con icone */
    font-size: 0.9rem; /* Leggermente più piccolo per descrizioni */
    color: var(--text-medium);
    line-height: 1.65;
}


.bonus-availability-note {
    font-size: 0.85rem;
    color: var(--text-medium);
    margin-top: 20px;
    font-style: italic;
    opacity: 0.85;
}
.bonus-availability-note i {
    color: var(--highlight-color); /* Usare highlight per attenzione */
    margin-right: 8px;
}

/* DIFFERENTIATION SECTION STYLES */
.differentiation-section {
    background-color: var(--primary-color); 
}

.differentiation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.differentiation-card {
    background-color: var(--card-bg);
    padding: 30px 25px;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    text-align: center;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.differentiation-card:hover {
    transform: translateY(-10px) scale(1.02); 
    box-shadow: var(--shadow-medium), 0 0 20px var(--glow-color), 0 0 8px var(--accent-color); 
    border-color: var(--accent-color);
}

.differentiation-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--accent-color), var(--accent-color-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px var(--glow-color);
    transition: transform 0.3s ease;
}

/* Nuove icone per la differenziazione */
.differentiation-icon-wrapper .fa-calendar-check, /* Piano Pratico */
.differentiation-icon-wrapper .fa-users, /* Focus Connessione */
.differentiation-icon-wrapper .fa-female { /* Scritta da chi ti capisce */
    font-size: 2rem; /* Adattare se necessario */
    color: var(--primary-color);
}


.differentiation-card:hover .differentiation-icon-wrapper {
    transform: scale(1.08) rotate(4deg);
}

.differentiation-card h3 {
    font-size: 1.45rem;
    margin-bottom: 12px;
    color: var(--text-light);
}

.differentiation-card p {
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.65;
}


/* TESTIMONIALS SECTION */
.testimonials-section { 
    padding-bottom: 60px; 
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
    gap: 25px;
    margin-top: 40px; 
}

.testimonial-card-modern {
    background-color: var(--card-bg);
    min-height: 200px; 
    width: 100%; 
    padding: 20px; 
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, border-color 0.3s ease-out;
}

.testimonial-card-modern:hover {
    transform: translateY(-8px) scale(1.02); 
    box-shadow: var(--shadow-medium), 0 0 20px var(--glow-color);
    border-color: var(--accent-color);
    z-index: 10; 
}

.testimonial-header-modern {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.testimonial-avatar-modern {
    width: 45px; 
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
    border: 2px solid var(--accent-color);
    box-shadow: 0 0 6px rgba(26, 188, 156, 0.25);
}

.testimonial-author-info-modern {
    font-family: var(--font-primary);
}

.testimonial-author-modern {
    font-weight: 600; 
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 2px;
    line-height: 1.3; /* Per nomi lunghi */
}

.testimonial-rating-modern {
    color: var(--highlight-color); /* Usare highlight color per stelle */
    font-size: 0.8rem;
}
.testimonial-rating-modern i {
    margin: 0 1px;
}

.testimonial-text-modern {
    font-size: 0.88rem; 
    line-height: 1.55;
    color: var(--text-medium); 
    flex-grow: 1; 
    margin-bottom: 6px; 
    overflow-wrap: break-word;
    word-break: break-word; 
}
.read-more-testimonial {
    color: var(--accent-color);
    font-weight: 600;
    cursor: pointer;
    text-decoration: none; 
    border-bottom: 1px dashed var(--accent-color); 
    font-size: 0.8rem;
    display: inline; 
    transition: color var(--transition-fast), border-color var(--transition-fast);
}
.read-more-testimonial:hover {
    color: var(--accent-color-hover);
    border-bottom-color: var(--accent-color-hover);
    text-shadow: 0 0 4px var(--glow-color);
}


@media (max-width: 992px) {
    .testimonial-grid {
        /* grid-template-columns: repeat(2, 1fr); Mantenuto auto-fit */
    }
}
@media (max-width: 600px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .testimonial-card-modern {
        padding: 18px;
    }
    .testimonial-avatar-modern {
        width: 40px;
        height: 40px;
    }
     .testimonial-author-modern {
        font-size: 0.9rem;
    }
    .testimonial-text-modern {
        font-size: 0.82rem;
    }
}

/* AUTHOR SECTION */
.author-section {
    background-color: var(--primary-color); 
}
.author-container {
    display: flex;
    align-items: center;
    gap: 40px; /* Ridotto */
}

.author-image-wrapper {
    flex-shrink: 0;
}

.author-image {
    width: 200px; /* Ridotto */
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--accent-color); /* Bordo più sottile */
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.25)) drop-shadow(0px 0px 12px var(--glow-color));
    transition: transform var(--transition-smooth), filter var(--transition-smooth);
}

.author-image-wrapper:hover .author-image {
    transform: scale(1.07) rotate(3deg); 
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.25)) drop-shadow(0px 0px 8px var(--accent-color)) drop-shadow(0px 0px 18px var(--glow-color));
}

.author-bio-content {
    color: var(--text-medium);
}

.author-name {
    font-size: 2rem; /* Ridotto */
    color: var(--text-light);
    margin-bottom: 4px;
}

.author-title {
    font-size: 1.05rem; /* Ridotto */
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.author-story {
    font-size: 1rem; /* Ridotto */
    line-height: 1.75;
}

.offer-section { 
    background-color: var(--secondary-color);
    text-align: center; 
}

.offer-subtitle { 
    margin-bottom: 40px;
}

.price-emphasis { /* Non più usato direttamente, ma stile simile in .final-price */
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.3em;
    text-shadow: 0 0 6px var(--glow-color);
}


.offer-bundle {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    gap: 25px; 
    background-color: var(--card-bg);
    padding: 30px; /* Ridotto */
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-medium);
    margin-bottom: 35px; 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: left; 
    max-width: 750px; 
    margin-left: auto;
    margin-right: auto;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}
.offer-bundle:hover {
    transform: scale(1.008);
    box-shadow: var(--shadow-intense-glow);
}
.offer-bundle:hover .offer-ebook-image-container img {
    transform: rotate(-1.5deg) scale(1.025);
}

.offer-ebook-image-container { 
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.offer-ebook-image {
    max-width: 545px; /* Adattato alla cover */
    height: auto;
    border-radius: var(--border-radius-md);
    filter: drop-shadow(0px 8px 12px rgba(0,0,0,0.25)) drop-shadow(0px 0px 8px var(--glow-color));
    transition: transform var(--transition-smooth);
    display: inline-block; 
}

.offer-summary {
    width: 100%; 
}

.offer-summary h4 {
    font-size: clamp(1.4rem, 4vw, 1.7rem); 
    color: var(--text-light);
    margin-bottom: 20px;
    text-align: center; 
}

.offer-summary ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px; 
}

.offer-summary ul li {
    margin-bottom: 12px; 
    color: var(--text-medium);
    display: flex;
    align-items: flex-start; 
    font-size: 1rem; /* Ridotto */
}
.offer-summary ul li span.item-text {
    flex-grow: 1;
}
.offer-summary ul li span.item-value {
    font-weight: 600;
    color: var(--text-light);
    margin-left: 12px;
    white-space: nowrap; 
    font-size: 0.9em; /* Valore più piccolo */
}


.offer-summary ul li i.fas.fa-check-double,
.offer-summary ul li i.fas.fa-gift { 
    color: var(--accent-color);
    margin-right: 10px;
    font-size: 1.15em; 
    margin-top: 2.5px; 
    min-width: 20px;
}

.bonus-tag {
    background-color: var(--highlight-color); /* Usare highlight color per bonus */
    color: var(--primary-color); /* Testo scuro per contrasto */
    padding: 2.5px 8px; 
    border-radius: var(--border-radius-sm);
    font-size: 0.8em; 
    font-weight: 700;
    margin-right: 8px;
    display: inline-block; 
    line-height: 1.3; 
}

.offer-total-value-breakdown {
    border-top: 1px solid var(--card-border);
    padding-top: 25px;
    margin-top: 25px;
}
.offer-total-value-breakdown p {
    display: flex;
    justify-content: space-between;
    font-size: 1.05rem; /* Ridotto */
    margin-bottom: 10px;
}
.offer-total-value-breakdown p span:first-child {
    color: var(--text-medium);
}
.offer-total-value-breakdown p span:last-child {
    font-weight: 700;
    color: var(--text-light);
}

.offer-total-value-breakdown .final-price,
.offer-total-value-breakdown .total-savings {
    font-size: 1.3rem; 
    font-weight: 800; 
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed var(--card-border); 
}
.offer-total-value-breakdown .final-price span:last-child,
.offer-total-value-breakdown .total-savings span:last-child {
    color: var(--accent-color);
    text-shadow: 0 0 8px var(--glow-color);
}


.final-offer-cta { 
    padding: 20px 45px; /* Leggermente più grande */
    font-size: 1.2rem;
    margin-top: 35px; 
    margin-bottom: 18px;
}
.final-offer-cta .fa-heart { /* Icona specifica per questo CTA */
    /* Stile già gestito da .cta-icon */
}

.secure-payment-info-final {
    color: var(--text-medium);
    font-size: 0.9rem; /* Ridotto */
}

.secure-payment-info-final i {
    color: var(--accent-color);
    margin-right: 4px;
}

.secure-payment-info-final .separator {
    margin: 0 8px;
    opacity: 0.4;
}

.offer-urgency-note {
    font-size: 0.9rem;
    color: var(--text-medium);
    margin-top: 18px;
    opacity: 0.85;
    max-width: 600px; 
    margin-left: auto;
    margin-right: auto;
}
.offer-urgency-note i {
    color: var(--highlight-color); /* Usare highlight per attenzione */
    margin-right: 8px;
}

.guarantee-seal {
    max-width: 600px;
    margin: 40px auto 0;
    padding: 25px;
    background-color: rgba(26, 188, 156, 0.04); /* Sfondo più tenue */
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius-md);
    text-align: center;
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}
.guarantee-seal:hover {
    transform: scale(1.025);
    box-shadow: 0 0 15px rgba(26, 188, 156, 0.25);
}
.guarantee-seal:hover .guarantee-icon {
    transform: translateY(-4px) rotateY(360deg); 
}

.guarantee-icon {
    font-size: 2.3rem;
    color: var(--accent-color);
    margin-bottom: 12px;
    text-shadow: 0 0 8px var(--glow-color);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.guarantee-seal h4 {
    font-size: 1.3rem; /* Ridotto */
    color: var(--text-light);
    margin-bottom: 8px;
}

.guarantee-seal p {
    color: var(--text-medium);
    font-size: 0.9rem;
    line-height: 1.65;
}

/* FAQ SECTION */
.faq-section { 
     background-color: var(--primary-color); 
}
.faq-grid {
    display: grid;
    gap: 18px; /* Ridotto */
    max-width: 750px;
    margin: 40px auto 0 auto;
}

.faq-item-modern {
    background-color: var(--card-bg);
    border-radius: var(--border-radius-md);
    border: 1px solid var(--card-border);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: hidden;
    transition: box-shadow var(--transition-smooth);
}
.faq-item-modern:hover {
    box-shadow: 0 0 12px rgba(26, 188, 156, 0.18);
}


.faq-question-modern {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 22px 25px; /* Padding ridotto */
    font-size: 1.1rem; /* Ridotto */
    font-weight: 600;
    font-family: var(--font-headings);
    color: var(--text-light);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color var(--transition-fast);
}

.faq-question-modern:hover {
    background-color: rgba(26, 188, 156, 0.07); 
}
.faq-question-modern:hover i {
    transform: scale(1.15);
}

.faq-question-modern i {
    transition: transform var(--transition-smooth);
    font-size: 1.05rem;
    color: var(--accent-color);
}

.faq-question-modern.active i.fa-plus:before { 
    content: "\f068"; 
}


.faq-answer-modern {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-smooth) 0s, padding var(--transition-smooth) 0s; 
    color: var(--text-medium);
    line-height: 1.65;
    font-size: 0.95rem; /* Aggiunto per coerenza */
}

.faq-answer-modern p {
    padding-bottom: 22px; 
}

.site-footer {
    background-color: var(--secondary-color);
    color: var(--text-medium);
    padding: 50px 0 25px 0; /* Padding ridotto */
    text-align: center;
    border-top: 1px solid var(--card-border);
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo p {
    font-family: var(--font-headings);
    font-size: 1.4rem; /* Ridotto */
    color: var(--text-light);
    margin-bottom: 18px;
}

.footer-links {
    margin-bottom: 18px;
}

.footer-links a {
    color: var(--text-medium);
    text-decoration: none;
    margin: 0 12px; /* Ridotto */
    font-size: 0.95rem; /* Aggiunto */
    transition: color var(--transition-fast), text-shadow var(--transition-fast);
}

.footer-links a:hover {
    color: var(--accent-color);
    text-shadow: 0 0 6px var(--glow-color); 
}

.footer-social {
    margin-bottom: 25px;
}

.footer-social a {
    color: var(--text-medium);
    font-size: 1.2rem; /* Ridotto */
    margin: 0 10px;
    transition: color var(--transition-fast), transform var(--transition-fast), text-shadow var(--transition-fast);
}

.footer-social a:hover {
    color: var(--accent-color);
    transform: scale(1.2) translateY(-2.5px); 
    text-shadow: 0 0 6px var(--glow-color);
}

.footer-copyright {
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.footer-disclaimer {
    font-size: 0.75rem;
    opacity: 0.65;
    max-width: 90%; /* Per leggibilità su mobile */
}

@media (max-width: 992px) {
    .solution-layout, .author-container {
        flex-direction: column;
        text-align: center;
    }
    .solution-image-wrapper, .author-image-wrapper {
        margin-bottom: 35px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .hero-headline {
        font-size: 2.3rem; /* Ulteriore riduzione per mobile */
    }
    .hero-subheadline {
        font-size: 0.95rem;
    }
    .ebook-cover-hero {
        max-width: 240px; /* Adattato alla cover */
    }
    .primary-cta, .secondary-cta {
        padding: 14px 28px;
        font-size: 0.9rem;
    }
    .final-offer-cta {
        padding: 16px 30px;
        font-size: 1.05rem;
    }
    .problem-grid, .differentiation-grid { 
        grid-template-columns: 1fr;
    }
    .problem-card, .differentiation-card { 
        padding: 22px 18px;
    }
    .problem-card h3, .differentiation-card h3 { 
        font-size: 1.3rem;
    }
    .author-image {
        width: 160px;
        height: 160px;
    }
    .author-name {
        font-size: 1.7rem;
    }
    .faq-question-modern {
        padding: 18px;
        font-size: 1rem;
    }
    .faq-answer-modern {
        padding: 0 18px;
    }
    .faq-answer-modern p {
        padding-bottom: 18px;
    }
    .offer-bundle { 
        padding: 25px 18px;
    }
    .offer-ebook-image-container img { 
         max-width: 220px; 
    }
    .offer-summary h4 {
        font-size: 1.3rem;
    }
    .offer-total-value-breakdown p {
        font-size: 0.95rem;
        flex-direction: column; 
        align-items: center; 
        text-align: center;
        margin-bottom: 12px;
    }
    .offer-total-value-breakdown p span:last-child {
        margin-top: 4px; 
    }
    .offer-total-value-breakdown .final-price,
    .offer-total-value-breakdown .total-savings {
        font-size: 1.1rem;
    }

}

@supports not (backdrop-filter: blur(1px)) {
    .problem-card, .testimonial-card-modern, .offer-bundle, .faq-item-modern, .unpacked-item, .target-audience-card, .differentiation-card { 
        background-color: var(--card-bg-solid); 
    }
}


@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .animated-arrow i, .primary-cta, .hero-background-animation, .hero-background-animation .floating-icon, .text-highlight-stronger {
        animation: none !important; 
    }
    #page-loader {
        display: none;
    }
    #sticky-cta-mobile { 
        animation: none !important;
    }
}

/* Sticky CTA for Mobile */
#sticky-cta-mobile {
    display: none; 
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 18px; /* Più compatto */
    background-color: var(--accent-color);
    color: var(--primary-color); /* Testo scuro */
    font-family: var(--font-headings);
    font-size: 0.95rem; 
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2), 0 0 8px var(--glow-color); /* Ombra più tenue */
    border-top: 1.5px solid var(--accent-color-hover); /* Bordo più sottile */
    align-items: center; 
    justify-content: center;
    animation: pulse-cta-sticky 2.8s infinite ease-in-out; /* Leggermente più lento */
    transition: background-color var(--transition-fast), transform var(--transition-fast);
}

#sticky-cta-mobile .cta-icon {
    margin-right: 8px;
    font-size: 1.05em; 
}
#sticky-cta-mobile .fa-heart { /* Icona specifica */
    /* Stile già gestito */
}

#sticky-cta-mobile .cta-text s { 
    opacity: 0.7;
    margin-left: 4px;
    font-weight: 400; /* Testo barrato più leggero */
}


#sticky-cta-mobile:hover {
    background-color: var(--accent-color-hover);
    transform: translateY(-2.5px); 
    animation-play-state: paused; 
}

@keyframes pulse-cta-sticky {
    0% {
        transform: scale(1);
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2), 0 0 8px var(--glow-color);
    }
    50% {
        transform: scale(1.01); 
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.25), 0 0 12px var(--glow-color);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2), 0 0 8px var(--glow-color);
    }
}

@media (max-width: 768px) {
    #sticky-cta-mobile {
        display: flex; 
    }
    body { /* Aggiunge padding in fondo al body per non sovrapporre il footer con la sticky CTA */
        padding-bottom: 60px; /* Altezza approssimativa della sticky CTA */
    }
}

/* --- END OF FILE style.css --- */