.elementor-638 .elementor-element.elementor-element-8ace647{--display:flex;}.elementor-638 .elementor-element.elementor-element-becac30{--display:flex;--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-638 .elementor-element.elementor-element-749d081{--display:flex;--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;}@media(max-width:767px){.elementor-638 .elementor-element.elementor-element-8ace647{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS *//* --- GLOBAL SETTINGS --- */
:root {
    --ppg-green: #10700D;
    --dark: #121212;
    --gray-text: #555555;
    --bg-color: #ffffff;
    --light-bg: #f8f9fa;
    --border-radius: 24px;
}

* { box-sizing: border-box; }

body { 
    margin: 0; padding: 0; 
    font-family: 'Inter', sans-serif; 
    color: var(--dark);
    background: var(--bg-color);
    scroll-behavior: smooth;
}

h1, h2, h3 { font-family: 'Outfit', sans-serif; margin: 0; }
p { line-height: 1.6; color: var(--gray-text); }

/* Utility per il layout Zig-Zag */
.section-wrapper {
    padding: 80px 20px;
    border-bottom: 1px solid #eeeeee;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Bottone Secondario (Per le singole sezioni) */
.btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid var(--ppg-green);
    color: var(--ppg-green);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 20px;
}

.btn-secondary:hover {
    background: var(--ppg-green);
    color: #fff;
}/* End custom CSS */