.elementor-105283 .elementor-element.elementor-element-36fb41a{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-105283 .elementor-element.elementor-element-36fb41a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-105283 .elementor-element.elementor-element-2bb6256{--display:flex;}.elementor-105283 .elementor-element.elementor-element-eff6d5e > .elementor-widget-container{background-color:#FFFFFF;padding:50px 20px 50px 20px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#C9A227;border-radius:20px 20px 20px 20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-105283 .elementor-element.elementor-element-eff6d5e > .elementor-widget-container{padding:30px 0px 30px 0px;}}@media(min-width:768px){.elementor-105283 .elementor-element.elementor-element-36fb41a{--width:100%;}.elementor-105283 .elementor-element.elementor-element-2bb6256{--content-width:100%;}}/* Start custom CSS *//* ============================================
           VARIABILI CSS - RIFERIMENTO PER ELEMENTOR
           ============================================ */
        :root {
            /* COLORI PRINCIPALI */
            --color-primary: #1a365d;           /* Blu scuro principale */
            --color-primary-light: #2c5282;     /* Blu medio */
            --color-accent: #c9a227;            /* Oro/Giallo accento */
            --color-accent-light: #d4af37;      /* Oro chiaro */
            --color-dark: #0f172a;              /* Quasi nero */
            --color-text: #334155;              /* Grigio testo */
            --color-text-light: #64748b;        /* Grigio chiaro testo */
            --color-bg: #faf9f7;                /* Sfondo crema chiaro */
            --color-bg-alt: #f1efe9;            /* Sfondo crema alternativo */
            --color-white: #ffffff;             /* Bianco */
            
            /* FONT */
            --font-primary: Verdana, Geneva, sans-serif;
            
            /* OMBRE */
            --shadow-soft: 0 4px 20px rgba(0,0,0,0.08);
            --shadow-medium: 0 8px 40px rgba(0,0,0,0.12);
        }

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

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--font-primary);
            color: var(--color-text);
            background: var(--color-bg);
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* ===== HEADER =====
           Background: #faf9f7 (95% opacità)
           Border bottom: #1a365d (8% opacità)
           Padding: 16px 32px
        */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: rgba(250, 249, 247, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(26, 54, 93, 0.08);
            padding: 16px 32px;
            transition: all 0.3s ease;
        }

        .header-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* Logo: Font 24px, Weight Bold, Color #1a365d, "Valle" in #c9a227 */
        .logo {
            font-family: var(--font-primary);
            font-size: 24px;
            font-weight: bold;
            color: #1a365d;
            text-decoration: none;
        }

        .logo span {
            color: #c9a227;
        }

        /* Bottone Header: BG #1a365d, Color #fff, Padding 12px 24px, Border-radius 4px, Font 14px Bold */
        .header-cta {
            background: #1a365d;
            color: #ffffff;
            padding: 12px 24px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .header-cta:hover {
            background: #2c5282;
            transform: translateY(-2px);
        }

        /* ===== HERO SECTION =====
           Background: Gradiente da #faf9f7 a #f1efe9 (135deg)
           Padding: 128px 32px 64px
           Min-height: 100vh
        */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 128px 32px 64px;
            position: relative;
            background: linear-gradient(135deg, #faf9f7 0%, #f1efe9 100%);
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(135deg, transparent 0%, rgba(26, 54, 93, 0.03) 100%);
            clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
        }

        .hero-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 64px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero-content {
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Badge Hero: BG gradiente #c9a227 → #d4af37, Color #0f172a, Padding 8px 16px, Border-radius 50px, Font 13px Bold Uppercase */
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #c9a227 0%, #d4af37 100%);
            color: #0f172a;
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 24px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .hero-badge::before {
            content: '🎁';
        }

        /* H1 Hero: Font 42-56px (responsive), Weight Bold, Color #0f172a, Line-height 1.2 */
        .hero h1 {
            font-family: var(--font-primary);
            font-size: clamp(32px, 5vw, 48px);
            color: #0f172a;
            line-height: 1.2;
            margin-bottom: 24px;
            font-weight: bold;
        }

        .hero h1 span {
            color: #c9a227;
        }

        /* Sottotitolo Hero: Font 18px, Color #64748b, Max-width 540px */
        .hero-subtitle {
            font-size: 18px;
            color: #64748b;
            margin-bottom: 32px;
            max-width: 540px;
            line-height: 1.7;
        }

        /* Stats Container: Padding 24px 0, Border top/bottom 1px solid rgba(26,54,93,0.1) */
        .hero-stats {
            display: flex;
            gap: 40px;
            margin-bottom: 40px;
            padding: 24px 0;
            border-top: 1px solid rgba(26, 54, 93, 0.1);
            border-bottom: 1px solid rgba(26, 54, 93, 0.1);
        }

        .stat {
            text-align: left;
        }

        /* Numero Stat: Font 36px Bold, Color #1a365d */
        .stat-number {
            font-family: var(--font-primary);
            font-size: 36px;
            font-weight: bold;
            color: #1a365d;
            line-height: 1;
            margin-bottom: 4px;
        }

        /* Label Stat: Font 13px Uppercase, Color #64748b, Letter-spacing 0.5px */
        .stat-label {
            font-size: 13px;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* CTA Hero: BG gradiente #1a365d → #2c5282, Color #fff, Padding 20px 40px, Border-radius 4px, Font 17px Bold */
        .hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
            color: #ffffff;
            padding: 20px 40px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            font-size: 17px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 40px rgba(0,0,0,0.12);
        }

        .hero-cta svg {
            width: 20px;
            height: 20px;
            transition: all 0.3s ease;
        }

        .hero-cta:hover svg {
            transform: translateX(4px);
        }

        /* Hero Visual/Photo */
        .hero-visual {
            position: relative;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }

        .hero-photo-wrapper {
            position: relative;
            padding: 24px;
        }

        /* Bordo decorativo: 2px solid #c9a227, Border-radius 8px, Offset 15px */
        .hero-photo-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 2px solid #c9a227;
            border-radius: 8px;
            transform: translate(15px, 15px);
        }

        /* Card Foto: BG gradiente #1a365d → #2c5282, Border-radius 8px, Padding 32px */
        .hero-photo {
            position: relative;
            background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
            border-radius: 8px;
            padding: 32px;
            color: #ffffff;
            text-align: center;
        }

        .hero-photo-placeholder {
            width: 180px;
            height: 180px;
            background: rgba(255,255,255,0.15);
            border-radius: 50%;
            margin: 0 auto 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 64px;
            border: 4px solid rgba(255,255,255,0.3);
        }

        /* Nome nella card: Font 22px Bold */
        .hero-photo h3 {
            font-family: var(--font-primary);
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        /* Sottotitolo card: Font 15px, Opacity 0.9 */
        .hero-photo p {
            font-size: 15px;
            opacity: 0.9;
            margin-bottom: 16px;
            line-height: 1.5;
        }

        .hero-certifications {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }

        /* Badge certificazioni: BG rgba(255,255,255,0.2), Padding 6px 12px, Border-radius 50px, Font 12px Bold */
        .cert-badge {
            background: rgba(255,255,255,0.2);
            padding: 6px 12px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: bold;
        }

        /* ===== SOCIAL PROOF BAR =====
           Background: #1a365d
           Padding: 32px
        */
        .social-proof {
            background: #1a365d;
            padding: 32px;
            text-align: center;
        }

        .social-proof-inner {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Testo intro: Font 14px Uppercase, Color rgba(255,255,255,0.8), Letter-spacing 1px */
        .social-proof p {
            color: rgba(255,255,255,0.8);
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 24px;
        }

        .client-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 48px;
            flex-wrap: wrap;
            opacity: 0.7;
        }

        /* Nomi clienti: Font 16px, Color #fff, Weight 500 */
        .client-logo {
            font-family: var(--font-primary);
            font-size: 16px;
            color: #ffffff;
            font-weight: 500;
        }

        /* ===== CREDIBILITY SECTION =====
           Background: #ffffff
           Padding: 96px 32px
        */
        .credibility {
            padding: 96px 32px;
            background: #ffffff;
        }

        .credibility-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 64px;
        }

        /* Eyebrow: Font 13px Uppercase, Color #c9a227, Weight Bold, Letter-spacing 2px */
        .section-eyebrow {
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #c9a227;
            font-weight: bold;
            margin-bottom: 16px;
        }

        /* Titolo Sezione: Font 32-40px (responsive), Color #0f172a, Weight Bold */
        .section-title {
            font-family: var(--font-primary);
            font-size: clamp(28px, 4vw, 38px);
            color: #0f172a;
            margin-bottom: 16px;
            font-weight: bold;
        }

        /* Sottotitolo Sezione: Font 17px, Color #64748b, Max-width 600px */
        .section-subtitle {
            font-size: 17px;
            color: #64748b;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .credibility-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        /* Card Credenziali: BG #faf9f7, Padding 40px 32px, Border-radius 8px */
        .cred-card {
            background: #faf9f7;
            padding: 40px 32px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .cred-card:hover {
            transform: translateY(-5px);
            border-color: #c9a227;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        /* Icona: 70x70px, BG gradiente #1a365d → #2c5282, Border-radius 50%, Font-size 28px */
        .cred-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 28px;
        }

        /* Titolo Card: Font 20px Bold, Color #0f172a */
        .cred-card h3 {
            font-family: var(--font-primary);
            font-size: 20px;
            color: #0f172a;
            margin-bottom: 12px;
            font-weight: bold;
        }

        /* Descrizione Card: Font 15px, Color #64748b */
        .cred-card p {
            color: #64748b;
            font-size: 15px;
            line-height: 1.6;
        }

        /* ===== EXPERIENCE TIMELINE =====
           Background: #f1efe9
           Padding: 96px 32px
           Border-top: 1px gradiente oro
        */
        .experience {
            padding: 96px 32px;
            background: #f1efe9;
            position: relative;
        }

        .experience::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #c9a227, transparent);
        }

        .experience-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .timeline {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 32px;
            margin-top: 48px;
        }

        /* Card Timeline: BG #ffffff, Padding 32px 16px, Border-radius 8px */
        .timeline-item {
            text-align: center;
            padding: 32px 16px;
            background: #ffffff;
            border-radius: 8px;
            position: relative;
            transition: all 0.3s ease;
        }

        /* Pallino Timeline: 20x20px, BG #c9a227, Border 4px solid #f1efe9, Top -10px */
        .timeline-item::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            background: #c9a227;
            border-radius: 50%;
            border: 4px solid #f1efe9;
        }

        .timeline-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        /* Anno: Font 30px Bold, Color #1a365d */
        .timeline-year {
            font-family: var(--font-primary);
            font-size: 30px;
            font-weight: bold;
            color: #1a365d;
            margin-bottom: 8px;
        }

        /* Titolo Timeline: Font 15px Bold, Color #0f172a */
        .timeline-title {
            font-weight: bold;
            font-size: 15px;
            color: #0f172a;
            margin-bottom: 8px;
        }

        /* Descrizione Timeline: Font 13px, Color #64748b */
        .timeline-desc {
            font-size: 13px;
            color: #64748b;
        }

        /* ===== BOOKS SECTION =====
           Background: #ffffff
           Padding: 96px 32px
        */
        .books {
            padding: 96px 32px;
            background: #ffffff;
        }

        .books-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .books-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 24px;
            margin-top: 48px;
        }

        /* Card Libro: BG #faf9f7, Padding 24px, Border-radius 8px */
        .book-card {
            background: #faf9f7;
            border-radius: 8px;
            padding: 24px;
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .book-card:hover {
            border-color: #c9a227;
            transform: translateY(-5px);
        }

        /* Cover Libro: 120x160px, BG gradiente #1a365d → #2c5282, Border-radius 4px */
        .book-cover {
            width: 120px;
            height: 160px;
            background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
            border-radius: 4px;
            margin: 0 auto 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 32px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        /* Titolo Libro: Font 15px Bold, Color #0f172a */
        .book-card h4 {
            font-family: var(--font-primary);
            font-size: 15px;
            font-weight: bold;
            color: #0f172a;
            margin-bottom: 4px;
        }

        /* Sottotitolo Libro: Font 12px, Color #64748b */
        .book-card p {
            font-size: 12px;
            color: #64748b;
        }

        /* ===== WHY FREE SECTION =====
           Background: Gradiente #1a365d → #0f172a (135deg)
           Padding: 96px 32px
        */
        .why-free {
            padding: 96px 32px;
            background: linear-gradient(135deg, #1a365d 0%, #0f172a 100%);
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .why-free::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 60%;
            height: 200%;
            background: radial-gradient(ellipse, rgba(201, 162, 39, 0.1) 0%, transparent 70%);
        }

        .why-free-inner {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .why-free .section-eyebrow {
            color: #c9a227;
        }

        .why-free .section-title {
            color: #ffffff;
        }

        /* Contenuto: Font 18px, Line-height 1.8, Opacity 0.9 */
        .why-free-content {
            font-size: 18px;
            line-height: 1.8;
            opacity: 0.9;
            margin: 32px 0 48px;
        }

        .why-free-content strong {
            color: #ffffff;
            font-weight: bold;
        }

        /* Citazione: Font 22px Italic, Color #c9a227, Padding 24px 0, Border top/bottom 1px rgba(255,255,255,0.1) */
        .why-free-quote {
            font-family: var(--font-primary);
            font-size: 22px;
            font-style: italic;
            color: #c9a227;
            margin: 32px 0;
            padding: 24px 0;
            border-top: 1px solid rgba(255,255,255,0.1);
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        /* ===== WHAT YOU GET SECTION =====
           Background: #faf9f7
           Padding: 96px 32px
        */
        .what-you-get {
            padding: 96px 32px;
            background: #faf9f7;
        }

        .what-you-get-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 48px;
        }

        /* Card Benefit: BG #ffffff, Padding 32px, Border-radius 8px, Border-left 4px solid #c9a227 */
        .benefit-card {
            background: #ffffff;
            padding: 32px;
            border-radius: 8px;
            border-left: 4px solid #c9a227;
            transition: all 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        }

        /* Icona Benefit: Font 32px */
        .benefit-icon {
            font-size: 32px;
            margin-bottom: 16px;
        }

        /* Titolo Benefit: Font 18px Bold, Color #0f172a */
        .benefit-card h4 {
            font-family: var(--font-primary);
            font-size: 18px;
            font-weight: bold;
            color: #0f172a;
            margin-bottom: 12px;
        }

        /* Descrizione Benefit: Font 15px, Color #64748b */
        .benefit-card p {
            color: #64748b;
            font-size: 15px;
            line-height: 1.6;
        }

        /* ===== FINAL CTA SECTION =====
           Background: #ffffff
           Padding: 96px 32px
        */
        .final-cta {
            padding: 96px 32px;
            background: #ffffff;
            text-align: center;
        }

        .final-cta-inner {
            max-width: 800px;
            margin: 0 auto;
        }

        .final-cta .section-title {
            margin-bottom: 24px;
        }

        /* Sottotitolo CTA: Font 17px, Color #64748b */
        .final-cta-subtitle {
            font-size: 17px;
            color: #64748b;
            margin-bottom: 40px;
            line-height: 1.7;
        }

        /* Bottone Grande: BG gradiente #c9a227 → #d4af37, Color #0f172a, Padding 24px 48px, Border-radius 4px, Font 18px Bold */
        .cta-button-large {
            display: inline-flex;
            align-items: center;
            gap: 16px;
            background: linear-gradient(135deg, #c9a227 0%, #d4af37 100%);
            color: #0f172a;
            padding: 24px 48px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            font-size: 18px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 40px rgba(0,0,0,0.12);
        }

        .cta-button-large:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 12px 50px rgba(201, 162, 39, 0.4);
        }

        /* Garanzie: Font 14px, Color #64748b, Margin-top 24px */
        .cta-guarantee {
            margin-top: 24px;
            font-size: 14px;
            color: #64748b;
        }

        .cta-guarantee span {
            color: #1a365d;
            font-weight: bold;
        }

        /* ===== FOOTER =====
           Background: #0f172a
           Padding: 48px 32px
        */
        .footer {
            background: #0f172a;
            color: rgba(255,255,255,0.7);
            padding: 48px 32px;
            text-align: center;
        }

        .footer-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

        /* Logo Footer: Font 24px, Color #fff, "Valle" in #c9a227 */
        .footer-logo {
            font-family: var(--font-primary);
            font-size: 24px;
            color: #ffffff;
            margin-bottom: 16px;
            font-weight: bold;
        }

        .footer-logo span {
            color: #c9a227;
        }

        /* Info Footer: Font 14px */
        .footer-info {
            font-size: 14px;
            margin-bottom: 24px;
        }

        .footer-contacts {
            display: flex;
            justify-content: center;
            gap: 32px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }

        /* Link Contatti: Color #c9a227, Weight 500 */
        .footer-contacts a {
            color: #c9a227;
            text-decoration: none;
            font-weight: 500;
        }

        /* Legal: Font 12px, Opacity 0.6, Padding-top 24px, Border-top 1px rgba(255,255,255,0.1) */
        .footer-legal {
            font-size: 12px;
            opacity: 0.6;
            padding-top: 24px;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .footer-legal a {
            color: #c9a227;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .hero-inner {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .hero-stats {
                justify-content: center;
            }

            .hero-subtitle {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-visual {
                max-width: 400px;
                margin: 0 auto;
            }

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

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

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

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

        @media (max-width: 768px) {
            .header-cta {
                display: none;
            }

            .hero-stats {
                flex-direction: column;
                gap: 24px;
            }

            .stat {
                text-align: center;
            }

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

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

            .client-logos {
                gap: 24px;
            }

            .footer-contacts {
                flex-direction: column;
                gap: 16px;
            }
        }

        @media (max-width: 480px) {
            .books-grid {
                grid-template-columns: 1fr;
            }

            .hero {
                padding: 100px 16px 48px;
            }

            .credibility,
            .experience,
            .books,
            .why-free,
            .what-you-get,
            .final-cta {
                padding: 64px 16px;
            }
            /* Cover Libro: Immagine reale */
        .book-cover-img {
            width: 120px;
            height: 180px;
            object-fit: cover;
            border-radius: 4px;
            margin: 0 auto 16px;
            display: block;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }
        }/* End custom CSS */