:root{--yellow:#ffc400;--black:#050505;--green:#45a62b;--line:#e7e7e7;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:17px}body{margin:0;font-family:Inter,Arial,sans-serif;color:#111;background:#f5f5f5;font-size:1rem}a{color:inherit;text-decoration:none}.site-shell{max-width:1536px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 10px 35px rgba(0,0,0,.06)}
.photo-topbar{height:68px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 34px;gap:24px;white-space:nowrap;overflow:hidden}.topbar-item{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.05rem;line-height:1}.topbar-item strong{font-weight:800}.top-ico{color:var(--yellow);font-size:1.45rem;line-height:1}.topbar-sep{width:1px;height:27px;background:#5a5a5a;flex:0 0 auto}
.photo-header{min-height:196px;display:grid;grid-template-columns:minmax(310px,1fr) minmax(440px,1.15fr) minmax(350px,1fr);align-items:center;gap:32px;padding:30px 34px 28px;background:#fff;border-bottom:1px solid #ececec}.photo-brand{justify-self:start;display:flex;align-items:center}.photo-brand img{display:block;width:260px;max-width:100%;height:auto;object-fit:contain}.photo-help{justify-self:center;width:fit-content;max-width:100%;min-width:330px;min-height:92px;border:2px solid var(--green);border-radius:9px;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 20px;color:#111;background:#fff}.photo-help .help-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:transparent;color:var(--green);font-size:3.3rem;line-height:1}.photo-help .help-copy{display:block;text-align:center}.photo-help small{display:block;font-size:1.2rem;font-weight:500;line-height:1.05}.photo-help strong{display:block;color:var(--green);font-size:2.9rem;line-height:1.05;font-weight:800;letter-spacing:.5px;margin-top:4px}.photo-actions{justify-self:end;display:flex;align-items:center;gap:18px}.action-box{position:relative;min-width:188px;height:74px;border-radius:5px;background:#050505;color:#fff;display:flex;align-items:center;justify-content:center;gap:13px;padding:0 22px;font-size:1.2rem;font-weight:500;box-shadow:0 3px 8px rgba(0,0,0,.13)}.action-ico{font-size:1.7rem;color:#fff}.cart-button{min-width:200px}.cart-count{position:absolute;top:8px;left:50px;min-width:26px;height:26px;padding:0 6px;border-radius:50%;background:#f20d16;color:#fff;display:grid;place-items:center;font-size:.78rem;font-weight:800;border:2px solid #fff}.mobile-menu-toggle{display:none;border:0;background:#050505;color:#fff;width:52px;height:52px;border-radius:6px;font-size:1.65rem}.mobile-nav{display:none;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd}.mobile-nav .menu{list-style:none;padding:0;margin:0}.mobile-nav .menu a{display:block;padding:15px 18px;border-bottom:1px solid #eee;font-weight:800}.mobile-nav.is-open{display:block}
.home-main{padding:0 20px 30px}.photo-hero{position:relative;min-height:520px;border-radius:14px;overflow:hidden;background:linear-gradient(90deg,#f4f4f4 0%,#f1f1f1 50%,#ddd 100%);display:grid;grid-template-columns:49% 51%;isolation:isolate}.photo-hero-copy{position:relative;z-index:3;align-self:center;margin:38px 0 38px 18px;padding:42px 54px 36px 50px;background:rgba(255,255,255,.90);border-radius:28px;max-width:720px;box-shadow:0 8px 30px rgba(0,0,0,.06)}.photo-hero h1{margin:0;font-size:4.3rem;line-height:.98;letter-spacing:-2px;font-weight:800}.photo-hero h1 span{color:var(--yellow);font-size:1.25em}.photo-hero h2{margin:18px 0 28px;font-size:2.55rem;line-height:1.08;font-weight:500}.photo-hero p{margin:0;font-size:1.42rem;line-height:1.45}.check-badge{display:inline-grid;place-items:center;width:40px;height:40px;border:3px solid var(--yellow);border-radius:50%;color:#111;margin-right:13px;font-weight:800}.hero-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;margin-top:34px;min-width:285px;height:68px;padding:0 28px;border-radius:8px;background:var(--yellow);font-size:1.28rem;font-weight:800}.hero-cta b{font-size:2rem;line-height:1}.photo-hero-image{position:absolute;z-index:1;top:0;right:0;width:64%;height:100%;object-fit:cover;object-position:center right;display:block}.photo-hero:after{content:'';position:absolute;z-index:2;inset:0 42% 0 32%;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,0))}.hero-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:12px}.hero-dots i{width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid #ddd}.hero-dots i.active{background:var(--yellow);border-color:var(--yellow)}
.quick-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:32px}.quick-categories a{min-height:160px;border:1px solid #ddd;border-bottom:4px solid var(--yellow);border-radius:14px;background:#fff;display:flex;align-items:center;gap:26px;padding:26px 28px;transition:.2s}.quick-categories a:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.cat-icon{font-size:3.9rem;line-height:1;flex:0 0 auto}.quick-categories strong,.quick-categories small{display:block}.quick-categories strong{font-size:1.42rem;line-height:1.15;margin-bottom:10px}.quick-categories small{font-size:1.03rem;line-height:1.4}.products-section{padding:56px 12px 20px}.section-heading{text-align:center}.section-heading h2{font-size:2rem;margin:0 0 30px;font-weight:800}
.site-footer{display:grid;grid-template-columns:repeat(4,1fr);background:#090909;color:#fff;margin-top:52px;padding:24px 35px}.site-footer>div{padding:5px 20px;border-right:1px solid #303030}.site-footer>div:last-child{border-right:0}.site-footer strong{font-size:1rem}.site-footer p{margin:6px 0 0;color:#ddd;font-size:.9rem}.content-wrap{padding:44px 30px;min-height:55vh}.content-card{max-width:1080px;margin:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff;border:1px solid #ececec;border-radius:12px;padding:14px;box-shadow:0 8px 20px rgba(0,0,0,.05)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.05rem!important;font-weight:800}.woocommerce ul.products li.product .price{color:#111!important;font-size:1.05rem!important;font-weight:800}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:#050505!important;color:#fff!important;border-radius:7px!important;font-size:1rem!important}
@media(max-width:1180px){html{font-size:16px}.photo-topbar{gap:14px;padding:0 18px}.topbar-item{font-size:.88rem}.photo-header{grid-template-columns:220px 1fr auto;min-height:150px;padding:24px 22px;gap:18px}.photo-brand img{width:200px}.photo-help{min-height:78px;min-width:300px;max-width:390px}.photo-help .help-icon{width:52px;height:52px;font-size:2.7rem}.photo-help small{font-size:1rem}.photo-help strong{font-size:2.25rem}.action-box{min-width:145px;height:62px;font-size:1rem;padding:0 15px}.cart-button{min-width:155px}.cart-count{left:38px}.photo-hero{min-height:500px}.photo-hero-copy{max-width:620px;padding:38px 42px}.photo-hero h1{font-size:3.6rem}.photo-hero h2{font-size:2.2rem}.photo-hero p{font-size:1.2rem}.quick-categories a{padding:22px 18px;gap:18px}.cat-icon{font-size:3.1rem}.quick-categories strong{font-size:1.2rem}.quick-categories small{font-size:.94rem}}
@media(max-width:900px){body{background:#fff}.site-shell{box-shadow:none}.photo-topbar{height:44px;justify-content:flex-start;overflow-x:auto;gap:12px;padding:0 10px}.topbar-item{font-size:.70rem;flex:0 0 auto}.topbar-sep{height:18px}.top-ico{font-size:1rem}.photo-header{min-height:86px;display:grid;grid-template-columns:100px minmax(150px,1fr) auto;padding:10px 10px;gap:8px}.photo-brand img{width:94px}.photo-help{min-width:0;min-height:58px;height:58px;gap:7px;padding:5px 8px;border-radius:7px}.photo-help .help-icon{width:32px;height:32px;font-size:1.75rem}.photo-help small{font-size:.60rem}.photo-help strong{font-size:1.13rem;white-space:nowrap}.photo-actions{gap:5px}.action-box{min-width:44px;width:44px;height:44px;padding:0;font-size:0;gap:0}.action-box .action-ico{font-size:1.4rem}.cart-button{min-width:44px}.cart-count{top:-5px;left:auto;right:-5px;min-width:20px;height:20px;font-size:.62rem}.mobile-menu-toggle{display:block;width:44px;height:44px;font-size:1.35rem}.home-main{padding:0 10px 22px}.photo-hero{min-height:650px;display:block;border-radius:12px;background:#f3f3f3}.photo-hero-image{top:245px;right:0;width:100%;height:405px;object-fit:cover;object-position:61% center}.photo-hero:after{display:none}.photo-hero-copy{margin:0;max-width:none;padding:28px 23px 24px;border-radius:0;background:rgba(255,255,255,.96);box-shadow:none}.photo-hero h1{font-size:2.6rem;letter-spacing:-1px}.photo-hero h2{font-size:1.65rem;margin:12px 0 18px}.photo-hero p{font-size:1rem}.check-badge{width:30px;height:30px;border-width:2px;margin-right:8px}.hero-cta{min-width:210px;height:54px;margin-top:22px;font-size:1rem;padding:0 20px}.hero-dots{bottom:12px}.hero-dots i{width:13px;height:13px}.quick-categories{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.quick-categories a{min-height:120px;padding:16px 14px;gap:13px;border-radius:10px}.cat-icon{font-size:2.35rem}.quick-categories strong{font-size:1rem;margin-bottom:6px}.quick-categories small{font-size:.79rem}.site-footer{grid-template-columns:1fr 1fr;padding:18px 10px}.site-footer>div{border-right:0;border-bottom:1px solid #2c2c2c;padding:11px}.products-section{padding:38px 2px 10px}}
@media(max-width:520px){html{font-size:15px}.photo-topbar{height:40px}.topbar-item{font-size:.61rem}.photo-header{grid-template-columns:82px minmax(130px,1fr) auto;gap:5px;padding:8px 6px}.photo-brand img{width:78px}.photo-help{height:50px;min-height:50px;padding:4px 5px}.photo-help .help-icon{width:27px;height:27px;font-size:1.45rem}.photo-help small{font-size:.50rem}.photo-help strong{font-size:.94rem}.photo-actions{gap:3px}.action-box,.mobile-menu-toggle{width:36px;height:36px;min-width:36px}.action-ico{font-size:1.1rem!important}.mobile-menu-toggle{font-size:1.1rem}.photo-hero{min-height:585px}.photo-hero-image{top:225px;height:360px}.photo-hero h1{font-size:2.2rem}.photo-hero h2{font-size:1.4rem}.photo-hero p{font-size:.92rem}.quick-categories{grid-template-columns:1fr}.quick-categories a{min-height:104px}.site-footer{grid-template-columns:1fr}}

/* Additional homepage solution categories */
.quick-categories a:nth-child(5),.quick-categories a:nth-child(6),.quick-categories a:nth-child(7){border-bottom-color:var(--yellow)}

/* Software solution panels below featured products */
.software-solutions{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:14px 12px 8px}.software-card{min-height:330px;border:1px solid #ececec;border-radius:16px;overflow:hidden;background:#fff;display:grid;grid-template-columns:44% 56%;box-shadow:0 8px 24px rgba(0,0,0,.05)}.software-card-media{width:100%;height:100%;object-fit:cover;min-height:330px}.software-card-copy{padding:34px 34px;display:flex;flex-direction:column;justify-content:center}.software-card-kicker{font-size:1.05rem;font-weight:800;text-transform:uppercase;margin-bottom:5px}.software-card h2{font-size:2rem;line-height:1.05;margin:0 0 16px}.software-card p{font-size:1.08rem;line-height:1.5;margin:0 0 24px}.software-card .software-cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:50px;padding:0 24px;border-radius:7px;font-weight:800;color:#fff}.software-card.restaurant{background:linear-gradient(90deg,#fff 0%,#fff9f2 100%)}.software-card.restaurant h2{color:#e97800}.software-card.restaurant .software-cta{background:#e97800}.software-card.beauty{background:linear-gradient(90deg,#fff 0%,#fff5fa 100%)}.software-card.beauty h2{color:#d22676}.software-card.beauty .software-cta{background:#d22676}@media(max-width:900px){.software-solutions{grid-template-columns:1fr;padding:12px 2px}.software-card{grid-template-columns:42% 58%;min-height:270px}.software-card-media{min-height:270px}.software-card-copy{padding:24px}.software-card h2{font-size:1.6rem}.software-card p{font-size:.98rem}}@media(max-width:520px){.software-card{grid-template-columns:1fr}.software-card-media{height:210px;min-height:210px}.software-card-copy{padding:22px}.software-card h2{font-size:1.45rem}.software-card p{font-size:.94rem}.software-card .software-cta{width:100%}}

/* Primary menu: always visible in one horizontal row below header */
.primary-nav{display:block;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #ddd;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.primary-nav .menu{list-style:none;padding:0 24px;margin:0;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;min-width:max-content}
.primary-nav .menu>li{flex:0 0 auto}
.primary-nav .menu a{display:block;padding:17px 18px;font-weight:800;white-space:nowrap;border-bottom:3px solid transparent}
.primary-nav .menu a:hover,.primary-nav .menu .current-menu-item>a,.primary-nav .menu .home-menu-item>a{color:#111;border-bottom-color:var(--yellow)}
@media(max-width:900px){.primary-nav .menu{justify-content:flex-start;padding:0 8px}.primary-nav .menu a{padding:13px 12px;font-size:.82rem}.photo-header{grid-template-columns:100px minmax(150px,1fr) auto}.mobile-menu-toggle{display:none!important}}
@media(max-width:520px){.primary-nav .menu a{padding:12px 10px;font-size:.75rem}.photo-header{grid-template-columns:82px minmax(130px,1fr) auto}}

/* FIX: menu principale realmente su una sola riga, adattato alla larghezza */
.primary-nav{overflow:hidden}
.primary-nav .menu{width:100%;min-width:0;max-width:100%;padding:0 10px;display:flex;flex-wrap:nowrap;justify-content:center;align-items:stretch}
.primary-nav .menu>li{flex:1 1 auto;min-width:0;text-align:center}
.primary-nav .menu a{padding:16px 8px;font-size:clamp(.68rem,1vw,.98rem);white-space:nowrap;overflow:hidden;text-overflow:clip}
@media(max-width:900px){.primary-nav .menu{padding:0 3px;justify-content:center}.primary-nav .menu a{padding:12px 3px;font-size:clamp(.48rem,1.55vw,.72rem);letter-spacing:-.02em}}
@media(max-width:520px){.primary-nav .menu{padding:0 1px}.primary-nav .menu a{padding:10px 1px;font-size:clamp(.39rem,1.65vw,.58rem);letter-spacing:-.04em}}


/* Mobile: hamburger menu only on phones; desktop keeps one-row navigation */
@media(max-width:520px){
  .mobile-menu-toggle{display:block!important;cursor:pointer}
  .primary-nav{display:none;overflow:visible}
  .primary-nav.is-open{display:block}
  .primary-nav .menu{display:block;width:100%;max-width:none;padding:0;margin:0}
  .primary-nav .menu>li{display:block;width:100%;text-align:left}
  .primary-nav .menu a{display:block;padding:14px 18px;font-size:.9rem;letter-spacing:0;white-space:normal;border-bottom:1px solid #eee}
}


/* Responsive menu bar: visible directly below header on phones */
.mobile-menu-bar{display:none}
@media(max-width:520px){
  .mobile-menu-bar{
    width:100%;
    height:54px;
    min-height:54px;
    border:0;
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #d9d9d9;
    border-radius:0;
    background:#fff;
    color:#111;
    padding:0 16px;
    display:flex!important;
    align-items:center;
    justify-content:flex-start;
    gap:11px;
    font-size:1rem;
    font-weight:800;
    text-align:left;
    box-shadow:0 2px 7px rgba(0,0,0,.04);
  }
  .mobile-menu-icon{font-size:1.45rem;line-height:1;color:#111}
  .mobile-menu-label{flex:1;font-size:.93rem;letter-spacing:.02em}
  .mobile-menu-arrow{font-size:1.35rem;line-height:1;transition:transform .2s ease}
  .mobile-menu-bar[aria-expanded="true"] .mobile-menu-arrow{transform:rotate(180deg)}
  .primary-nav{display:none;background:#fff;border-top:0;border-bottom:1px solid #ddd;box-shadow:0 5px 12px rgba(0,0,0,.06)}
  .primary-nav.is-open{display:block}
  .primary-nav .menu{display:block!important;width:100%;padding:0;margin:0}
  .primary-nav .menu>li{display:block;width:100%;text-align:left}
  .primary-nav .menu a{padding:14px 18px!important;font-size:.9rem!important;font-weight:800;white-space:normal!important;border-bottom:1px solid #eee!important}
}

/* Software Gestionale Retail */

.software-card.retail{background:linear-gradient(90deg,#fff 0%,#f3fbf4 100%)}
.software-card.retail h2{color:#238a2f}
.software-card.retail .software-cta{background:#238a2f}
.software-card.retail .software-cta:hover{background:#1d7327}

/* Logo header: stessa altezza visiva del riquadro assistenza */
.photo-brand img{width:auto;height:92px;max-width:100%;object-fit:contain}
@media(max-width:1180px){.photo-brand img{width:auto;height:78px}}
@media(max-width:900px){.photo-brand img{width:auto;height:58px}}
@media(max-width:520px){.photo-brand img{width:auto;height:50px}}

/* Header proportions: logo, assistance box, account and cart share the same height */
.photo-brand img{height:92px;width:auto;max-width:100%;object-fit:contain}
.photo-help{height:92px;min-height:92px}
.action-box,.cart-button{width:92px;min-width:92px;height:92px;padding:8px;flex-direction:column;gap:5px;text-align:center;font-size:.88rem}
.action-ico{font-size:1.65rem;line-height:1}
.cart-count{top:5px;left:auto;right:5px}
@media(max-width:1180px){
  .photo-brand img{height:78px}
  .photo-help{height:78px;min-height:78px}
  .action-box,.cart-button{width:78px;min-width:78px;height:78px;padding:6px;font-size:.72rem}
}
@media(max-width:900px){
  .photo-brand img{height:58px}
  .photo-help{height:58px;min-height:58px}
  .action-box,.cart-button{width:58px;min-width:58px;height:58px;padding:0;font-size:0;display:flex}
}
@media(max-width:520px){
  .photo-brand img{height:50px}
  .photo-help{height:50px;min-height:50px}
  .action-box,.cart-button{width:50px;min-width:50px;height:50px}
}

/* Header refinement: larger responsive logo and better-proportioned action icons */
.photo-brand img{
  height:108px;
  width:auto;
  max-width:100%;
  object-fit:contain;
}
.action-box .action-ico{
  font-size:2.55rem;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
}
.action-box .cart-ico{font-size:2.7rem}

@media(max-width:1180px){
  .photo-brand img{height:90px}
  .action-box .action-ico{font-size:2.15rem;min-height:35px}
  .action-box .cart-ico{font-size:2.3rem}
}
@media(max-width:900px){
  .photo-header{grid-template-columns:118px minmax(150px,1fr) auto}
  .photo-brand img{height:68px;max-width:118px}
  .action-box .action-ico{font-size:1.85rem!important;min-height:auto}
  .action-box .cart-ico{font-size:2rem!important}
}
@media(max-width:520px){
  .photo-header{grid-template-columns:98px minmax(124px,1fr) auto}
  .photo-brand img{height:58px;max-width:98px}
  .action-box .action-ico{font-size:1.65rem!important}
  .action-box .cart-ico{font-size:1.78rem!important}
}

/* Assistance header: technical-support icon and responsive opening hours */
.photo-help{
  position:relative;
  margin-bottom:34px;
  overflow:visible;
}
.photo-help .help-icon{
  font-family:Arial,sans-serif;
  font-weight:700;
}
.photo-help .help-hours{
  position:absolute;
  left:50%;
  top:calc(100% + 8px);
  transform:translateX(-50%);
  width:max-content;
  max-width:calc(100vw - 24px);
  color:var(--green);
  font-family:inherit;
  font-size:1.05rem;
  font-weight:700;
  line-height:1.1;
  text-align:center;
  white-space:nowrap;
}
@media(max-width:1180px){
  .photo-help{margin-bottom:30px}
  .photo-help .help-hours{top:calc(100% + 7px);font-size:.90rem}
}
@media(max-width:900px){
  .photo-header{align-items:start;padding-bottom:27px}
  .photo-help{margin-bottom:24px}
  .photo-help .help-hours{top:calc(100% + 5px);font-size:.66rem;max-width:100%;white-space:normal}
}
@media(max-width:520px){
  .photo-header{padding-bottom:25px}
  .photo-help{margin-bottom:22px}
  .photo-help .help-hours{top:calc(100% + 4px);font-size:.53rem;line-height:1.15;max-width:100%;white-space:normal}
}


/* === Header responsive enlargement: account/cart, technical assistance, mobile menu === */
.photo-help small{
  color:var(--green);
  font-size:1.42rem;
  font-weight:800;
  letter-spacing:.01em;
}

/* Account and cart are intentionally larger and remain square */
.action-box,.cart-button{
  width:104px;
  min-width:104px;
  height:104px;
}
.action-box .action-ico{font-size:2.75rem}
.action-box .cart-ico{font-size:2.95rem}

@media(max-width:1180px){
  .photo-help small{font-size:1.16rem}
  .action-box,.cart-button{width:88px;min-width:88px;height:88px}
  .action-box .action-ico{font-size:2.35rem}
  .action-box .cart-ico{font-size:2.5rem}
}

@media(max-width:900px){
  .photo-header{grid-template-columns:118px minmax(150px,1fr) auto;gap:7px}
  .photo-help small{font-size:.76rem;line-height:1.05;color:var(--green);font-weight:800}
  .photo-help strong{font-size:1.24rem}
  .action-box,.cart-button{width:68px;min-width:68px;height:68px}
  .action-box .action-ico{font-size:2.05rem!important}
  .action-box .cart-ico{font-size:2.2rem!important}
  .cart-count{top:-4px;right:-4px}
}

@media(max-width:520px){
  .photo-header{grid-template-columns:90px minmax(122px,1fr) auto;gap:4px;padding-left:5px;padding-right:5px}
  .photo-brand img{max-width:90px}
  .photo-help{padding-left:4px;padding-right:4px;gap:4px}
  .photo-help .help-icon{width:29px;height:29px;font-size:1.55rem}
  .photo-help small{font-size:.61rem;line-height:1.04}
  .photo-help strong{font-size:1.02rem}
  .action-box,.cart-button{width:58px;min-width:58px;height:58px}
  .action-box .action-ico{font-size:1.85rem!important}
  .action-box .cart-ico{font-size:2rem!important}
  .cart-count{min-width:21px;height:21px;font-size:.64rem}

  .mobile-menu-bar{
    height:64px;
    min-height:64px;
    padding:0 18px;
    gap:14px;
  }
  .mobile-menu-icon{font-size:1.9rem;line-height:1}
  .mobile-menu-label{font-size:1.08rem;font-weight:800;letter-spacing:.025em}
  .mobile-menu-arrow{font-size:1.55rem}
}

/* Extra-narrow phones: keep the enlarged controls while preventing overflow */
@media(max-width:380px){
  .photo-header{grid-template-columns:78px minmax(112px,1fr) auto;gap:3px;padding-left:4px;padding-right:4px}
  .photo-brand img{max-width:78px;height:54px}
  .photo-help .help-icon{width:25px;height:25px;font-size:1.35rem}
  .photo-help small{font-size:.54rem}
  .photo-help strong{font-size:.91rem}
  .action-box,.cart-button{width:54px;min-width:54px;height:54px}
  .action-box .action-ico{font-size:1.72rem!important}
  .action-box .cart-ico{font-size:1.86rem!important}
  .mobile-menu-label{font-size:1rem}
}

/* Featured products: center Add to cart text and keep it on one line responsively */
.products-section .woocommerce ul.products li.product a.button,
.products-section .woocommerce ul.products li.product .button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  text-align:center!important;
  white-space:nowrap!important;
  line-height:1.15!important;
  padding-left:8px!important;
  padding-right:8px!important;
}
@media(max-width:900px){
  .products-section .woocommerce ul.products li.product a.button,
  .products-section .woocommerce ul.products li.product .button{
    font-size:.82rem!important;
    min-height:44px;
    padding-left:5px!important;
    padding-right:5px!important;
  }
}
@media(max-width:520px){
  .products-section .woocommerce ul.products li.product a.button,
  .products-section .woocommerce ul.products li.product .button{
    font-size:.76rem!important;
    letter-spacing:-.01em;
    min-height:42px;
    padding-left:4px!important;
    padding-right:4px!important;
  }
}

/* Header Account + Cart: white squares with black outline, responsive */
.photo-header .action-box,
.photo-header .account-button,
.photo-header .cart-button{
  background:#fff!important;
  color:#000!important;
  border:2px solid #000!important;
  box-shadow:none!important;
}
.photo-header .action-box .action-ico,
.photo-header .account-button .action-ico,
.photo-header .cart-button .action-ico{
  color:#000!important;
}
@media(max-width:900px){
  .photo-header .action-box,
  .photo-header .account-button,
  .photo-header .cart-button{border-width:2px!important}
}
@media(max-width:520px){
  .photo-header .action-box,
  .photo-header .account-button,
  .photo-header .cart-button{border-width:2px!important}
}

/* Home - Prodotti in evidenza: primo prezzo più grande e rosso, responsive */
.products-section .woocommerce ul.products li.product .price{
  color:#d60000!important;
  font-size:1.38rem!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.products-section .woocommerce ul.products li.product .price > .amount:first-child,
.products-section .woocommerce ul.products li.product .price > ins:first-child .amount,
.products-section .woocommerce ul.products li.product .price > del:first-child .amount{
  color:#d60000!important;
  font-size:1.18em!important;
  font-weight:900!important;
}
@media(max-width:900px){
  .products-section .woocommerce ul.products li.product .price{font-size:1.28rem!important}
}
@media(max-width:520px){
  .products-section .woocommerce ul.products li.product .price{font-size:1.22rem!important}
}
@media(max-width:380px){
  .products-section .woocommerce ul.products li.product .price{font-size:1.14rem!important}
}

/* Home: reparto Cassetti Automatici Cashmatic */
.cashmatic-home{
  width:min(1480px,calc(100% - 36px));
  margin:28px auto 34px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  align-items:center;
  gap:34px;
  padding:38px;
  border:1px solid #d9e3f4;
  border-radius:26px;
  background:linear-gradient(135deg,#ffffff 0%,#f6f9ff 58%,#edf4ff 100%);
  box-shadow:0 16px 40px rgba(20,58,113,.08);
  overflow:hidden;
}
.cashmatic-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#123f87;
  font-size:1.05rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.075em;
}
.cashmatic-logo{display:block;width:min(420px,78%);height:auto;margin:0 0 16px}
.cashmatic-copy h2{margin:0 0 14px;color:#111827;font-size:clamp(1.55rem,2.3vw,2.35rem);line-height:1.12}
.cashmatic-copy p{margin:0;color:#3c4658;font-size:1.03rem;line-height:1.65;max-width:760px}
.cashmatic-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:22px 0}
.cashmatic-benefits span{display:flex;align-items:center;gap:9px;color:#18335f;font-weight:800;font-size:.96rem}
.cashmatic-benefits b{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#edf3ff;color:#315eb0;font-size:.88rem}
.cashmatic-cta{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:48px;padding:0 23px;border-radius:10px;background:#123f87;color:#fff!important;text-decoration:none!important;font-weight:900;box-shadow:0 10px 22px rgba(18,63,135,.18)}
.cashmatic-cta:hover{transform:translateY(-1px);background:#0b326f}
.cashmatic-visual{position:relative}
.cashmatic-visual:before{content:"";position:absolute;inset:8% -12% -14% 18%;border-radius:50%;background:#315eb0;opacity:.06;filter:blur(2px)}
.cashmatic-visual img{position:relative;display:block;width:100%;height:auto;max-height:520px;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(16,44,88,.10))}
@media(max-width:980px){
  .cashmatic-home{grid-template-columns:1fr;gap:22px;padding:30px}
  .cashmatic-visual{order:-1;max-width:720px;margin:0 auto;width:100%}
  .cashmatic-visual img{max-height:430px}
  .cashmatic-copy{text-align:center}
  .cashmatic-logo{margin-left:auto;margin-right:auto}
  .cashmatic-copy p{margin-left:auto;margin-right:auto}
  .cashmatic-benefits{max-width:680px;margin-left:auto;margin-right:auto;text-align:left}
}
@media(max-width:600px){
  .cashmatic-home{width:calc(100% - 20px);margin:18px auto 24px;padding:20px 16px;border-radius:18px}
  .cashmatic-kicker{font-size:.84rem;margin-bottom:8px}
  .cashmatic-logo{width:min(310px,86%);margin-bottom:12px}
  .cashmatic-copy h2{font-size:1.45rem}
  .cashmatic-copy p{font-size:.93rem;line-height:1.55}
  .cashmatic-benefits{grid-template-columns:1fr;gap:8px;margin:18px 0}
  .cashmatic-benefits span{font-size:.9rem}
  .cashmatic-cta{width:100%;font-size:.92rem}
  .cashmatic-visual img{max-height:310px}
}

/* Titolo Prodotti in evidenza - tipografia più elegante e responsive */
.products-section .section-heading h2{
  font-family:"Trebuchet MS",Inter,Arial,sans-serif;
  font-size:2.35rem;
  line-height:1.05;
  font-weight:800;
  letter-spacing:.035em;
  text-transform:uppercase;
  color:#000;
  margin:0 0 34px;
}
@media(max-width:900px){
  .products-section .section-heading h2{font-size:1.95rem;letter-spacing:.025em;margin-bottom:26px}
}
@media(max-width:520px){
  .products-section .section-heading h2{font-size:1.55rem;letter-spacing:.015em;margin-bottom:22px}
}

/* Green headset icon for technical assistance */
.photo-help .help-icon{color:var(--green);}
.photo-help .help-icon .headset-icon{width:.92em;height:.92em;display:block;stroke:currentColor;}

/* Assistenza Tecnica: titolo verde più grande e leggibile in responsive */
.photo-help .help-copy small{
  color:var(--green)!important;
  font-size:1.65rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.005em!important;
}
@media(max-width:1180px){
  .photo-help .help-copy small{font-size:1.35rem!important}
}
@media(max-width:900px){
  .photo-help .help-copy small{font-size:.90rem!important;line-height:1.05!important}
}
@media(max-width:520px){
  .photo-help .help-copy small{font-size:.72rem!important;line-height:1.04!important}
}
@media(max-width:380px){
  .photo-help .help-copy small{font-size:.64rem!important}
}

/* Cassetti Automatici: ottavo pulsante categoria, identico agli altri */
.quick-categories a:nth-child(8){border-bottom-color:var(--yellow)}
@media(min-width:1181px){.quick-categories{grid-template-columns:repeat(4,1fr)}}

/* Hero: rimozione della velatura/macchia bianca sulla foto principale */
.photo-hero::after{display:none!important;content:none!important;background:none!important;}


/* Pulsante Tutti i prodotti sotto Prodotti in evidenza */
.all-products-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:24px 0 6px;
}
.all-products-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 28px;
  border-radius:10px;
  background:#000;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
  transition:transform .2s ease,filter .2s ease;
}
.all-products-button:hover{transform:translateY(-1px);filter:brightness(.94)}
.all-products-button b{font-size:1.35em;line-height:1}
@media(max-width:600px){
  .all-products-wrap{margin-top:18px}
  .all-products-button{width:min(100%,320px);min-height:48px;padding:0 20px;font-size:.95rem}
}

/* Fascia marchi sotto il pulsante Tutti i prodotti */
.home-brands{
  width:min(1180px,calc(100% - 32px));
  margin:24px auto 10px;
  padding:14px 18px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
}
.home-brands-track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  gap:20px;
}
.home-brand-item{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
}
.home-brand-item img{
  display:block;
  max-width:100%;
  width:auto;
  height:auto;
  max-height:58px;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.9;
}
.home-brand-item:first-child img{max-height:68px}
@media(max-width:760px){
  .home-brands{width:calc(100% - 20px);margin-top:18px;padding:10px 8px;overflow:hidden}
  .home-brands-track{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px 0 4px}
  .home-brands-track::-webkit-scrollbar{display:none}
  .home-brand-item{flex:0 0 42%;min-height:68px;padding:6px 10px}
  .home-brand-item img{max-height:44px}
  .home-brand-item:first-child img{max-height:52px}
}
@media(max-width:420px){
  .home-brand-item{flex-basis:52%}
}

/* Software gestionali Tabaccherie */
.software-card.tabaccherie{background:linear-gradient(90deg,#fff 0%,#f2f7ff 100%)}
.software-card.tabaccherie h2{color:#1565c0}
.software-card.tabaccherie .software-cta{background:#1565c0}
.software-card.tabaccherie .software-cta:hover{background:#0d4f9c}

/* Icona dedicata Software Gestionali Tabaccherie */
.software-card.tabaccherie{position:relative}
.software-card.tabaccherie .software-topic-icon{position:absolute;z-index:4;top:18px;right:18px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1565c0;color:#fff;font-size:2rem;font-weight:800;box-shadow:0 5px 16px rgba(0,0,0,.18);border:3px solid rgba(255,255,255,.9)}
@media(max-width:520px){.software-card.tabaccherie .software-topic-icon{width:48px;height:48px;top:14px;right:14px;font-size:1.6rem}}

/* Correzione definitiva: nessuna macchia/velatura bianca sopra la foto principale Home */
.photo-hero::before,
.photo-hero::after{
  display:none!important;
  content:none!important;
  background:transparent!important;
  opacity:0!important;
}
.photo-hero-image{
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

/* === PAGINA CONTATTI === */
.contacts-page{padding:22px 20px 42px;background:#fff}
.contacts-hero{position:relative;overflow:hidden;min-height:420px;border-radius:14px;background:linear-gradient(105deg,#f4f4f4 0%,#fafafa 56%,#ececec 100%);display:grid;grid-template-columns:62% 38%;align-items:center}
.contacts-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:430px;height:430px;border-radius:50%;background:var(--yellow);opacity:.95}
.contacts-hero-copy{position:relative;z-index:2;padding:58px 64px}
.contacts-kicker,.contacts-section-kicker{display:inline-block;color:#111;font-size:.83rem;font-weight:900;letter-spacing:.13em;margin-bottom:12px}
.contacts-kicker:before,.contacts-section-kicker:before{content:"";display:inline-block;width:36px;height:4px;background:var(--yellow);vertical-align:middle;margin-right:10px;border-radius:4px}
.contacts-hero h1{margin:0;font-size:4.5rem;line-height:.95;font-weight:900;letter-spacing:-.04em}
.contacts-hero p{max-width:760px;margin:22px 0 0;font-size:1.22rem;line-height:1.55;color:#444}
.contacts-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.contacts-btn{display:inline-flex;align-items:center;justify-content:center;min-height:55px;padding:0 24px;border-radius:7px;font-weight:900;font-size:.95rem;transition:transform .15s ease,box-shadow .15s ease}.contacts-btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.12)}
.contacts-btn-yellow{background:var(--yellow);color:#111}.contacts-btn-dark{background:#050505;color:#fff}.contacts-btn-green{background:var(--green);color:#fff;width:100%;margin-top:22px}
.contacts-hero-visual{position:relative;z-index:2;display:grid;place-items:center;height:100%}
.contacts-headset-ring{width:230px;height:230px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 18px 45px rgba(0,0,0,.12);color:#111}.contacts-headset-ring svg{width:120px;height:120px}
.contacts-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:26px 0}
.contact-info-card{min-height:142px;border:1px solid #e9e9e9;border-radius:12px;background:#fff;display:flex;align-items:center;gap:18px;padding:24px;box-shadow:0 8px 25px rgba(0,0,0,.05)}
.contact-card-icon{flex:0 0 62px;width:62px;height:62px;border-radius:50%;background:#fff6d7;border:2px solid var(--yellow);display:grid;place-items:center;font-size:1.8rem;font-weight:900}
.contact-card-copy{display:flex;flex-direction:column;min-width:0}.contact-card-copy small{font-size:.77rem;font-weight:900;letter-spacing:.08em;color:#666;margin-bottom:5px}.contact-card-copy strong{font-size:1.22rem;line-height:1.15;overflow-wrap:anywhere}.contact-card-copy em{font-style:normal;color:#666;font-size:.84rem;line-height:1.35;margin-top:7px}
.contacts-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr);gap:24px;align-items:stretch}
.contacts-form-panel,.contacts-support-panel{border-radius:14px;padding:38px;background:#f7f7f7}
.contacts-form-panel h2,.contacts-support-panel h2{font-size:2.2rem;line-height:1.05;margin:2px 0 10px;font-weight:900}.contacts-form-panel>p,.contacts-support-panel>p{margin:0 0 28px;color:#626262;line-height:1.55}
.contacts-form{display:grid;gap:16px}.contacts-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contacts-form label{display:grid;gap:7px;font-size:.83rem;font-weight:800}.contacts-form input,.contacts-form select,.contacts-form textarea{width:100%;border:1px solid #d9d9d9;border-radius:7px;background:#fff;padding:14px 15px;font:inherit;color:#111;outline:none}.contacts-form input:focus,.contacts-form select:focus,.contacts-form textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,196,0,.18)}.contacts-form textarea{resize:vertical;min-height:150px}
.contacts-privacy{grid-template-columns:auto 1fr!important;align-items:start;gap:10px!important;font-weight:500!important;color:#666;line-height:1.4}.contacts-privacy input{width:18px;height:18px;margin-top:1px}
.contacts-submit{border:0;border-radius:7px;background:var(--yellow);color:#111;min-height:58px;padding:0 24px;font:inherit;font-weight:900;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.contacts-submit span{font-size:1.8rem}
.contacts-support-panel{background:#080808;color:#fff;display:flex;flex-direction:column;justify-content:center}.contacts-support-panel p{color:#c8c8c8}.contacts-section-kicker.green{color:#7bd262}.contacts-section-kicker.green:before{background:var(--green)}.support-number{font-size:2.65rem;color:var(--green);font-weight:900;line-height:1;margin:8px 0 20px}.support-hours{border-top:1px solid #333;border-bottom:1px solid #333;padding:18px 0;display:flex;flex-direction:column;gap:5px}.support-hours strong{font-size:1.08rem}.support-hours span{color:#d7d7d7}
.contacts-alert{padding:13px 15px;border-radius:7px;margin:0 0 18px;font-weight:700}.contacts-alert.success{background:#eaf8e6;color:#24731b}.contacts-alert.error{background:#fff0f0;color:#a41818}
@media(max-width:1050px){.contacts-hero{grid-template-columns:1fr 300px}.contacts-hero-copy{padding:48px 42px}.contacts-hero h1{font-size:3.8rem}.contacts-headset-ring{width:190px;height:190px}.contacts-headset-ring svg{width:100px;height:100px}.contacts-cards{grid-template-columns:1fr}.contact-info-card{min-height:110px}.contacts-main-grid{grid-template-columns:1fr}}
@media(max-width:700px){.contacts-page{padding:12px 10px 28px}.contacts-hero{grid-template-columns:1fr;min-height:0}.contacts-hero-copy{padding:38px 24px 28px}.contacts-hero h1{font-size:3.15rem}.contacts-hero p{font-size:1rem}.contacts-hero-visual{min-height:190px}.contacts-hero:after{right:-100px;bottom:-170px;width:350px;height:350px}.contacts-headset-ring{width:140px;height:140px}.contacts-headset-ring svg{width:72px;height:72px}.contacts-hero-actions{display:grid}.contacts-btn{width:100%}.contacts-cards{gap:10px;margin:14px 0}.contact-info-card{padding:18px 16px;gap:13px}.contact-card-icon{flex-basis:52px;width:52px;height:52px;font-size:1.45rem}.contact-card-copy strong{font-size:1rem}.contacts-form-panel,.contacts-support-panel{padding:28px 20px}.contacts-form-panel h2,.contacts-support-panel h2{font-size:1.8rem}.contacts-form-row{grid-template-columns:1fr}.support-number{font-size:2.15rem}}

/* === Pagina Prodotti: grafica coordinata con la Home === */
.catalog-page{padding:22px 20px 42px;background:#fff}
.catalog-hero{position:relative;overflow:hidden;min-height:430px;border-radius:14px;background:linear-gradient(100deg,#f2f2f2 0%,#fafafa 58%,#ececec 100%);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:center}
.catalog-hero:after{content:"";position:absolute;right:-120px;bottom:-160px;width:500px;height:500px;border-radius:50%;background:var(--yellow);z-index:0}
.catalog-hero-copy{position:relative;z-index:2;padding:58px 64px;max-width:900px}
.catalog-kicker{display:inline-block;color:#111;font-size:.83rem;font-weight:900;letter-spacing:.13em;margin-bottom:12px}.catalog-kicker:before{content:"";display:inline-block;width:36px;height:4px;background:var(--yellow);vertical-align:middle;margin-right:10px;border-radius:4px}
.catalog-hero h1{margin:0;font-size:4.5rem;line-height:.95;font-weight:900;letter-spacing:-.04em}.catalog-hero p{max-width:780px;margin:22px 0 0;font-size:1.22rem;line-height:1.55;color:#444}
.catalog-hero-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;margin-top:30px;min-width:270px;min-height:58px;padding:0 24px;border-radius:7px;background:var(--yellow);font-weight:900}.catalog-hero-btn b{font-size:1.8rem}
.catalog-hero-art{position:relative;z-index:2;display:grid;place-items:center;padding:45px 40px}.catalog-device-card{width:min(330px,100%);aspect-ratio:1.08;border-radius:28px;background:#0a0a0a;border:9px solid #fff;box-shadow:0 22px 50px rgba(0,0,0,.17);padding:36px 30px;transform:rotate(-3deg)}
.catalog-device-screen{display:grid;place-items:center;height:105px;border-radius:10px;background:var(--yellow);font-size:2.15rem;font-weight:900;letter-spacing:.08em}.catalog-device-line{display:block;height:10px;border-radius:10px;background:#efefef;margin:26px 0 0}.catalog-device-line.short{width:62%;margin-top:12px}.catalog-device-keys{display:block;color:#fff;font-size:2rem;letter-spacing:.42em;margin-top:26px}
.catalog-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:26px 0 46px}.catalog-categories a{min-height:126px;border:1px solid #e4e4e4;border-bottom:4px solid var(--yellow);border-radius:12px;background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 24px;transition:.2s;box-shadow:0 7px 22px rgba(0,0,0,.035)}.catalog-categories a:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.catalog-cat-icon{font-size:2.75rem;line-height:1}.catalog-categories strong,.catalog-categories small{display:block}.catalog-categories strong{font-size:1.17rem;margin-bottom:7px}.catalog-categories small{font-size:.88rem;line-height:1.4;color:#666}.catalog-categories a>b{font-size:2rem}
.catalog-products{padding:10px 12px 18px}.catalog-section-heading{text-align:center;max-width:720px;margin:0 auto 34px}.catalog-section-heading h2{margin:1px 0 10px;font-family:"Trebuchet MS",Inter,Arial,sans-serif;font-size:2.45rem;line-height:1.08;text-transform:uppercase;letter-spacing:.025em}.catalog-section-heading p{margin:0;color:#666;font-size:1.02rem}
.catalog-woo-shell .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;margin:0!important}.catalog-woo-shell .woocommerce ul.products:before,.catalog-woo-shell .woocommerce ul.products:after{display:none!important}.catalog-woo-shell .woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;border:1px solid #e8e8e8!important;border-radius:13px!important;padding:16px!important;background:#fff!important;box-shadow:0 9px 25px rgba(0,0,0,.05)!important;display:flex!important;flex-direction:column!important;transition:.2s}.catalog-woo-shell .woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.09)!important}.catalog-woo-shell .woocommerce ul.products li.product img{border-radius:9px!important;margin-bottom:14px!important;aspect-ratio:1/1;object-fit:contain;background:#fff}.catalog-woo-shell .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.08rem!important;font-weight:800!important;line-height:1.35!important;min-height:2.7em}.catalog-woo-shell .woocommerce ul.products li.product .price{color:#d00000!important;font-size:1.27rem!important;font-weight:900!important;line-height:1.2!important;margin:7px 0 14px!important}.catalog-woo-shell .woocommerce ul.products li.product .button{margin-top:auto!important;width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;background:#050505!important;color:#fff!important;border-radius:7px!important;font-weight:800!important}.catalog-woo-shell .woocommerce nav.woocommerce-pagination{margin:38px 0 0}.catalog-woo-shell .woocommerce nav.woocommerce-pagination ul{border:0}.catalog-woo-shell .woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 4px}.catalog-woo-shell .woocommerce nav.woocommerce-pagination ul li a,.catalog-woo-shell .woocommerce nav.woocommerce-pagination ul li span{min-width:42px;height:42px;display:grid;place-items:center;border-radius:6px;background:#f1f1f1;color:#111;font-weight:800}.catalog-woo-shell .woocommerce nav.woocommerce-pagination ul li span.current{background:var(--yellow);color:#111}.catalog-empty{padding:30px;border-radius:10px;background:#f4f4f4;text-align:center;font-weight:700}
.catalog-help{margin:48px 0 0;border-radius:14px;background:#080808;color:#fff;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.catalog-help .catalog-kicker{color:#fff}.catalog-help .catalog-kicker:before{background:var(--green)}.catalog-help h2{margin:3px 0 10px;font-size:2rem}.catalog-help p{margin:0;color:#c9c9c9;line-height:1.5}.catalog-help-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.catalog-help-actions a{min-height:54px;padding:0 22px;border-radius:7px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;white-space:nowrap}.catalog-help-actions a.outline{background:transparent;border:2px solid #fff}
@media(max-width:1050px){.catalog-hero{grid-template-columns:1fr 310px}.catalog-hero-copy{padding:48px 42px}.catalog-hero h1{font-size:3.8rem}.catalog-device-card{width:260px}.catalog-categories{grid-template-columns:repeat(2,1fr)}.catalog-woo-shell .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.catalog-help{align-items:flex-start;flex-direction:column}.catalog-help-actions{justify-content:flex-start}}
@media(max-width:760px){.catalog-page{padding:12px 10px 28px}.catalog-hero{grid-template-columns:1fr;min-height:0}.catalog-hero-copy{padding:38px 24px 24px}.catalog-hero h1{font-size:3.15rem}.catalog-hero p{font-size:1rem}.catalog-hero-art{min-height:210px;padding:22px}.catalog-hero:after{right:-105px;bottom:-190px;width:390px;height:390px}.catalog-device-card{width:205px;padding:20px;border-width:6px;border-radius:20px}.catalog-device-screen{height:70px;font-size:1.45rem}.catalog-device-line{margin-top:16px;height:7px}.catalog-device-keys{font-size:1.35rem;margin-top:16px}.catalog-categories{grid-template-columns:1fr;gap:10px;margin:14px 0 34px}.catalog-categories a{min-height:105px;padding:17px}.catalog-cat-icon{font-size:2.3rem}.catalog-products{padding:8px 2px}.catalog-section-heading h2{font-size:1.85rem}.catalog-woo-shell .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.catalog-woo-shell .woocommerce ul.products li.product{padding:10px!important}.catalog-woo-shell .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.9rem!important;min-height:0}.catalog-woo-shell .woocommerce ul.products li.product .price{font-size:1.02rem!important}.catalog-woo-shell .woocommerce ul.products li.product .button{font-size:.76rem!important;min-height:42px!important;padding-left:5px!important;padding-right:5px!important}.catalog-help{margin-top:34px;padding:28px 20px}.catalog-help h2{font-size:1.65rem}.catalog-help-actions{width:100%;display:grid}.catalog-help-actions a{width:100%}}
@media(max-width:380px){.catalog-woo-shell .woocommerce ul.products{gap:8px!important}.catalog-woo-shell .woocommerce ul.products li.product{padding:8px!important}.catalog-woo-shell .woocommerce ul.products li.product .button{font-size:.7rem!important}.catalog-categories small{font-size:.8rem}}

/* Immagine principale pagina Prodotti fornita dal cliente */
.catalog-hero-art{height:100%;padding:0;overflow:hidden}
.catalog-hero-photo{display:block;width:100%;height:100%;min-height:430px;object-fit:cover;object-position:center;border-radius:0}
@media(max-width:1050px){.catalog-hero-photo{min-height:430px}}
@media(max-width:760px){.catalog-hero-art{min-height:0;padding:0}.catalog-hero-photo{min-height:0;height:auto;aspect-ratio:588/369;object-fit:cover;width:100%}}

/* === Pagina Prodotti v2: stessa grafica e tema della Home === */
.catalog-home-theme{padding:0 20px 42px}
.catalog-home-theme .catalog-hero-home{position:relative;min-height:520px;border-radius:14px;overflow:hidden;background:linear-gradient(90deg,#f4f4f4 0%,#f1f1f1 50%,#ddd 100%);display:block;isolation:isolate}
.catalog-home-theme .catalog-hero-home:after{content:"";position:absolute;z-index:2;inset:0 42% 0 32%;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,0));border-radius:0}
.catalog-home-theme .catalog-hero-copy{position:relative;z-index:3;display:block;margin:38px 0 38px 18px;padding:42px 54px 36px 50px;background:rgba(255,255,255,.92);border-radius:28px;max-width:720px;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.catalog-home-theme .catalog-kicker{font-size:.82rem;letter-spacing:.12em;margin-bottom:14px}
.catalog-home-theme .catalog-hero h1{margin:0;font-size:4.3rem;line-height:.98;letter-spacing:-2px;font-weight:800}
.catalog-home-theme .catalog-hero h2{margin:18px 0 22px;font-size:2.25rem;line-height:1.08;font-weight:500}
.catalog-home-theme .catalog-hero p{margin:0;max-width:650px;font-size:1.18rem;line-height:1.5;color:#222}
.catalog-home-theme .catalog-hero-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;margin-top:30px;min-width:285px;height:64px;padding:0 28px;border-radius:8px;background:var(--yellow);font-size:1.05rem;font-weight:900}
.catalog-home-theme .catalog-hero-photo{position:absolute;z-index:1;top:0;right:0;width:64%;height:100%;min-height:520px;object-fit:cover;object-position:center right;display:block}
.catalog-home-theme .catalog-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:32px 0 34px}
.catalog-home-theme .catalog-categories a{min-height:160px;border:1px solid #ddd;border-bottom:4px solid var(--yellow);border-radius:14px;background:#fff;display:flex;align-items:center;gap:24px;padding:26px 28px;transition:.2s;box-shadow:none}
.catalog-home-theme .catalog-categories a:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.catalog-home-theme .catalog-cat-icon{font-size:3.25rem;line-height:1;flex:0 0 auto}
.catalog-home-theme .catalog-categories strong{font-size:1.25rem;line-height:1.15;margin-bottom:9px;display:block}
.catalog-home-theme .catalog-categories small{font-size:.94rem;line-height:1.4;color:#222;display:block}
.catalog-benefits{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 48px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;overflow:hidden}
.catalog-benefits>div{min-height:122px;padding:22px 20px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:14px;align-content:center;border-right:1px solid #e5e5e5}
.catalog-benefits>div:last-child{border-right:0}.catalog-benefits span{grid-row:1/3;width:44px;height:44px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-weight:900;font-size:1.2rem}.catalog-benefits strong{font-size:1rem;align-self:end}.catalog-benefits small{font-size:.82rem;line-height:1.35;color:#666;align-self:start;margin-top:4px}
.catalog-home-theme .catalog-section-heading h2{font-size:2rem;margin:0 0 10px;font-weight:800;text-transform:none;letter-spacing:0;font-family:inherit}.catalog-home-theme .catalog-section-heading{margin-bottom:28px}
.catalog-home-theme .catalog-help{border-radius:14px;background:#080808;color:#fff}
@media(max-width:1180px){.catalog-home-theme .catalog-hero-copy{max-width:620px;padding:38px 42px}.catalog-home-theme .catalog-hero h1{font-size:3.6rem}.catalog-home-theme .catalog-hero h2{font-size:2rem}.catalog-home-theme .catalog-categories a{padding:22px 18px;gap:18px}.catalog-home-theme .catalog-cat-icon{font-size:2.8rem}.catalog-home-theme .catalog-categories strong{font-size:1.1rem}.catalog-home-theme .catalog-categories small{font-size:.88rem}}
@media(max-width:900px){.catalog-home-theme{padding:0 10px 28px}.catalog-home-theme .catalog-hero-home{min-height:650px;border-radius:12px}.catalog-home-theme .catalog-hero-copy{margin:0;max-width:none;padding:28px 23px 24px;border-radius:0;background:rgba(255,255,255,.97);box-shadow:none}.catalog-home-theme .catalog-hero h1{font-size:2.6rem;letter-spacing:-1px}.catalog-home-theme .catalog-hero h2{font-size:1.55rem;margin:12px 0 16px}.catalog-home-theme .catalog-hero p{font-size:1rem}.catalog-home-theme .catalog-hero-btn{min-width:220px;height:54px;margin-top:22px;font-size:.92rem;padding:0 20px}.catalog-home-theme .catalog-hero-photo{top:255px;right:0;width:100%;height:395px;min-height:0;object-position:center}.catalog-home-theme .catalog-hero-home:after{display:none}.catalog-home-theme .catalog-categories{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.catalog-home-theme .catalog-categories a{min-height:120px;padding:16px 14px;gap:13px;border-radius:10px}.catalog-home-theme .catalog-cat-icon{font-size:2.35rem}.catalog-home-theme .catalog-categories strong{font-size:1rem;margin-bottom:6px}.catalog-home-theme .catalog-categories small{font-size:.79rem}.catalog-benefits{grid-template-columns:1fr 1fr}.catalog-benefits>div:nth-child(2){border-right:0}.catalog-benefits>div:nth-child(-n+2){border-bottom:1px solid #e5e5e5}}
@media(max-width:520px){.catalog-home-theme .catalog-hero-home{min-height:610px}.catalog-home-theme .catalog-hero-photo{top:250px;height:360px}.catalog-home-theme .catalog-hero h1{font-size:2.2rem}.catalog-home-theme .catalog-hero h2{font-size:1.35rem}.catalog-home-theme .catalog-categories{grid-template-columns:1fr}.catalog-home-theme .catalog-categories a{min-height:104px}.catalog-benefits{grid-template-columns:1fr}.catalog-benefits>div{border-right:0;border-bottom:1px solid #e5e5e5}.catalog-benefits>div:last-child{border-bottom:0}}

.catalog-home-theme .catalog-services-after-products{grid-template-columns:minmax(0,760px);justify-content:center;margin:34px auto 0}
.catalog-home-theme .catalog-services-after-products a{width:100%}
@media(max-width:900px){.catalog-home-theme .catalog-services-after-products{grid-template-columns:1fr;margin-top:24px}}

/* Foto Help Desk nella pagina Contatti */
.contacts-hero-visual{overflow:hidden}
.contacts-hero-photo{position:relative;z-index:3;display:block;width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center}
@media(max-width:1050px){.contacts-hero-photo{min-height:420px}}
@media(max-width:700px){.contacts-hero-visual{min-height:0}.contacts-hero-photo{height:auto;min-height:0;aspect-ratio:588/386;object-fit:cover}}

/* === Footer ecommerce coordinato alla Home === */
.longo-footer{margin-top:52px;background:#080808;color:#fff;border-top:4px solid var(--yellow)}
.longo-footer-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#111;border-bottom:1px solid #2a2a2a;padding:0 34px}
.longo-footer-benefits>div{min-height:112px;display:flex;align-items:center;gap:14px;padding:22px 24px;border-right:1px solid #333}
.longo-footer-benefits>div:last-child{border-right:0}.longo-footer-benefit-icon{width:46px;height:46px;flex:0 0 46px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:1.35rem;font-weight:900}.longo-footer-benefits strong,.longo-footer-benefits small{display:block}.longo-footer-benefits strong{font-size:.93rem;letter-spacing:.02em}.longo-footer-benefits small{margin-top:6px;color:var(--yellow);font-size:.78rem;line-height:1.3}
.longo-footer-main{display:grid;grid-template-columns:1.35fr .8fr .95fr .85fr 1.05fr;gap:34px;padding:48px 44px 42px;background:linear-gradient(135deg,#0a0a0a 0%,#111 60%,#090909 100%)}
.longo-footer-brandcol p{max-width:340px;margin:22px 0 20px;color:#d7d7d7;line-height:1.65;font-size:.92rem}.longo-footer-logo{display:inline-block;background:#fff;border-radius:10px;padding:9px 13px}.longo-footer-logo img{display:block;width:250px;max-width:100%;height:auto}.longo-footer-mail{display:inline-flex;color:var(--yellow);font-weight:800;font-size:.88rem;overflow-wrap:anywhere}
.longo-footer-col h3,.longo-footer-company h3{margin:0 0 22px;color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.04em}.longo-footer-col h3:after,.longo-footer-company h3:after{content:"";display:block;width:34px;height:3px;margin-top:10px;border-radius:4px;background:var(--yellow)}.longo-footer-col{display:flex;flex-direction:column;align-items:flex-start}.longo-footer-col a{position:relative;padding:7px 0 7px 14px;color:#dedede;font-size:.88rem;line-height:1.35}.longo-footer-col a:before{content:"›";position:absolute;left:0;color:var(--green);font-weight:900}.longo-footer-col a:hover,.longo-footer-company a:hover{color:var(--yellow)}
.longo-footer-company{align-self:start;padding:26px 24px;border:1px solid var(--green);border-radius:12px;background:#050505;box-shadow:0 14px 35px rgba(0,0,0,.18)}.longo-footer-company h3{color:var(--green)}.longo-footer-company h3:after{background:var(--green)}.longo-footer-company-row{display:grid;grid-template-columns:24px 1fr;gap:10px;align-items:start;padding:8px 0;color:#f2f2f2;font-size:.88rem;line-height:1.4}.longo-footer-company-row span{color:var(--green)}.longo-footer-company-row a{color:#f2f2f2;overflow-wrap:anywhere}
.longo-footer-bottom{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 44px;border-top:1px solid #292929;color:#aaa;font-size:.8rem}.longo-footer-bottom span:last-child{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.longo-footer-bottom a{color:#d5d5d5}.longo-footer-bottom a:hover{color:var(--yellow)}.longo-footer-bottom i{font-style:normal;color:#555}
@media(max-width:1180px){.longo-footer-main{grid-template-columns:1.35fr 1fr 1fr;gap:34px}.longo-footer-company{grid-column:3}.longo-footer-benefits{padding:0 18px}.longo-footer-benefits>div{padding:18px 14px}.longo-footer-benefits strong{font-size:.84rem}.longo-footer-benefits small{font-size:.72rem}}
@media(max-width:900px){.longo-footer{margin-top:36px}.longo-footer-benefits{grid-template-columns:1fr 1fr;padding:0}.longo-footer-benefits>div{min-height:96px;border-right:0;border-bottom:1px solid #2d2d2d;padding:16px}.longo-footer-benefits>div:nth-child(odd){border-right:1px solid #2d2d2d}.longo-footer-main{grid-template-columns:1fr 1fr;padding:34px 22px;gap:30px}.longo-footer-brandcol{grid-column:1/-1}.longo-footer-logo img{width:210px}.longo-footer-company{grid-column:auto}.longo-footer-bottom{padding:16px 22px;align-items:flex-start;flex-direction:column;gap:10px}}
@media(max-width:560px){.longo-footer-benefits{grid-template-columns:1fr}.longo-footer-benefits>div,.longo-footer-benefits>div:nth-child(odd){border-right:0}.longo-footer-benefit-icon{width:42px;height:42px;flex-basis:42px}.longo-footer-main{grid-template-columns:1fr;padding:30px 18px}.longo-footer-brandcol,.longo-footer-company{grid-column:auto}.longo-footer-company{padding:22px 18px}.longo-footer-bottom{padding:16px 18px}.longo-footer-logo img{width:190px}}
\n/* Metodi di pagamento nel footer */\n.longo-footer-payments{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 44px;background:#0d0d0d;border-top:1px solid #292929}.longo-footer-payments>strong{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.longo-payment-icons{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.pay-badge{height:38px;min-width:68px;padding:0 12px;border-radius:6px;background:#fff;color:#111;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.82rem;line-height:1;box-shadow:inset 0 0 0 1px #ddd}.pay-visa{font-size:1.05rem;font-style:italic;letter-spacing:.03em}.pay-paypal{font-size:.9rem}.pay-apple{font-size:.88rem}.pay-google{font-size:.88rem}.pay-bank{min-width:104px;font-size:.75rem}.pay-mastercard{position:relative;min-width:108px;gap:0;padding-left:9px;padding-right:8px;justify-content:flex-start}.pay-mastercard i{display:block;width:22px;height:22px;border-radius:50%;background:#222;opacity:.9}.pay-mastercard i+ i{margin-left:-8px;opacity:.55}.pay-mastercard b{font-size:.62rem;margin-left:5px;letter-spacing:-.02em}\n@media(max-width:900px){.longo-footer-payments{padding:20px 22px;align-items:flex-start;flex-direction:column;gap:14px}.longo-payment-icons{justify-content:flex-start}}\n@media(max-width:560px){.longo-footer-payments{padding:18px}.longo-payment-icons{gap:7px}.pay-badge{height:36px;min-width:62px;padding:0 10px}.pay-mastercard{min-width:102px}.pay-bank{min-width:100px}}\n
/* Colori ufficiali/stile brand per i badge dei metodi di pagamento */
.pay-visa{color:#1434CB;background:#fff}
.pay-paypal{color:#003087;background:#fff}
.pay-apple{color:#000;background:#fff}
.pay-google{color:#4285F4;background:#fff}
.pay-bank{color:#222;background:#f7f7f7}
.pay-mastercard{background:#fff;color:#111}
.pay-mastercard i:first-of-type{background:#EB001B;opacity:1}
.pay-mastercard i+ i{background:#F79E1B;opacity:1}

/* Pagina Servizi - hero fotografico */
.services-page{background:#f6f7f8}.services-hero{min-height:430px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.services-hero-inner{width:min(1180px,92%);margin:auto;padding:70px 0}.services-kicker{display:inline-block;color:#d8f000;font-weight:800;letter-spacing:.08em;font-size:.82rem;margin-bottom:12px}.services-hero h1{font-size:clamp(2.5rem,5vw,4.8rem);line-height:1;margin:0 0 18px;text-transform:uppercase}.services-hero p{font-size:1.18rem;max-width:610px;line-height:1.6;margin:0 0 26px}.services-btn{display:inline-block;background:#8cc313;color:#fff!important;text-decoration:none;font-weight:800;padding:14px 22px;border-radius:8px}.services-grid-wrap{width:min(1180px,92%);margin:-34px auto 70px;position:relative}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:14px;box-shadow:0 16px 45px rgba(0,0,0,.12);overflow:hidden}.services-grid article{padding:32px 25px;border-right:1px solid #e8e8e8}.services-grid article:last-child{border-right:0}.services-grid article>span{font-size:2rem;color:#8cc313}.services-grid h2{font-size:1rem;text-transform:uppercase;margin:14px 0 10px}.services-grid p{font-size:.92rem;line-height:1.55;color:#5b6065;margin:0}@media(max-width:850px){.services-hero{min-height:390px;background-position:62% center}.services-grid{grid-template-columns:1fr 1fr}.services-grid article{border-bottom:1px solid #e8e8e8}.services-grid-wrap{margin-top:-20px}}@media(max-width:560px){.services-hero{min-height:420px;background-position:68% center}.services-hero-inner{padding:55px 0}.services-grid{grid-template-columns:1fr}.services-grid article{border-right:0}.services-grid-wrap{margin-bottom:45px}}

/* Pagina Software Gestionale Beauty */
.beauty-page{background:#fff;color:#171717}.beauty-hero{min-height:500px;background-size:cover;background-position:center;display:flex;align-items:center}.beauty-hero-inner{width:min(1180px,92%);margin:auto;padding:72px 0;color:#fff}.beauty-kicker,.beauty-section-kicker{display:inline-block;font-size:.83rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#d22676}.beauty-hero h1{max-width:760px;font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.02;margin:10px 0 20px}.beauty-hero p{max-width:720px;font-size:1.13rem;line-height:1.65;margin:0 0 28px;color:#f2f2f2}.beauty-actions{display:flex;gap:12px;flex-wrap:wrap}.beauty-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:7px;font-weight:800;text-decoration:none;transition:.2s ease}.beauty-btn.primary{background:#d22676;color:#fff}.beauty-btn.primary:hover{transform:translateY(-1px);filter:brightness(.96)}.beauty-btn.ghost{border:1px solid rgba(255,255,255,.7);color:#fff;background:rgba(255,255,255,.06)}.beauty-intro,.beauty-showcase{width:min(1180px,92%);margin:0 auto;padding:72px 0;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.beauty-copy h2,.beauty-section-head h2,.beauty-showcase-copy h2,.beauty-cta h2{font-size:clamp(2rem,3vw,3rem);line-height:1.12;margin:10px 0 18px}.beauty-copy p,.beauty-showcase-copy p,.beauty-cta p{font-size:1.05rem;line-height:1.75;color:#555}.beauty-image-card,.beauty-showcase-image{border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.12);background:#fff}.beauty-image-card img,.beauty-showcase-image img{width:100%;display:block;object-fit:cover}.beauty-image-note{padding:18px 20px;border-top:4px solid #d22676;display:flex;flex-direction:column;gap:4px}.beauty-image-note strong{font-size:1.05rem}.beauty-image-note span{color:#666;line-height:1.45}.beauty-features-wrap{background:linear-gradient(180deg,#fff7fb,#fff);padding:72px 0}.beauty-section-head{width:min(880px,92%);margin:0 auto 34px;text-align:center}.beauty-section-head p{color:#666;line-height:1.6}.beauty-features{width:min(1180px,92%);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.beauty-features article{background:#fff;border:1px solid #f0dbe5;border-radius:15px;padding:28px;box-shadow:0 8px 25px rgba(210,38,118,.06)}.beauty-features article>span{font-size:2rem;display:block;margin-bottom:14px}.beauty-features h3{margin:0 0 10px;font-size:1.16rem}.beauty-features p{margin:0;color:#666;line-height:1.6}.beauty-showcase{padding-top:78px;padding-bottom:78px}.beauty-showcase-image img{min-height:420px;object-fit:cover}.beauty-tags{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 22px}.beauty-tags span{background:#fff1f7;color:#a51655;border:1px solid #f2c7db;border-radius:999px;padding:8px 12px;font-weight:700;font-size:.9rem}.beauty-cta{width:min(1180px,92%);margin:0 auto 70px;background:#111;color:#fff;border-radius:18px;padding:34px 40px;display:flex;align-items:center;justify-content:space-between;gap:30px}.beauty-cta h2{font-size:clamp(1.75rem,2.6vw,2.55rem);margin-bottom:10px}.beauty-cta p{color:#d5d5d5;margin:0}.beauty-cta>div{max-width:820px}
@media(max-width:900px){.beauty-hero{min-height:430px}.beauty-intro,.beauty-showcase{grid-template-columns:1fr;gap:30px;padding:52px 0}.beauty-features{grid-template-columns:repeat(2,1fr)}.beauty-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:580px){.beauty-hero-inner{padding:56px 0}.beauty-hero h1{font-size:2.3rem}.beauty-hero p{font-size:1rem}.beauty-actions .beauty-btn{width:100%}.beauty-features{grid-template-columns:1fr}.beauty-features article{padding:22px}.beauty-showcase-image img{min-height:300px}.beauty-cta{padding:28px 24px;margin-bottom:44px}.beauty-cta .beauty-btn{width:100%}}

/* Beauty page aligned to Home graphics */
.beauty-home-style{padding-top:0}
.beauty-photo-hero .photo-hero-image{object-position:center}
.beauty-photo-hero .photo-hero-copy{max-width:700px}
.beauty-photo-hero .photo-hero-copy h1 span{color:var(--yellow)}
.beauty-heading-section{padding-bottom:6px}
.beauty-home-lead{max-width:900px;margin:-12px auto 0;text-align:center;font-size:1.08rem;line-height:1.65;color:#555}
.beauty-feature-grid{margin-bottom:22px}
.beauty-feature-card{min-height:160px;border:1px solid #ddd;border-bottom:4px solid var(--yellow);border-radius:14px;background:#fff;display:flex;align-items:center;gap:26px;padding:26px 28px;transition:.2s;box-sizing:border-box}
.beauty-feature-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.beauty-feature-card strong,.beauty-feature-card small{display:block}
.beauty-feature-card strong{font-size:1.22rem;line-height:1.15;margin-bottom:10px}
.beauty-feature-card small{font-size:.96rem;line-height:1.4;color:#555}
.beauty-software-sections{padding-top:20px;padding-bottom:24px}
.beauty-software-sections .software-card.beauty{background:linear-gradient(90deg,#fff 0%,#fffdf3 100%)}
.beauty-software-sections .software-card.beauty h2{color:#111}
.beauty-software-sections .software-card-kicker{color:#777}
.beauty-software-sections .software-cta.beauty-home-cta{background:var(--yellow);color:#111}
.beauty-software-sections .software-cta.beauty-home-cta:hover{filter:brightness(.96)}
.beauty-support-block{margin-top:12px;margin-bottom:18px}
.beauty-support-image img{object-fit:cover;object-position:center}
@media(max-width:900px){
  .beauty-feature-card{min-height:120px;padding:16px 14px;gap:13px;border-radius:10px}
  .beauty-feature-card strong{font-size:1rem;margin-bottom:6px}
  .beauty-feature-card small{font-size:.79rem}
  .beauty-home-lead{font-size:.95rem;padding:0 10px}
}
@media(max-width:520px){
  .beauty-photo-hero .photo-hero-image{object-position:60% center}
  .beauty-feature-card{min-height:104px}
  .beauty-software-sections{padding-left:2px;padding-right:2px}
}

/* Header: numero assistenza più grande */
.photo-help .help-copy strong{font-size:2.9rem!important;line-height:1.05!important;font-weight:800!important;letter-spacing:.5px!important;white-space:nowrap}
@media(max-width:1180px){.photo-help .help-copy strong{font-size:2.55rem!important}}
@media(max-width:900px){.photo-help .help-copy strong{font-size:2.1rem!important}}
@media(max-width:520px){.photo-help .help-copy strong{font-size:1.7rem!important}}
@media(max-width:380px){.photo-help .help-copy strong{font-size:1.5rem!important}}

/* HyperBeauty - pagina Software Gestionali Beauty */
.hyperbeauty-page{--hb:#d22676;--hb-dark:#a9165a;--hb-soft:#fff4f9}
.hyperbeauty-brand,.hyperbeauty-kicker{display:inline-block;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;color:var(--hb)}
.hyperbeauty-hero .photo-hero-copy h2{max-width:720px}
.hyperbeauty-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}
.hyperbeauty-cta-light{background:#fff!important;color:#111!important;border:2px solid #fff}
.hyperbeauty-intro{padding-top:52px}
.hyperbeauty-feature-grid .cat-icon{flex:0 0 58px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--hb-soft);color:var(--hb);font-size:1.55rem;font-weight:900;border:1px solid #f2cadc}
.hyperbeauty-feature-grid .beauty-feature-card{border-bottom-color:var(--hb)}
.hyperbeauty-feature-grid .beauty-feature-card:hover{box-shadow:0 12px 28px rgba(210,38,118,.11)}
.hyperbeauty-card .software-card-kicker{color:var(--hb)}
.hyperbeauty-card .software-cta.beauty-home-cta{background:var(--hb);color:#fff}
.hyperbeauty-card .software-cta.beauty-home-cta:hover{background:var(--hb-dark)}
.hyperbeauty-audience{width:min(1180px,calc(100% - 24px));margin:30px auto 42px;padding:42px 34px;background:linear-gradient(135deg,#fff7fb,#fff);border:1px solid #f3d8e4;border-radius:18px}
.hyperbeauty-audience .section-heading{text-align:center;margin-bottom:26px}
.hyperbeauty-audience .section-heading h2{margin-top:7px}
.hyperbeauty-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:11px}
.hyperbeauty-tags span{padding:10px 15px;border-radius:999px;background:#fff;border:1px solid #efc7d9;color:#8f174f;font-weight:800;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.hyperbeauty-support .cashmatic-kicker{color:var(--hb)}
.hyperbeauty-source-note{width:min(1180px,calc(100% - 24px));margin:0 auto 38px;padding:18px 22px;border-left:4px solid var(--hb);background:#fafafa;border-radius:0 10px 10px 0;font-size:.88rem;line-height:1.55;color:#666}
.hyperbeauty-source-note p{margin:0 0 6px}.hyperbeauty-source-note a{color:var(--hb-dark);font-weight:800;text-decoration:none}
@media(max-width:700px){.hyperbeauty-actions{display:grid;grid-template-columns:1fr}.hyperbeauty-actions .hero-cta{width:100%;box-sizing:border-box}.hyperbeauty-feature-grid .cat-icon{flex-basis:48px;width:48px;height:48px;font-size:1.2rem}.hyperbeauty-audience{padding:30px 18px}.hyperbeauty-tags{gap:8px}.hyperbeauty-tags span{font-size:.86rem;padding:8px 11px}}

/* Header assistance number: extra-small sizing requested */
.photo-help strong{font-size:1.95rem!important;letter-spacing:.2px!important}
@media(max-width:1180px){.photo-help strong{font-size:1.65rem!important}}
@media(max-width:900px){.photo-help strong{font-size:.92rem!important}}
@media(max-width:520px){.photo-help strong{font-size:.78rem!important}}

/* Header assistance number: even smaller sizing */
.photo-help .help-copy strong{font-size:1.55rem!important;letter-spacing:0!important}
@media(max-width:1180px){.photo-help .help-copy strong{font-size:1.35rem!important}}
@media(max-width:900px){.photo-help .help-copy strong{font-size:.78rem!important}}
@media(max-width:520px){.photo-help .help-copy strong{font-size:.66rem!important}}
@media(max-width:380px){.photo-help .help-copy strong{font-size:.60rem!important}}

/* === Software Gestionali Ristorazione / CashWork === */
.cashwork-page{--cw:#163b72;--cw2:#1d63a8;--cw-accent:#ffc400;--cw-soft:#f4f8fc}
.cashwork-hero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);background:linear-gradient(105deg,#0e2344 0%,#173e74 56%,#f6f8fb 56%,#fff 100%);min-height:520px}
.cashwork-hero .photo-hero-copy{position:relative;z-index:3;color:#fff;max-width:760px}.cashwork-hero .photo-hero-copy h1 span{color:var(--cw-accent)}.cashwork-hero .photo-hero-copy h2,.cashwork-hero .photo-hero-copy p{color:#fff}.cashwork-brand,.cashwork-kicker,.cashwork-card-kicker{display:inline-block;font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:.8rem;color:var(--cw2)}.cashwork-brand{color:#fff}.cashwork-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.cashwork-cta-light{background:#fff!important;color:#111!important}.cashwork-hero-visual{position:relative;z-index:2;height:100%;min-height:520px;display:grid;place-items:center;overflow:hidden}.cashwork-restaurant-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35}.cashwork-screen-card{position:relative;width:min(470px,84%);background:#fff;border-radius:20px;padding:38px 26px;box-shadow:0 20px 55px rgba(0,0,0,.22);border:1px solid #e7edf5}.cashwork-screen-card img{width:100%;height:auto;display:block}
.cashwork-intro{padding-top:56px;padding-bottom:18px}.cashwork-intro .section-heading{text-align:center}.cashwork-intro .section-heading h2{margin-top:8px}.cashwork-lead{max-width:920px;margin:0 auto;color:#555;font-size:1.06rem;line-height:1.7}
.cashwork-feature-grid{width:min(1180px,calc(100% - 24px));margin:18px auto 54px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cashwork-feature-card{background:#fff;border:1px solid #dfe6ee;border-bottom:4px solid var(--cw2);border-radius:15px;overflow:hidden;box-shadow:0 8px 24px rgba(20,56,105,.06);transition:.2s}.cashwork-feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(20,56,105,.12)}.cashwork-feature-card img{width:100%;height:175px;object-fit:contain;background:#fafafa;padding:12px;box-sizing:border-box}.cashwork-feature-card>div{padding:22px}.cashwork-feature-card h3{font-size:1.24rem;margin:7px 0 10px}.cashwork-feature-card p{margin:0;color:#5d6470;line-height:1.55;font-size:.95rem}
.cashwork-showcase{width:min(1180px,calc(100% - 24px));margin:0 auto 44px;display:grid;gap:24px}.cashwork-showcase-card{display:grid;grid-template-columns:1fr 1fr;min-height:390px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#f5f8fc,#fff);border:1px solid #dfe6ee}.cashwork-showcase-card.reverse .cashwork-showcase-image{order:2}.cashwork-showcase-card.reverse .cashwork-showcase-copy{order:1}.cashwork-showcase-image{display:grid;place-items:center;background:#fff;padding:35px}.cashwork-showcase-image img{width:100%;max-width:520px;height:auto;display:block}.cashwork-showcase-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.cashwork-showcase-copy h2{font-size:clamp(2rem,3vw,3rem);line-height:1.08;margin:10px 0 17px}.cashwork-showcase-copy p{color:#59616c;line-height:1.7;margin:0 0 22px}.cashwork-btn{background:var(--cw);color:#fff!important}.cashwork-btn:hover{background:var(--cw2)}
.cashwork-audience{width:min(1180px,calc(100% - 24px));margin:0 auto 42px;padding:42px 30px;border-radius:18px;background:linear-gradient(135deg,#eef5fc,#fff);border:1px solid #d9e5f1}.cashwork-audience .section-heading{text-align:center;margin-bottom:24px}.cashwork-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.cashwork-tags span{padding:10px 15px;border-radius:999px;background:#fff;border:1px solid #cbdced;color:#173e74;font-weight:800;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.cashwork-support .cashmatic-kicker{color:var(--cw2)}.cashwork-support-image img{object-fit:contain;background:#fff;padding:30px}.cashwork-source-note{width:min(1180px,calc(100% - 24px));margin:0 auto 38px;padding:18px 22px;border-left:4px solid var(--cw2);background:#f8fafc;border-radius:0 10px 10px 0;color:#666;font-size:.88rem;line-height:1.55}.cashwork-source-note p{margin:0 0 6px}.cashwork-source-note a{color:var(--cw);font-weight:800;text-decoration:none}
@media(max-width:950px){.cashwork-hero{grid-template-columns:1fr;background:linear-gradient(180deg,#0e2344 0%,#173e74 55%,#f4f7fb 55%,#fff 100%)}.cashwork-hero-visual{min-height:340px}.cashwork-feature-grid{grid-template-columns:repeat(2,1fr)}.cashwork-showcase-card{grid-template-columns:1fr}.cashwork-showcase-card.reverse .cashwork-showcase-image,.cashwork-showcase-card.reverse .cashwork-showcase-copy{order:initial}.cashwork-showcase-image{min-height:260px}.cashwork-showcase-copy{padding:34px}}
@media(max-width:620px){.cashwork-actions{display:grid;grid-template-columns:1fr}.cashwork-actions .hero-cta{width:100%;box-sizing:border-box}.cashwork-hero-visual{min-height:270px}.cashwork-screen-card{padding:24px 12px;width:88%}.cashwork-feature-grid{grid-template-columns:1fr}.cashwork-feature-card img{height:150px}.cashwork-showcase-copy{padding:27px 22px}.cashwork-audience{padding:30px 18px}.cashwork-tags span{font-size:.86rem;padding:8px 11px}}

/* Pagina Software Gestionali Ristorazione: testo iniziale nero */
.cashwork-hero .photo-hero-copy,
.cashwork-hero .photo-hero-copy h1,
.cashwork-hero .photo-hero-copy h2,
.cashwork-hero .photo-hero-copy p,
.cashwork-hero .cashwork-brand {
  color:#111 !important;
}

/* Header: numero telefono della stessa dimensione di ASSISTENZA TECNICA */
.photo-help .help-copy strong{font-size:1.65rem!important;line-height:1!important;font-weight:900!important;letter-spacing:.005em!important}
@media(max-width:1180px){.photo-help .help-copy strong{font-size:1.35rem!important}}
@media(max-width:900px){.photo-help .help-copy strong{font-size:.90rem!important;line-height:1.05!important}}
@media(max-width:520px){.photo-help .help-copy strong{font-size:.72rem!important;line-height:1.04!important}}
@media(max-width:380px){.photo-help .help-copy strong{font-size:.64rem!important}}

/* Header: numero telefono più grande di ASSISTENZA TECNICA */
.photo-help .help-copy strong{font-size:2.05rem!important;line-height:1!important;font-weight:900!important;letter-spacing:.005em!important}
@media(max-width:1180px){.photo-help .help-copy strong{font-size:1.70rem!important}}
@media(max-width:900px){.photo-help .help-copy strong{font-size:1.08rem!important;line-height:1.05!important}}
@media(max-width:520px){.photo-help .help-copy strong{font-size:.88rem!important;line-height:1.04!important}}
@media(max-width:380px){.photo-help .help-copy strong{font-size:.78rem!important}}

/* === Software Gestionali Tabaccherie / Wycash === */
.tobacco-page{--tb:#1565c0;--tb-dark:#0c4488;--tb-soft:#eef6ff;--tb-accent:#ffc400}
.tobacco-hero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);background:linear-gradient(105deg,#f3f7fb 0%,#fff 56%,#eaf2fb 56%,#fff 100%);min-height:520px}
.tobacco-hero .photo-hero-copy{position:relative;z-index:3;color:#111;max-width:760px}.tobacco-hero .photo-hero-copy h1 span{color:var(--tb)}.tobacco-hero .photo-hero-copy h2,.tobacco-hero .photo-hero-copy p{color:#111}.tobacco-brand,.tobacco-kicker{display:inline-block;font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:.8rem;color:var(--tb)}.tobacco-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.tobacco-cta-light{background:#fff!important;color:#111!important;border:2px solid #111}
.tobacco-hero-visual{position:relative;z-index:2;height:100%;min-height:520px;display:grid;place-items:center;overflow:hidden}.tobacco-hero-photo{position:absolute;right:0;bottom:0;width:74%;height:100%;object-fit:contain;object-position:right bottom}.tobacco-pos-card{position:absolute;left:2%;bottom:30px;width:min(330px,50%);background:#fff;border-radius:18px;padding:20px;box-shadow:0 18px 45px rgba(0,0,0,.18);border:1px solid #dfe8f1}.tobacco-pos-card img{width:100%;height:auto;display:block}
.tobacco-intro{padding-top:56px;padding-bottom:20px}.tobacco-intro .section-heading{text-align:center}.tobacco-intro .section-heading h2{margin-top:8px}.tobacco-lead{max-width:920px;margin:0 auto;color:#555;font-size:1.06rem;line-height:1.7}
.tobacco-feature-grid{width:min(1180px,calc(100% - 24px));margin:18px auto 54px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tobacco-feature-card{background:#fff;border:1px solid #dce6ef;border-bottom:4px solid var(--tb);border-radius:15px;padding:26px;box-shadow:0 8px 24px rgba(21,101,192,.06);transition:.2s}.tobacco-feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(21,101,192,.12)}.tobacco-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--tb-soft);color:var(--tb);font-size:1.5rem;font-weight:900;margin-bottom:17px}.tobacco-feature-card h3{font-size:1.22rem;margin:0 0 10px}.tobacco-feature-card p{margin:0;color:#5d6470;line-height:1.55;font-size:.95rem}
.tobacco-sectors{width:min(1180px,calc(100% - 24px));margin:0 auto 48px}.tobacco-sectors .section-heading{text-align:center;margin-bottom:24px}.tobacco-sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tobacco-sector-card{overflow:hidden;border-radius:16px;background:#fff;border:1px solid #dde6ef;box-shadow:0 8px 24px rgba(0,0,0,.06)}.tobacco-sector-card img{display:block;width:100%;height:235px;object-fit:cover}.tobacco-sector-card>div{padding:22px}.tobacco-sector-card h3{margin:0 0 9px;font-size:1.25rem}.tobacco-sector-card p{margin:0;color:#5e6570;line-height:1.55}
.tobacco-showcase{width:min(1180px,calc(100% - 24px));margin:0 auto 44px;display:grid;gap:24px}.tobacco-showcase-card{display:grid;grid-template-columns:1fr 1fr;min-height:390px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#f3f8fd,#fff);border:1px solid #dce7f0}.tobacco-showcase-card.reverse .tobacco-showcase-image{order:2}.tobacco-showcase-card.reverse .tobacco-showcase-copy{order:1}.tobacco-showcase-image{display:grid;place-items:center;background:#fff;overflow:hidden}.tobacco-showcase-image img{width:100%;height:100%;min-height:390px;object-fit:cover;display:block}.tobacco-showcase-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.tobacco-showcase-copy h2{font-size:clamp(2rem,3vw,3rem);line-height:1.08;margin:10px 0 17px}.tobacco-showcase-copy p{color:#59616c;line-height:1.7;margin:0 0 22px}.tobacco-btn{background:var(--tb);color:#fff!important}.tobacco-btn:hover{background:var(--tb-dark)}
.tobacco-audience{width:min(1180px,calc(100% - 24px));margin:0 auto 42px;padding:42px 30px;border-radius:18px;background:linear-gradient(135deg,#eef6ff,#fff);border:1px solid #d7e6f5}.tobacco-audience .section-heading{text-align:center;margin-bottom:24px}.tobacco-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.tobacco-tags span{padding:10px 15px;border-radius:999px;background:#fff;border:1px solid #c9ddf1;color:var(--tb-dark);font-weight:800;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.tobacco-support .cashmatic-kicker{color:var(--tb)}.tobacco-support-image img{object-fit:contain;background:#fff;padding:28px}.tobacco-source-note{width:min(1180px,calc(100% - 24px));margin:0 auto 38px;padding:18px 22px;border-left:4px solid var(--tb);background:#f8fafc;border-radius:0 10px 10px 0;color:#666;font-size:.88rem;line-height:1.55}.tobacco-source-note p{margin:0}
@media(max-width:950px){.tobacco-hero{grid-template-columns:1fr;background:linear-gradient(180deg,#f3f7fb 0%,#fff 55%,#edf4fb 55%,#fff 100%)}.tobacco-hero-visual{min-height:350px}.tobacco-feature-grid{grid-template-columns:repeat(2,1fr)}.tobacco-sector-grid{grid-template-columns:1fr 1fr}.tobacco-showcase-card{grid-template-columns:1fr}.tobacco-showcase-card.reverse .tobacco-showcase-image,.tobacco-showcase-card.reverse .tobacco-showcase-copy{order:initial}.tobacco-showcase-image img{min-height:300px}.tobacco-showcase-copy{padding:34px}}
@media(max-width:620px){.tobacco-actions{display:grid;grid-template-columns:1fr}.tobacco-actions .hero-cta{width:100%;box-sizing:border-box}.tobacco-hero-visual{min-height:300px}.tobacco-hero-photo{width:82%}.tobacco-pos-card{left:8px;bottom:15px;width:50%;padding:10px}.tobacco-feature-grid,.tobacco-sector-grid{grid-template-columns:1fr}.tobacco-sector-card img{height:220px}.tobacco-showcase-copy{padding:27px 22px}.tobacco-audience{padding:30px 18px}.tobacco-tags span{font-size:.86rem;padding:8px 11px}}

/* Software Gestionali Retail - Wycash PRO */
.retail-page{--tb:#159947;--tb-dark:#087131;--tb-soft:#edf9f1;--tb-accent:#f4c400}
.retail-page .tobacco-hero{background:linear-gradient(105deg,#f5faf6 0%,#fff 56%,#eaf7ef 56%,#fff 100%)}
.retail-product-hero{width:min(92%,760px);max-height:500px;object-fit:contain;display:block;filter:drop-shadow(0 22px 24px rgba(0,0,0,.13))}
.retail-page .tobacco-feature-card{box-shadow:0 8px 24px rgba(21,153,71,.07)}
.retail-page .tobacco-feature-card:hover{box-shadow:0 14px 30px rgba(21,153,71,.13)}
.retail-page .tobacco-showcase-card{background:linear-gradient(135deg,#f1faf4,#fff);border-color:#d8eadf}
.retail-page .tobacco-audience{background:linear-gradient(135deg,#edf9f1,#fff);border-color:#d2ead9}
.retail-page .tobacco-tags span{border-color:#cce6d4;color:#087131}
.retail-page .retail-interface img{object-fit:contain;background:#fff;padding:24px}
@media(max-width:950px){.retail-page .tobacco-hero{background:linear-gradient(180deg,#f5faf6 0%,#fff 55%,#edf9f1 55%,#fff 100%)}.retail-product-hero{max-height:330px}}

/* === Pagina Carrello WooCommerce === */
.longo-cart-page{background:#f6f7f8;color:#151515}
.longo-cart-hero{background:linear-gradient(120deg,#111 0%,#222 64%,#159947 64%,#159947 100%);padding:52px 20px;color:#fff}
.longo-cart-hero-inner{width:min(1180px,100%);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:30px}
.longo-cart-kicker{display:inline-block;font-size:.78rem;letter-spacing:.12em;font-weight:900;color:#f4c400;margin-bottom:10px}
.longo-cart-hero h1{font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin:0 0 14px;color:#fff}
.longo-cart-hero p{max-width:740px;margin:0;color:#e7e7e7;font-size:1.04rem;line-height:1.65}
.longo-cart-hero-icon{width:118px;height:118px;min-width:118px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#159947;font-size:3.4rem;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.longo-cart-content{width:min(1180px,calc(100% - 24px));margin:0 auto;padding:34px 0 54px}
.longo-cart-trustbar{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}
.longo-cart-trustbar>div{background:#fff;border:1px solid #e1e5e8;border-radius:12px;padding:18px 20px;display:grid;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;box-shadow:0 5px 18px rgba(0,0,0,.04)}
.longo-cart-trustbar span{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf8ef;color:#159947;font-weight:900;font-size:1.15rem}
.longo-cart-trustbar strong{font-size:.95rem}.longo-cart-trustbar small{color:#6e7479;margin-top:2px}
.longo-cart-box{background:#fff;border:1px solid #e0e4e7;border-radius:16px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.longo-cart-box .woocommerce{font-family:inherit}
.longo-cart-box table.shop_table{border:0;border-collapse:separate;border-spacing:0 12px;margin:0 0 26px}
.longo-cart-box table.shop_table thead th{border:0;background:#111;color:#fff;padding:15px 14px;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}
.longo-cart-box table.shop_table thead th:first-child{border-radius:10px 0 0 10px}.longo-cart-box table.shop_table thead th:last-child{border-radius:0 10px 10px 0}
.longo-cart-box table.shop_table td{background:#fafafa;border-top:1px solid #e8eaec!important;border-bottom:1px solid #e8eaec!important;padding:16px 14px;vertical-align:middle}
.longo-cart-box table.shop_table td:first-child{border-left:1px solid #e8eaec!important;border-radius:10px 0 0 10px}.longo-cart-box table.shop_table td:last-child{border-right:1px solid #e8eaec!important;border-radius:0 10px 10px 0}
.longo-cart-box .product-thumbnail img{width:82px!important;border-radius:10px;background:#fff;padding:5px;border:1px solid #eee}
.longo-cart-box .product-name a{color:#161616;font-weight:800;text-decoration:none}.longo-cart-box .product-name a:hover{color:#159947}
.longo-cart-box .product-price,.longo-cart-box .product-subtotal{font-weight:800;color:#111}
.longo-cart-box .quantity .qty{min-height:42px;border:1px solid #cfd4d8;border-radius:8px;padding:6px 8px;max-width:72px}
.longo-cart-box a.remove{width:32px;height:32px;line-height:29px;background:#fff;border:1px solid #ddd;color:#777!important}.longo-cart-box a.remove:hover{background:#c62828!important;color:#fff!important;border-color:#c62828}
.longo-cart-box .coupon{display:flex;gap:9px;flex-wrap:wrap}.longo-cart-box .coupon .input-text{min-width:220px!important;min-height:46px;border:1px solid #cfd4d8!important;border-radius:8px!important;padding:10px 12px!important}
.longo-cart-box .button,.longo-cart-box button.button{background:#111!important;color:#fff!important;border-radius:8px!important;min-height:46px;padding:12px 18px!important;font-weight:800!important;text-transform:none!important}.longo-cart-box .button:hover,.longo-cart-box button.button:hover{background:#159947!important;color:#fff!important}
.longo-cart-box .cart_totals{background:#f5f9f6;border:1px solid #d6eadc;border-radius:14px;padding:24px;width:100%!important;max-width:470px;float:right}
.longo-cart-box .cart_totals h2{margin-top:0;font-size:1.55rem}.longo-cart-box .cart_totals table{margin-bottom:18px}.longo-cart-box .cart_totals th,.longo-cart-box .cart_totals td{background:transparent!important;border:0!important;border-radius:0!important;padding:11px 4px!important}
.longo-cart-box .wc-proceed-to-checkout{padding-bottom:0}.longo-cart-box .wc-proceed-to-checkout a.checkout-button{background:#159947!important;color:#fff!important;font-size:1.05rem!important;padding:15px 20px!important;border-radius:9px!important}.longo-cart-box .wc-proceed-to-checkout a.checkout-button:hover{background:#087131!important}
.longo-cart-box .woocommerce-message,.longo-cart-box .woocommerce-info{border-top-color:#159947;background:#f2f9f4;border-radius:10px}.longo-cart-box .woocommerce-message:before,.longo-cart-box .woocommerce-info:before{color:#159947}
.longo-cart-box .cart-empty{font-size:1.1rem;text-align:center;padding:28px 10px}.longo-cart-box .return-to-shop{text-align:center}.longo-cart-box .return-to-shop .button{background:#159947!important}
.longo-cart-bottom-help{margin-top:24px;background:#111;color:#fff;border-radius:16px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.longo-cart-bottom-help h2{margin:4px 0 9px;color:#fff;font-size:clamp(1.5rem,2.5vw,2.3rem)}.longo-cart-bottom-help p{margin:0;max-width:740px;color:#d2d2d2;line-height:1.6}
.longo-cart-help-btn{display:inline-block;white-space:nowrap;background:#159947;color:#fff!important;text-decoration:none;font-weight:900;padding:14px 19px;border-radius:9px}.longo-cart-help-btn:hover{background:#f4c400;color:#111!important}
@media(max-width:820px){.longo-cart-hero{background:linear-gradient(150deg,#111 0%,#222 76%,#159947 76%,#159947 100%)}.longo-cart-hero-icon{width:88px;height:88px;min-width:88px;font-size:2.5rem}.longo-cart-trustbar{grid-template-columns:1fr}.longo-cart-bottom-help{align-items:flex-start;flex-direction:column}.longo-cart-box{padding:18px}.longo-cart-box .cart_totals{max-width:none}}
@media(max-width:620px){.longo-cart-hero{padding:38px 16px}.longo-cart-hero-inner{align-items:flex-start}.longo-cart-hero-icon{display:none}.longo-cart-content{padding-top:20px}.longo-cart-box{padding:12px}.longo-cart-box table.shop_table_responsive tr{margin-bottom:16px;border:1px solid #e1e4e7;border-radius:12px;padding:8px;background:#fafafa}.longo-cart-box table.shop_table_responsive tr td{border:0!important;border-bottom:1px solid #eceeef!important;border-radius:0!important;background:transparent;padding:11px 8px}.longo-cart-box table.shop_table_responsive tr td:last-child{border-bottom:0!important}.longo-cart-box .coupon{display:grid;grid-template-columns:1fr}.longo-cart-box .coupon .input-text{width:100%!important;min-width:0!important}.longo-cart-box .actions .button{width:100%!important;margin-top:8px!important}.longo-cart-bottom-help{padding:24px 20px}}

/* === Pagina Il mio account WooCommerce === */
.longo-account-page{background:#f6f7f8;color:#151515}
.longo-account-hero{background:linear-gradient(120deg,#111 0%,#222 64%,#159947 64%,#159947 100%);padding:52px 20px;color:#fff}
.longo-account-hero-inner{width:min(1180px,100%);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:30px}
.longo-account-kicker{display:inline-block;font-size:.78rem;letter-spacing:.12em;font-weight:900;color:#f4c400;margin-bottom:10px}
.longo-account-hero h1{font-size:clamp(2.1rem,4vw,4rem);line-height:1;margin:0 0 14px;color:#fff}
.longo-account-hero p{max-width:760px;margin:0;color:#e7e7e7;font-size:1.04rem;line-height:1.65}
.longo-account-hero-icon{width:118px;height:118px;min-width:118px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#159947;font-size:3.35rem;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.longo-account-content{width:min(1180px,calc(100% - 24px));margin:0 auto;padding:34px 0 54px}
.longo-account-trustbar{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}
.longo-account-trustbar>div{background:#fff;border:1px solid #e1e5e8;border-radius:12px;padding:18px 20px;display:grid;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;box-shadow:0 5px 18px rgba(0,0,0,.04)}
.longo-account-trustbar span{grid-row:1/3;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eaf8ef;color:#159947;font-weight:900;font-size:1.05rem}
.longo-account-trustbar strong{font-size:.95rem}.longo-account-trustbar small{color:#6e7479;margin-top:2px}
.longo-account-box{background:#fff;border:1px solid #e0e4e7;border-radius:16px;padding:32px;box-shadow:0 10px 30px rgba(0,0,0,.05)}
.longo-account-box .woocommerce{font-family:inherit}
.longo-account-box #customer_login{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;margin:0}
.longo-account-box #customer_login .u-column1,.longo-account-box #customer_login .u-column2{float:none;width:auto;background:#fafafa;border:1px solid #e3e6e8;border-radius:14px;padding:28px}
.longo-account-box #customer_login h2{margin:0 0 22px;font-size:1.8rem;color:#111;position:relative;padding-bottom:13px}
.longo-account-box #customer_login h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:4px;border-radius:5px;background:#159947}
.longo-account-box form.login,.longo-account-box form.register{border:0!important;padding:0!important;margin:0!important}
.longo-account-box .form-row{margin:0 0 16px!important;padding:0!important}
.longo-account-box label{font-weight:800;color:#222;margin-bottom:7px;display:block}
.longo-account-box .required{color:#159947!important}
.longo-account-box input.input-text{width:100%;min-height:48px;border:1px solid #cfd4d8;border-radius:8px;padding:10px 12px;background:#fff;box-sizing:border-box;outline:none;transition:.2s}
.longo-account-box input.input-text:focus{border-color:#159947;box-shadow:0 0 0 3px rgba(21,153,71,.10)}
.longo-account-box .show-password-input{top:.85em!important}
.longo-account-box .woocommerce-form-login__rememberme{display:flex!important;align-items:center;gap:8px;font-weight:600;margin-bottom:12px}
.longo-account-box .woocommerce-form-login__rememberme input{accent-color:#159947}
.longo-account-box button.button,.longo-account-box .button{min-height:48px;border-radius:8px!important;background:#159947!important;color:#fff!important;padding:12px 20px!important;font-weight:900!important;text-transform:none!important}
.longo-account-box button.button:hover,.longo-account-box .button:hover{background:#087131!important;color:#fff!important}
.longo-account-box .woocommerce-LostPassword{margin:12px 0 0!important}.longo-account-box .woocommerce-LostPassword a{color:#159947;font-weight:800}
.longo-account-box .woocommerce-privacy-policy-text{font-size:.88rem;line-height:1.55;color:#666}
.longo-account-box .woocommerce-message,.longo-account-box .woocommerce-info,.longo-account-box .woocommerce-error{border-top-color:#159947;background:#f2f9f4;border-radius:10px}.longo-account-box .woocommerce-message:before,.longo-account-box .woocommerce-info:before{color:#159947}
/* Account autenticato */
.longo-account-box.is-logged .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:26px}
.longo-account-box .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;background:#111;border-radius:12px;padding:12px;align-self:start}
.longo-account-box .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
.longo-account-box .woocommerce-MyAccount-navigation li{margin:0}
.longo-account-box .woocommerce-MyAccount-navigation a{display:block;color:#fff!important;text-decoration:none;padding:13px 14px;border-radius:8px;font-weight:700}
.longo-account-box .woocommerce-MyAccount-navigation li.is-active a,.longo-account-box .woocommerce-MyAccount-navigation a:hover{background:#159947}
.longo-account-box .woocommerce-MyAccount-content{float:none!important;width:auto!important;min-width:0}
.longo-account-box .woocommerce-MyAccount-content a{color:#159947;font-weight:700}
.longo-account-box .woocommerce-MyAccount-content table{border-radius:10px;overflow:hidden}
.longo-account-benefits{margin-top:24px;background:linear-gradient(135deg,#fff,#eef8f1);border:1px solid #d8e9dd;border-radius:16px;padding:32px}
.longo-account-benefits-copy h2{margin:4px 0 9px;font-size:clamp(1.6rem,2.6vw,2.35rem)}.longo-account-benefits-copy p{margin:0;color:#60666a;line-height:1.6}
.longo-account-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.longo-account-benefits-grid>div{background:#fff;border:1px solid #e0e6e2;border-radius:12px;padding:20px;display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:center}
.longo-account-benefits-grid span{grid-row:1/3;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#111;color:#f4c400;font-weight:900}
.longo-account-benefits-grid strong{font-size:.98rem}.longo-account-benefits-grid small{color:#6d7377;line-height:1.45;margin-top:3px}
.longo-account-bottom-help{margin-top:24px;background:#111;color:#fff;border-radius:16px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.longo-account-bottom-help h2{margin:4px 0 9px;color:#fff;font-size:clamp(1.5rem,2.5vw,2.3rem)}.longo-account-bottom-help p{margin:0;max-width:740px;color:#d2d2d2;line-height:1.6}
.longo-account-help-btn{display:inline-block;white-space:nowrap;background:#159947;color:#fff!important;text-decoration:none;font-weight:900;padding:14px 19px;border-radius:9px}.longo-account-help-btn:hover{background:#f4c400;color:#111!important}
@media(max-width:900px){.longo-account-box #customer_login{grid-template-columns:1fr}.longo-account-box.is-logged .woocommerce{grid-template-columns:1fr}.longo-account-box .woocommerce-MyAccount-navigation{width:100%}.longo-account-benefits-grid{grid-template-columns:1fr}.longo-account-trustbar{grid-template-columns:1fr}.longo-account-bottom-help{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.longo-account-hero{padding:38px 16px;background:linear-gradient(150deg,#111 0%,#222 76%,#159947 76%,#159947 100%)}.longo-account-hero-inner{align-items:flex-start}.longo-account-hero-icon{display:none}.longo-account-content{padding-top:20px}.longo-account-box{padding:14px}.longo-account-box #customer_login .u-column1,.longo-account-box #customer_login .u-column2{padding:20px 16px}.longo-account-benefits{padding:24px 18px}.longo-account-bottom-help{padding:24px 20px}}

/* PayPal evidenziato nei metodi di pagamento */
.pay-paypal{gap:6px;min-width:96px;color:#003087!important;background:#fff!important}.pay-paypal .paypal-mark{font-size:1.18rem;font-style:italic;color:#0070e0;line-height:1}.pay-paypal strong{font-size:.86rem;font-weight:900;color:#003087}

/* Privacy, legal pages e cookie consent */
.legal-policy{max-width:920px;margin:0 auto;color:#333;line-height:1.72}.legal-policy h2{font-size:1.5rem;margin:30px 0 10px;color:#111}.legal-policy h3{font-size:1.08rem;margin:22px 0 5px;color:#111}.legal-policy ul{padding-left:22px}.legal-policy a{color:#14984a;text-decoration:underline}.legal-updated{padding:12px 16px;background:#f3f7f4;border-left:4px solid #1c9b50;border-radius:8px}.legal-cookie-button,.longo-inline-cookie-settings{border:0;background:#16994d;color:#fff;font-weight:800;border-radius:8px;padding:11px 16px;cursor:pointer}.longo-inline-cookie-settings{padding:5px 9px;font-size:.92em}
body.consent-open{overflow:hidden}.longo-consent-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:99997}.longo-cookie-banner{position:fixed;z-index:99998;left:22px;right:22px;bottom:22px;max-width:1180px;margin:auto;background:#fff;border-radius:16px;box-shadow:0 18px 55px rgba(0,0,0,.3);border-top:5px solid #15984a;padding:24px 26px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center}.longo-cookie-banner[hidden],.longo-cookie-settings[hidden],.longo-consent-backdrop[hidden]{display:none!important}.longo-consent-icon{width:52px;height:52px;border-radius:50%;background:#f1f8f3;display:grid;place-items:center;font-size:25px}.longo-consent-copy h2{margin:0 0 7px;font-size:1.35rem;color:#111}.longo-consent-copy p{margin:0;color:#555;line-height:1.55;font-size:.95rem}.longo-consent-links{display:flex;gap:16px;margin-top:8px}.longo-consent-links a{font-weight:700;color:#148e48;font-size:.88rem}.longo-consent-actions,.longo-settings-actions{display:flex;gap:9px;align-items:center}.consent-btn{border-radius:9px;padding:12px 15px;font-size:.9rem;font-weight:800;cursor:pointer;white-space:nowrap}.consent-reject{background:#fff;border:1px solid #c9c9c9;color:#222}.consent-custom{background:#f3f5f4;border:1px solid #dfe3e0;color:#222}.consent-accept,.consent-save{background:#15984a;border:1px solid #15984a;color:#fff}.longo-consent-close{position:absolute;right:10px;top:7px;border:0;background:transparent;font-size:25px;color:#666;cursor:pointer}.longo-cookie-settings{position:fixed;z-index:99999;left:50%;top:50%;transform:translate(-50%,-50%);width:min(620px,calc(100% - 32px));max-height:88vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 20px 70px rgba(0,0,0,.34);padding:25px}.longo-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.longo-settings-head span{font-size:.74rem;color:#15984a;font-weight:900;letter-spacing:.1em}.longo-settings-head h2{margin:2px 0 0;font-size:1.55rem}.longo-settings-x{border:0;background:#f1f1f1;border-radius:50%;width:36px;height:36px;font-size:23px;cursor:pointer}.longo-cookie-settings>p{color:#5b5b5b;line-height:1.55}.longo-consent-category{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e8e8e8;padding:16px 0}.longo-consent-category div{display:flex;flex-direction:column;gap:3px}.longo-consent-category strong{color:#151515}.longo-consent-category small{color:#666;line-height:1.4}.always-on{color:#15984a;font-size:.83rem;font-weight:800;white-space:nowrap}.switch{position:relative;display:inline-flex;min-width:46px;width:46px;height:26px}.switch input{opacity:0;width:0;height:0}.switch i{position:absolute;inset:0;background:#bbb;border-radius:20px;transition:.2s}.switch i:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:white;border-radius:50%;transition:.2s}.switch input:checked+i{background:#15984a}.switch input:checked+i:before{transform:translateX(20px)}.longo-settings-actions{border-top:1px solid #e8e8e8;padding-top:18px;margin-top:5px;justify-content:flex-end;flex-wrap:wrap}.longo-cookie-reopen{position:fixed;z-index:99990;left:14px;bottom:14px;border:1px solid #d2d2d2;background:#fff;color:#222;border-radius:999px;box-shadow:0 4px 18px rgba(0,0,0,.14);padding:8px 12px;font-weight:800;cursor:pointer}.longo-cookie-reopen span{font-size:.78rem}
@media(max-width:900px){.longo-cookie-banner{grid-template-columns:auto 1fr;bottom:10px;left:10px;right:10px;padding:20px 18px}.longo-consent-actions{grid-column:1/-1;width:100%;justify-content:stretch}.longo-consent-actions .consent-btn{flex:1}.longo-settings-actions .consent-btn{flex:1 1 45%}}
@media(max-width:560px){.longo-cookie-banner{display:block;max-height:88vh;overflow:auto}.longo-consent-icon{margin-bottom:10px}.longo-consent-actions{display:grid;grid-template-columns:1fr;margin-top:15px}.longo-consent-actions .consent-btn{width:100%}.longo-consent-copy h2{font-size:1.2rem}.longo-cookie-settings{padding:20px 16px}.longo-settings-actions{display:grid;grid-template-columns:1fr}.longo-settings-actions .consent-btn{width:100%}.longo-cookie-reopen{left:8px;bottom:8px}.legal-policy h2{font-size:1.3rem}}
.longo-footer-cookie-settings{display:block;border:0;background:transparent;color:inherit;padding:0;margin:0;text-align:left;font:inherit;cursor:pointer}.longo-footer-cookie-settings:hover{text-decoration:underline}.contacts-privacy a{color:#15984a;text-decoration:underline;font-weight:700}

/* Metodi di pagamento estesi */
.pay-klarna{background:#ffb3c7!important;color:#111!important;font-size:.88rem;font-weight:900;letter-spacing:-.02em}
.pay-bancomat{background:#fff!important;color:#145c3f!important;font-size:.74rem;min-width:96px}
.pay-wallet{background:#fff!important;color:#111!important;font-size:.78rem;min-width:78px}
.pay-bank{min-width:122px!important}
.payment-methods-page{max-width:1180px;margin:0 auto;padding:38px 20px 64px}
.payment-methods-hero{background:linear-gradient(135deg,#101010,#1b1b1b);color:#fff;border-radius:18px;padding:44px 42px;border-bottom:5px solid var(--yellow);margin-bottom:30px}
.payment-methods-hero .eyebrow{color:var(--green);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.payment-methods-hero h1{font-size:2.8rem;margin:8px 0 12px}.payment-methods-hero p{max-width:820px;color:#ddd;font-size:1.06rem;line-height:1.65}
.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.payment-card{background:#fff;border:1px solid #ddd;border-radius:14px;padding:24px;border-bottom:4px solid var(--green);box-shadow:0 8px 22px rgba(0,0,0,.04)}.payment-card h2{font-size:1.2rem;margin:0 0 9px}.payment-card p{margin:0;color:#555;line-height:1.55}.payment-card .method-mark{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 13px;border-radius:7px;background:#f4f4f4;font-weight:900;margin-bottom:16px}.payment-card .method-mark.klarna{background:#ffb3c7}.payment-card .method-mark.paypal{color:#003087}.payment-card .method-mark.bancomat{color:#145c3f}.payment-card .method-mark.bank{background:#eef8f0;color:#135d31}.payment-iban{margin-top:28px;background:#f7faf7;border:1px solid #d7eadb;border-radius:14px;padding:24px}.payment-iban h2{margin:0 0 10px}.payment-iban code{display:block;margin-top:10px;padding:12px 14px;background:#fff;border:1px solid #d7eadb;border-radius:8px;font-size:1rem;overflow-wrap:anywhere}.payment-note{margin-top:24px;padding:18px 20px;border-left:4px solid var(--yellow);background:#fff9e7;line-height:1.55;color:#444}
@media(max-width:900px){.payment-grid{grid-template-columns:1fr 1fr}.payment-methods-hero{padding:34px 28px}.payment-methods-hero h1{font-size:2.25rem}}
@media(max-width:580px){.payment-grid{grid-template-columns:1fr}.payment-methods-page{padding:22px 14px 46px}.payment-methods-hero{padding:28px 22px}.payment-methods-hero h1{font-size:1.9rem}}


/* Checkout: mostra e valorizza tutti i gateway WooCommerce attivi */
.woocommerce-checkout #payment{background:#fff;border:1px solid #e2e2e2;border-radius:14px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.woocommerce-checkout #payment ul.payment_methods{margin:0;padding:0;list-style:none;border:0}
.woocommerce-checkout #payment ul.payment_methods>li{display:block!important;visibility:visible!important;opacity:1!important;margin:0 0 12px!important;padding:14px 16px!important;border:1px solid #ddd!important;border-radius:10px;background:#fff!important}
.woocommerce-checkout #payment ul.payment_methods>li:last-child{margin-bottom:0!important}
.woocommerce-checkout #payment ul.payment_methods>li>label{display:flex!important;align-items:center;gap:10px;font-weight:800;color:#111;cursor:pointer}
.woocommerce-checkout #payment ul.payment_methods>li img{max-height:34px;width:auto;vertical-align:middle}
.woocommerce-checkout #payment .payment_box{background:#f7f7f7!important;border-radius:8px!important;margin-top:12px!important;color:#333!important}
.woocommerce-checkout #payment .payment_method_klarna_payments,
.woocommerce-checkout #payment .payment_method_klarna,
.woocommerce-checkout #payment li[class*="klarna"]{border:2px solid #ffb3c7!important;background:#fff7fa!important}
.woocommerce-checkout #payment .payment_method_klarna_payments>label:after,
.woocommerce-checkout #payment .payment_method_klarna>label:after,
.woocommerce-checkout #payment li[class*="klarna"]>label:after{content:'Klarna.';display:inline-flex;align-items:center;justify-content:center;margin-left:auto;background:#ffb3c7;color:#111;border-radius:7px;padding:7px 11px;font-weight:900;line-height:1}
.woocommerce-checkout #payment .place-order .button,
.woocommerce-checkout #place_order{background:#159947!important;color:#fff!important;border-radius:9px!important;font-weight:900!important;padding:15px 22px!important}
@media(max-width:600px){.woocommerce-checkout #payment{padding:14px}.woocommerce-checkout #payment ul.payment_methods>li{padding:12px!important}.woocommerce-checkout #payment .payment_method_klarna_payments>label:after,.woocommerce-checkout #payment .payment_method_klarna>label:after,.woocommerce-checkout #payment li[class*="klarna"]>label:after{font-size:.82rem;padding:6px 8px}}

/* Footer pagamenti: centratura responsive */
@media (max-width:900px){
  .longo-footer-payments{
    align-items:center;
    text-align:center;
  }
  .longo-footer-payments>strong{
    width:100%;
    text-align:center;
  }
  .longo-payment-icons{
    width:100%;
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
  }
}
@media (max-width:560px){
  .longo-payment-icons{
    justify-content:center;
    gap:8px;
  }
}

/* Correzione prodotti in evidenza e riepilogo IVA su mobile */
.products-section .woocommerce,
.products-section .woocommerce.columns-4,
.products-section .woocommerce ul.products,
.products-section .woocommerce ul.products.columns-4{
  columns:auto!important;
  column-count:1!important;
  column-width:auto!important;
}
.products-section .woocommerce ul.products{
  display:flex!important;
  flex-flow:row wrap!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  clear:both!important;
  gap:22px!important;
  margin:0!important;
}
.products-section .woocommerce ul.products::before,
.products-section .woocommerce ul.products::after{display:none!important}
.products-section .woocommerce ul.products li.product{
  float:none!important;
  width:calc((100% - 44px)/3)!important;
  max-width:calc((100% - 44px)/3)!important;
  min-width:0!important;
  flex:0 0 calc((100% - 44px)/3)!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.products-section .woocommerce ul.products li.product .woocommerce-loop-product__link{
  display:flex!important;
  flex:1 1 auto!important;
  min-width:0!important;
  flex-direction:column!important;
}
.products-section .longo-loop-vat{
  width:100%!important;
  min-width:0!important;
  margin:12px 0!important;
  padding:12px!important;
  border-radius:9px!important;
  background:#f7f7f7!important;
  color:#111!important;
  font-size:.9rem!important;
  line-height:1.3!important;
}
.products-section .longo-loop-vat>div{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0!important;
  padding:6px 0!important;
  white-space:normal!important;
}
.products-section .longo-loop-vat span,
.products-section .longo-loop-vat strong{
  min-width:0!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  white-space:nowrap!important;
}
.products-section .longo-loop-vat .longo-loop-total{
  margin-top:4px!important;
  padding-top:10px!important;
  border-top:1px solid #ddd!important;
  color:#d60000!important;
  font-weight:900!important;
}
@media(max-width:900px){
  .products-section .woocommerce ul.products{gap:12px!important}
  .products-section .woocommerce ul.products li.product{
    width:calc((100% - 24px)/3)!important;
    max-width:calc((100% - 24px)/3)!important;
    flex-basis:calc((100% - 24px)/3)!important;
  }
}
@media(max-width:520px){
  .products-section .woocommerce ul.products{gap:6px!important}
  .products-section .woocommerce ul.products li.product{
    width:calc((100% - 12px)/3)!important;
    max-width:calc((100% - 12px)/3)!important;
    flex-basis:calc((100% - 12px)/3)!important;
    padding:6px!important;
  }
  .products-section .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:.72rem!important;
    line-height:1.2!important;
    overflow-wrap:anywhere!important;
  }
  .products-section .woocommerce ul.products li.product .price{
    font-size:.82rem!important;
    line-height:1.15!important;
  }
  .products-section .longo-loop-vat{
    padding:5px!important;
    font-size:.58rem!important;
  }
  .products-section .longo-loop-vat>div{
    display:block!important;
    padding:3px 0!important;
  }
  .products-section .woocommerce ul.products li.product a.button,
  .products-section .woocommerce ul.products li.product .button{
    min-height:34px!important;
    padding:4px 2px!important;
    font-size:.58rem!important;
    white-space:normal!important;
  }

  /* Pagina Prodotti: schede leggibili e senza sovrapposizioni su smartphone */
  body .catalog-page,body .catalog-products,body .catalog-woo-shell,body .catalog-woo-shell .woocommerce{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:visible!important}
  body .catalog-woo-shell .woocommerce ul.products,body .catalog-woo-shell .woocommerce ul.products.columns-4{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;transform:none!important;overflow:visible!important}
  body .catalog-woo-shell .woocommerce ul.products>li.product{display:flex!important;flex-direction:column!important;float:none!important;clear:both!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;max-width:100%!important;min-width:0!important;flex:0 0 100%!important;margin:0!important;padding:18px!important;box-sizing:border-box!important;overflow:hidden!important}
  body .catalog-woo-shell .woocommerce ul.products>li.product a,body .catalog-woo-shell .woocommerce ul.products>li.product img,body .catalog-woo-shell .woocommerce ul.products>li.product .price,body .catalog-woo-shell .woocommerce ul.products>li.product .longo-loop-vat,body .catalog-woo-shell .woocommerce ul.products>li.product .button{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important}
  body .catalog-woo-shell .woocommerce ul.products>li.product img{height:auto!important;max-height:280px!important;object-fit:contain!important}
  body .catalog-woo-shell .longo-loop-vat>div{display:block!important;width:100%!important;min-width:0!important;height:auto!important;box-sizing:border-box!important}
  .catalog-woo-shell .woocommerce ul.products{
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
  }
  .catalog-woo-shell .woocommerce ul.products li.product{
    width:100%!important;
    max-width:100%!important;
    padding:16px!important;
  }
  .catalog-woo-shell .woocommerce ul.products li.product img{
    width:100%!important;
    height:auto!important;
    max-height:260px!important;
    object-fit:contain!important;
  }
  .catalog-woo-shell .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:1.08rem!important;
    line-height:1.35!important;
  }
  .catalog-woo-shell .woocommerce ul.products li.product .price{
    font-size:1.25rem!important;
  }
  .catalog-woo-shell .longo-loop-vat{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow-wrap:anywhere!important;
  }
  .catalog-woo-shell .longo-loop-vat>div{
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .catalog-woo-shell .woocommerce ul.products li.product .button{
    min-height:48px!important;
    font-size:.9rem!important;
  }
}
