:root{--ink:#091413;--ink2:#0d1c1a;--petrol:#0e3a36;--paper:#f4f0e7;--green:#a8cd3b;--green2:#c1df55;--muted:#6c736f;--line:rgba(255,255,255,.14);--darkline:rgba(9,20,19,.14);--font:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.45 var(--font)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.eyebrow{margin:0 0 14px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:.15em}.site-header{height:86px;position:sticky;top:0;z-index:80;background:rgba(5,15,14,.96);border-bottom:1px solid var(--line);color:#fff;backdrop-filter:blur(10px)}.header-inner{height:100%;display:flex;align-items:center;gap:36px}.header-logo{width:235px;display:flex;align-items:center;flex:0 0 auto}.header-logo img{height:66px;width:auto;max-width:230px;object-fit:contain;background:transparent!important;padding:0!important}.desktop-nav{display:flex;align-items:center;gap:34px;margin-left:auto;height:100%}.desktop-nav a{position:relative;height:100%;display:flex;align-items:center;font-weight:700;font-size:14px}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:14px}.phone{font-weight:700;font-size:13px;white-space:nowrap}.wa-btn,.btn-primary{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(135deg,var(--green),var(--green2));color:#17200d;padding:14px 20px;font-weight:800;transition:.25s}.wa-btn:hover,.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.05)}.nav-toggle{display:none;width:48px;height:48px;background:transparent;border:1px solid rgba(255,255,255,.25);padding:12px;cursor:pointer}.nav-toggle span{display:block;height:2px;background:#fff;margin:5px 0;transition:.25s}.mobile-menu{display:none}
.hero{position:relative;min-height:610px;color:#fff;overflow:hidden;background:#111}.hero-media,.hero-slide,.hero-shade{position:absolute;inset:0}.hero-slide{width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.035);transition:opacity 1.1s ease,transform 6s ease}.hero-slide.active{opacity:1;transform:scale(1)}.hero-shade{background:linear-gradient(90deg,rgba(5,13,12,.92) 0%,rgba(5,13,12,.66) 38%,rgba(5,13,12,.16) 70%,rgba(5,13,12,.24) 100%)}.hero-content{position:relative;z-index:2;padding-top:90px;padding-bottom:100px}.hero h1{font-size:clamp(58px,6.3vw,88px);line-height:.92;letter-spacing:-.065em;margin:0 0 28px;max-width:760px}.hero h1 em{font-style:normal;color:var(--green)}.hero-lead{font-size:18px;line-height:1.45;margin:0 0 30px;max-width:620px;color:#f2f2ef}.hero-actions{display:flex;gap:14px;align-items:center}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.65);padding:13px 18px;font-weight:800}.slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.18);color:#fff;font-size:38px;line-height:1;cursor:pointer}.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}.hero-dots{position:absolute;z-index:4;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:9px}.hero-dots button{width:12px;height:12px;border-radius:50%;border:0;background:rgba(255,255,255,.78);padding:0;cursor:pointer}.hero-dots button.active{background:var(--green)}.trust{background:#071614;color:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust .shell{display:grid;grid-template-columns:repeat(3,1fr)}.trust span{padding:18px 20px;text-align:center;border-right:1px solid var(--line);font-size:14px}.trust span:last-child{border-right:0}.trust b{color:var(--green);margin-right:10px;font-size:18px}.numbers-section{background:var(--paper);padding:82px 0}.numbers-layout{display:grid;grid-template-columns:1.05fr 2fr;gap:70px;align-items:center}.numbers-copy h2,.section-heading h2,.contact-layout h2{margin:0;font-size:43px;line-height:1.03;letter-spacing:-.045em}.numbers-copy>p:last-child,.contact-layout>div>p:last-child{color:#646a66;max-width:380px}.number-grid{display:grid;grid-template-columns:repeat(3,1fr)}.number-grid article{text-align:center;padding:20px 22px;border-left:1px solid var(--darkline)}.number-grid article:first-child{border-left:0}.stat-icon{color:var(--green);font-size:42px;height:56px}.number-grid strong{display:block;font-size:43px;line-height:1;margin:12px 0 10px;letter-spacing:-.055em;font-variant-numeric:tabular-nums}.number-grid p{margin:0;font-weight:700}.services-section{background:radial-gradient(circle at 20% 0%,#124a43 0,#0b332f 35%,#071a18 100%);color:#fff;padding:74px 0 88px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#091b19;border:1px solid rgba(255,255,255,.12);overflow:hidden;transition:.3s}.service-card:hover{transform:translateY(-6px);border-color:rgba(168,205,59,.55)}.card-image{height:220px;position:relative;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.service-card:hover .card-image img{transform:scale(1.035)}.card-icon{position:absolute;left:20px;bottom:16px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#17200d;font-size:24px}.card-body{padding:22px}.card-body h3{font-size:22px;margin:0 0 8px}.card-body p{color:#cbd4cf;margin:0 0 18px;min-height:46px}.card-body small{color:var(--green);font-weight:800;letter-spacing:.07em}.contact-section{padding:48px 0 52px}.contact-layout{display:grid;grid-template-columns:.9fr 2fr;gap:40px;align-items:center}.contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.contact-cards>a{display:flex;align-items:center;gap:16px;background:#faf8f2;border:1px solid #ddd8cf;border-radius:12px;padding:24px 20px;min-height:105px}.contact-cards>a>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--green);color:#6d8e10;font-size:20px;flex:0 0 auto}.contact-cards strong,.contact-cards small{display:block}.contact-cards strong{font-size:16px}.contact-cards small{color:#777;font-size:12px;margin-top:4px}.site-footer{background:#07110f;color:#fff;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-brand img{width:auto;height:76px;max-width:240px;object-fit:contain}.footer-grid h4{font-size:12px;margin:0 0 15px;color:#d9ddd9}.footer-grid a,.footer-cookie{display:block;margin:8px 0;color:#c0c9c4;font-size:13px;background:none;border:0;padding:0;text-align:left;cursor:pointer}.footer-grid a:hover,.footer-cookie:hover{color:var(--green)}.footer-bottom{margin-top:38px;border-top:1px solid var(--line);padding:18px 0;display:flex;justify-content:space-between;color:#aab5ae;font-size:12px}.cookie-banner{position:fixed;z-index:120;right:22px;bottom:22px;width:min(620px,calc(100% - 44px));background:#111b1a;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px rgba(0,0,0,.45);padding:22px;display:flex;gap:24px;align-items:flex-end}.cookie-banner[hidden]{display:none}.cookie-banner strong{font-size:18px}.cookie-banner p{margin:7px 0 9px;color:#d1d7d3;font-size:13px}.cookie-banner a{color:var(--green);text-decoration:underline;font-weight:700}.cookie-banner button{border:0;background:var(--green);padding:14px 20px;font-weight:800;white-space:nowrap;cursor:pointer}.whatsapp-float{position:fixed;z-index:75;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#15200e;font-size:26px;box-shadow:0 8px 30px rgba(0,0,0,.3)}.motion-ready .reveal{opacity:0;transform:translateY(26px);transition:.7s ease}.motion-ready .reveal.in-view{opacity:1;transform:none}
/* Internal/legal pages */.page-hero{background:#071614;color:#fff;padding:82px 0 72px}.page-hero h1{font-size:clamp(46px,6vw,76px);line-height:.95;letter-spacing:-.055em;margin:0 0 18px}.page-hero p{max-width:700px;color:#c6cfca}.policy-content{width:min(900px,calc(100% - 48px));margin:auto;padding:70px 0 90px}.policy-content h2{font-size:28px;margin:36px 0 12px}.policy-content h3{font-size:18px;margin:27px 0 8px}.policy-content p,.policy-content li{color:#4f5853;line-height:1.75}.policy-content a{color:#41650b;text-decoration:underline}.simple-page{padding:70px 0}.simple-page h2{font-size:38px}.simple-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.simple-grid img{width:100%;height:360px;object-fit:cover}.desktop-only{display:block}
@media(max-width:900px){.site-header{height:82px}.shell{width:min(100% - 30px,1180px)}.desktop-nav,.phone{display:none}.header-inner{gap:12px}.header-logo{width:auto;max-width:200px;margin-right:auto}.header-logo img{height:58px;max-width:190px}.header-actions{gap:10px}.wa-btn{padding:13px 17px}.nav-toggle{display:block}.mobile-menu{display:block;position:fixed;z-index:79;left:0;right:0;top:82px;height:0;overflow:hidden;background:#081715;color:#fff;transition:.35s;border-top:1px solid rgba(255,255,255,.12)}.mobile-menu.open{height:calc(100vh - 82px);overflow:auto}.mobile-menu .shell{padding:26px 0}.mobile-menu a{display:block;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.17);font-size:22px;font-weight:700}.mobile-menu-bottom{margin-top:70px}.mobile-menu-bottom a{display:inline-block;border:0;padding:8px 20px 8px 0;color:#9da9a3;font-size:13px}.hero{min-height:560px}.hero-content{padding-top:76px}.hero h1{font-size:clamp(50px,12vw,70px)}.hero-lead{font-size:16px}.slider-arrow{width:42px;height:42px;font-size:30px}.slider-arrow.prev{left:10px}.slider-arrow.next{right:10px}.trust .shell{grid-template-columns:1fr}.trust span{border-right:0;border-bottom:1px solid var(--line);padding:13px}.numbers-layout{grid-template-columns:1fr;gap:35px}.number-grid{grid-template-columns:repeat(3,1fr)}.service-cards{grid-template-columns:1fr}.card-image{height:260px}.contact-layout{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.simple-grid{grid-template-columns:1fr}}
@media(max-width:600px){.shell{width:calc(100% - 32px)}.header-logo img{height:52px;max-width:170px}.wa-btn{font-size:13px;padding:12px 14px}.hero{min-height:590px}.hero-shade{background:linear-gradient(90deg,rgba(5,13,12,.92),rgba(5,13,12,.58) 70%,rgba(5,13,12,.40))}.hero-content{padding-top:72px;padding-bottom:100px}.hero h1{font-size:52px;max-width:94%}.hero-lead{max-width:88%;font-size:15px}.hero-actions{flex-wrap:wrap}.btn-primary,.btn-ghost{font-size:13px}.desktop-only{display:none}.slider-arrow{top:52%}.numbers-section{padding:60px 0}.numbers-copy h2,.section-heading h2,.contact-layout h2{font-size:36px}.number-grid{grid-template-columns:repeat(3,1fr);gap:0}.number-grid article{padding:12px 7px}.number-grid strong{font-size:28px}.number-grid p{font-size:12px}.stat-icon{font-size:31px;height:42px}.section-heading{align-items:start}.desktop-cta{display:none}.services-section{padding:58px 0}.service-cards{grid-template-columns:repeat(3,1fr);gap:8px}.card-image{height:115px}.card-icon{width:34px;height:34px;left:9px;bottom:8px;font-size:16px}.card-body{padding:12px 10px}.card-body h3{font-size:14px;line-height:1.15;min-height:34px}.card-body p{font-size:10px;line-height:1.35;min-height:54px}.card-body small{font-size:8px;line-height:1.2;display:block}.contact-section{padding:42px 0}.contact-cards>a{min-height:84px;padding:17px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1/-1}.footer-brand img{height:62px}.footer-bottom{display:block;line-height:2}.cookie-banner{left:12px;right:12px;bottom:12px;width:auto;display:block;padding:18px}.cookie-banner button{width:100%;margin-top:16px}.whatsapp-float{width:52px;height:52px}.policy-content{width:calc(100% - 32px);padding:48px 0 70px}.page-hero{padding:58px 0 48px}.page-hero h1{font-size:44px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.hero-slide,.motion-ready .reveal{transition:none!important;transform:none!important}}
.service-page-hero{padding:64px 0}.service-page-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.service-page-grid img{width:100%;height:390px;object-fit:cover;border:1px solid rgba(255,255,255,.14)}.service-page-grid .btn-primary{margin-top:15px}.service-intro-new{max-width:760px;margin-bottom:34px}.service-intro-new h2,.process-new h2,.gallery-new h2,.cta-band h2{font-size:40px;line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}.feature-boxes{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-box{border-top:3px solid var(--green);background:#fff;padding:26px}.feature-box>span{color:var(--green);font-size:12px;font-weight:800}.feature-box h3{font-size:24px;margin:20px 0 10px}.feature-box p{color:#5c655f}.process-new{padding:70px 0;background:#0b302c;color:#fff}.process-new-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:60px}.process-new-grid ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr}.process-new-grid li{padding:24px;border:1px solid rgba(255,255,255,.16);font-size:17px;font-weight:700}.process-new-grid li span{display:block;color:var(--green);font-size:12px;margin-bottom:12px}.gallery-new{padding:70px 0}.gallery-new>div>div{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-top:30px}.gallery-new img{width:100%;height:300px;object-fit:cover}.cta-band{background:#e8e4da;padding:50px 0}.cta-band .shell{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band p{margin-bottom:0}.policy-content code{background:#e1ddd3;padding:2px 5px;border-radius:4px}
@media(max-width:900px){.service-page-grid,.process-new-grid{grid-template-columns:1fr}.service-page-grid img{height:320px}.gallery-new>div>div{grid-template-columns:1fr 1fr}.gallery-new img:first-child{grid-column:1/-1}.cta-band .shell{display:block}.cta-band .btn-primary{margin-top:20px}}
@media(max-width:600px){.service-page-grid img{height:250px}.feature-boxes{grid-template-columns:1fr}.process-new-grid ol{grid-template-columns:1fr 1fr}.process-new-grid li{padding:18px;font-size:14px}.gallery-new>div>div{grid-template-columns:1fr 1fr}.gallery-new img{height:180px}.service-intro-new h2,.process-new h2,.gallery-new h2,.cta-band h2{font-size:34px}}
/* V2.2 — home complete + logo cleanup */
.header-logo img,.footer-brand img{mix-blend-mode:screen;filter:none}
.home-intro{background:var(--paper);padding:62px 0 22px}.home-intro-grid{display:grid;grid-template-columns:70px 1.5fr .8fr;gap:36px;align-items:start}.intro-index{color:#7fa421;font-size:12px;font-weight:800;letter-spacing:.12em}.home-intro h2{font-size:38px;line-height:1.06;letter-spacing:-.04em;margin:0;max-width:720px}.home-intro-grid>p{margin:28px 0 0;color:#69706c;max-width:330px}
.proof-section{padding:82px 0;background:#e8e4da}.proof-layout{display:grid;grid-template-columns:.85fr 1.35fr;gap:58px;align-items:center}.proof-copy h2{font-size:46px;line-height:1.02;letter-spacing:-.05em;margin:0 0 20px}.proof-copy h2 em{font-style:normal;color:#658416}.proof-copy>p:not(.eyebrow){color:#5f6762;max-width:430px}.proof-link{display:inline-block;margin-top:12px;font-weight:800;border-bottom:2px solid var(--green);padding-bottom:4px}.proof-gallery{display:grid;grid-template-columns:1.55fr .85fr;gap:12px;min-height:390px}.proof-gallery img{width:100%;height:100%;object-fit:cover}.proof-main{min-height:390px}.proof-side{min-height:390px}
.faq-section{background:var(--paper);padding:82px 0 90px}.faq-layout{display:grid;grid-template-columns:.75fr 1.35fr;gap:70px;align-items:start}.faq-head h2{font-size:43px;line-height:1.03;letter-spacing:-.045em;margin:0 0 18px}.faq-head>p:last-child{color:#676e69;max-width:370px}.faq-list{border-top:1px solid var(--darkline)}.faq-item{border-bottom:1px solid var(--darkline)}.faq-question{width:100%;display:grid;grid-template-columns:52px 1fr 30px;gap:14px;align-items:center;text-align:left;padding:24px 0;background:none;border:0;color:var(--ink);cursor:pointer}.faq-question span{color:#7ea01f;font-size:12px;font-weight:800}.faq-question strong{font-size:19px}.faq-question b{font-size:24px;color:#7ea01f;text-align:right;transition:.25s}.faq-question[aria-expanded="true"] b{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer>p{overflow:hidden;margin:0;padding:0 44px 0 66px;color:#616964}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:24px}
@media(max-width:900px){.home-intro-grid,.proof-layout,.faq-layout{grid-template-columns:1fr}.home-intro-grid{gap:16px}.home-intro-grid>p{margin-top:0}.proof-gallery{min-height:310px}.proof-main,.proof-side{min-height:310px}.faq-layout{gap:30px}}
@media(max-width:600px){.header-logo img,.footer-brand img{mix-blend-mode:screen}.home-intro{padding:44px 0 8px}.home-intro h2{font-size:32px}.proof-section{padding:58px 0}.proof-copy h2,.faq-head h2{font-size:35px}.proof-gallery{grid-template-columns:1.4fr .8fr;min-height:220px}.proof-main,.proof-side{min-height:220px}.faq-section{padding:58px 0 68px}.faq-question{grid-template-columns:34px 1fr 24px;padding:20px 0}.faq-question strong{font-size:16px}.faq-answer>p{padding-left:48px;padding-right:8px;font-size:14px}.faq-item.open .faq-answer>p{padding-bottom:20px}}


/* FIX HERO MOBILE: frecce sotto le CTA e sopra i pallini */
@media (max-width:600px){
  .slider-arrow{
    top:auto !important;
    bottom:78px !important;
    transform:none !important;
  }
  .slider-arrow.prev{left:18px !important}
  .slider-arrow.next{right:18px !important}
}

/* Email lunga: evita overflow nelle card contatti */
.contact-cards small{overflow-wrap:anywhere}


/* =========================================================
   DLC PALLET V2 — INTERNAL SERVICE PAGES PREMIUM REFINEMENT
   ========================================================= */
.service-page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 22%,rgba(168,205,59,.11),transparent 34%),
    linear-gradient(135deg,#071513 0%,#0b2d29 55%,#071513 100%);
}
.service-page-hero::after{
  content:"";position:absolute;inset:auto -8% -55% 38%;height:420px;
  background:radial-gradient(ellipse,rgba(168,205,59,.10),transparent 65%);
  pointer-events:none;
}
.service-page-grid{position:relative;z-index:1}
.service-page-grid>div{max-width:650px}
.service-page-grid img{
  border-radius:3px;
  box-shadow:0 28px 70px rgba(0,0,0,.30);
  transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s ease;
}
.service-page-grid img:hover{transform:scale(1.018);box-shadow:0 34px 80px rgba(0,0,0,.38)}

.simple-page{position:relative;overflow:hidden;padding:78px 0 88px}
.simple-page::before{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;
  right:-250px;top:-220px;background:rgba(168,205,59,.055);pointer-events:none
}
.service-intro-new{position:relative}
.service-intro-new::after{
  content:"";display:block;width:72px;height:3px;background:var(--green);margin-top:25px
}
.feature-boxes{gap:22px}
.feature-box{
  position:relative;overflow:hidden;border:1px solid #ded9cf;border-top:0;
  background:linear-gradient(145deg,#fff 0%,#fbfaf6 100%);
  padding:32px 30px 34px;
  box-shadow:0 12px 34px rgba(17,29,24,.055);
  transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease;
}
.feature-box::before{
  content:"";position:absolute;left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,var(--green),#d4e88b)
}
.feature-box::after{
  content:"";position:absolute;width:120px;height:120px;border-radius:50%;
  right:-70px;bottom:-70px;background:rgba(168,205,59,.07)
}
.feature-box:hover{
  transform:translateY(-5px);border-color:#cbd4b1;
  box-shadow:0 20px 48px rgba(17,29,24,.10)
}
.feature-box>span{
  display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;
  background:#eff4df;color:#73930f;font-size:12px;font-weight:900
}
.feature-box h3{margin:24px 0 10px;letter-spacing:-.025em}
.feature-box p{line-height:1.62;margin-bottom:0}

.process-new{
  position:relative;overflow:hidden;padding:82px 0;
  background:
    radial-gradient(circle at 0% 100%,rgba(168,205,59,.12),transparent 30%),
    linear-gradient(135deg,#0a3833,#082824 65%,#071d1a);
}
.process-new::after{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:42px 42px;pointer-events:none
}
.process-new-grid{position:relative;z-index:1;align-items:center}
.process-new-grid>div>p:last-child{color:#d1dbd5;line-height:1.65;max-width:470px}
.process-new-grid ol{
  position:relative;gap:1px;background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.13)
}
.process-new-grid li{
  position:relative;min-height:132px;padding:28px 28px 25px;
  border:0;background:rgba(7,32,29,.92);font-size:17px;
  display:flex;flex-direction:column;justify-content:center;
  transition:background .28s ease,transform .28s ease;
}
.process-new-grid li:hover{background:#10453f;z-index:2}
.process-new-grid li span{
  display:flex;align-items:center;gap:12px;margin-bottom:14px;font-weight:900
}
.process-new-grid li span::after{
  content:"";width:30px;height:1px;background:rgba(168,205,59,.55)
}
.process-new-grid li:nth-child(1)::after,
.process-new-grid li:nth-child(2)::after,
.process-new-grid li:nth-child(3)::after{
  content:"›";position:absolute;right:-8px;top:50%;transform:translateY(-50%);
  width:16px;height:16px;border-radius:50%;display:grid;place-items:center;
  background:var(--green);color:#10220d;font-size:15px;font-weight:900;z-index:3
}
.process-new-grid li:nth-child(2)::after{display:none}

.gallery-new{padding:82px 0 88px;background:#f7f4ec}
.gallery-new>div>div{gap:16px}
.gallery-new img{
  border-radius:2px;box-shadow:0 14px 38px rgba(17,29,24,.10);
  transition:transform .45s ease,filter .45s ease
}
.gallery-new img:hover{transform:translateY(-4px) scale(1.01);filter:contrast(1.03)}

.cta-band{
  position:relative;overflow:hidden;
  background:linear-gradient(120deg,#e9e5da 0%,#f4f1e9 60%,#e6edd1 100%);
  border-top:1px solid #d8d3c8;border-bottom:1px solid #d8d3c8
}
.cta-band::after{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;
  right:-120px;top:-120px;border:50px solid rgba(168,205,59,.10)
}
.cta-band .shell{position:relative;z-index:1}

/* Official WhatsApp floating action */
.whatsapp-float{
  background:#25D366 !important;color:#fff !important;
  width:58px;height:58px;border:0;
  box-shadow:0 12px 32px rgba(0,0,0,.26),0 0 0 1px rgba(255,255,255,.12);
  transition:transform .2s ease,box-shadow .2s ease
}
.whatsapp-float img{width:30px;height:30px;display:block}
.whatsapp-float:hover{transform:translateY(-3px) scale(1.045);box-shadow:0 16px 38px rgba(0,0,0,.32)}

@media(max-width:900px){
  .simple-page,.gallery-new{padding:64px 0}
  .process-new{padding:66px 0}
  .process-new-grid{gap:38px}
}
@media(max-width:600px){
  .feature-box{padding:26px 22px 28px}
  .feature-box>span{width:38px;height:38px}
  .process-new-grid ol{grid-template-columns:1fr}
  .process-new-grid li{min-height:104px;padding:22px}
  .process-new-grid li:nth-child(1)::after,
  .process-new-grid li:nth-child(2)::after,
  .process-new-grid li:nth-child(3)::after{
    display:grid;right:50%;top:auto;bottom:-8px;transform:translateX(50%) rotate(90deg)
  }
  .gallery-new{padding-bottom:66px}
  .whatsapp-float{width:56px;height:56px}
  .whatsapp-float img{width:29px;height:29px}
}


/* =========================================================
   INTERNAL PAGES — VISUAL PASS V2 (stronger, clearly visible)
   ========================================================= */

/* Intro block: editorial layout rather than plain heading */
.simple-page .shell{max-width:1180px}
.service-intro-new{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.45fr);
  column-gap:56px;
  align-items:end;
  margin-bottom:34px;
  padding-bottom:28px;
  border-bottom:1px solid #d8d3c8;
}
.service-intro-new .eyebrow{grid-column:1/-1}
.service-intro-new h2{
  margin:10px 0 0;
  max-width:760px;
  font-size:clamp(34px,4vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
}
.service-intro-new>p:last-child{
  margin:0;
  padding-left:22px;
  border-left:3px solid var(--green);
  color:#59635e;
  line-height:1.6;
}
.service-intro-new::after{display:none}

/* Feature cards: dark premium panels, no longer generic white boxes */
.feature-boxes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.feature-box{
  min-height:245px;
  padding:32px 32px 34px;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 100% 0%,rgba(181,220,50,.14),transparent 32%),
    linear-gradient(145deg,#0a2f2b,#071d1a);
  box-shadow:0 18px 45px rgba(7,29,26,.14);
}
.feature-box::before{
  left:0;right:auto;top:0;width:5px;height:100%;
  background:linear-gradient(180deg,var(--green),#6e8d14);
}
.feature-box::after{
  width:170px;height:170px;right:-90px;bottom:-100px;
  border:1px solid rgba(181,220,50,.15);background:transparent;
}
.feature-box>span{
  width:auto;height:auto;display:block;background:none;
  color:var(--green);font-size:13px;letter-spacing:.12em;
}
.feature-box h3{
  margin:42px 0 12px;
  color:#fff;
  font-size:clamp(24px,2.1vw,31px);
}
.feature-box p{color:#c9d4cf;font-size:16px;max-width:500px}
.feature-box:hover{transform:translateY(-6px);border-color:rgba(181,220,50,.35)}

/* Process: unmistakable four-step timeline */
.process-new-grid{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);
  gap:72px;
}
.process-new-grid h2{
  font-size:clamp(38px,4.5vw,62px);
  line-height:1;
  letter-spacing:-.045em;
  margin:12px 0 20px;
}
.process-new-grid ol{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:0 !important;
  background:transparent;
  border:0;
  counter-reset:step;
}
.process-new-grid li{
  min-height:235px;
  padding:30px 24px 28px;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.14);
  border-right:0;
  background:rgba(4,25,22,.48);
}
.process-new-grid li:last-child{border-right:1px solid rgba(255,255,255,.14)}
.process-new-grid li span{
  position:absolute;
  top:24px;left:24px;
  color:var(--green);
  font-size:13px;
  letter-spacing:.12em;
}
.process-new-grid li span::after{display:none}
.process-new-grid li{
  color:#fff;
  font-size:19px;
  line-height:1.18;
  font-weight:800;
}
.process-new-grid li::before{
  content:"";
  position:absolute;
  left:24px;top:72px;
  width:38px;height:38px;
  border-radius:50%;
  border:1px solid rgba(181,220,50,.55);
  box-shadow:inset 0 0 0 9px rgba(181,220,50,.06);
}
.process-new-grid li:nth-child(1)::after,
.process-new-grid li:nth-child(2)::after,
.process-new-grid li:nth-child(3)::after{
  display:grid !important;
  content:"→";
  right:-15px;top:88px;
  width:30px;height:30px;
  transform:none;
  background:var(--green);
  color:#071d1a;
  border-radius:50%;
  z-index:5;
}
.process-new-grid li:nth-child(4)::after{display:none}

/* Gallery gives the internal pages a visual breathing point */
.gallery-new .eyebrow{margin-bottom:10px}
.gallery-new h2{
  font-size:clamp(34px,3.6vw,52px);
  letter-spacing:-.04em;
  max-width:700px;
  margin:0 0 34px;
}
.gallery-new>div>div{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  align-items:stretch;
}
.gallery-new img{height:310px;object-fit:cover}
.gallery-new img:first-child{height:360px;margin-top:-25px}

/* WhatsApp: force unmistakable official green round button */
.whatsapp-float{
  display:grid !important;
  place-items:center !important;
  width:64px !important;
  height:64px !important;
  padding:0 !important;
  border-radius:50% !important;
  background:#25D366 !important;
}
.whatsapp-float img{
  width:34px !important;height:34px !important;
  object-fit:contain !important;
}

/* Responsive internal pages */
@media(max-width:900px){
  .service-intro-new{
    grid-template-columns:1fr;
    gap:22px;
  }
  .service-intro-new>p:last-child{max-width:620px}
  .process-new-grid{grid-template-columns:1fr;gap:38px}
  .process-new-grid ol{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .process-new-grid li:nth-child(2){border-right:1px solid rgba(255,255,255,.14)}
  .process-new-grid li:nth-child(2)::after{display:none !important}
  .process-new-grid li:nth-child(3)::after{display:grid !important}
  .gallery-new>div>div{grid-template-columns:1fr 1fr}
  .gallery-new img,.gallery-new img:first-child{height:270px;margin:0}
  .gallery-new img:first-child{grid-column:1/-1;height:340px}
}
@media(max-width:600px){
  .simple-page{padding:58px 0 64px}
  .service-intro-new{margin-bottom:24px;padding-bottom:22px}
  .service-intro-new h2{font-size:38px}
  .feature-boxes{grid-template-columns:1fr}
  .feature-box{min-height:205px}
  .feature-box h3{margin-top:32px}
  .process-new-grid ol{grid-template-columns:1fr !important}
  .process-new-grid li{
    min-height:150px;
    border-right:1px solid rgba(255,255,255,.14);
    border-bottom:0;
  }
  .process-new-grid li:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
  .process-new-grid li:nth-child(1)::after,
  .process-new-grid li:nth-child(2)::after,
  .process-new-grid li:nth-child(3)::after{
    display:grid !important;
    right:24px;top:auto;bottom:-15px;
    transform:rotate(90deg);
  }
  .gallery-new>div>div{grid-template-columns:1fr}
  .gallery-new img,.gallery-new img:first-child{grid-column:auto;height:240px}
}


/* =========================================================
   PROCESS BOXES — PAGE-SPECIFIC TRANSPARENT ART
   ========================================================= */
.process-new-grid li{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.process-new-grid li > *:not(.step-art){
  position:relative;
  z-index:2;
}
.process-new-grid li .step-art{
  position:absolute;
  right:10px;
  bottom:10px;
  width:92px;
  height:72px;
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:contain;
  opacity:.16;
  pointer-events:none;
  z-index:1;
  filter:saturate(.95) contrast(1.03);
  mix-blend-mode:screen;
}
.process-new-grid li:nth-child(1) .step-art{width:84px;height:66px}
.process-new-grid li:nth-child(2) .step-art{width:88px;height:68px}
.process-new-grid li:nth-child(3) .step-art{width:96px;height:72px}
.process-new-grid li:nth-child(4) .step-art{width:100px;height:74px}

/* Page-specific transparent visuals */
.service-nuovi .process-new-grid li:nth-child(1) .step-art{background-image:url("../img/pallet-nuovi-1.webp")}
.service-nuovi .process-new-grid li:nth-child(2) .step-art{background-image:url("../img/pallet-nuovi-2.webp")}
.service-nuovi .process-new-grid li:nth-child(3) .step-art{background-image:url("../img/pallet-nuovi-3.webp")}
.service-nuovi .process-new-grid li:nth-child(4) .step-art{background-image:url("../img/piazzale.webp")}

.service-misura .process-new-grid li:nth-child(1) .step-art{background-image:url("../img/lavorazione.webp")}
.service-misura .process-new-grid li:nth-child(2) .step-art{background-image:url("../img/dlc-specimen-panel.webp")}
.service-misura .process-new-grid li:nth-child(3) .step-art{background-image:url("../img/dlc-technical-wood-grid.webp")}
.service-misura .process-new-grid li:nth-child(4) .step-art{background-image:url("../img/lavorazione.webp")}

.service-ritiro .process-new-grid li:nth-child(1) .step-art{background-image:url("../img/ritiro-1.webp")}
.service-ritiro .process-new-grid li:nth-child(2) .step-art{background-image:url("../img/ritiro-2.webp")}
.service-ritiro .process-new-grid li:nth-child(3) .step-art{background-image:url("../img/ritiro-3.webp")}
.service-ritiro .process-new-grid li:nth-child(4) .step-art{background-image:url("../img/ritiro-mascotte.webp")}

/* Better spacing so text and art live well together */
.process-new-grid li{
  padding-right:28px;
}

/* Tablet/mobile tuning */
@media(max-width:900px){
  .process-new-grid li .step-art{
    width:84px;
    height:64px;
    right:10px;
    bottom:10px;
    opacity:.15;
  }
  .process-new-grid li{
    min-height:185px;
    padding-bottom:24px;
  }
}
@media(max-width:600px){
  .process-new{
    padding:58px 0;
  }
  .process-new-grid h2{
    font-size:34px;
    line-height:1.02;
  }
  .process-new-grid ol{
    gap:14px !important;
  }
  .process-new-grid li{
    min-height:154px;
    padding:22px 18px 20px;
    border-right:1px solid rgba(255,255,255,.14);
    border-bottom:1px solid rgba(255,255,255,.14);
    background:rgba(4,25,22,.56);
  }
  .process-new-grid li .step-art{
    width:86px;
    height:62px;
    right:8px;
    bottom:8px;
    opacity:.14;
  }
  .process-new-grid li span{
    top:18px;
    left:18px;
  }
  .process-new-grid li::before{
    left:18px;
    top:58px;
    width:32px;
    height:32px;
  }
  .process-new-grid li:nth-child(1)::after,
  .process-new-grid li:nth-child(2)::after,
  .process-new-grid li:nth-child(3)::after{
    right:18px;
    bottom:-15px;
    top:auto;
    transform:rotate(90deg);
  }
}


/* =========================================================
   PROCESS GRID FIX — clean vector art, no ugly photo crops
   ========================================================= */
.process-new-grid ol{
  gap:14px !important;
  background:transparent !important;
  border:0 !important;
}
.process-new-grid li{
  position:relative;
  overflow:hidden;
  min-height:220px;
  padding:26px 22px 24px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:linear-gradient(180deg,rgba(6,34,30,.88),rgba(5,25,22,.96)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.process-new-grid li::before{
  display:none !important;
}
.process-new-grid li:nth-child(1)::after,
.process-new-grid li:nth-child(2)::after,
.process-new-grid li:nth-child(3)::after{
  content:'→';
  position:absolute;
  right:-15px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid !important;
  place-items:center;
  background:var(--green);
  color:#071d1a;
  font-size:16px;
  font-weight:900;
  z-index:4;
}
.process-new-grid li:last-child::after{display:none !important;}
.process-new-grid li span{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  display:inline-flex !important;
  margin:0 0 18px !important;
  color:var(--green) !important;
  font-size:14px !important;
  letter-spacing:.12em;
  font-weight:900;
}
.process-new-grid li .step-art{
  position:absolute;
  right:16px;
  bottom:14px;
  width:78px;
  height:78px;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  opacity:.34;
  pointer-events:none;
  z-index:1;
  mix-blend-mode:screen;
}
.process-new-grid li{
  display:flex !important;
  flex-direction:column;
  justify-content:flex-start !important;
  align-items:flex-start;
  font-size:17px !important;
  line-height:1.18 !important;
  font-weight:800 !important;
  color:#fff !important;
}
.process-new-grid li > *:not(.step-art){position:relative;z-index:2;max-width:80%;}

.service-nuovi .process-new-grid li:nth-child(1) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20opacity%3D%27.95%27%3E%3Crect%20x%3D%2720%27%20y%3D%2726%27%20width%3D%2756%27%20height%3D%2728%27%20rx%3D%273%27%2F%3E%3Cpath%20d%3D%27M20%2038h56%27%2F%3E%3Cpath%20d%3D%27M34%2026v28M48%2026v28M62%2026v28%27%2F%3E%3Cpath%20d%3D%27M24%2062h48%27%2F%3E%3Cpath%20d%3D%27M30%2054v8M48%2054v8M66%2054v8%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-nuovi .process-new-grid li:nth-child(2) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2722%27%20y%3D%2718%27%20width%3D%2746%27%20height%3D%2760%27%20rx%3D%274%27%2F%3E%3Cpath%20d%3D%27M32%2036l8%208%2018-18%27%2F%3E%3Cpath%20d%3D%27M32%2058h26%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-nuovi .process-new-grid li:nth-child(3) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M71%2035a25%2025%200%201%200%204%2029%27%2F%3E%3Cpath%20d%3D%27M69%2020v17H52%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-nuovi .process-new-grid li:nth-child(4) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M14%2028h44v28H14z%27%2F%3E%3Cpath%20d%3D%27M58%2038h13l11%2011v7H58z%27%2F%3E%3Ccircle%20cx%3D%2730%27%20cy%3D%2762%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%2768%27%20cy%3D%2762%27%20r%3D%276%27%2F%3E%3Cpath%20d%3D%27M21%2062h3M36%2062h26%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}

.service-misura .process-new-grid li:nth-child(1) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%3E%3Crect%20x%3D%2720%27%20y%3D%2728%27%20width%3D%2756%27%20height%3D%2718%27%20rx%3D%273%27%20transform%3D%27rotate%28-18%2048%2037%29%27%2F%3E%3Cpath%20d%3D%27M31%2027l2%207M41%2024l2%207M51%2020l2%207M61%2017l2%207M71%2014l2%207%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-misura .process-new-grid li:nth-child(2) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M39%2028a9%209%200%200%201%2018%200%27%2F%3E%3Cpath%20d%3D%27M29%2038h38l10%2032H19z%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-misura .process-new-grid li:nth-child(3) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2722%27%20y%3D%2718%27%20width%3D%2752%27%20height%3D%2760%27%20rx%3D%273%27%2F%3E%3Cpath%20d%3D%27M32%2032h18v14H32z%27%2F%3E%3Cpath%20d%3D%27M56%2032h8M56%2042h8M32%2056h32%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-misura .process-new-grid li:nth-child(4) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M24%2034l24-12%2024%2012-24%2012z%27%2F%3E%3Cpath%20d%3D%27M24%2034v24l24%2012%2024-12V34%27%2F%3E%3Cpath%20d%3D%27M48%2046v24%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}

.service-ritiro .process-new-grid li:nth-child(1) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%0A%3Cg%20fill%3D%27none%27%20stroke%3D%27%23b5db2f%27%20stroke-width%3D%274.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%0A%3Cpath%20d%3D%27M48%2018c-16%200-29%2012.4-29%2027.7%200%205.2%201.5%2010.1%204.4%2014.3L20%2076l16.2-4.2c3.6%201.8%207.7%202.8%2011.8%202.8%2016%200%2029-12.4%2029-27.7S64%2018%2048%2018z%27%2F%3E%0A%3Cpath%20d%3D%27M39.8%2036.7c-.9%200-1.8.4-2.3%201.1-1%201.2-2.4%203.1-2.1%205.2.5%203.4%203.1%208.8%208.3%2013.6%205.2%204.8%2010.8%206.7%2014.2%206.7%202.1%200%203.8-1.7%204.9-2.9.7-.7.9-1.8.5-2.7l-1.8-4c-.4-.9-1.5-1.4-2.5-1.1l-4.2%201.3a2.6%202.6%200%200%201-2.4-.4l-4.1-3.5a2.6%202.6%200%200%201-.8-2.3l.9-4.3c.2-1-.3-2-.9-2.4l-4.2-2.2c-.4-.2-.9-.3-1.4-.3z%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-ritiro .process-new-grid li:nth-child(2) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2724%27%20y%3D%2718%27%20width%3D%2748%27%20height%3D%2760%27%20rx%3D%274%27%2F%3E%3Cpath%20d%3D%27M34%2034h28M34%2046h20M34%2058h16%27%2F%3E%3Cpath%20d%3D%27M58%2054l6%206%2010-12%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-ritiro .process-new-grid li:nth-child(3) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M14%2052h39V30H14z%27%2F%3E%3Cpath%20d%3D%27M53%2040h14l11%2011v7H53z%27%2F%3E%3Ccircle%20cx%3D%2730%27%20cy%3D%2762%27%20r%3D%276%27%2F%3E%3Ccircle%20cx%3D%2766%27%20cy%3D%2762%27%20r%3D%276%27%2F%3E%3Cpath%20d%3D%27M20%2024v14%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}
.service-ritiro .process-new-grid li:nth-child(4) .step-art{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%3Cg%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%2718%27%20y%3D%2726%27%20width%3D%2760%27%20height%3D%2740%27%20rx%3D%276%27%2F%3E%3Cpath%20d%3D%27M18%2038h60%27%2F%3E%3Cpath%20d%3D%27M36%2054h12%27%2F%3E%3Cpath%20d%3D%27M58%2048c0-4-8-4-8%200%200%206%2012%203%2012%209%200%204-8%204-8%200%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}

@media (max-width: 900px){
  .process-new-grid li{min-height:176px;}
  .process-new-grid li > *:not(.step-art){max-width:72%;}
  .process-new-grid li .step-art{width:68px;height:68px;right:12px;bottom:12px;opacity:.30;}
  .process-new-grid li:nth-child(2)::after{display:none !important;}
  .process-new-grid li:nth-child(3)::after{display:grid !important;}
}
@media (max-width: 600px){
  .process-new-grid ol{gap:12px !important;}
  .process-new-grid li{
    min-height:138px;
    padding:20px 18px 18px !important;
  }
  .process-new-grid li > *:not(.step-art){max-width:70%;}
  .process-new-grid li .step-art{width:58px;height:58px;right:10px;bottom:10px;opacity:.28;}
  .process-new-grid li:nth-child(1)::after,
  .process-new-grid li:nth-child(2)::after,
  .process-new-grid li:nth-child(3)::after{
    right:18px;
    top:auto;
    bottom:-15px;
    transform:rotate(90deg);
  }
}


/* =========================================================
   FINAL PROCESS POLISH — remove wedges, brighten icons
   ========================================================= */
.process-new-grid li:nth-child(1)::after,
.process-new-grid li:nth-child(2)::after,
.process-new-grid li:nth-child(3)::after{
  display:none !important;
  content:none !important;
}
.process-new-grid li .step-art{
  opacity:.82 !important;
  width:72px !important;
  height:72px !important;
  right:16px !important;
  bottom:16px !important;
  mix-blend-mode:normal !important;
  filter:none !important;
}
.process-new-grid li > *:not(.step-art){
  max-width:74% !important;
}
.process-new-grid li span{
  color:#b5db2f !important;
}
@media (max-width: 900px){
  .process-new-grid li .step-art{
    width:64px !important;
    height:64px !important;
    right:14px !important;
    bottom:14px !important;
    opacity:.78 !important;
  }
  .process-new-grid li > *:not(.step-art){max-width:72% !important;}
}
@media (max-width: 600px){
  .process-new-grid li .step-art{
    width:56px !important;
    height:56px !important;
    right:12px !important;
    bottom:12px !important;
    opacity:.76 !important;
  }
  .process-new-grid li > *:not(.step-art){max-width:68% !important;}
}


/* =========================================================
   PROCESS CARDS INTERACTION — desktop hover / mobile tap
   ========================================================= */
.process-new-grid li{
  cursor:default;
  transition:
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

/* Soft inner glow layer */
.process-new-grid li::before{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  opacity:0 !important;
  background:
    radial-gradient(circle at 72% 76%, rgba(181,219,47,.20), transparent 34%),
    linear-gradient(145deg, rgba(181,219,47,.075), rgba(255,255,255,0) 58%) !important;
  transition:opacity .28s ease !important;
  z-index:0 !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  border-radius:0 !important;
}

/* Desktop */
@media (hover:hover) and (pointer:fine){
  .process-new-grid li:hover{
    transform:translateY(-4px);
    border-color:rgba(181,219,47,.52) !important;
    background:linear-gradient(180deg,rgba(10,53,46,.96),rgba(5,29,25,.98)) !important;
    box-shadow:
      0 16px 36px rgba(0,0,0,.18),
      inset 0 0 34px rgba(181,219,47,.075);
  }
  .process-new-grid li:hover::before{opacity:1 !important}
  .process-new-grid li:hover .step-art{
    animation:dlcIconPop .62s cubic-bezier(.2,.8,.2,1) both;
  }
}

/* Mobile/tablet tap state */
.process-new-grid li.is-active{
  border-color:rgba(181,219,47,.58) !important;
  background:linear-gradient(180deg,rgba(11,58,50,.98),rgba(5,30,26,.99)) !important;
  box-shadow:
    0 14px 32px rgba(0,0,0,.16),
    inset 0 0 38px rgba(181,219,47,.09);
}
.process-new-grid li.is-active::before{opacity:1 !important}
.process-new-grid li.is-active .step-art{
  animation:dlcIconPop .62s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes dlcIconPop{
  0%{transform:translateY(7px) scale(.88);opacity:.38}
  45%{transform:translateY(-5px) scale(1.10);opacity:1}
  72%{transform:translateY(1px) scale(1.03);opacity:.94}
  100%{transform:translateY(0) scale(1);opacity:.86}
}

@media (hover:none), (pointer:coarse){
  .process-new-grid li{
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }
}

@media (prefers-reduced-motion: reduce){
  .process-new-grid li,
  .process-new-grid li::before,
  .process-new-grid li .step-art{
    transition:none !important;
    animation:none !important;
    transform:none !important;
  }
}

/* Final WhatsApp process icon correction */
.service-ritiro .process-new-grid li:nth-child(1) .step-art{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2096%2096%27%3E%0A%3Cg%20fill%3D%27none%27%20stroke%3D%27%23b6dc32%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%0A%3Cpath%20d%3D%27M48%2016c-17.7%200-32%2013.8-32%2030.8%200%205.7%201.6%2011.1%204.5%2015.7L16%2080l18-4.6c4.2%202.1%209%203.3%2014%203.3%2017.7%200%2032-13.8%2032-30.9S65.7%2016%2048%2016z%27%2F%3E%0A%3Cpath%20d%3D%27M35.5%2034.5c1.1-2%202.3-2.1%203.5-2.1h2c.8%200%201.6.4%202%201.2l3.3%207.7c.4.9.2%201.8-.4%202.5l-2.4%202.8c-.6.7-.7%201.7-.2%202.5%202.8%204.8%206.8%208.8%2011.6%2011.5.8.5%201.8.4%202.5-.2l3-2.6c.7-.6%201.7-.8%202.5-.4l7.6%203.5c.8.4%201.2%201.2%201.2%202v1.8c0%201.3-.2%202.5-2.2%203.6-2.3%201.2-5%201.8-7.5%201.4-7.3-1.1-14.9-5.2-21.3-11.5-6.4-6.4-10.5-14-11.6-21.3-.4-2.5.2-5.1%201.4-7.4z%27%2F%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E") !important;
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}


/* WhatsApp step icon — exact official glyph, DLC green */
.service-ritiro .process-new-grid li:nth-child(1) .step-art{
  background-image:none !important;
  background-color:#b5db2f !important;
  -webkit-mask-image:url("../img/whatsapp-original.svg");
  mask-image:url("../img/whatsapp-original.svg");
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  width:64px !important;
  height:64px !important;
  opacity:.92 !important;
}
@media(max-width:600px){
  .service-ritiro .process-new-grid li:nth-child(1) .step-art{
    width:54px !important;
    height:54px !important;
  }
}
