*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:var(--font-sans);background-attachment:fixed}html{scroll-behavior:smooth}.site-root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}:root{--color-bg:#4f6f52;--color-bg-alt:#5f7f63;--color-bg-strong:#3f5f44;--color-surface:#fff;--color-border:#1118271a;--color-primary:#2f5d3a;--color-primary-soft:#dcfce7;--color-text:#fffffff5;--color-text-muted:#ffffffdb;--color-text-on-surface:#1f2937;--color-muted:#334155;--font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;--shadow-soft:0 10px 28px #00000029;--shadow-strong:0 18px 44px #00000038}.container{max-width:1120px;margin:0 auto;padding:0 1rem}.page:not(.page-home) .section .container{max-width:900px;margin-left:auto;margin-right:auto}.site-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #1118271a;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;height:70px;display:flex}.logo a{letter-spacing:.12em;text-transform:uppercase;color:#111827;font-size:1.25rem;font-weight:800;text-decoration:none}.logo-link{color:#111827;align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.logo-image{object-fit:cover;border-radius:2px;width:65px;height:75px}.logo-text{flex-direction:column;gap:.1rem;display:flex}.logo-title{letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;font-weight:800}.logo-subtitle{text-transform:uppercase;letter-spacing:.08em;color:#4b5563;font-size:.72rem}.main-nav{gap:1.4rem;display:flex}.nav-link{color:var(--color-muted);border-bottom:2px solid #0000;padding-bottom:4px;font-size:.95rem;text-decoration:none;transition:color .15s,border-color .15s,transform .1s}.nav-link:hover{color:#111827;transform:translateY(-1px)}.nav-link.active{color:#111827;border-bottom-color:var(--color-primary)}.nav-toggle{cursor:pointer;background:0 0;border:none;width:32px;height:24px;padding:0;display:none;position:relative}.nav-toggle span{background:#111827;border-radius:999px;height:2px;transition:transform .15s,opacity .15s,top .15s,bottom .15s;position:absolute;left:0;right:0}.nav-toggle span:first-child{top:4px}.nav-toggle span:nth-child(2){top:11px}.nav-toggle span:nth-child(3){bottom:4px}.nav-toggle.open span:first-child{top:11px;transform:rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){bottom:11px;transform:rotate(-45deg)}.mobile-nav{border-bottom:1px solid var(--color-border);background:#fffffff5;display:none}.mobile-nav.open{display:block}.mobile-nav-inner{flex-direction:column;gap:.6rem;padding:.9rem 1.5rem 1.1rem;display:flex}.mobile-nav-link{color:#111;padding:.4rem .25rem;font-size:.95rem;text-decoration:none;display:block}.mobile-nav-link:hover{background:#e5e7ebcc;padding-left:.25rem}.mobile-nav-link.active{color:#111827;font-weight:600}.page,.page-home{background:0 0}.hero{padding:3.5rem 0 3rem}.hero-inner{grid-template-columns:1.1fr 1fr;align-items:center;gap:2.5rem;display:grid}.hero-text h1{color:var(--color-text);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.7rem}.hero-text p{color:var(--color-text-muted);margin-bottom:1.6rem;font-size:1.05rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:.8rem;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.5rem;font-size:.95rem;text-decoration:none;transition:transform .1s,box-shadow .1s,background-color .1s,color .1s,border-color .1s;display:inline-flex}.btn.primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-strong)}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 22px 45px #00000038}.btn.secondary{color:#111827;border-color:var(--color-border);box-shadow:var(--shadow-soft);background:#fff}.btn.secondary:hover{background:#dcfce759}.hero-slider{width:100%;max-width:480px;height:260px;box-shadow:var(--shadow-soft);border:1px solid var(--color-border);background:#000;border-radius:1.25rem;position:relative;overflow:hidden}.hero-slider-image-wrapper{width:100%;height:100%;position:relative}.hero-slide{opacity:0;transition:opacity .7s;position:absolute;inset:0}.hero-slide--active{opacity:1}.hero-slide-image{object-fit:cover}.hero-slider-overlay{color:#f9fafb;background:#0f172ac7;padding:1rem 1.1rem .9rem;font-size:.85rem;position:absolute;inset:auto 0 0}.hero-slider-overlay h2{margin-bottom:.25rem;font-size:.95rem}.hero-slider-overlay p{font-size:.8rem;line-height:1.5}.hero-slider-dots{gap:.4rem;margin-top:.5rem;display:flex}.hero-dot{cursor:pointer;background:#f8fafc80;border:none;border-radius:999px;width:7px;height:7px}.hero-dot--active{background:#dcfce7eb;width:16px}.page-hero{text-align:center;background:0 0;padding:3rem 0 2rem}.page-hero h1{color:var(--color-text);margin-bottom:.5rem;font-size:2rem}.page-hero p{color:var(--color-text-muted);max-width:620px;margin:.25rem auto 0}.page-hero .container{text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.section{padding:3rem 0}.section-alt{background:var(--color-bg-alt)}.section h2{color:var(--color-text);margin-bottom:.75rem;font-size:1.6rem}.section-intro{color:var(--color-text-muted);max-width:720px;margin-bottom:2rem}.section-subtitle{color:var(--color-text);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:1rem;padding:1.6rem;transition:transform .15s,box-shadow .15s,border-color .15s}.card:hover{border-color:#2f5d3a59;transform:translateY(-3px);box-shadow:0 14px 30px #0f172a29}.card h3,.card h2{color:var(--color-text-on-surface);margin-bottom:.6rem}.card p{color:var(--color-muted);font-size:.95rem;line-height:1.7}.two-columns{grid-template-columns:1.3fr 1fr;align-items:flex-start;gap:2.2rem;display:grid}.list-check{list-style:none}.list-check li{color:var(--color-text-muted);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.card .list-check li{color:var(--color-muted)}.list-check li:before{content:"✔";color:var(--color-primary);font-size:.8rem;position:absolute;top:0;left:0}.site-footer{background:var(--color-bg-strong);border-top:1px solid #ffffff2e;margin-top:2rem;padding:1.6rem 0}.footer-inner{color:#ffffffe0;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.footer-links{align-items:center;gap:.5rem;display:flex}.footer-links a{color:#ffffffe0;text-decoration:none}.footer-links a:hover{text-decoration:underline}.stack{flex-direction:column;gap:1rem;display:flex}.page-text-block,.page-text-wrapper{flex-direction:column;gap:1.4rem;max-width:1000px;margin-left:auto;margin-right:auto;display:flex}.page-text{color:var(--color-text-muted);font-size:.97rem;line-height:1.8}.page-text strong{color:#fffffff5}.page-highlight{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);color:var(--color-muted);border-radius:1rem;padding:1.5rem;font-size:.95rem;line-height:1.7}.page-highlight h2{margin-bottom:.75rem}.info-box p+p,.info-box ul{margin-top:.5rem}.info-box ul{padding-left:1.25rem}.terms-box h3{margin-bottom:.75rem;font-size:1rem}.terms-box label{flex-direction:row;align-items:flex-start;gap:.45rem}.terms-box a{text-decoration:underline}.partner-logo{object-fit:contain;width:auto;max-height:70px}.partner-logo.main{max-width:260px}.partner-link{align-items:center;display:inline-flex}.partners-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.partners-card{box-shadow:none;background:0 0;border:none;border-radius:1rem;padding:1.2rem}.partners-label{color:var(--color-text-muted);margin-bottom:.9rem;font-size:.9rem;font-weight:500}.news-list{max-width:900px;margin:2rem 0 0;padding:0;list-style:none}.news-item{border-bottom:1px solid #ffffff2e;padding:1rem 0}.news-item:last-child{border-bottom:none}.news-date{color:#dcfce7eb;margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.news-text{color:#ffffffeb;margin:0;font-size:1rem;line-height:1.5}.partners-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.partner-logo{object-fit:contain;background:0 0;width:auto;height:auto;max-height:120px}.legacy-slider{background:#000;width:100%;height:360px;position:relative;overflow:hidden}.legacy-slide{object-fit:cover;opacity:0;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.legacy-slide.active{opacity:1}.hero-full{width:100%;position:relative;overflow:hidden}.hero-medium{height:720px}.hero-slider-full{position:absolute;inset:0}.hero-slide{object-fit:cover;opacity:0;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-full-overlay{z-index:2;align-items:center;height:100%;display:flex;position:relative}.hero-full-overlay:before{content:"";z-index:-1;background:#00000059;position:absolute;inset:0}.hero-full-content{color:#fff;max-width:700px;margin-left:6vw}.hero-full-content h1{margin-bottom:1rem;font-size:2.8rem}.hero-full-content p{margin-bottom:1.6rem;font-size:1.05rem;line-height:1.7}.home-logos{text-align:center}.home-logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:1.5rem;display:flex}.home-logo{width:180px;height:100px;position:relative}.home-logo img{object-fit:contain}.service-icon{max-width:120px;height:auto;margin:0 auto .9rem;display:block}.contatti-layout{grid-template-columns:1fr 1.1fr;align-items:stretch;gap:3.5rem;display:grid}.contatti-form,.contatti-info{background:#fff;border-radius:10px;padding:2.5rem;box-shadow:0 20px 40px #0000001f}.contatti-form form label{margin-bottom:1rem;font-size:.9rem;display:block}.contatti-form input,.contatti-form textarea{border:1px solid #cbd5cb;border-radius:4px;width:100%;margin-top:.3rem;padding:.6rem}.contatti-form input:focus,.contatti-form textarea:focus{border-color:#2f6b3f;outline:none}.contatti-form .privacy{color:#475569;align-items:flex-start;gap:.5rem;font-size:.8rem;display:flex}.form-success{color:#2f6b3f;margin-top:.8rem;font-size:.85rem}.map-wrapper{border-radius:14px;width:100%;height:360px;margin-top:1.4rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #0000002e}.map-wrapper iframe{filter:saturate(.9)contrast(1.05);border:0;width:100%;height:100%}.map-wrapper:before{content:"PL & CO – Codogno";z-index:2;color:#1f2937;background:#ffffffeb;border-radius:999px;padding:.35rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 4px 10px #0000001f}.contatti-form h2,.contatti-info h2{color:#1f2937}.contatti-form label{color:#334155}.contatti-form input,.contatti-form textarea{color:#1f2937;background:#fff}.contatti-text{color:#334155;font-size:.95rem;line-height:1.6}.contatti-text strong{color:#1f2937}.contatti-split{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}.contatti-left h2,.contatti-right h2{color:#fff;margin-bottom:1.4rem;font-size:1.4rem}.contatto-blocco{color:#fffffff2;margin-bottom:1rem}.contatto-blocco strong{margin-bottom:.25rem;display:block}.contatti-descrizione{color:#ffffffe6;max-width:520px;margin:1.2rem 0;line-height:1.6}.contatti-link a{color:#dcfce7;font-weight:500;text-decoration:underline}.contatti-right label{color:#fffffff2;margin-bottom:1rem;font-size:.9rem;display:block}.contatti-right input,.contatti-right textarea{color:#fff;background:#ffffff40;border:none;border-radius:8px;width:100%;margin-top:.35rem;padding:.65rem}.contatti-right input::placeholder,.contatti-right textarea::placeholder{color:#ffffffb3}.contatti-right input:focus,.contatti-right textarea:focus{background:#ffffff59;outline:none}.btn.full{width:100%;margin-top:1rem}.contatti-mappa-full{border-radius:18px;width:100%;height:420px;margin-top:4rem;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000047}.contatti-mappa-full iframe{filter:saturate(.9)contrast(1.05);border:0;width:100%;height:100%}.contatti-mappa-full:before{content:"PL & CO – Codogno";z-index:2;color:#1f2937;background:#ffffffeb;border-radius:999px;padding:.4rem .7rem;font-size:.75rem;font-weight:600;position:absolute;top:14px;left:14px;box-shadow:0 6px 14px #00000024}.quesito-form-wrapper{max-width:760px;margin:0 auto}.contact-form label{color:#334155;flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.contact-form input,.contact-form textarea{font:inherit;color:#1f2937;background:#fff;border:1px solid #cbd5cb;border-radius:8px;padding:.65rem .75rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #2f5d3a26}.file-row{color:#334155;flex-direction:column;gap:.6rem;margin-top:.5rem;font-size:.9rem;display:flex}.file-row input[type=file]{background:#f8fafc;border:1px solid #cbd5cb;border-radius:6px;padding:.45rem}.info-box{color:#1f2937;background:#dcfce78c;border:1px solid #2f5d3a40;border-radius:10px;margin-top:1.2rem;padding:1.2rem 1.4rem;font-size:.9rem;line-height:1.6}.info-box ul{margin-top:.5rem;padding-left:1.2rem}.info-box li{margin-bottom:.3rem}.terms-box{border-top:1px solid #ffffff40;margin-top:2rem;padding-top:1.6rem}.terms-box h3{color:#fffffff5;margin-bottom:.75rem;font-size:1rem;font-weight:600}.terms-text{color:#ffffffe6;margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.terms-consent{align-items:flex-start;gap:.6rem;margin-top:.9rem;display:flex}.terms-consent input{margin-top:.25rem}.terms-consent label{color:#ffffffeb;cursor:pointer;font-size:.85rem;line-height:1.5}.contact-form .form-success{color:#166534;margin-top:.75rem;font-size:.9rem}.page .section:has(.quesito-form-wrapper) .contact-form{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:16px;padding:2rem;box-shadow:0 18px 44px #00000038}:is(.page .section:has(.quesito-form-wrapper) .contact-form label,.page .section:has(.quesito-form-wrapper) .contact-form strong,.page .section:has(.quesito-form-wrapper) .contact-form p,.page .section:has(.quesito-form-wrapper) .contact-form li){color:#ffffffeb}.page .section:has(.quesito-form-wrapper) .contact-form input{color:#fffffff0;background:#ffffff29;border:1px solid #ffffff38}.page .section:has(.quesito-form-wrapper) .contact-form textarea{color:#fffffff0;background:#ffffff29;border:1px solid #ffffff38}.page .section:has(.quesito-form-wrapper) .contact-form input[type=file]{color:#fffffff0;background:#ffffff29;border:1px solid #ffffff38}.page .section:has(.quesito-form-wrapper) .contact-form input::placeholder{color:#ffffffb3}.page .section:has(.quesito-form-wrapper) .contact-form textarea::placeholder{color:#ffffffb3}:is(.page .section:has(.quesito-form-wrapper) .contact-form input:focus,.page .section:has(.quesito-form-wrapper) .contact-form textarea:focus){background:#ffffff38;border-color:#dcfce7a6;outline:2px solid #dcfce7a6}.page .section:has(.quesito-form-wrapper) .info-box{color:#ffffffeb;background:#dcfce729;border:1px solid #dcfce759}.page .section:has(.quesito-form-wrapper) .terms-box{border-top:1px solid #ffffff38}.page .section:has(.quesito-form-wrapper) .terms-box h3{color:#fffffff5}.page .section:has(.quesito-form-wrapper) .btn.secondary{color:#111827;background:#ffffffeb;border-color:#1118271a}.page .section:has(.quesito-form-wrapper) .btn.secondary:hover{background:#dcfce7cc}.page .section:has(.quesito-form-wrapper) .contact-form .btn.primary{margin-top:1.8rem}@media (max-width:768px){.container{padding:0 1.2rem}.header-inner{flex-wrap:wrap;gap:.6rem;height:auto;padding:.9rem 0}.logo-link{gap:.6rem}.logo-image{width:52px;height:60px}.logo-title{font-size:.8rem}.logo-subtitle{display:none}.main-nav{flex-wrap:wrap;justify-content:center;gap:.9rem;width:100%;padding-top:.5rem}.nav-link{padding-bottom:2px;font-size:.9rem}.hero{padding:2.4rem 0 2.6rem}.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero-buttons{justify-content:center}.hero-slider{max-width:100%;height:220px}.hero-medium{height:420px}.hero-full-content{max-width:100%;margin:0 1.2rem}.hero-full-content h1{font-size:2rem}.hero-full-content p{font-size:1rem}.section{padding:2.4rem 0}.section h2{font-size:1.4rem}.card-grid,.card-grid-2{grid-template-columns:1fr}.card{padding:1.4rem}.two-columns,.partners-grid{grid-template-columns:1fr}.partners-row{gap:2rem}.partner-logo{max-height:80px}.home-logos-row{gap:2rem}.home-logo{width:150px;height:90px}.contatti-layout,.contatti-split{grid-template-columns:1fr;gap:2.5rem}.contatti-form,.contatti-info{padding:1.8rem}.contatti-left h2,.contatti-right h2{font-size:1.3rem}.map-wrapper{height:260px}.contatti-mappa-full{height:280px;margin-top:3rem}.quesito-form-wrapper{max-width:100%}.page .section:has(.quesito-form-wrapper) .contact-form{padding:1.6rem}.terms-consent{gap:.5rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:.8rem}.footer-links{flex-wrap:wrap}.main-nav{flex-direction:column;gap:.8rem;width:100%;padding:1rem 0 .5rem;display:none}.main-nav.open{display:flex}.nav-toggle{cursor:pointer;background:0 0;border:none;width:32px;height:24px;display:block;position:relative}.nav-toggle span{background:#111827;border-radius:999px;height:2px;transition:all .2s;position:absolute;left:0;right:0}.nav-toggle span:first-child{top:4px}.nav-toggle span:nth-child(2){top:11px}.nav-toggle span:nth-child(3){bottom:4px}.nav-toggle.open span:first-child{top:11px;transform:rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){bottom:11px;transform:rotate(-45deg)}.header-inner{flex-wrap:wrap}}.footer-centered{text-align:center;flex-direction:column;gap:.35rem;display:flex}.footer-centered p{color:#ffffffe6;margin:0;font-size:.8rem;line-height:1.6}.footer-centered strong{color:#fff;font-weight:600}.footer-centered a{color:#ffffffe6;text-decoration:none}.footer-centered a:hover{text-decoration:underline}@media (max-width:768px){.page-text-wrapper{max-width:100%;padding:0 1.25rem}.page-text-wrapper p{margin-bottom:1.2rem;font-size:.95rem;line-height:1.75}.page-text-wrapper h2{margin-top:2rem;margin-bottom:.8rem;font-size:1.15rem}.page-text-wrapper p:first-of-type{margin-top:.5rem}}.cookie-banner{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172af2;padding:1rem 0;position:fixed;bottom:0;left:0;right:0}.cookie-banner-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;padding:0 1.5rem;display:flex}.cookie-banner p{color:#fffffff2;margin:0;font-size:.85rem;line-height:1.5}.cookie-banner a{color:#dcfce7;text-decoration:underline}.cookie-banner .btn{white-space:nowrap}p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}@media (max-width:640px){p{text-align:left}}
