
:root{
  --bg:#f4f8fb;
  --surface:#ffffff;
  --surface-2:#f8fbfd;
  --ink:#102a3a;
  --muted:#607586;
  --line:#d8e6ee;
  --deep:#07324a;
  --deep-2:#0b4e78;
  --teal:#00a7a6;
  --teal-2:#28c7bd;
  --blue-soft:#eaf5fb;
  --teal-soft:#e8fbfa;
  --green:#16a376;
  --amber:#e79538;
  --red:#d95858;
  --shadow:0 16px 45px rgba(7,50,74,.10);
  --shadow-soft:0 8px 22px rgba(7,50,74,.06);
  --radius:22px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.54}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:#06283c;color:#d7eef6;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}
.topbar .container{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:8px 0}.topbar a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.25)}
.header{position:sticky;top:0;z-index:50;background:rgba(244,248,251,.90);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:18px;justify-content:space-between;padding:12px 0}.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brand img{width:190px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:4px 6px;box-shadow:var(--shadow-soft)}
.menu{display:flex;align-items:center;gap:13px;font-weight:800;font-size:13.5px;color:#29485a}.menu a{padding:9px 8px;border-radius:999px}.menu a:hover,.menu a.active{background:var(--teal-soft);color:#047070}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:11px 16px;font-weight:900;border:1px solid transparent;background:var(--teal);color:white;box-shadow:0 10px 28px rgba(0,167,166,.22);white-space:nowrap}.cta:hover{filter:brightness(.96)}
.cta.alt{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:none}.cta.dark{background:var(--deep);color:#fff}.cta.small{padding:8px 12px;font-size:13px}.cta.ghost{background:transparent;color:var(--deep);border-color:var(--line);box-shadow:none}
.mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px;font-weight:800;color:var(--ink)}
.hero{padding:54px 0 34px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}.hero-copy{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--teal-soft);color:#066e73;border:1px solid #c8f1ef;border-radius:999px;padding:7px 11px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.eyebrow.blue{background:var(--blue-soft);color:var(--deep-2);border-color:#d1e8f5}
h1{font-size:clamp(38px,5.6vw,68px);line-height:.98;letter-spacing:-.055em;margin:18px 0}.lead{font-size:19px;color:var(--muted);max-width:850px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-visual{background:linear-gradient(160deg,#0a3d5b,#092b40 54%,#00a7a6);border-radius:32px;padding:18px;box-shadow:var(--shadow);position:relative;overflow:hidden;min-height:420px;color:white}.hero-visual img{width:100%;height:270px;object-fit:cover;border-radius:22px;background:white}.mini-dashboard{position:absolute;left:28px;right:28px;bottom:24px;display:grid;gap:9px}.dash-row{display:flex;justify-content:space-between;gap:12px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(8px);padding:11px 13px;border-radius:16px;font-weight:800}.led{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px;background:var(--green);box-shadow:0 0 0 4px rgba(22,163,118,.14)}.led.amber{background:var(--amber)}.led.red{background:var(--red)}
.section{padding:44px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:18px}.section h2{font-size:clamp(28px,4vw,46px);line-height:1.05;letter-spacing:-.04em;margin:0}.section p.sub{font-size:17px;color:var(--muted);max-width:730px}.grid{display:grid;gap:16px}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}
.card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-soft)}.card h3,.panel h3{margin:0 0 8px;font-size:21px;letter-spacing:-.02em}.card p,.panel p{margin:0;color:var(--muted)}.card.compact{padding:16px}.icon{width:42px;height:42px;border-radius:15px;background:var(--teal-soft);display:grid;place-items:center;color:#047070;font-weight:1000;margin-bottom:12px}.tag{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:var(--teal-soft);color:#047070;border:1px solid #c7f0ee;font-weight:900;font-size:12px;padding:6px 9px}.tag.blue{background:var(--blue-soft);color:var(--deep-2);border-color:#d5eaf5}.tag.amber{background:#fff4e6;color:#945513;border-color:#f7d7a7}.tag.gray{background:#eef4f7;color:#4d6573;border-color:#dce8ee}
.band{background:linear-gradient(135deg,#06283c,#0b4e78 58%,#00a7a6);color:white;border-radius:30px;padding:32px;border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow)}.band p{color:#d7edf3}.band .card{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);box-shadow:none;color:white}.band .card p{color:#d5eff2}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:100%}.product-card img{width:100%;height:205px;object-fit:cover;background:#fff;border-bottom:1px solid var(--line)}.product-card .body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.product-card h3{font-size:20px;line-height:1.12;margin:0}.product-card p{color:var(--muted);margin:0}.product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:4px}.product-actions a{display:inline-flex}.category-tile{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center}.category-tile img{width:88px;height:72px;object-fit:cover;border-radius:16px;background:#fff;border:1px solid var(--line)}.category-tile h3{margin:0 0 4px}.category-tile p{font-size:14px}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px;align-items:center}.feature-list{display:grid;gap:10px;margin-top:14px}.feature-list div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 15px}.page-hero{padding:44px 0 28px;background:linear-gradient(135deg,#f4f8fb,#e8fbfa);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.02;margin:12px 0 12px}.breadcrumb{color:var(--muted);font-size:14px}.toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.toolbar a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:800;color:#29485a}.toolbar a:hover{background:var(--teal-soft);color:#047070}.notice{background:#fff7eb;border:1px solid #f6d5a7;color:#7b4a14;border-radius:20px;padding:15px 17px}.quote{font-size:22px;line-height:1.35;color:#14384a;background:#fff;border-left:5px solid var(--teal);border-radius:18px;padding:18px;border-top:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.form{display:grid;gap:12px}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:15px;padding:12px 13px;font:inherit;background:#fff}.form textarea{min-height:140px}.output{white-space:pre-wrap;background:#f1f7fa;border:1px solid var(--line);border-radius:16px;padding:14px;min-height:130px;color:#29485a}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:8px 11px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:800;font-size:13px}.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.social-links a{padding:9px 13px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:850;color:#244653}.footer{background:#061d2b;color:#d8e8ee;margin-top:42px;padding:42px 0 22px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:24px}.footer img{width:220px;background:#fff;border-radius:16px;padding:6px}.footer a{color:#d8e8ee}.small{font-size:13px;color:#7f98a6}.footer .small{color:#91a9b5}.hr{height:1px;background:rgba(255,255,255,.12);margin:24px 0 16px}
@media (max-width:1020px){.hero-grid,.split{grid-template-columns:1fr}.product-grid,.cols-4,.cols-3,.footer-grid{grid-template-columns:repeat(2,1fr)}.menu{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.menu.open{display:flex}.mobile-toggle{display:block}.brand img{width:160px}.nav>.cta{display:none}.section-head{display:block}.hero-visual{min-height:360px}}
@media (max-width:660px){.container{width:min(var(--max),calc(100% - 28px))}.topbar .container{display:block}.hero-copy{padding:24px;border-radius:24px}.product-grid,.cols-4,.cols-3,.cols-2,.footer-grid{grid-template-columns:1fr}.category-tile{grid-template-columns:72px 1fr}.category-tile img{width:72px;height:64px}.hero-visual img{height:230px}.mini-dashboard{position:relative;left:auto;right:auto;bottom:auto;margin-top:12px}.page-hero{padding-top:32px}.brand img{width:142px}}


/* v4 - Header coerente con Healix e azioni flottanti */
.topbar{background:linear-gradient(135deg,#041b2a,#07324a 55%,#0b4e78);color:#d7eef6;border-bottom:1px solid rgba(255,255,255,.10)}
.topbar .container{padding:7px 0}.topbar a{color:#e7f7fb;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22)}
.header{background:linear-gradient(135deg,#06283c 0%,#0b4e78 58%,#00a7a6 120%);border-bottom:1px solid rgba(255,255,255,.18);box-shadow:0 14px 32px rgba(7,50,74,.16)}
.nav{padding:14px 0}.brand{background:#fff;border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:6px 9px;box-shadow:0 10px 28px rgba(0,0,0,.14);min-width:auto}.brand img{width:210px;background:transparent;border:0;border-radius:12px;padding:0;box-shadow:none}
.header .menu{color:rgba(255,255,255,.88)}.header .menu a{color:rgba(255,255,255,.90);border:1px solid transparent}.header .menu a:hover,.header .menu a.active{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.18)}
.header .cta{background:#fff;color:#07324a;border-color:rgba(255,255,255,.40);box-shadow:0 10px 26px rgba(0,0,0,.12)}.header .cta:hover{filter:none;background:#e8fbfa}.mobile-toggle{background:#fff;color:#07324a;border-color:rgba(255,255,255,.65)}
.floating-actions{position:fixed;right:18px;bottom:18px;z-index:80;display:grid;gap:10px}.floating-btn{display:flex;align-items:center;gap:9px;border-radius:999px;padding:12px 15px;color:#fff;font-weight:950;box-shadow:0 12px 28px rgba(7,50,74,.24);border:1px solid rgba(255,255,255,.25);transition:transform .18s ease, filter .18s ease}.floating-btn:hover{transform:translateY(-2px);filter:brightness(1.02)}.floating-btn span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.16)}.floating-healix{background:linear-gradient(135deg,#06283c,#0b4e78)}.floating-wa{background:linear-gradient(135deg,#0f8f70,#16a376)}
@media (max-width:1020px){.header .menu{background:#fff;color:#29485a}.header .menu a{color:#29485a}.header .menu a:hover,.header .menu a.active{background:var(--teal-soft);color:#047070;border-color:#c7f0ee}.brand img{width:170px}}
@media (max-width:660px){.topbar .container span:last-child{display:block;margin-top:4px}.floating-actions{left:14px;right:14px;bottom:14px;grid-template-columns:1fr 1fr}.floating-btn{justify-content:center;padding:11px 10px;font-size:13px}.floating-btn span{display:none}.footer{padding-bottom:86px}.brand img{width:152px}}


/* v5 - Menu razionalizzato, reLife e callout Always On */
.menu{gap:8px}.menu .solo,.menu-trigger{display:inline-flex;align-items:center;gap:5px;padding:9px 10px;border-radius:999px;color:rgba(255,255,255,.90);border:1px solid transparent;font-weight:900}.menu-group{position:relative}.menu-trigger span{font-size:10px;opacity:.8}.menu-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;background:#fff;color:#244653;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:var(--shadow);display:none;z-index:90}.menu-group:hover .menu-dropdown,.menu-group:focus-within .menu-dropdown{display:grid;gap:2px}.header .menu-dropdown a{color:#244653;border-radius:12px;padding:9px 10px;white-space:nowrap;border:0}.header .menu-dropdown a:hover{background:var(--teal-soft);color:#047070}.header .menu .solo:hover,.header .menu .solo.active,.header .menu-trigger:hover,.header .menu-trigger.active{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.18)}
.always-callout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:var(--shadow-soft)}.always-callout:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.always-img{display:flex;align-items:center;justify-content:center}.always-img img{width:220px;max-width:100%;border-radius:24px}.always-text h2{margin:12px 0 10px}.option-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.option-row span{display:inline-flex;align-items:center;background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:8px 11px;color:#29485a;font-size:13px}.always-link{margin-top:16px;font-weight:950;color:#047070}.always-detail{display:grid;grid-template-columns:260px 1fr;gap:26px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow-soft)}.always-detail-img img{width:240px;max-width:100%;border-radius:24px}
@media (max-width:1020px){.header .menu .solo,.header .menu-trigger{color:#29485a;border-radius:13px;justify-content:space-between}.menu-group{width:100%}.menu-dropdown{position:static;display:grid;box-shadow:none;border-radius:14px;margin:4px 0 8px;background:#f8fbfd;min-width:0}.header .menu-dropdown a{white-space:normal}.always-callout,.always-detail{grid-template-columns:1fr}.always-img,.always-detail-img{justify-content:flex-start}.always-img img,.always-detail-img img{width:210px}}
@media (max-width:660px){.always-callout,.always-detail{padding:18px;border-radius:24px}.always-img img,.always-detail-img img{width:170px}.option-row span{width:100%;border-radius:14px}}


/* v6 - Header invertito, menu stabile, grafica più prodotto-oriented */
.header{
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 28%,#eaf7fb 43%,#0b4e78 74%,#06283c 100%);
  border-bottom:1px solid rgba(7,50,74,.16);
  box-shadow:0 12px 32px rgba(7,50,74,.13);
}
.brand img{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;width:198px;}
.header .menu{color:#fff;}
.header .menu a,.header .menu .menu-trigger{color:rgba(255,255,255,.94)}
.header .menu a:hover,.header .menu a.active,.header .menu-trigger:hover,.header .menu-trigger.active{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.22)}
.header .cta{background:#ffffff;color:#07324a;border-color:rgba(255,255,255,.55)}
.nav{min-height:78px;}
.menu{gap:7px;}
.menu-group{position:relative;}
.menu-group::after{content:"";position:absolute;left:0;right:0;top:100%;height:12px;}
.menu-dropdown{top:calc(100% + 4px);min-width:278px;grid-template-columns:1fr;}
.menu-dropdown.wide{min-width:540px;grid-template-columns:repeat(2,minmax(0,1fr));}
.menu-group:hover .menu-dropdown,.menu-group:focus-within .menu-dropdown,.menu-group.open .menu-dropdown{display:grid;gap:2px;}
.header .menu-dropdown a{color:#244653!important;background:#fff;border:0!important;display:flex;align-items:center;gap:9px;}
.header .menu-dropdown a:hover{background:var(--teal-soft)!important;color:#047070!important;}
.drop-icon{width:24px;height:24px;display:inline-grid;place-items:center;border-radius:9px;background:#eef8fb;font-size:15px;flex:0 0 auto;}
.topbar .social-mini{display:flex;gap:8px;align-items:center;}
.topbar .social-mini a{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.20);border-radius:10px;background:rgba(255,255,255,.08);text-decoration:none;color:white;font-weight:900;font-size:12px;}
.topbar .right-tools{display:flex;align-items:center;gap:14px;}
.social-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}
.social-strip a{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:900;color:#244653;box-shadow:var(--shadow-soft);}
.social-strip img{width:20px;height:20px;}
.category-index{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.cat-chip{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;gap:11px;align-items:center;font-weight:900;color:#17394c;box-shadow:var(--shadow-soft);min-height:76px;}
.cat-chip span{width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,#e8fbfa,#eaf5fb);display:grid;place-items:center;font-size:22px;flex:0 0 auto;}
.cat-chip small{display:block;font-weight:650;color:var(--muted);margin-top:2px;}
.visual-card{position:relative;overflow:hidden;padding:0;min-height:100%;}
.visual-card img{height:210px;width:100%;object-fit:cover;background:#fff;border-bottom:1px solid var(--line);}
.visual-card .body{padding:18px;}
.icon-card{position:relative;overflow:hidden;}
.icon-card::before{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;background:linear-gradient(135deg,var(--teal-soft),var(--blue-soft));border-radius:50%;}
.icon-card .icon{position:relative;}
.healix-inline{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:18px;}
.healix-inline .cta{margin-top:0;}
.footer-social{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;}
.footer-social a{display:inline-grid;place-items:center;width:36px;height:36px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#fff;font-weight:900;}
.relife-badge{font-size:13px;font-weight:1000;color:#0b4e78;background:#eaf5fb;border:1px solid #d1e8f5;border-radius:999px;padding:7px 10px;display:inline-flex;align-items:center;gap:6px;}
.always-callout{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--shadow);}
.always-img img{width:220px;max-width:100%;}
@media (max-width:1120px){.header{background:#fff}.header .menu{color:#29485a}.header .menu a,.header .menu .menu-trigger{color:#29485a}.header .cta{background:var(--teal);color:#fff}.menu-dropdown.wide{min-width:0;grid-template-columns:1fr}.brand img{width:170px}}
@media (max-width:1020px){.header .menu{background:#fff}.menu-dropdown{position:static;display:none;box-shadow:none;border-radius:14px;margin:4px 0 8px;background:#f8fbfd;min-width:0}.menu-dropdown.wide{grid-template-columns:1fr}.menu-group.open .menu-dropdown{display:grid}.menu-group:hover .menu-dropdown{display:none}.menu-group.open:hover .menu-dropdown{display:grid}.category-index{grid-template-columns:repeat(2,1fr)}}
@media (max-width:660px){.topbar .container{display:flex;gap:10px}.topbar .right-tools{display:none}.category-index{grid-template-columns:1fr}.brand img{width:152px}.nav{min-height:68px}.social-strip a{flex:1 1 42%;justify-content:center}}


/* v7 - Header corretto, micro-3D, hero più premium e menu leggibile */
body{background:
  radial-gradient(circle at 15% 2%,rgba(0,167,166,.10),transparent 26%),
  radial-gradient(circle at 86% 8%,rgba(11,78,120,.12),transparent 28%),
  var(--bg);
}
.header{
  background:linear-gradient(90deg,#ffffff 0,#ffffff 255px,#eef9fc 330px,#1676a2 510px,#06283c 100%)!important;
  border-bottom:1px solid rgba(7,50,74,.14)!important;
  box-shadow:0 14px 34px rgba(7,50,74,.14)!important;
}
.nav{gap:14px;}
.brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;min-width:218px;}
.brand img{width:214px!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;mix-blend-mode:multiply;}
.header .menu{
  margin-left:auto;
  background:linear-gradient(135deg,rgba(5,34,52,.88),rgba(9,76,114,.80));
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:7px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 26px rgba(4,30,48,.16);
  backdrop-filter:blur(12px);
}
.header .menu a,.header .menu .menu-trigger{color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.25);}
.header .menu .solo:hover,.header .menu .solo.active,.header .menu-trigger:hover,.header .menu-trigger.active{background:rgba(255,255,255,.18)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important;}
.menu-dropdown{top:100%!important;margin-top:0;border-radius:20px;padding:10px;}
.menu-group::after{top:100%!important;height:18px!important;}
.header .cta{
  background:linear-gradient(180deg,#ffffff,#edf8fb)!important;
  color:#07324a!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 8px 0 rgba(7,50,74,.08),0 16px 28px rgba(7,50,74,.18)!important;
}
.cta{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 7px 0 rgba(0,116,116,.28),0 16px 30px rgba(0,167,166,.20);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.cta:hover{transform:translateY(-1px);filter:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 8px 0 rgba(0,116,116,.25),0 18px 32px rgba(0,167,166,.22);}
.cta:active{transform:translateY(2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 3px 0 rgba(0,116,116,.25),0 10px 22px rgba(0,167,166,.16);}
.cta.alt{box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 6px 0 rgba(7,50,74,.06),0 14px 24px rgba(7,50,74,.10);}
.cta.dark{box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 7px 0 rgba(0,0,0,.18),0 16px 28px rgba(7,50,74,.20);}
.hero-copy{background:linear-gradient(145deg,#ffffff 0%,#ffffff 62%,#effbfb 100%);position:relative;overflow:hidden;}
.hero-copy::after{content:"";position:absolute;right:-80px;top:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(0,167,166,.16),transparent 68%);}
.hero-copy>*{position:relative;z-index:1;}
.hero h1 span{display:block;color:#0b4e78;font-size:.78em;letter-spacing:-.045em;}
.hero-actions.compact{display:flex;flex-wrap:nowrap;align-items:center;gap:9px;}
.hero-actions.compact .cta{padding:8px 13px;font-size:13px;min-height:38px;border-radius:999px;}
.hero-visual{background:linear-gradient(145deg,#06283c 0%,#0b4e78 48%,#0bb2aa 100%);}
.hero-visual::before{content:"";position:absolute;inset:-60px auto auto -80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.12);filter:blur(2px);}
.product-card,.card,.panel,.gallery-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.product-card:hover,.card:hover,.panel:hover,.gallery-card:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(7,50,74,.13);border-color:#c6e7ef;}
.visual-gallery-section{padding-top:10px;}
.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px;}
.gallery-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-soft);display:grid;grid-template-rows:180px auto;}
.gallery-card.main{grid-template-columns:1.1fr .9fr;grid-template-rows:auto;align-items:stretch;}
.gallery-card img{width:100%;height:100%;object-fit:cover;background:#fff;}
.gallery-card div{padding:18px;align-self:end;}
.gallery-card h3{margin:10px 0 6px;font-size:22px;line-height:1.08;letter-spacing:-.025em;}
.gallery-card p{margin:0;color:var(--muted);}
.social-strip a{box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 0 rgba(7,50,74,.06),0 14px 24px rgba(7,50,74,.10);}
.footer .small{line-height:1.55;}
@media (max-width:1180px){
  .header{background:#fff!important;}
  .header .menu{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);}
  .header .menu a,.header .menu .menu-trigger{color:#29485a!important;text-shadow:none!important;}
  .header .menu .solo:hover,.header .menu .solo.active,.header .menu-trigger:hover,.header .menu-trigger.active{background:var(--teal-soft)!important;color:#047070!important;border-color:#c7f0ee!important;}
  .brand img{width:178px!important;}
}
@media (max-width:1020px){
  .header .menu{padding:16px;border-radius:22px;}
  .header .cta{background:var(--teal)!important;color:#fff!important;}
  .gallery-grid{grid-template-columns:1fr;}
  .gallery-card.main{grid-template-columns:1fr;grid-template-rows:210px auto;}
}
@media (max-width:700px){
  .hero-actions.compact{flex-wrap:wrap;}
  .hero-actions.compact .cta{flex:1 1 auto;}
  .brand{min-width:auto;}
  .brand img{width:155px!important;}
}


/* v8 - Header pulito, submenu leggibili, visual più premium */
:root{--nav-text:#12384d;--nav-hover:#e8fbfa;}
body{background:
  radial-gradient(circle at 12% 0%,rgba(0,167,166,.08),transparent 28%),
  radial-gradient(circle at 92% 10%,rgba(11,78,120,.10),transparent 32%),
  linear-gradient(180deg,#f5fafc 0%,#f2f8fb 42%,#f7fbfd 100%)!important;
}
.topbar{background:linear-gradient(90deg,#041b2a 0%,#07324a 54%,#0b5f89 100%)!important;color:#e8f7fb!important;}
.topbar .container{padding:8px 0!important;}
.topbar .right-tools a:first-child{font-weight:850;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.38)}
.topbar .social-mini a{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.24)!important;color:#fff!important;text-shadow:none!important;}
.header{
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 33%,#f2fbfd 56%,#dff2f8 100%)!important;
  border-bottom:1px solid #cfe3ec!important;
  box-shadow:0 10px 28px rgba(7,50,74,.10)!important;
  overflow:visible!important;
}
.nav{min-height:86px!important;padding:12px 0!important;gap:18px!important;position:relative;}
.brand{min-width:240px!important;height:64px!important;display:flex!important;align-items:center!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.brand img{width:230px!important;max-height:62px!important;object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;mix-blend-mode:normal!important;filter:drop-shadow(0 8px 12px rgba(7,50,74,.08));}
.header .menu{
  margin-left:auto!important;
  display:flex;
  align-items:center;
  gap:6px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(179,210,224,.90)!important;
  border-radius:999px!important;
  padding:6px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 12px 25px rgba(7,50,74,.09)!important;
  backdrop-filter:blur(10px)!important;
}
.header .menu a,.header .menu .menu-trigger{
  color:var(--nav-text)!important;
  text-shadow:none!important;
  padding:10px 13px!important;
  border-radius:999px!important;
  border:1px solid transparent!important;
  line-height:1!important;
  font-weight:900!important;
}
.header .menu .solo:hover,.header .menu .solo.active,.header .menu-trigger:hover,.header .menu-trigger.active{
  background:linear-gradient(180deg,#ffffff,#e9f8fb)!important;
  color:#007a78!important;
  border-color:#cae8ef!important;
  box-shadow:0 8px 16px rgba(7,50,74,.08)!important;
}
.header .cta{
  padding:11px 18px!important;
  min-height:42px!important;
  background:linear-gradient(180deg,#ffffff,#e9f8fb)!important;
  color:#07324a!important;
  border:1px solid #cfe3ec!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 5px 0 rgba(7,50,74,.06),0 14px 24px rgba(7,50,74,.12)!important;
}
.menu-group{position:relative!important;}
.menu-group::after{content:""!important;position:absolute!important;left:-10px!important;right:-10px!important;top:100%!important;height:14px!important;display:block!important;}
.menu-dropdown{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  left:0!important;
  z-index:5000!important;
  display:none;
  gap:4px!important;
  padding:14px!important;
  min-width:290px!important;
  background:#ffffff!important;
  border:1px solid #d7e8ef!important;
  border-radius:22px!important;
  box-shadow:0 24px 60px rgba(7,50,74,.20)!important;
  backdrop-filter:none!important;
}
.menu-dropdown.wide{min-width:620px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.menu-group:hover .menu-dropdown,.menu-group:focus-within .menu-dropdown,.menu-group.open .menu-dropdown{display:grid!important;}
.header .menu .menu-dropdown a,.header .menu-dropdown a{
  color:#17394c!important;
  background:#ffffff!important;
  text-shadow:none!important;
  border:0!important;
  border-radius:14px!important;
  padding:10px 11px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  font-weight:850!important;
  box-shadow:none!important;
  opacity:1!important;
}
.header .menu .menu-dropdown a:hover,.header .menu-dropdown a:hover{
  background:linear-gradient(90deg,#e8fbfa,#eef8fb)!important;
  color:#006f73!important;
}
.drop-icon{width:28px!important;height:28px!important;border-radius:10px!important;background:linear-gradient(135deg,#e8fbfa,#eef8fb)!important;color:#0b4e78!important;font-size:15px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
.hero{padding-top:56px!important;}
.hero-copy{border-radius:34px!important;background:linear-gradient(145deg,#ffffff 0%,#ffffff 58%,#ecfbfb 100%)!important;box-shadow:0 24px 70px rgba(7,50,74,.11)!important;}
.hero h1{font-size:clamp(42px,5.25vw,72px)!important;line-height:.98!important;}
.hero h1 span{font-size:.68em!important;color:#0b5f89!important;letter-spacing:-.035em!important;margin-top:10px;}
.lead{font-size:18px!important;}
.hero-actions.compact{gap:10px!important;flex-wrap:wrap!important;}
.hero-actions.compact .cta{padding:9px 15px!important;font-size:13px!important;min-height:38px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 5px 0 rgba(0,116,116,.22),0 14px 24px rgba(0,167,166,.16)!important;}
.hero-actions.compact .cta.alt{box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 5px 0 rgba(7,50,74,.05),0 12px 22px rgba(7,50,74,.09)!important;}
.hero-visual{box-shadow:0 24px 70px rgba(7,50,74,.16)!important;border:1px solid rgba(255,255,255,.24);}
.hero-visual img{height:290px!important;background:#fff!important;}
.visual-gallery-section{padding-top:22px!important;}
.premium-gallery .gallery-card{border-color:#d7e8ef!important;box-shadow:0 16px 40px rgba(7,50,74,.09)!important;}
.premium-gallery .gallery-card img{background:#fff!important;object-fit:cover!important;}
.card,.panel,.product-card,.cat-chip,.always-callout{box-shadow:0 13px 34px rgba(7,50,74,.075)!important;}
.card:hover,.panel:hover,.product-card:hover,.cat-chip:hover,.gallery-card:hover{transform:translateY(-4px)!important;box-shadow:0 24px 55px rgba(7,50,74,.13)!important;}
.icon{background:linear-gradient(135deg,#e8fbfa,#eaf5fb)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 20px rgba(7,50,74,.07)!important;}
.social-strip a{background:linear-gradient(180deg,#ffffff,#f5fbfd)!important;}
@media(max-width:1180px){
  .header{background:#fff!important;}
  .brand{min-width:auto!important;}
  .brand img{width:180px!important;}
  .header .menu{background:#fff!important;border-radius:22px!important;}
  .menu-dropdown.wide{min-width:0!important;grid-template-columns:1fr!important;}
}
@media(max-width:1020px){
  .header .menu{display:none;position:absolute;left:20px;right:20px;top:78px;background:#fff!important;border:1px solid var(--line)!important;border-radius:22px!important;padding:16px!important;box-shadow:var(--shadow)!important;flex-direction:column;align-items:stretch;}
  .header .menu.open{display:flex!important;}
  .menu-dropdown{position:static!important;box-shadow:none!important;border-radius:16px!important;margin:6px 0 8px!important;background:#f8fbfd!important;min-width:0!important;}
  .menu-group:hover .menu-dropdown{display:none!important;}
  .menu-group.open .menu-dropdown,.menu-group.open:hover .menu-dropdown{display:grid!important;}
  .mobile-toggle{display:block!important;}
  .nav>.cta{display:none!important;}
}
@media(max-width:700px){
  .brand img{width:158px!important;}
  .hero h1{font-size:clamp(38px,11vw,52px)!important;}
}


/* v10 - correzione prudente: base v8, solo foto prodotto locali e icona Healix */
.topbar .social-mini{display:flex;align-items:center;gap:8px}
.topbar .social-mini .mini-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:999px;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.24)!important;color:#fff!important;text-decoration:none!important}
.topbar .social-mini .mini-icon img{width:18px;height:18px;display:block}
.topbar .social-mini .mini-icon::after{content:attr(data-tip);position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-4px);white-space:nowrap;background:#06283c;color:#fff;padding:5px 9px;border-radius:10px;font-size:11px;font-weight:800;opacity:0;pointer-events:none;transition:.14s ease;box-shadow:0 10px 22px rgba(0,0,0,.18);z-index:9999}
.topbar .social-mini .mini-icon:hover::after{opacity:1;transform:translateX(-50%) translateY(0)}
.gallery-card img{background:#fff;object-fit:contain;padding:10px}
.gallery-card.main img{object-fit:cover;padding:0}
.product-card.visual-card img{background:#fff;object-fit:contain;padding:12px}
@media (max-width:900px){.topbar .social-mini .mini-icon::after{display:none}}


/* v12 - foto reali e card prodotto fotografiche */
.category-photo-grid{align-items:stretch}
.category-photo-card{display:flex!important;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden;min-height:100%;}
.category-photo-card>img{width:100%;height:190px;object-fit:cover;background:#fff;border-bottom:1px solid var(--line)}
.category-photo-card .body{padding:18px!important}
.category-photo-card h3{margin:8px 0 6px;font-size:21px;line-height:1.1;letter-spacing:-.02em;color:var(--text)}
.category-photo-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}
.hero-visual>img{object-fit:cover!important;background:#fff;}
.gallery-card img,.product-card.visual-card img{object-fit:cover!important;background:#fff;}
@media(max-width:800px){.category-photo-card>img{height:220px}}


/* v14 - foto prodotto reali e hero showroom a foto singola */
.hero-visual > img{
  width:100%;
  height:330px;
  object-fit:cover;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(7,50,74,.22);
  border:10px solid rgba(255,255,255,.88);
}
.photo-category-grid{align-items:stretch}
.photo-category{
  overflow:hidden;
  padding:0!important;
  display:flex!important;
  flex-direction:column;
  min-height:100%;
}
.photo-category img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
  background:#fff;
}
.photo-category .body{padding:18px}
.photo-category h3{margin:0 0 8px}
.photo-category p{margin:0;color:var(--muted)}
.gallery-card img,.product-card.visual-card img,.product-card img{object-fit:cover}
.gallery-card.main img{min-height:230px}
@media (max-width:760px){
  .hero-visual > img{height:240px}
  .photo-category img{height:150px}
}

/* v19-uploaded-product-mapping */
.product-card img,.category-photo-card img,.gallery-card img{object-fit:cover;background:#fff}
.contact-person{width:100%;max-height:260px;object-fit:cover;border-radius:22px;margin-bottom:18px;box-shadow:0 18px 40px rgba(7,50,74,.16)}
.category-grid-real{align-items:stretch}


/* v20 header + homepage refinements */
.header{background:linear-gradient(90deg,#ffffff 0%,#f7fbfd 26%,#e8f3f9 52%,#97c0dc 78%,#2d6f99 100%)!important;border-bottom:1px solid rgba(23,72,102,.14);box-shadow:0 12px 30px rgba(16,55,79,.08)}
.nav{padding:14px 0}
.brand{min-width:260px}
.brand img{width:258px;max-width:100%;padding:6px 8px;border-radius:16px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.85);box-shadow:0 8px 24px rgba(11,59,88,.12)}
.header .menu{gap:10px}
.header .menu a,.header .menu .menu-trigger{color:#173e5b!important;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.58);backdrop-filter:blur(8px);box-shadow:0 6px 18px rgba(13,56,84,.07);text-shadow:none}
.header .menu .solo:hover,.header .menu .solo.active,.header .menu a:hover,.header .menu a.active,.header .menu-group:hover .menu-trigger,.header .menu-group:focus-within .menu-trigger{background:rgba(255,255,255,.92)!important;color:#0a6c7a!important;border-color:rgba(255,255,255,.92)}
.header .cta{box-shadow:0 10px 24px rgba(7,83,121,.18)}
.mobile-toggle{background:rgba(255,255,255,.84);border-color:rgba(255,255,255,.72)}
@media (max-width:1180px){
  .brand{min-width:auto}
  .brand img{width:220px}
  .header{background:linear-gradient(90deg,#ffffff 0%,#f5fbfe 42%,#8cb9d8 100%)!important}
  .header .menu a,.header .menu .menu-trigger{background:#fff!important;border-color:var(--line)!important;color:#29485a!important;box-shadow:none}
}


/* v26 - immagini adattive e dinamiche */
.product-card > img,
.category-photo-card > img,
.visual-card > img,
.gallery-card > img,
.hero-visual > img { background:linear-gradient(135deg,#fff 0%,#f4fafc 100%); transition:opacity .26s ease, transform .32s ease, filter .32s ease; }
.product-card > img,
.category-photo-card > img,
.visual-card > img { width:100%; aspect-ratio:4/3; height:auto; object-fit:cover; object-position:center; }
.img-fit-contain { object-fit:contain!important; padding:14px; background:#fff!important; }
.img-fit-cover { object-fit:cover!important; padding:0; }
.hero-visual > img.img-fit-contain { padding:18px; background:#fff!important; }
.gallery-card > img.img-fit-contain { padding:12px; background:#fff!important; }
.dynamic-image-frame { position:relative; overflow:hidden; }
.image-changing { opacity:.22; transform:scale(.985); filter:saturate(.92); }
.image-dots { position:absolute; left:14px; bottom:12px; display:inline-flex; gap:6px; padding:6px 8px; border-radius:999px; background:rgba(255,255,255,.72); box-shadow:0 10px 26px rgba(8,49,78,.16); backdrop-filter:blur(10px); z-index:3; }
.image-dots i { width:7px; height:7px; border-radius:50%; display:block; background:rgba(10,82,118,.28); }
.image-dots i.active { background:#16aeb8; transform:scale(1.15); }
@media (prefers-reduced-motion:reduce){.image-changing,.product-card>img,.category-photo-card>img,.visual-card>img,.gallery-card>img,.hero-visual>img{transition:none!important}}


/* v27 - rifinitura grafica, immagini adattive e gallerie interne */
:root{
  --img-bg: linear-gradient(145deg,#ffffff 0%,#f4fafc 100%);
}
.product-card,
.gallery-card,
.media-showcase,
.always-callout{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card:hover,
.gallery-card:hover,
.media-showcase:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(7,47,72,.14);
}
.product-card img,
.category-photo-card img,
.visual-card img,
.gallery-card img{
  background: var(--img-bg);
}
.product-card img.img-fit-contain,
.category-photo-card img.img-fit-contain,
.visual-card img.img-fit-contain,
.gallery-card img.img-fit-contain,
.hero-visual img.img-fit-contain{
  object-fit: contain !important;
  padding: 18px;
  background: linear-gradient(145deg,#fff 0%,#f3f8fb 100%);
}
.product-card img.img-fit-cover,
.category-photo-card img.img-fit-cover,
.visual-card img.img-fit-cover,
.gallery-card img.img-fit-cover,
.hero-visual img.img-fit-cover{
  object-fit: cover !important;
  padding: 0;
}
.product-card img,
.category-photo-card img{
  aspect-ratio: 4 / 3;
  min-height: 0;
}
.gallery-card.main img{
  aspect-ratio: 16 / 10;
}
.dynamic-image-frame{
  position: relative;
  overflow: hidden;
}
.image-changing{
  opacity: .36;
  transform: scale(.992);
}
.image-dots{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:flex;
  gap:6px;
  z-index:4;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  backdrop-filter: blur(8px);
  box-shadow:0 8px 24px rgba(13,52,72,.12);
}
.image-dots i{
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(10,83,119,.28);
  display:block;
}
.image-dots i.active{
  width:18px;
  background:#0aa6b5;
}
.page-media-showcase{
  padding-top: 34px;
  padding-bottom: 24px;
}
.media-showcase{
  display:grid;
  grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr);
  gap:28px;
  align-items:center;
  padding:24px;
  border:1px solid rgba(181,213,224,.9);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(234,247,250,.84));
  box-shadow:0 18px 58px rgba(9,54,79,.09);
}
.media-showcase .media-frame{
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(207,224,230,.9);
  min-height:360px;
  position:relative;
}
.media-showcase img{
  width:100%;
  height:100%;
  min-height:360px;
  display:block;
  object-fit:cover;
  transition: opacity .22s ease, transform .22s ease;
}
.media-showcase img.img-fit-contain{
  object-fit:contain!important;
  padding:26px;
  background:linear-gradient(145deg,#fff,#f5fafc);
}
.media-copy .eyebrow{
  margin-bottom:12px;
}
.media-copy h2{
  margin:0 0 12px;
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:1;
}
.media-copy p{
  color:var(--muted);
  margin:0 0 18px;
  font-size:1.05rem;
}
.media-badges{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.media-badges span{
  border:1px solid rgba(172,218,226,.9);
  border-radius:999px;
  padding:8px 12px;
  background:rgba(255,255,255,.8);
  font-weight:800;
  font-size:.88rem;
  color:#17445f;
}
.section-head{
  align-items:flex-end;
}
.category-grid-real .product-card .body h3{
  font-size:1.15rem;
}
.product-grid{
  align-items:stretch;
}
.product-card .body{
  display:flex;
  flex-direction:column;
}
.product-card .product-actions{
  margin-top:auto;
}
@media (max-width:900px){
  .media-showcase{
    grid-template-columns:1fr;
    padding:16px;
  }
  .media-showcase .media-frame,
  .media-showcase img{
    min-height:260px;
  }
}


/* v28 - catalogo prodotti centralizzato e filtri */
.catalog-hero{
  background:
    radial-gradient(circle at 18% 20%, rgba(20,170,190,.16), transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#eff8fb 54%,#d8edf6 100%);
}
.catalog-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:22px;
}
.catalog-toolbar h2{
  margin:.45rem 0 .35rem;
}
.catalog-searchbox{
  display:grid;
  gap:8px;
  min-width:min(420px,100%);
}
.catalog-searchbox input{
  width:100%;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 16px;
  font:inherit;
  font-weight:700;
  background:#fff;
  box-shadow:0 12px 32px rgba(7,47,72,.07);
}
.catalog-searchbox span{
  color:var(--muted);
  font-weight:800;
  text-align:right;
}
.filter-block{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  margin:12px 0;
}
.filter-block strong{
  min-width:84px;
  color:#173e5b;
}
.chip-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.chip{
  border:1px solid rgba(174,213,225,.9);
  background:rgba(255,255,255,.85);
  color:#17445f;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(7,47,72,.05);
}
.chip:hover,.chip.active{
  background:#0aa6b5;
  color:#fff;
  border-color:#0aa6b5;
}
.catalog-grid{
  margin-top:26px;
}
.catalog-product img{
  height:210px;
}
.catalog-meta{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:8px;
}
.catalog-meta span:not(.tag){
  font-size:.82rem;
  font-weight:900;
  color:#537081;
  background:#f1f7fa;
  border:1px solid #d9e9ef;
  border-radius:999px;
  padding:5px 9px;
}
.catalog-empty{
  grid-column:1/-1;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
  color:var(--muted);
  font-weight:800;
}
.catalog-admin-note{
  background:linear-gradient(135deg,#ffffff,#eef9fb);
}
code{
  background:#eef7fa;
  padding:.15em .35em;
  border-radius:.45em;
  color:#0a5f78;
  font-weight:800;
}
@media (max-width:900px){
  .catalog-toolbar{display:block}
  .catalog-searchbox span{text-align:left}
}


/* v30 - richiesta preventivo multiprodotto nel catalogo */
.quote-bar{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%) translateY(130%);
  width:min(1120px,calc(100% - 28px));
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:14px 16px;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(174,213,225,.95);
  box-shadow:0 22px 70px rgba(7,47,72,.22);
  backdrop-filter:blur(14px);
  z-index:80;
  transition:transform .24s ease;
}
.quote-bar.visible{
  transform:translateX(-50%) translateY(0);
}
.quote-bar strong{
  display:block;
  color:#173e5b;
  font-size:1rem;
}
.quote-bar span{
  display:block;
  color:var(--muted);
  font-size:.88rem;
  margin-top:2px;
}
.quote-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.cta.danger-lite,
button.danger-lite{
  background:#fff1f0;
  color:#b42318;
  border:1px solid #ffd4d0;
}
.catalog-product .product-actions{
  gap:7px;
}
.catalog-product button.cta{
  border:0;
  cursor:pointer;
  font-family:inherit;
}
@media (max-width:780px){
  .quote-bar{
    display:block;
    bottom:10px;
    border-radius:20px;
  }
  .quote-actions{
    margin-top:10px;
    justify-content:flex-start;
  }
}


/* v31 - pagina richiesta guidata */
.request-hero{
  background:
    radial-gradient(circle at 20% 18%, rgba(10,166,181,.16), transparent 34%),
    linear-gradient(135deg,#fff,#eef8fb 58%,#d9edf5);
}
.request-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:22px;
  align-items:start;
}
.request-card h2{
  margin:.3rem 0 .5rem;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.request-card label,
.full-label{
  display:block;
  font-weight:900;
  color:#173e5b;
  margin-top:12px;
}
.request-card input,
.request-card textarea{
  width:100%;
  margin-top:7px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:13px 14px;
  font:inherit;
  background:#fff;
}
.request-card textarea{
  min-height:120px;
  resize:vertical;
}
.request-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.request-side-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}
.request-items{
  display:grid;
  gap:12px;
}
.request-item{
  display:grid;
  grid-template-columns:92px 1fr;
  gap:12px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.request-item img{
  width:92px;
  height:74px;
  border-radius:14px;
  background:#f5fafc;
  border:1px solid #eef3f6;
  object-fit:cover;
}
.request-item img.img-fit-contain{
  object-fit:contain!important;
  padding:7px;
}
.request-item h3{
  margin:0 0 5px;
  font-size:1rem;
}
.request-item p{
  margin:0 0 8px;
  color:var(--muted);
  font-size:.88rem;
}
.request-item button{
  border:1px solid #ffd4d0;
  background:#fff1f0;
  color:#b42318;
  border-radius:999px;
  padding:6px 10px;
  font-weight:900;
  cursor:pointer;
}
.request-empty{
  border:1px dashed #bedce5;
  border-radius:18px;
  padding:16px;
  color:var(--muted);
  background:#f8fcfd;
  font-weight:800;
}
.status-note{
  margin-top:14px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#f7fbfd;
  color:#17445f;
  font-weight:800;
}
.request-preview-card pre{
  white-space:pre-wrap;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  background:#0d2f42;
  color:#eafcff;
  border-radius:20px;
  padding:18px;
  overflow:auto;
  line-height:1.45;
}
@media(max-width:920px){
  .request-grid,
  .form-grid{
    grid-template-columns:1fr;
  }
}
@media print{
  .topbar,.header,.footer,.floating-actions,.hero-actions,.request-actions,.request-side-head a{display:none!important}
  body{background:#fff!important}
  .card,.request-card,.request-preview-card{box-shadow:none!important;border:1px solid #ddd!important}
  .request-grid{grid-template-columns:1fr!important}
}


/* v32 - richiesta assistenza tecnica */
.service-request-hero{background:radial-gradient(circle at 20% 18%, rgba(10,166,181,.15), transparent 34%),linear-gradient(135deg,#ffffff 0%,#eef8fb 58%,#d6ecf5 100%)}
.service-request-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.55fr);gap:22px;align-items:start}
.service-form-card h2,.service-side-card h2{margin:.35rem 0 .5rem}
.service-checks{display:grid;gap:10px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#f8fcfd}
.service-checks label{display:flex;align-items:flex-start;gap:10px;font-weight:800;color:#17445f;margin:0}
.service-checks input{margin-top:3px}
.service-hints{display:grid;gap:12px;margin:18px 0}
.service-hints div{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px}
.service-hints strong{display:block;color:#173e5b;margin-bottom:5px}
.service-hints span{color:var(--muted);line-height:1.45}
.full-cta{width:100%;justify-content:center}
.service-form-card select{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;background:#fff}
@media(max-width:960px){.service-request-grid{grid-template-columns:1fr}}
@media print{.service-side-card,.topbar,.header,.footer,.floating-actions,.hero-actions,.request-actions{display:none!important}.service-request-grid{grid-template-columns:1fr!important}}


/* v33 - SEO, trust, pagine legali e rifiniture conversione */
.trust-section{
  padding-top:34px;
}
.trust-grid .trust-card strong{
  display:block;
  font-size:1.05rem;
  color:#173e5b;
  margin-bottom:8px;
}
.trust-grid .trust-card p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}
.legal-hero{
  background:linear-gradient(135deg,#ffffff 0%,#eef8fb 60%,#d8edf6 100%);
}
.legal-card{
  max-width:920px;
  margin:auto;
}
.legal-card h2{
  margin-top:0;
}
.legal-card h3{
  margin-top:24px;
  color:#17445f;
}
.legal-card p{
  color:var(--muted);
  line-height:1.65;
}
.footer a{
  color:inherit;
}


/* v34 - landing commerciali */
.landing-hero{
  background:
    radial-gradient(circle at 16% 18%, rgba(10,166,181,.16), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(23,68,95,.10), transparent 30%),
    linear-gradient(135deg,#ffffff 0%,#eef8fb 58%,#d9edf6 100%);
}
.landing-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.82fr);
  gap:28px;
  align-items:center;
}
.landing-copy h2{
  font-size:clamp(2rem,3.4vw,3.55rem);
  line-height:1;
  margin:.35rem 0 .75rem;
}
.landing-copy p{
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.62;
}
.landing-visual{
  border:1px solid var(--line);
  border-radius:34px;
  background:linear-gradient(145deg,#fff,#f2fafc);
  box-shadow:0 24px 64px rgba(7,47,72,.12);
  overflow:hidden;
  min-height:390px;
}
.landing-visual img{
  width:100%;
  height:100%;
  min-height:390px;
  display:block;
  object-fit:cover;
}
.landing-visual img.img-fit-contain{
  object-fit:contain!important;
  padding:28px;
}
.landing-step strong{
  display:block;
  color:#173e5b;
  font-size:1.05rem;
  margin-bottom:8px;
}
.landing-step p{
  margin:0;
  color:var(--muted);
  line-height:1.48;
}
.landing-band{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  border-radius:34px;
  padding:28px;
  color:white;
  background:linear-gradient(135deg,#17445f,#0aa6b5);
  box-shadow:0 24px 70px rgba(7,47,72,.16);
}
.landing-band .eyebrow,
.landing-band p{
  color:rgba(255,255,255,.86);
}
.landing-band h2{
  margin:.25rem 0 .5rem;
  color:white;
}
.landing-cta{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  background:linear-gradient(135deg,#ffffff,#eef8fb);
}
.landing-cta h2{
  margin:.25rem 0 .35rem;
}
.landing-paths .path-card{
  text-decoration:none;
  color:inherit;
  overflow:hidden;
  padding:0;
}
.path-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
  background:#f5fafc;
}
.path-card span,
.path-card strong,
.path-card p{
  margin-left:18px;
  margin-right:18px;
}
.path-card span{
  display:inline-block;
  margin-top:16px;
  color:#0a8fa1;
  font-weight:900;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.08em;
}
.path-card strong{
  display:block;
  margin-top:8px;
  color:#173e5b;
  font-size:1.15rem;
}
.path-card p{
  color:var(--muted);
  margin-bottom:18px;
}
@media(max-width:920px){
  .landing-split,
  .landing-band{
    grid-template-columns:1fr;
  }
  .landing-visual,
  .landing-visual img{
    min-height:280px;
  }
  .landing-cta{
    display:block;
  }
}


/* v35 - predisposizione intake Healix */
.healix-intake-panel{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:18px;
  padding:16px;
  border:1px dashed rgba(10,166,181,.45);
  border-radius:20px;
  background:linear-gradient(135deg,#f4fbfd,#ffffff);
}
.healix-intake-panel strong{
  display:block;
  color:#173e5b;
  margin-bottom:4px;
}
.healix-intake-panel p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}
.healix-intake-panel.is-enabled{
  border-style:solid;
  background:linear-gradient(135deg,#eefbf5,#ffffff);
}
.healix-note{
  display:grid;
  gap:6px;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  background:#f8fcfd;
  margin:12px 0 18px;
}
.healix-note strong{
  color:#173e5b;
}
.healix-note span{
  color:var(--muted);
  line-height:1.45;
}
@media(max-width:760px){
  .healix-intake-panel{
    display:block;
  }
  .healix-intake-panel .cta{
    margin-top:12px;
  }
}
