@font-face { font-family: Roboto; src: url('roboto-Italic.ttf') format('ttf supports variations'); font-weight: 300 700; font-display: swap;font-style: italic;} 
#header {font-family: 'Roboto', sans-serif; font-size: 18px;}
.nav-link {color: black !important;}
.nav-link:hover{color:#94d600 !important; transition:0.5s; }
.nav-special {color:#94d600 !important;} .nav-special:hover{color:#ffffff !important; transition:0.5s;}
.nav-item {margin: 0px 5px;}
.offcanvas-body {text-align: right;}
.offcanvas {width:200px !important; border-left: 1px solid #94d600 !important;}
.centrato {text-align: center;}
.navbar-brand {padding-left:5vw;}
.navbar-toggler {background-color:rgba(255,255,255,0.75); margin-right:5vw;}
.last {padding-right: 50px;}
@media (max-width:767px){.navbar-light {transition:1s;} .navbar-nav{text-align:right;}}
.navbar-toggler:focus {
    border: 1 !important;
    box-shadow: none !important; 
}
.caul-top {
  background-color: rgba(255,255,255,1);
  border-bottom: 4px solid white;
  box-shadow: 0 0 8px #ffffff;
}

	:root {
            --caul-green: #81bc00;
            --caul-green2: #94d600;
            --caul-dark-green: #4a7c2a;
            --caul-black: #1a1a1a;
            --caul-gray: #666;
            --caul-light-gray: #f8f9fa;
            --caul-white: #ffffff;
	    --caul-greycyan: #c5d1cd;
	    --caul-dgcyan: #74867f;
        }

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

        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: var(--caul-black);
            background: var(--caul-white);
            overflow-x: hidden;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }
	
	 .container2 {
            margin: 0;
            padding: 0;
        }

	.caul-span {
	    font-weight:700;
	}

        /* Hero Section */
        .hero {
            height: 90vh;
            display: flex;
            align-items: center;
            position: relative;
	    background: url(../img/prodotti.jpg) center center no-repeat;background-size: cover;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .hero-content {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 100px;
            align-items: center;
            color: white;
        }
	
	.hero-text {
	    background-color: rgba(0,0,0,0.4);
	    border-radius: 10px;
	}

        .hero-text h1 {
            font-family: 'Roboto', sans-serif;
            font-size: clamp(3rem, 5vw, 4.5rem);
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 30px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.2s forwards;
	    padding: 15px 15px 0 15px;
        }

        .hero-tagline {
            font-size: 1.8rem;
            font-weight: 500;
            font-style: italic;
            opacity: 0.9;
            margin-bottom: 20px;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.4s forwards;
	    padding: 15px 15px 0 15px;
        }

        .hero-year {
            position: absolute;
            right: -100px;
            top: 50%;
            transform: translateY(-50%);
            font-family: 'Roboto', sans-serif;
            font-size: 15rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.1);
            z-index: 1;
        }

        .stat-item {
            text-align: center;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s ease 0.6s forwards;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--caul-green);
            display: block;
        }

        .stat-label {
            font-size: 1rem;
            opacity: 0.9;
            margin-top: 10px;
        }

	.top-video {
            height: 80vh;
            display: flex;
            align-items: center;
            position: relative;
	    overflow: hidden;
        }

        .top-video::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .top-video-content {
            align-items: center;
        }

	.video-top {
	    position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            z-index: 1;
            object-fit: cover;
	}

	.top-video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.60);
            z-index: 2;
        }

	.overlay-content {
            position: relative;
            z-index: 3;
            padding: 0 40px;
            text-align: center;
            animation: fadeInUp 1s ease-out;
	    width: 100%;
        }

        .top-video-title {
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            font-weight: 700;
            color: var(--caul-white);
            margin-bottom: 1.5rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

        .top-video-subtitle {
            font-size: clamp(1.1rem, 2.5vw, 1.4rem);
            font-weight: 400;
            color: var(--caul-white);
            margin-bottom: 2.5rem;
            line-height: 1.5;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Target Section */
        .target-section {
            padding: 120px 0;
            background: var(--caul-light-gray);
        }

        .target-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .target-header h2 {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 30px;
        }

        .target-subtitle {
            font-size: 1.2rem;
            color: var(--caul-gray);
            max-width: 800px;
            margin: 0 auto;
        }

        .target-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .target-card {
            background: white;
            border-radius: 12px;
            padding: 40px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .target-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .target-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--caul-dgcyan);
        }

        .target-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--caul-greycyan), var(--caul-dgcyan));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            font-size: 2rem;
            color: white;
        }

        .target-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--caul-black);
            margin-bottom: 15px;
        }

        .target-description {
            font-size: 1rem;
            color: var(--caul-gray);
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .target-size {
            font-size: 0.9rem;
            color: var(--caul-dgcyan);
            font-weight: 500;
            font-style: italic;
        }

      /* Middle Section */
        .middle-section {
            padding: 100px 0;
            background: var(--caul-light-gray);
        }

        .middle-content {
            text-align: center;
            max-width: 1000px;
            margin: 0 auto;
        }

        .middle-text h2 {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 0px;
            line-height: 1.2;
        }
	
	.middle-text h4 {
            font-size: 1.8rem;
            font-style: italic;
            font-weight: 500;
            color: var(--caul-black);
            line-height: 1.2;
        }

        .middle-text .highlight {
            color: var(--caul-green);
            font-style: italic;
        }

        .middle-text p {
            font-size: 1.2rem;
            line-height: 1.8;
            color: var(--caul-gray);
            margin-bottom: 30px;
        }
	 /* Fascia Unica Orizzontale */
        .horizontal-section {
            width: 100%;
	    height: 500px;
            display: flex;
        }

        /* Tool Digital Passport - Parte Sinistra */
        .tool-digital-part {
            flex: 1;
            position: relative;
            background: url(../img/prodotto-passport.jpg) center center no-repeat;background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
    	    padding: 40px;
            overflow: hidden;
        }

	.tool-digital-part::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
	}

        .content-overlay {
            text-align: center;
            color: white;
            max-width: 600px;
            padding: 40px;
        }

        .main-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .subtitle {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 35px;
            opacity: 0.9;
        }
        
        /* CTA Final - Parte Destra */
        .cta-final-part {
            flex: 1;
            background: var(--caul-green);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            padding: 40px;
            position: relative;
            overflow: hidden;
        }

        .cta-final-part::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }

        .cta-content {
            z-index: 1;
            position: relative;
        }

        .cta-ready-text {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cta-hashtag {
            font-size: 38px;
            font-weight: 800;
            margin-bottom: 25px;
        }

        .cta-description {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        /* Product Lines Section */
        .product-lines-section {
            padding-top: 120px; padding-bottom:80px;
            background: var(--caul-white);
        }

        .product-lines-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .product-lines-header h2 {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 30px;
        }

	.product-lines-header p {
            font-size: 1.2rem;
            line-height: 1.8;
            color: var(--caul-gray);
            margin-bottom: 30px;
        }

        .product-lines-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 80px;
        }

        .product-line-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .product-line-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }

        .product-line-image {
            height: 200px;
            background-size: cover;
            position: relative;
            overflow: hidden;
        }

        .evo { background: url(../img/p-evo.jpg) top center no-repeat;background-size: cover; }

       .perfo { background: url(../img/p-perfo.jpg) top center no-repeat;background-size: cover; }

        .evo-plus { background: url(../img/p-evo-plus.jpg) top center no-repeat;background-size: cover; }

        .product-line-image::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-line-content {
            padding: 40px;
        }

        .product-line-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .product-line-subtitle {
            font-size: 1.1rem;
            color: var(--caul-black);
            font-style: italic;
            margin-bottom: 20px;
	    font-weight: 700;
        }

        .product-line-description {
            font-size: 1rem;
            color: var(--caul-gray);
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .product-line-features {
            list-style: none;
        }

        .product-line-features li {
            font-size: 1.0rem;
            color: var(--caul-gray);
            margin-bottom: 8px;
            position: relative;
	    text-align: left;
        }

        .product-line-features li:before {
            content: '✓';
            color: var(--caul-dgcyan);
            position: relative;
            left: 0;
            font-weight: bold;
	    padding-right:20px;
        }

        .preview-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            text-align: center;
        }
        
        .preview-title {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #333;
        }
        
        .preview-subtitle {
            color: #666;
            margin-bottom: 2rem;
            font-size: 1.1rem;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .feature-card {
            background: white;
            padding: 2rem;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: #8BC34A;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
        }
        
        .feature-icon svg {
            width: 30px;
            height: 30px;
            fill: white;
        }

	.features-header2 {
            text-align: center;
            margin-bottom: 100px;
        }

        .features-header2 h2 {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 30px;
        }

        .features-grid2 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 80px;
	    margin-top: 100px;
        }

        .feature-card2 {
            perspective: 1000px;
            height: 400px;
            cursor: pointer;
        }

        .feature-card-inner2 {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }

        .feature-card2:hover .feature-card-inner2 {
            transform: rotateY(180deg);
        }

        .feature-card-front2, .feature-card-back2 {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .feature-card-back2 {
            transform: rotateY(180deg);
        }

        .feature-card2.luminale2 .feature-card-front2 {
            background: url(../img/flip-p1.jpg) center center no-repeat;background-size: contain;
            background-color: white;
        }

        .feature-card2.luminale2 .feature-card-back2 {
            background: linear-gradient(135deg, #fff 0%, #f0fed1 100%);
        }

        .feature-card2.performante2 .feature-card-front2 {
            background: url(../img/flip-p2.jpg) center center no-repeat;background-size: contain;
            background-color: white;
        }

        .feature-card2.performante2 .feature-card-back2 {
            background: linear-gradient(135deg, #fff 0%, #f0fed1 100%);
        }

        .feature-card2.eclettica2 .feature-card-front2 {
            background: url(../img/flip-p3.jpg) center center no-repeat;background-size: contain;
            background-color: white;
        }

        .feature-card2.eclettica2 .feature-card-back2 {
            background: linear-gradient(135deg, #fff 0%, #f0fed1 100%);
        }

        .feature-image2 {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            font-size: 2rem;
        }

        .feature-card-front2 .feature-title2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: lowercase;
        }

        .feature-card-front2 .feature-subtitle2 {
            font-size: 1.1rem;
            font-style: italic;
            opacity: 0.9;
        }

        .feature-card-back2 .feature-title2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 20px;
            text-transform: lowercase;
        }

        .feature-card-back2 .feature-subtitle2 {
            font-size: 1rem;
            color: var(--caul-dgcyan);
            font-weight: 600;
            margin-bottom: 30px;
            font-style: italic;
        }

        .feature-card-back2 .feature-description2 {
            font-size: 1rem;
            line-height: 1.7;
            color: var(--caul-gray);
            text-align: center;
        }

        /* OTHER TOOLS SECTION */
        .other-tools-section {
            padding: 80px 0;
            background: var(--caul-light-gray);
        }

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

        .tool-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .tool-image {
            height: 200px;
            background-size: cover;
            background-position: center;
        }

        .tool-1 { background-image: url(../img/prodotto-saldobrasato.jpg); }
        .tool-2 { background-image: url(../img/prodotto-integrale.jpg); }
        .tool-3 { background-image: url(../img/prodotto-lame.jpg); }
        .tool-4 { background-image: url(../img/prodotto-colle.jpg); }
	.tool-5 { background-image: url(../img/prodotto-macchinari.jpg); }

        .tool-content {
            padding: 30px;
        }

        .tool-content h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--caul-black);
            margin-bottom: 15px;
        }

        .tool-content p {
            color: var(--caul-gray);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .tool-link {
            color: var(--caul-green);
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .tool-link:hover {
            color: var(--caul-black);
        }

        /* CTA Section */
        .cta-section {
            padding: 120px 0;
            background: var(--caul-green);
            color: white;
            text-align: center;
        }

        .cta-content h2 {
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            margin-bottom: 30px;
        }

        .cta-tagline {
            font-size: 1.2rem;
            margin-bottom: 50px;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .cta-button {
            display: inline-block;
            background: white;
            color: var(--caul-green);
            padding: 18px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cta-button:hover {
            background: var(--caul-black);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .cta-button.secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .cta-button.secondary:hover {
            background: white;
            color: var(--caul-green);
        }

	.cta-button2 {
            display: inline-block;
            background: white;
            color: var(--caul-black);
            padding: 18px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cta-button2:hover {
            background: var(--caul-black);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

	.cta-button3 {
            display: inline-block;
            background: var(--caul-black);
            color: var(--caul-white);
            padding: 11px 18px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: clamp(0.8rem, 1vw, 1.0rem);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
	    text-align: center;
        }

        .cta-button3:hover {
            background: var(--caul-green);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

	.cta-button3-1 {
            display: inline-block;
            background: var(--caul-black);
            color: var(--caul-white);
            padding: 8px 16px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: clamp(0.6rem, 1vw, 0.8rem);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
	    text-align: center;
        }

        .cta-button3-1:hover {
            background: var(--caul-green);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

	.numeri {
	    background-color: var(--caul-bblue); padding: 60px 20px;
 	    text-align: center;
	}
	.ext-title h2 {
 	    font-size: clamp(2.5rem, 4vw, 2.5rem);
            font-weight: 700;
            color: #ffffff;  margin-bottom: 20px;
	}
	.ext-title p {
	    font-size: 1.2rem;
            line-height: 1.2;
            color: #ffffff;
	    max-width: 800px; margin: auto; margin-bottom: 50px;
	}
	.int-box {
	   display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px;
	}
	.boxes {
	   flex: 1; min-width: 200px; background-color: #f8f9fa; padding: 20px 20px 0 20px; border-radius: 10px; text-align: center;
	}
	.boxes h2 { font-size: 2.8rem; color: var(--caul-bblue); }
	.boxes h3 { font-size: 1.3rem; font-weight:700; color:var(--caul-bblue); font-style: italic;}
	.boxes p { font-size: 1.0rem; color: var(--caul-bblue); margin-top:20px;}

	/* Values Section */
        .values-section {
            padding: 70px 0 100px 0;
	    background: var(--caul-light-gray);
        }

        .values-header {
            margin-bottom: 50px;
        }

        .values-header h2 {
            font-family: 'Roboto', sans-serif;
            font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 30px;
        }

        .values-intro {
            font-size: 1.2rem;
            color: var(--caul-gray);
            max-width: 600px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
        }

        .value-item {
            padding: 50px 0;
        }

        .value-icon {
            font-size: 2.5rem;
            color: var(--caul-green);
            margin-bottom: 20px;
        }

        .value-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--caul-black);
            margin-bottom: 20px;
        }

        .value-description {
            color: var(--caul-gray);
            line-height: 1.7;
        }

	 /* Digital Passport Introduction */
        .prodotti-intro {
            padding: 80px 0;
            background: white;
	    margin-bottom: 50px;
        }
	.intro-header2 {
            text-align: center;
            margin: 0 auto;
        }

	.intro-header2 p {
	    font-size: 1.2rem;
            line-height: 1.8;
            color: var(--caul-gray);
            margin-bottom: 30px;
	}
	 .intro-title {
     	    font-size: clamp(2.5rem, 4vw, 3.5rem);
            font-weight: bold;
            color: var(--caul-black);
            margin-bottom: 50px;
        }
        
        .intro-description {
            font-size: 1.1rem;
            color: var(--caul-gray);
            line-height: 1.6;
	    margin-bottom:50px;
        }

	.middle3 {
            width: 100%;
            min-height: 600px;
            background: #f8f9fa;
            display: flex;
            align-items: stretch;
            padding: 0;
        }
        
        .content-wrapper {
            width: 100%; height:100%
            max-width: none;
            margin: 0;
            display: grid;
            grid-template-columns: 50% 50%;
            gap: 0;
            padding: 0;
        }
        
        .text-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 80px 60px 80px 80px;
            background: #f8f9fa;
        }
        
        .text-content h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--caul-black);
            margin-bottom: 20px;
            line-height: 1.2;
            font-family: Arial, sans-serif;
        }
        
        .text-content h3 {
            font-size: 1.2rem;
            font-weight: 400;
            color: var(--caul-green);
            margin-bottom: 30px;
            line-height: 1.4;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .text-content p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: var(--caul-gray);
            margin-bottom: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .specialization {
            color: var(--caul-green);
            font-weight: 600;
            font-size: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 15px;
        }
        
        .slider-container {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .slider-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
        }
        
        .slide {
            min-width: 100%;
            height: 100%;
            position: relative;
            background-color: #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #666;
        }
        
        .slide-1 { background: url(../img/prodotto-serramento.jpg) no-repeat;background-size: cover;background-position: center top; }
        .slide-2 { background: url(../img/prodotto-porte.jpg) no-repeat;background-size: cover;background-position: center top; }
        .slide-3 { background: url(../img/prodotto-scale.jpg) no-repeat;background-size: cover;background-position: center top; }
        .slide-4 { background: url(../img/prodotto-arredo.jpg) no-repeat;background-size: cover;background-position: center top; }
        .slide-5 { background: url(../img/prodotto-arredo2.jpg) no-repeat;background-size: cover;background-position: center top; }
        .slide-6 { background: url(../img/prodotto-pavimenti.jpg) no-repeat;background-size: cover;background-position: center top; }        
	.slide-7 { background: url(../img/prodotto-carpenteria.jpg) no-repeat;background-size: cover;background-position: center top; }
        
        .slider-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }
        
        .nav-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .nav-dot.active {
            background: #8BC34A;
            transform: scale(1.2);
        }
        
        .slider-arrows {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #333;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .slider-arrows:hover {
            background: #8BC34A;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .prev {
            left: 15px;
        }
        
        .next {
            right: 15px;
        }
	       
	.caul-col-lh {text-align:right;}
	.caul-col-rh {text-align:left;}
	.caul-col {padding:8px !important;}
	
        .info-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--caul-black);
            color: white;
            padding: 14px 28px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(124, 179, 66, 0.3);
            margin-top: 20px;
        }
        
        .info-cta-button:hover {
            background: var(--caul-green);
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(124, 179, 66, 0.4);
        }
        
        .info-cta-button svg {
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease;
        }
        
        .info-cta-button:hover svg {
            transform: translateX(3px);
        }

        /* Animations */
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .container {
                padding: 0 30px;
            }

            .hero-stats,
            .product-lines-grid, .top-video-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .target-grid {
                grid-template-columns: repeat(2, 1fr);
            }
	    .horizontal-section {
                flex-direction: column;
                height: auto;
            }
            
            .cta-final-part {
                flex: none;
                height: 400px;
            }
	    .features-grid2 {
                grid-template-columns: 1fr;
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
	    .content-wrapper {
                grid-template-columns: 1fr;
                gap: 0;
                padding: 0;
                min-height: auto;
            }
            
            .text-content {
                padding: 40px 20px;
                text-align: left;
            }
            
            .text-content h2 {
                font-size: 2rem;
            }
            
            .text-content h3 {
                font-size: 1.2rem;
            }
            
            .slider-container {
                height: 500px;
            }
            
            .content-section {
                min-height: auto;
            }

            .container {
                padding: 0 20px;
            }

            .target-grid,
            .secondary-products-grid {
                grid-template-columns: 1fr;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .middle3 {
                min-height: auto;
            }
	    .tool-digital-part,
            .cta-final-part {
                min-height: 450px;
                padding: 30px 20px;
            }
            
            .main-title {
                font-size: 32px;
            }
            
            .subtitle {
                font-size: 14px;
            }
            
            .content-overlay {
                padding: 30px 20px;
            }
            
            .digital-elements {
                bottom: 20px;
                right: 20px;
            }
            
            .cta-ready-text {
                font-size: 26px;
            }
            
            .cta-hashtag {
                font-size: 30px;
            }
            
            .cta-description {
                font-size: 14px;
            }
        }