
:root{--black:#0c0c0d;--ink:#15171a;--muted:#5d6470;--line:#e7e1d9;--bg:#fbfaf7;--white:#fff;--accent:#d7ad35;--accent-dark:#8b6817;--soft:#f7f0dc;--hero:#111;--heroText:#fff;--shadow:0 18px 55px rgba(0,0,0,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);z-index:50}.nav{max-width:1240px;margin:auto;display:flex;align-items:center;gap:22px;padding:10px 20px}.brand{display:flex;align-items:center;gap:14px;min-width:260px}.brand img{width:72px}.brand span{border-left:3px solid var(--accent);padding-left:13px;font-family:Montserrat;font-weight:800;letter-spacing:.07em;text-transform:uppercase;font-size:14px;line-height:1.35}.links{display:flex;align-items:center;gap:26px;margin-left:auto;font-family:Montserrat;font-size:13px;font-weight:700;text-transform:uppercase}.links>a,.dropbtn{padding:18px 0;border-bottom:2px solid transparent;cursor:pointer}.links>a:hover,.drop:hover .dropbtn{border-color:var(--accent);color:var(--accent-dark)}.drop{position:relative}.mega{position:absolute;top:100%;left:50%;transform:translate(-50%,10px);width:320px;max-height:420px;overflow-y:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:10px 0;opacity:0;visibility:hidden;transition:.22s;z-index:999}.drop:hover .mega{opacity:1;visibility:visible;transform:translate(-50%,0)}.mega strong{display:block;padding:8px 16px 10px;color:var(--muted);font-size:11px;letter-spacing:.1em}.mega a{display:block;padding:8px 16px;text-transform:none;font-size:13px;line-height:1.25;letter-spacing:0;border-left:3px solid transparent;white-space:normal}.mega a:hover{background:#faf7ef;border-left-color:var(--accent)}.langs{display:flex;gap:6px}.langs a{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:12px}.langs a.active{background:#0d0d0d;color:#fff}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--hero),#262626);color:#fff}.hero:after{content:"";position:absolute;right:-12%;top:-35%;width:60%;height:145%;background:radial-gradient(circle,var(--accent) 0,rgba(255,255,255,0) 64%);opacity:.22}.hero-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.12fr .88fr;gap:46px;align-items:center;min-height:600px;padding:72px 20px;position:relative;z-index:1}.eyebrow{display:inline-flex;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 14px;font-family:Montserrat;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px;background:rgba(255,255,255,.08);color:#fff}.hero h1{font-family:Montserrat;font-size:clamp(42px,5.3vw,74px);line-height:.98;margin:24px 0 20px;letter-spacing:-.045em}.hero p{font-size:19px;max-width:720px;color:rgba(255,255,255,.9);margin-bottom:28px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#111;padding:15px 22px;border-radius:6px;font-weight:900;font-family:Montserrat;text-transform:uppercase;font-size:13px;box-shadow:0 12px 30px rgba(0,0,0,.14)}.btn.dark{background:#111;color:#fff}.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:34px;backdrop-filter:blur(8px)}.svc-icon{width:110px;height:110px;border:2px solid var(--accent);border-radius:28px;display:grid;place-items:center;color:var(--accent);background:rgba(255,255,255,.05)}.svc-icon span{font-size:46px;font-family:Montserrat;font-weight:800}.hero-card h3{font-family:Montserrat;font-size:28px;margin:18px 0 10px}.hero-card ul{padding-left:18px;margin:0;color:rgba(255,255,255,.92)}section{padding:76px 20px}.container{max-width:1240px;margin:auto}.section-title{text-align:center;margin-bottom:42px}.tag{color:var(--accent-dark);font-family:Montserrat;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.section-title h2{font-family:Montserrat;font-size:clamp(30px,4vw,48px);margin:10px 0 12px;letter-spacing:-.03em}.section-title p{max-width:820px;margin:auto;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.04)}.card h3{font-family:Montserrat;margin:14px 0 10px;font-size:20px}.card p,.card li{color:#555}.mini-icon{width:54px;height:54px;border:1.8px solid var(--accent-dark);border-radius:16px;display:grid;place-items:center;color:var(--accent-dark);font-family:Montserrat;font-weight:900;font-size:24px}.process{background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{padding:34px;background:linear-gradient(180deg,#fff,var(--soft));border:1px solid var(--line);border-radius:20px}.step .num{font-family:Montserrat;font-size:15px;font-weight:900;color:#fff;background:var(--accent-dark);width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.step h3{font-family:Montserrat;font-size:24px;margin:22px 0 10px}.bullets{columns:2;column-gap:34px;margin:0;padding-left:20px}.bullets li{break-inside:avoid;margin:0 0 9px}.stats{background:#111;color:#fff}.statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stat strong{font-family:Montserrat;font-size:42px;color:var(--accent)}.stat span{display:block;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em;color:#ddd}.contact{background:linear-gradient(135deg,#111,#242424);color:#fff}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:26px}.contact-card{background:#fff;color:#111;border-radius:22px;padding:34px}.contact-card h3{font-family:Montserrat;font-size:28px;margin-top:0}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:15px;border:1px solid #ddd;border-radius:8px;font:inherit}.form textarea{min-height:120px}.footer{background:#080808;color:#ddd;padding:54px 20px 22px}.footgrid{max-width:1240px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer h4{font-family:Montserrat;color:#fff;margin:0 0 14px}.footer a,.footer p{display:block;color:#bbb;margin:8px 0}.copy{max-width:1240px;margin:34px auto 0;border-top:1px solid #282828;padding-top:20px;color:#888;font-size:13px}.phone-float{position:fixed;right:24px;bottom:24px;z-index:60;width:58px;height:58px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;box-shadow:0 16px 40px rgba(0,0,0,.28)}.phone-float svg{width:26px;height:26px;stroke:#fff;stroke-width:2;fill:none}.phone-float span{position:absolute;right:70px;white-space:nowrap;background:#111;color:#fff;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:800;opacity:0;transform:translateX(10px);transition:.2s}.phone-float:hover span{opacity:1;transform:translateX(0)}
.theme-electric{--accent:#f3c316;--accent-dark:#9c7400;--soft:#fff7d7;--hero:#0e0e0e}.theme-oven{--accent:#d32222;--accent-dark:#981212;--soft:#fff1ef;--hero:#1a0d0b}.theme-plumb{--accent:#2295d3;--accent-dark:#126da2;--soft:#eaf7ff;--hero:#0a1e2b}.theme-finish{--accent:#b58a62;--accent-dark:#7d5a38;--soft:#f8f0e6;--hero:#241b15}.theme-security{--accent:#0b6b53;--accent-dark:#064837;--soft:#eaf5f1;--hero:#061a15}.theme-climate{--accent:#8edaf2;--accent-dark:#16799a;--soft:#eefbff;--hero:#0b2630}.theme-volets{--accent:#6f7f91;--accent-dark:#39485b;--soft:#eef2f6;--hero:#121820}.theme-domotic{--accent:#7c4dff;--accent-dark:#4c2fb0;--soft:#f1edff;--hero:#170f2d}.theme-gas{--accent:#f28c28;--accent-dark:#9a4f09;--soft:#fff2e2;--hero:#1d1208}.theme-bath{--accent:#4aa3a0;--accent-dark:#246a67;--soft:#edf8f7;--hero:#0b2424}.theme-shutter{--accent:#485563;--accent-dark:#26313d;--soft:#eef0f2;--hero:#111820}.theme-management{--accent:#335c81;--accent-dark:#1f3e5d;--soft:#eef4fb;--hero:#101820}.theme-docs{--accent:#8a6f3d;--accent-dark:#5f4a25;--soft:#f5efe0;--hero:#17130c}.theme-maintenance{--accent:#a83f68;--accent-dark:#702742;--soft:#fbeef4;--hero:#1d0e15}.theme-realestate{--accent:#2e7d32;--accent-dark:#1b5e20;--soft:#eef7ef;--hero:#0d1b0e}
@media(max-width:980px){.nav{flex-wrap:wrap}.brand{min-width:auto}.links{order:3;width:100%;justify-content:space-between;gap:12px;overflow-x:auto}.hero-inner,.contact-wrap{grid-template-columns:1fr}.hero-card{display:none}.grid,.grid.two,.steps,.statgrid,.footgrid{grid-template-columns:1fr 1fr}.bullets{columns:1}}@media(max-width:640px){.brand span{display:none}.links{font-size:12px}.grid,.grid.two,.steps,.statgrid,.footgrid{grid-template-columns:1fr}.hero-inner{min-height:auto}.langs a{width:34px;height:34px}.phone-float span{display:none}}

/* Partners & collaborations page */
.links>a.active-page{border-color:var(--accent);color:var(--accent-dark)}
.partner-hero{padding:0;background:linear-gradient(135deg,#111,#262626);color:#fff;position:relative;overflow:hidden}
.partner-hero:after{content:"";position:absolute;right:-8%;top:-80%;width:52%;height:240%;background:radial-gradient(circle,var(--accent) 0,rgba(255,255,255,0) 66%);opacity:.2}
.partner-hero-inner{position:relative;z-index:1;padding:92px 20px 86px;text-align:center}
.partner-hero h1{font-family:Montserrat;font-size:clamp(40px,5vw,68px);line-height:1;margin:24px auto 18px;letter-spacing:-.045em;max-width:960px}
.partner-hero p{font-size:18px;color:rgba(255,255,255,.88);max-width:820px;margin:0 auto}
.partners-page{padding-top:72px;padding-bottom:72px}
.partners-page.alt{background:#fff}
.partner-board{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 18px 55px rgba(0,0,0,.07);overflow:hidden}
.partner-board img{display:block;width:100%;height:auto;border-radius:14px}
.partner-cta{background:var(--soft);padding:62px 20px}
.partner-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}
.partner-cta h2{font-family:Montserrat;font-size:clamp(28px,3.5vw,44px);line-height:1.08;margin:10px 0 12px;letter-spacing:-.03em}
.partner-cta p{max-width:760px;color:var(--muted);margin:0}
@media(max-width:760px){.partner-hero-inner{padding:72px 20px 66px}.partner-board{padding:8px;border-radius:16px}.partner-board img{border-radius:10px}.partner-cta-inner{display:grid}.partner-cta .btn{width:100%}}

/* TEC hero animated Strands background */
.hero{background:#111;isolation:isolate}
.hero .strands-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.hero .strands-bg canvas{display:block;width:100%;height:100%}
.hero .strands-bg.strands-fallback{background:radial-gradient(ellipse at 58% 50%,rgba(250,204,8,.24),transparent 42%),radial-gradient(ellipse at 67% 55%,rgba(255,255,255,.12),transparent 34%)}
.hero:after{right:auto;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(12,12,12,.58) 0%,rgba(12,12,12,.18) 45%,rgba(12,12,12,.28) 100%);opacity:1;pointer-events:none;z-index:1}
.hero-inner{z-index:2}
.hero h1,.hero p,.hero .eyebrow{text-shadow:0 2px 18px rgba(0,0,0,.35)}
@media(max-width:760px){.hero:after{background:linear-gradient(180deg,rgba(12,12,12,.36),rgba(12,12,12,.58))}.hero .strands-bg{opacity:.82}}

/* React Bits-inspired Border Glow */
.border-glow-card{
  overflow:visible;
  --edge-opacity:0;
  --cursor-angle:110deg;
  --border-glow-one:#F97316;
  --border-glow-two:#EAB308;
  --border-glow-three:#ffffff;
  position:relative;
  isolation:isolate;
}
.border-glow-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:3;
  padding:2px;
  border-radius:inherit;
  pointer-events:none;
  opacity:var(--edge-opacity);
  background:conic-gradient(
    from calc(var(--cursor-angle) - 55deg),
    transparent 0deg,
    color-mix(in srgb,var(--border-glow-one) 0%,transparent) 8deg,
    color-mix(in srgb,var(--border-glow-one) 88%,transparent) 23deg,
    var(--border-glow-two) 40deg,
    var(--border-glow-three) 55deg,
    var(--border-glow-two) 70deg,
    color-mix(in srgb,var(--border-glow-one) 82%,transparent) 88deg,
    transparent 110deg,
    transparent 360deg
  );
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,.40))
    drop-shadow(0 0 14px rgba(234,179,8,.55))
    drop-shadow(0 0 28px rgba(249,115,22,.25));
  transition:opacity .16s ease;
  will-change:opacity,transform;
}
.border-glow-card.sweep-active::after{
  transition:none;
}
.border-glow-card:hover{
  border-color:color-mix(in srgb,var(--accent) 45%,var(--line));
}
.hero-card.border-glow-card::after{
  filter:
    drop-shadow(0 0 8px rgba(255,255,255,.45))
    drop-shadow(0 0 18px rgba(234,179,8,.60))
    drop-shadow(0 0 34px rgba(249,115,22,.30));
}
@media (hover:none), (pointer:coarse){
  .border-glow-card::after{display:none}
}
@media (prefers-reduced-motion:reduce){
  .border-glow-card::after{transition:none}
}


/* LightPillar fire effect — pizza ovens hero */
.oven-lightpillar-hero{background:#0b0805;position:relative;overflow:hidden;isolation:isolate}
.oven-lightpillar-hero .light-pillar-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;mix-blend-mode:screen;opacity:.92}
.oven-lightpillar-hero .light-pillar-bg canvas{display:block;width:100%;height:100%;filter:saturate(1.15) contrast(1.05)}
.oven-lightpillar-hero .light-pillar-bg.light-pillar-fallback{background:radial-gradient(ellipse at 55% 52%,rgba(255,104,0,.52),transparent 28%),radial-gradient(ellipse at 52% 58%,rgba(234,179,8,.36),transparent 42%)}
.oven-lightpillar-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(8,8,8,.82) 0%,rgba(8,8,8,.55) 38%,rgba(8,8,8,.2) 70%,rgba(8,8,8,.3) 100%);opacity:1}
.oven-lightpillar-hero .hero-inner{position:relative;z-index:2}
.oven-lightpillar-hero .hero-card{background:rgba(30,24,18,.62);border-color:rgba(234,179,8,.28);box-shadow:0 24px 70px rgba(0,0,0,.32)}
@media(max-width:760px){.oven-lightpillar-hero .light-pillar-bg{opacity:.75}.oven-lightpillar-hero:after{background:linear-gradient(180deg,rgba(8,8,8,.62),rgba(8,8,8,.82))}}

/* LetterGlitch matrix effect — security / ERP hero */
.security-letterglitch-hero{position:relative;overflow:hidden;isolation:isolate;background:#020704}
.security-letterglitch-hero .letter-glitch-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#000}
.security-letterglitch-hero .letter-glitch-bg canvas{display:block;width:100%;height:100%;opacity:.78}
.security-letterglitch-hero .letter-glitch-center-vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 38% 50%,rgba(0,0,0,.82) 0%,rgba(0,0,0,.55) 31%,rgba(0,0,0,.16) 62%,rgba(0,0,0,0) 82%)}
.security-letterglitch-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.70) 0%,rgba(0,0,0,.36) 45%,rgba(0,0,0,.18) 100%);opacity:1}
.security-letterglitch-hero .hero-inner{position:relative;z-index:2}
.security-letterglitch-hero .hero-card{background:rgba(18,35,28,.70);backdrop-filter:blur(4px);border-color:rgba(97,220,163,.26);box-shadow:0 24px 70px rgba(0,0,0,.34)}
@media(max-width:760px){.security-letterglitch-hero .letter-glitch-bg canvas{opacity:.58}.security-letterglitch-hero .letter-glitch-center-vignette{background:radial-gradient(circle at 50% 42%,rgba(0,0,0,.76),rgba(0,0,0,.32) 60%,transparent 88%)}.security-letterglitch-hero:after{background:linear-gradient(180deg,rgba(0,0,0,.50),rgba(0,0,0,.76))}}
@media(prefers-reduced-motion:reduce){.security-letterglitch-hero .letter-glitch-bg canvas{opacity:.45}}


/* Product showcase — compact spiral mixers */
.active-nav{color:var(--accent)!important}
.product-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 45%,rgba(250,204,8,.17),transparent 28%),linear-gradient(135deg,#101010 0%,#171510 100%);color:#fff;padding:92px 0 76px}
.product-hero:before{content:"";position:absolute;inset:auto -10% -42% 40%;height:70%;background:radial-gradient(ellipse,rgba(249,115,22,.20),transparent 67%);filter:blur(24px)}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:68px;position:relative;z-index:1}
.product-copy h1{font-family:Montserrat,sans-serif;font-size:clamp(48px,6vw,84px);line-height:.98;letter-spacing:-.045em;margin:26px 0 26px;max-width:760px}
.product-copy p{max-width:720px;font-size:20px;line-height:1.65;color:rgba(255,255,255,.82)}
.product-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:32px}
.product-text-link{color:#fff;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:5px}
.product-visual{position:relative;min-height:560px;display:grid;place-items:center}
.product-visual img{position:relative;z-index:2;display:block;max-height:570px;max-width:100%;object-fit:contain;filter:drop-shadow(0 34px 48px rgba(0,0,0,.55))}
.product-orbit{position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(250,204,8,.22),rgba(249,115,22,.08) 47%,transparent 68%);border:1px solid rgba(250,204,8,.22);box-shadow:0 0 90px rgba(234,179,8,.15)}
.product-detail-section{padding:84px 0;background:#f7f6f2}
.product-family-card{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:54px;background:#fff;border:1px solid #e1ded5;border-radius:32px;padding:46px;box-shadow:0 24px 70px rgba(20,20,20,.08)}
.product-family-image{min-height:500px;border-radius:25px;background:linear-gradient(145deg,#f2f0e9,#fff);display:grid;place-items:center;padding:28px;overflow:hidden}
.product-family-image img{display:block;max-height:500px;max-width:100%;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.22))}
.product-family-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.product-family-content h2{font-family:Montserrat,sans-serif;font-size:clamp(36px,4vw,58px);line-height:1.03;margin:20px 0 18px;letter-spacing:-.035em}
.product-lead{font-size:20px;line-height:1.65;color:#4a4a4a}
.product-feature-list{list-style:none;padding:0;margin:28px 0;display:grid;gap:14px;width:100%}
.product-feature-list li{position:relative;padding:15px 18px 15px 50px;border:1px solid #ece8dc;border-radius:15px;background:#fbfaf7;font-weight:700}
.product-feature-list li:before{content:"✓";position:absolute;left:18px;top:13px;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#111;display:grid;place-items:center;font-weight:900}
.product-note{font-size:14px;color:#706c62;font-weight:700;margin:0 0 24px}
.product-use-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}
.product-info-box{background:#fff;border:1px solid #e1ded5;border-radius:24px;padding:32px}
.product-info-box ul{margin:22px 0 0;padding-left:22px;display:grid;gap:11px;font-size:17px}
.product-info-box h3{font-family:Montserrat,sans-serif;font-size:30px;margin:18px 0 12px}
.product-info-box p{font-size:17px;line-height:1.65;color:#4d4d4d}
.product-privacy-box{background:#151515;color:#fff;border-color:#272727}
.product-privacy-box p{color:rgba(255,255,255,.74)}
.product-process{padding:86px 0;background:#fff}
.product-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-step{padding:34px;border-radius:24px;border:1px solid #e6e2d8;background:#fbfaf7}
.product-step span{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--accent);font-family:Montserrat,sans-serif;font-weight:900;font-size:19px}
.product-step h3{font-family:Montserrat,sans-serif;font-size:23px;margin:22px 0 10px}
.product-step p{line-height:1.65;color:#575757;margin:0}
.product-cta{padding:46px 0 78px;background:#fff}
.product-cta-inner{background:var(--accent);border-radius:28px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.product-cta h2{font-family:Montserrat,sans-serif;font-size:36px;margin:0 0 8px}
.product-cta p{font-size:17px;max-width:720px;margin:0}
@media(max-width:980px){.product-hero-grid,.product-family-card{grid-template-columns:1fr}.product-visual{min-height:430px}.product-visual img{max-height:430px}.product-orbit{width:340px;height:340px}.product-family-image{min-height:410px}.product-steps{grid-template-columns:1fr}.product-use-grid{grid-template-columns:1fr}}
@media(max-width:680px){.product-hero{padding:62px 0 48px}.product-copy h1{font-size:46px}.product-copy p{font-size:17px}.product-visual{min-height:350px}.product-visual img{max-height:350px}.product-orbit{width:280px;height:280px}.product-detail-section{padding:52px 0}.product-family-card{padding:22px;border-radius:23px;gap:28px}.product-family-image{min-height:330px;padding:16px}.product-family-image img{max-height:320px}.product-use-grid{margin-top:18px}.product-info-box{padding:24px}.product-cta-inner{padding:30px 24px;align-items:flex-start;flex-direction:column}.product-cta h2{font-size:30px}}


/* Product catalogue hierarchy */
.catalog-page{background:#f8f7f3;min-height:70vh;padding:84px 0 100px}.catalog-intro{max-width:820px;margin-bottom:42px}.catalog-intro h1{font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:clamp(42px,6vw,78px);line-height:.98;margin:14px 0 20px}.catalog-intro p{font-size:19px;line-height:1.65;color:#4a4a4a}.catalog-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:28px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.catalog-breadcrumbs a{color:#8a6500;text-decoration:none}.catalog-breadcrumbs span{color:#777}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.catalog-card{position:relative;display:flex;flex-direction:column;min-height:260px;padding:30px;border:1px solid #dedbd2;border-radius:28px;background:#fff;color:#111;text-decoration:none;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.catalog-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(0,0,0,.10);border-color:#e2b42d}.catalog-card .catalog-icon{width:62px;height:62px;border:2px solid #d9aa20;border-radius:20px;display:grid;place-items:center;font-size:27px;margin-bottom:28px}.catalog-card h2,.catalog-card h3{font-family:Montserrat,Helvetica,Arial,sans-serif;margin:0 0 12px;font-size:27px;line-height:1.15}.catalog-card p{margin:0;color:#555;line-height:1.55}.catalog-card .catalog-arrow{margin-top:auto;padding-top:24px;font-weight:800;color:#a67800}.catalog-card.disabled{opacity:.48;pointer-events:none}.catalog-card.featured{background:#111;color:#fff;border-color:#111}.catalog-card.featured p{color:#d9d9d9}.catalog-card.featured .catalog-arrow{color:#facc08}.catalog-card-product{min-height:360px}.catalog-card-product .product-thumb{height:190px;display:flex;align-items:center;justify-content:center;margin:-8px 0 18px}.catalog-card-product .product-thumb img{max-width:100%;max-height:100%;object-fit:contain}.spec-section{padding:80px 0;background:#fff}.spec-heading{max-width:760px;margin-bottom:30px}.spec-heading h2{font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:clamp(32px,4vw,52px);margin:10px 0}.spec-table-wrap{overflow-x:auto;border:1px solid #dedbd2;border-radius:24px}.spec-table{width:100%;border-collapse:collapse;min-width:650px}.spec-table th,.spec-table td{padding:18px 20px;border-bottom:1px solid #e8e5dd;text-align:left}.spec-table thead th{background:#111;color:#fff;font-family:Montserrat,Helvetica,Arial,sans-serif}.spec-table tbody tr:last-child td{border-bottom:0}.spec-table tbody td:first-child{font-weight:800}.tech-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.tech-point{padding:22px;border-radius:20px;background:#f4f2eb;border:1px solid #e3dfd4}.tech-point strong{display:block;margin-bottom:7px}.source-note{font-size:13px;color:#777;margin-top:16px}.product-page-hero{padding:70px 0 80px;background:#111;color:#fff}.product-page-hero .product-hero-grid{align-items:center}.product-page-hero .product-copy p{color:#ddd}.product-page-hero .product-visual{background:radial-gradient(circle at 50% 45%,rgba(250,204,8,.22),transparent 60%);border:1px solid rgba(255,255,255,.15);border-radius:34px;padding:24px}.product-page-hero .product-visual img{max-height:560px}
@media(max-width:900px){.catalog-grid{grid-template-columns:1fr 1fr}.tech-points{grid-template-columns:1fr}}
@media(max-width:620px){.catalog-page{padding:55px 0 75px}.catalog-grid{grid-template-columns:1fr}.catalog-card{min-height:220px}.catalog-intro p{font-size:17px}}


/* Product catalogue — light visual system aligned with the main website */
.catalog-page{
  background:linear-gradient(180deg,#fbfaf7 0%,#f8f6f1 100%);
}
.catalog-card,
.catalog-card.featured{
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line);
  box-shadow:0 14px 42px rgba(24,27,31,.055);
}
.catalog-card.featured p{color:#555}
.catalog-card.featured .catalog-arrow{color:var(--accent-dark)}
.catalog-card-product .product-thumb{
  margin:-8px -8px 18px;
  height:205px;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(145deg,#f7f4ec,#fff);
  border:1px solid #eee8dc;
}
.catalog-card-product .product-thumb img{
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.16));
}
.catalog-card.disabled{
  background:rgba(255,255,255,.72);
  opacity:.58;
}

.product-page-hero{
  padding:72px 0 84px;
  background:
    radial-gradient(circle at 78% 42%,rgba(250,204,8,.13),transparent 28%),
    linear-gradient(180deg,#fbfaf7 0%,#f7f4ed 100%);
  color:var(--ink);
  border-bottom:1px solid var(--line);
}
.product-page-hero .catalog-breadcrumbs a{color:var(--accent-dark)}
.product-page-hero .catalog-breadcrumbs span{color:#6d6d6d}
.product-page-hero .product-copy .eyebrow{
  color:var(--accent-dark);
  background:#fff;
  border:1px solid #dfc46d;
  box-shadow:0 8px 24px rgba(20,20,20,.05);
}
.product-page-hero .product-copy h1{
  color:var(--ink);
  text-shadow:none;
}
.product-page-hero .product-copy p{
  color:#4c5158;
}
.product-page-hero .product-visual{
  min-height:520px;
  padding:34px;
  border-radius:32px;
  background:linear-gradient(145deg,#fff,#f8f5ed);
  border:1px solid var(--line);
  box-shadow:0 24px 68px rgba(20,20,20,.09);
}
.product-page-hero .product-visual:before{
  content:"";
  position:absolute;
  inset:12% 14%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(250,204,8,.15),transparent 68%);
  pointer-events:none;
}
.product-page-hero .product-visual img{
  max-height:510px;
  filter:drop-shadow(0 28px 32px rgba(0,0,0,.20));
}
.spec-section{background:#fbfaf7}
.spec-table-wrap{
  background:#fff;
  box-shadow:0 14px 42px rgba(24,27,31,.05);
}
.spec-table thead th{
  background:#f4ead0;
  color:var(--ink);
  border-bottom:1px solid #e0c87d;
}
.spec-table tbody tr:nth-child(even){background:#fcfaf5}
.tech-point{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(20,20,20,.04);
}
.product-cta{background:#fbfaf7}
.product-cta-inner{
  box-shadow:0 18px 50px rgba(215,173,53,.22);
}
@media(max-width:680px){
  .product-page-hero{padding:54px 0 58px}
  .product-page-hero .product-visual{min-height:340px;padding:18px}
  .product-page-hero .product-visual img{max-height:330px}
}


/* Product page: official SP 5 VE / SP 10 VE specifications */
.light-product-hero{background:#f7f6f2;color:#111;border-bottom:1px solid #e8e2d7}
.light-product-hero .product-copy h1,.light-product-hero .product-copy p{color:#111}
.light-product-hero .catalog-breadcrumbs span:last-child{color:#606060}
.product-feature-grid .tech-point{display:flex;flex-direction:column;gap:9px;min-height:150px}
.product-feature-grid .tech-point span{color:#4f4f4f;line-height:1.55}
.compact-heading{margin-top:44px;margin-bottom:20px}
.product-choice-card{margin-top:28px;padding:30px;border:1px solid #e4ded2;border-radius:26px;background:#fff;position:relative;overflow:hidden}
.product-choice-card h3{font-size:clamp(24px,3vw,34px);margin:0 0 10px;color:#111}
.product-choice-card p{margin:0;color:#4e4e4e;line-height:1.65;max-width:920px}
.spec-table{min-width:1080px}
.spec-table th,.spec-table td{white-space:nowrap}
@media(max-width:700px){.product-choice-card{padding:23px}.product-feature-grid .tech-point{min-height:auto}.spec-table-wrap{margin-left:-4px;margin-right:-4px}}


/* TEC Installations v3.0 — complete product showcase */
.catalog-product-detail{padding:72px 0 82px;background:linear-gradient(180deg,#fbfaf7,#f6f3ec);border-bottom:1px solid var(--line)}
.catalog-product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:64px;align-items:center}
.catalog-product-copy h1{font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:clamp(42px,6vw,72px);line-height:1;margin:18px 0 22px;letter-spacing:-.045em}
.catalog-lead{font-size:19px;line-height:1.65;color:#4c5158;max-width:700px;margin:0 0 28px}
.product-placeholder{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:0 22px 64px rgba(20,20,20,.08);position:relative}
.product-placeholder-inner{min-height:430px;border-radius:22px;background:linear-gradient(145deg,#f7f4ec,#fff);display:grid;place-items:center;padding:24px;overflow:hidden}
.product-placeholder-inner>img{max-width:100%;max-height:440px;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(0,0,0,.18))}
.missing-product-image{width:100%;height:100%;min-height:300px;place-items:center;align-content:center;gap:12px;text-align:center;color:#8a867c}
.missing-product-image span{font-size:52px;color:#c79a17}.missing-product-image strong{font-family:Montserrat,sans-serif;font-size:22px;color:#555}.missing-product-image small{font-size:12px;word-break:break-all}
.missing-product-image.mini{min-height:150px}.missing-product-image.mini span{font-size:34px}.missing-product-image.mini small{font-size:10px}
.product-image-disclaimer{font-size:11px!important;line-height:1.45!important;color:#777!important;margin:13px 3px 0!important;font-style:italic}
.card-disclaimer{min-height:34px;margin:0 0 14px!important}
.product-family-info{padding:72px 0;background:#fbfaf7}
.catalog-card-product{min-height:500px}
.catalog-card-product .product-thumb{height:220px}
.catalog-card-product h2{font-size:24px}
.catalog-card-product .catalog-arrow{padding-top:18px}
@media(max-width:920px){.catalog-product-layout{grid-template-columns:1fr}.product-placeholder-inner{min-height:360px}.catalog-card-product{min-height:auto}}
@media(max-width:620px){.catalog-product-detail{padding:52px 0 60px}.catalog-product-copy h1{font-size:42px}.product-placeholder{padding:14px;border-radius:23px}.product-placeholder-inner{min-height:300px;padding:12px}.product-placeholder-inner>img{max-height:320px}.catalog-card-product .product-thumb{height:190px}.card-disclaimer{min-height:0}}

/* v3.4 — French equipment navigation visibility fix */
.nav .links .nav-equipment-link { display: inline-flex !important; visibility: visible !important; opacity: 1 !important; }
@media (min-width: 901px) { .nav .links { flex-wrap: nowrap; } }

/* v3.5 Hostinger product-image fallback */
.product-image-fallback{min-height:240px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;border:1px dashed #d8c27a;border-radius:24px;background:linear-gradient(145deg,#fff,#fbf8ef);color:#16171a;gap:8px}.product-image-fallback strong{font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:18px}.product-image-fallback span{max-width:360px;color:#666;font-size:14px;line-height:1.5}

/* v3.6 - public indicative prices and discounted-price contact CTA */
.price-showcase{
  margin:26px 0 28px;
  border:1px solid #e0c66f;
  border-radius:24px;
  background:linear-gradient(145deg,#fffdf7,#f7f0dc);
  box-shadow:0 18px 45px rgba(99,75,12,.10);
  overflow:hidden;
}
.price-summary{padding:24px 26px 22px}
.price-kicker{
  display:block;
  margin-bottom:7px;
  color:#796016;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.price-main{
  display:block;
  color:#111;
  font-family:Montserrat,Helvetica,Arial,sans-serif;
  font-size:clamp(25px,3vw,38px);
  line-height:1.12;
}
.price-summary p{margin:10px 0 17px!important;color:#4e4b43!important;font-size:14px!important;line-height:1.5!important}
.price-discount-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 17px;
  border-radius:999px;
  background:#111;
  color:#fff!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease;
}
.price-discount-btn:hover{background:#c69300;transform:translateY(-1px)}
.price-table-wrap{max-height:250px;overflow:auto;border-top:1px solid #e4d59d;background:#fff}
.price-table{width:100%;border-collapse:collapse;font-size:14px}
.price-table th,.price-table td{padding:12px 26px;text-align:left;border-bottom:1px solid #eee8d8}
.price-table th{position:sticky;top:0;background:#f4ead0;color:#352b10;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
.price-table th:last-child,.price-table td:last-child{text-align:right;white-space:nowrap}
.price-legal{margin:0!important;padding:13px 26px 15px;background:#fbf8ef;color:#6f6a5e!important;font-size:11px!important;line-height:1.45!important}
.catalog-card-price{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid #e2cc7f;
  border-radius:15px;
  background:#fffaf0;
}
.catalog-card-price span{color:#7b651e;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.catalog-card-price strong{color:#111;font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.25}
@media(max-width:620px){
  .price-summary{padding:21px 20px 19px}
  .price-table th,.price-table td{padding:11px 20px}
  .price-legal{padding:12px 20px 14px}
}

/* v3.8 — Product showcase inspired by the supplied stacked-card CSS */
.catalog-page{
  --catalog-accent:#d7ad35;
  --catalog-accent-deep:#8b6817;
  position:relative;
  overflow:hidden;
  background-color:#fbfaf7;
  background-image:
    linear-gradient(rgba(215,173,53,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(215,173,53,.055) 1px,transparent 1px);
  background-size:42px 42px;
}
.catalog-page::before{
  content:"";
  position:absolute;
  inset:-20% -10% auto 52%;
  height:620px;
  background:radial-gradient(circle,rgba(215,173,53,.14),transparent 68%);
  pointer-events:none;
}
.catalog-page>.container{position:relative;z-index:1}
.catalog-intro{max-width:900px;margin-bottom:48px}
.catalog-intro h1{max-width:820px}
.catalog-intro p{max-width:760px;color:#60646b}
.catalog-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}
.catalog-card{
  --card-accent:var(--catalog-accent);
  --card-accent-soft:#f8edc7;
  min-height:310px;
  padding:22px;
  border:1px solid rgba(140,112,35,.16);
  border-radius:34px;
  background:#fff;
  box-shadow:0 20px 44px -22px rgba(18,18,18,.30);
  isolation:isolate;
  transform:translateZ(0);
}
.catalog-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(145deg,rgba(255,255,255,.0),color-mix(in srgb,var(--card-accent) 9%,transparent));
  opacity:0;
  transition:opacity .35s ease;
}
.catalog-card:hover{
  transform:translateY(-7px);
  border-color:color-mix(in srgb,var(--card-accent) 55%,#dedbd2);
  box-shadow:0 30px 62px -28px rgba(18,18,18,.38);
}
.catalog-card:hover::after{opacity:1}
.catalog-card:nth-child(3n+2){--card-accent:#ef8d32;--card-accent-soft:#fff0df}
.catalog-card:nth-child(3n){--card-accent:#9b7830;--card-accent-soft:#f2ead9}
.catalog-card .catalog-icon{
  width:76px;
  height:76px;
  margin:2px 0 34px;
  border:0;
  border-radius:23px;
  background:var(--card-accent-soft);
  color:#171717;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--card-accent) 35%,transparent);
  font-size:31px;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.catalog-card:hover .catalog-icon{transform:rotate(-4deg) scale(1.05)}
.catalog-card h2,.catalog-card h3{
  font-size:clamp(23px,2.2vw,29px);
  letter-spacing:-.025em;
}
.catalog-card .catalog-arrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--card-accent-deep,var(--accent-dark));
}
.catalog-card .catalog-arrow::after{
  content:"→";
  transition:transform .25s ease;
}
.catalog-card:hover .catalog-arrow::after{transform:translateX(5px)}

/* Product cards: category tab, image stage and price pill */
.catalog-card-product{
  min-height:525px;
  padding:16px 16px 22px;
  border-radius:36px;
}
.catalog-card-product .product-thumb{
  position:relative;
  order:-3;
  height:250px;
  margin:0 0 18px;
  padding:24px;
  overflow:hidden;
  border:0;
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.98),rgba(247,243,232,.85) 64%,rgba(233,225,201,.68));
}
.catalog-card-product .product-thumb::after{
  content:"";
  position:absolute;
  inset:auto 10% 8% 10%;
  height:22%;
  z-index:0;
  border-radius:50%;
  background:rgba(45,36,15,.13);
  filter:blur(18px);
  transform:scaleX(.72);
}
.catalog-card-product .product-thumb img{
  position:relative;
  z-index:1;
  max-width:94%;
  max-height:94%;
  filter:drop-shadow(0 18px 20px rgba(0,0,0,.18));
  transform:scale(1);
  transition:transform .48s cubic-bezier(.19,1,.22,1),filter .48s ease;
}
.catalog-card-product:hover .product-thumb img{
  transform:scale(1.075);
  filter:drop-shadow(0 24px 24px rgba(0,0,0,.22));
}
.catalog-card-product .catalog-category-tab{
  position:absolute;
  top:16px;
  left:16px;
  z-index:4;
  min-height:44px;
  max-width:calc(100% - 76px);
  display:flex;
  align-items:center;
  padding:11px 17px;
  border-radius:20px 0 18px 0;
  background:#fff;
  color:#4d4122;
  filter:drop-shadow(6px 7px 6px rgba(0,0,0,.10));
  font-family:Montserrat,Helvetica,Arial,sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.catalog-card-product .catalog-category-tab::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:50%;
  background:var(--card-accent);
}
.catalog-card-product .product-image-disclaimer{
  order:-2;
  margin:0 7px 15px!important;
  min-height:32px;
}
.catalog-card-product h2{margin:0 7px 10px;font-size:23px}
.catalog-card-product>p:not(.product-image-disclaimer){margin:0 7px;color:#62666d}
.catalog-card-product .catalog-card-price{
  align-self:flex-start;
  order:2;
  margin:20px 7px 0;
  padding:10px 16px;
  border:0;
  border-radius:999px;
  background:var(--card-accent);
  box-shadow:0 9px 22px color-mix(in srgb,var(--card-accent) 24%,transparent);
}
.catalog-card-product .catalog-card-price strong{
  color:#17140c;
  font-size:16px;
  font-variant-numeric:tabular-nums;
}
.catalog-card-product .catalog-arrow{
  order:3;
  margin:0 7px;
  padding-top:17px;
  font-size:13px;
}
.catalog-card-product[data-category="bakery"]{--card-accent:#d7ad35;--card-accent-soft:#f8edc7}
.catalog-card-product[data-category="pastry"]{--card-accent:#ef8d32;--card-accent-soft:#fff0df}
.catalog-card-product[data-category="pizzeria"]{--card-accent:#df5e3f;--card-accent-soft:#fee7df}

/* Detail pages keep the same product language */
.catalog-product-detail,.product-page-hero{
  background-color:#fbfaf7;
  background-image:
    linear-gradient(rgba(215,173,53,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(215,173,53,.05) 1px,transparent 1px);
  background-size:42px 42px;
}
.product-placeholder,.product-page-hero .product-visual{
  border-radius:36px;
  box-shadow:0 25px 55px -25px rgba(18,18,18,.34);
}
.price-showcase{
  border:1px solid rgba(139,104,23,.2);
  border-radius:27px;
  background:#fff;
  box-shadow:0 20px 42px -26px rgba(54,42,10,.34);
}
.price-summary{display:flex;align-items:center;justify-content:space-between;gap:16px}
.price-kicker{margin:0}
.price-main{
  flex:0 0 auto;
  padding:11px 18px;
  border-radius:999px;
  background:var(--accent);
  font-size:clamp(20px,2.2vw,28px);
  font-variant-numeric:tabular-nums;
}
.price-table tbody tr{transition:background-color .18s ease}
.price-table tbody tr:hover{background:#fff8e3}

@media(max-width:980px){
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .catalog-page{padding-top:52px}
  .catalog-grid{grid-template-columns:1fr;gap:22px}
  .catalog-card{border-radius:28px}
  .catalog-card-product{min-height:auto}
  .catalog-card-product .product-thumb{height:230px}
  .price-summary{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  .catalog-card,.catalog-card::after,.catalog-card .catalog-icon,
  .catalog-card-product .product-thumb img,.catalog-card .catalog-arrow::after{transition:none}
}

/* v3.9 — compact technical interface */
:root{
  --content-width:1180px;
  --compact-radius:16px;
}
body{font-size:14px;line-height:1.55}
.container,.nav,.hero-inner,.footgrid,.copy{max-width:var(--content-width)}
.nav{gap:18px;padding:7px 18px}
.brand{min-width:220px;gap:11px}
.brand img{width:58px}
.brand span{font-size:11px;padding-left:10px}
.links{gap:20px;font-size:11px}
.links>a,.dropbtn{padding:14px 0}
.langs a{width:31px;height:31px;font-size:10px}
.mega{width:300px;max-height:390px;border-radius:11px}
.mega a{padding:7px 14px;font-size:12px}

section{padding:54px 18px}
.hero-inner{min-height:510px;padding:54px 18px;gap:36px}
.hero h1{font-size:clamp(36px,4.5vw,60px);margin:18px 0 15px}
.hero p{font-size:16px;margin-bottom:22px}
.hero-card{padding:26px;border-radius:20px}
.hero-card h3{font-size:22px}
.eyebrow,.tag{font-size:10px}
.eyebrow{padding:6px 11px}
.btn{padding:11px 16px;font-size:10px;border-radius:5px}
.section-title{margin-bottom:30px}
.section-title h2{font-size:clamp(26px,3.2vw,38px);margin:7px 0 9px}
.grid,.steps{gap:16px}
.card,.step{padding:21px;border-radius:15px}
.card h3{font-size:17px}
.step h3{font-size:19px;margin:16px 0 8px}
.step .num{width:34px;height:34px;font-size:12px}
.stat strong{font-size:34px}
.contact-card{padding:26px;border-radius:16px}
.contact h2{font-size:clamp(25px,3vw,36px)!important}
.contact-card h3{font-size:23px}
.form{gap:10px}
.form input,.form textarea,.form select{padding:11px}
.footer{padding:40px 18px 18px}
.footgrid{gap:22px}

.catalog-page{padding:54px 0 68px}
.catalog-intro{max-width:720px;margin-bottom:28px}
.catalog-intro h1{font-size:clamp(32px,4.6vw,54px);margin:10px 0 14px}
.catalog-intro p{font-size:15px;line-height:1.55}
.catalog-breadcrumbs{gap:6px;margin-bottom:18px;font-size:10px}
.catalog-grid{gap:18px}
.catalog-card{
  min-height:230px;
  padding:18px;
  border-radius:20px;
  box-shadow:0 14px 34px -24px rgba(18,18,18,.34);
}
.catalog-card .catalog-icon{width:54px;height:54px;margin:0 0 20px;border-radius:15px;font-size:23px}
.catalog-card h2,.catalog-card h3{font-size:clamp(18px,1.8vw,22px);margin-bottom:8px}
.catalog-card p{font-size:13px;line-height:1.5}
.catalog-card .catalog-arrow{padding-top:16px;font-size:12px}

.catalog-card-product{min-height:410px;padding:12px 12px 17px;border-radius:22px}
.catalog-card-product .product-thumb{height:190px;margin:0 0 12px;padding:18px;border-radius:16px}
.catalog-card-product .catalog-category-tab{
  top:12px;left:12px;min-height:34px;padding:8px 12px;border-radius:14px 0 13px;
  font-size:9px;
}
.catalog-card-product .product-image-disclaimer{margin:0 5px 10px!important;min-height:25px;font-size:9px!important}
.catalog-card-product h2{margin:0 5px 7px;font-size:18px}
.catalog-card-product>p:not(.product-image-disclaimer){margin:0 5px;font-size:12px}
.catalog-card-product .catalog-card-price{margin:14px 5px 0;padding:8px 13px}
.catalog-card-product .catalog-card-price strong{font-size:14px}
.catalog-card-product .catalog-arrow{margin:0 5px;padding-top:12px;font-size:11px}

.product-page-hero,.catalog-product-detail{padding:46px 0 52px}
.product-hero-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:42px}
.product-copy h1,.catalog-product-copy h1{
  max-width:650px;font-size:clamp(34px,4.4vw,56px);line-height:1;letter-spacing:-.04em;
  margin:17px 0 15px;
}
.product-copy p,.catalog-lead{max-width:630px;font-size:15px;line-height:1.55;margin-bottom:20px}
.product-page-hero .product-visual,.product-placeholder{padding:18px;border-radius:22px}
.product-page-hero .product-visual{min-height:330px}
.product-page-hero .product-visual img{max-height:360px}
.product-image-disclaimer{font-size:9px!important;margin-top:8px!important}
.price-showcase{border-radius:17px}
.price-main{padding:8px 13px;font-size:clamp(17px,1.8vw,22px)}
.price-summary p{font-size:12px!important}
.price-table{font-size:12px}
.price-table th{font-size:9px}
.price-table th,.price-table td{padding:11px 13px}
.price-legal{padding:10px 18px 11px;font-size:9px!important}

.spec-section{padding:48px 0}
.spec-heading{max-width:680px;margin-bottom:20px}
.spec-heading h2{font-size:clamp(25px,3vw,38px);margin:7px 0}
.spec-heading p{font-size:13px}
.compact-heading{margin-top:30px}
.spec-table-wrap{border-radius:13px}
.spec-table{font-size:11px}
.spec-table th,.spec-table td{padding:11px 12px}
.tech-points{gap:11px;margin-top:18px}
.tech-point{padding:15px;border-radius:12px;font-size:12px}
.tech-point strong{margin-bottom:4px}
.product-feature-grid .tech-point{min-height:94px;gap:4px}
.product-feature-grid .tech-point span{line-height:1.45}
.product-choice-card{padding:19px;border-radius:14px;margin-top:18px}
.product-choice-card h3{font-size:clamp(19px,2.2vw,25px);margin-bottom:6px}
.product-choice-card p{font-size:12px;line-height:1.5}
.source-note{font-size:10px;margin-top:11px}

@media(max-width:980px){
  .product-hero-grid{gap:28px}
  .product-page-hero .product-visual{min-height:300px}
  .product-page-hero .product-visual img{max-height:330px}
}
@media(max-width:640px){
  body{font-size:13px}
  .nav{padding:6px 14px}
  .brand img{width:50px}
  .links{font-size:10px}
  section{padding:40px 14px}
  .hero-inner{padding:42px 14px}
  .hero h1{font-size:34px}
  .catalog-page{padding:38px 0 50px}
  .catalog-grid{gap:14px}
  .catalog-card-product .product-thumb{height:180px}
  .product-page-hero,.catalog-product-detail{padding:34px 0 40px}
  .product-copy h1,.catalog-product-copy h1{font-size:34px}
  .product-copy p,.catalog-lead{font-size:14px}
  .product-page-hero .product-visual{min-height:270px;padding:14px}
  .product-page-hero .product-visual img{max-height:290px}
  .spec-section{padding:38px 0}
  .spec-heading h2{font-size:25px}
  .tech-points{grid-template-columns:1fr}
}

/* v4.0 — product heading above two perfectly aligned information panels */
.product-hero-grid.product-detail-stacked,
.catalog-product-layout.product-detail-stacked{
  display:block;
}
.product-detail-stacked .product-copy,
.product-detail-stacked .catalog-product-copy{
  max-width:820px;
}
.product-detail-stacked .product-copy h1,
.product-detail-stacked .catalog-product-copy h1{
  max-width:780px;
  margin-bottom:12px;
}
.product-detail-stacked .product-copy p,
.product-detail-stacked .catalog-lead{
  max-width:760px;
  margin-bottom:13px;
}
.product-detail-stacked .product-actions{
  margin-top:14px;
}
.product-detail-stacked .product-actions .btn{
  min-height:0;
  padding:8px 13px;
  font-size:9px;
  line-height:1.2;
  border-radius:5px;
}
.product-panels{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  gap:24px;
  margin-top:24px;
}
.product-panels>.price-showcase,
.product-panels>.product-visual,
.product-panels>.product-placeholder{
  width:100%;
  height:100%;
  min-height:360px;
  margin:0;
  box-sizing:border-box;
}
.product-panels>.price-showcase{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.product-panels .price-table-wrap{
  flex:1 1 auto;
  max-height:none;
}
.product-panels .price-legal{
  margin-top:auto!important;
}
.product-panels>.product-visual,
.product-panels>.product-placeholder{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.product-panels>.product-visual img,
.product-panels>.product-placeholder img{
  flex:1 1 auto;
  min-height:0;
  max-height:290px;
  object-fit:contain;
}
.product-panels .product-image-disclaimer{
  flex:0 0 auto;
  align-self:stretch;
}

@media(max-width:820px){
  .product-panels{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:20px;
  }
  .product-panels>.price-showcase,
  .product-panels>.product-visual,
  .product-panels>.product-placeholder{
    min-height:0;
    height:auto;
  }
  .product-panels>.product-visual,
  .product-panels>.product-placeholder{
    min-height:320px;
  }
}

/* v4.2 — breadcrumb completamente navigabile */
.catalog-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.catalog-breadcrumbs a{
  position:relative;
  color:#9a6100;
  text-decoration:none;
  text-underline-offset:4px;
  transition:color .18s ease,background-color .18s ease;
}
.catalog-breadcrumbs a:hover{
  color:#171717;
  text-decoration:underline;
}
.catalog-breadcrumbs a:focus-visible{
  color:#171717;
  background:#f5d67b;
  border-radius:4px;
  outline:2px solid #171717;
  outline-offset:3px;
}
.catalog-breadcrumbs .breadcrumb-separator{
  color:#a7a29a;
  pointer-events:none;
}
.catalog-breadcrumbs .breadcrumb-current{
  color:#3f3f3f;
  font-weight:700;
}
@media(max-width:640px){
  .catalog-breadcrumbs{
    gap:6px;
    line-height:1.5;
  }
}

@media(max-width:640px){
  .product-detail-stacked .product-actions{margin-top:11px}
  .product-panels{margin-top:17px}
  .product-detail-stacked .product-actions .btn{padding:8px 12px}
  .product-panels>.product-visual,
  .product-panels>.product-placeholder{min-height:270px}
}

/* v4.1 — coherent, compact models-and-prices panel */
.product-panels{
  gap:18px;
  margin-top:20px;
}
.product-panels>.price-showcase,
.product-panels>.product-visual,
.product-panels>.product-placeholder{
  height:340px;
  min-height:340px;
}
.price-showcase{
  padding:0!important;
  background:#fff;
  border-color:#e2d7b7;
  border-radius:18px;
}
.price-panel-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:19px 22px 17px;
  border-bottom:1px solid #e9e1cc;
  background:linear-gradient(135deg,#fffdf8,#f8f1dd);
}
.price-panel-header .price-kicker{
  margin:0 0 4px;
  color:#856916;
  font-size:9px;
  line-height:1.2;
}
.price-panel-title{
  margin:0;
  color:#171717;
  font-family:Montserrat,Helvetica,Arial,sans-serif;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.price-model-count{
  flex:0 0 auto;
  padding:6px 9px;
  border:1px solid #dfcc91;
  border-radius:999px;
  background:#fff;
  color:#5d4a13;
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.product-panels .price-table-wrap{
  min-height:0;
  border-top:0;
  scrollbar-color:#d8bf72 #faf8f1;
  scrollbar-width:thin;
}
.price-table th,
.price-table td{
  padding:12px 16px;
}
.price-table th{
  background:#f6edda;
  color:#332a13;
}
.price-table td{
  height:49px;
  color:#222;
}
.price-table td:last-child{
  font-weight:700;
  font-variant-numeric:tabular-nums;
}
.price-table tbody tr:last-child td{
  border-bottom:0;
}
.product-panels .price-legal{
  display:flex;
  align-items:flex-start;
  gap:8px;
  padding:11px 16px 12px;
  border-top:1px solid #eee7d6;
  background:#fbf9f3;
  color:#6a655b!important;
  font-size:9px!important;
  line-height:1.45!important;
}
.product-panels .price-legal::before{
  content:"i";
  display:grid;
  flex:0 0 15px;
  width:15px;
  height:15px;
  margin-top:0;
  place-items:center;
  border:1px solid #c4a853;
  border-radius:50%;
  color:#806412;
  font-family:Georgia,serif;
  font-size:10px;
  font-weight:700;
  line-height:1;
}
.product-panels>.product-visual,
.product-panels>.product-placeholder{
  border-radius:18px;
}
.product-panels>.product-visual img,
.product-panels>.product-placeholder img{
  max-height:265px;
}

@media(max-width:820px){
  .product-panels{
    gap:14px;
    margin-top:18px;
  }
  .product-panels>.price-showcase{
    height:auto;
    min-height:0;
  }
  .product-panels>.product-visual,
  .product-panels>.product-placeholder{
    height:300px;
    min-height:300px;
  }
  .product-panels .price-table-wrap{
    flex:none;
    max-height:310px;
  }
}

@media(max-width:640px){
  .price-panel-header{
    padding:16px;
  }
  .price-panel-title{
    font-size:18px;
  }
  .price-table th,
  .price-table td{
    padding:11px 13px;
  }
  .product-panels .price-legal{
    padding:10px 13px 11px;
  }
  .product-panels>.product-visual,
  .product-panels>.product-placeholder{
    height:270px;
    min-height:270px;
  }
}

/* v4.3 — product PNGs without image frames */
.catalog-card-product .product-thumb,
.product-placeholder,
.product-placeholder-inner,
.product-page-hero .product-visual,
.product-family-image{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

.catalog-card-product .product-thumb{
  padding:0;
  overflow:visible;
}

.catalog-card-product .product-thumb::after{
  content:none;
  display:none;
}

.product-visual.border-glow-card::after{
  content:none;
  display:none!important;
}

.catalog-card-product .product-thumb img,
.catalog-card-product:hover .product-thumb img,
.product-placeholder-inner>img,
.product-page-hero .product-visual img,
.product-family-image img{
  filter:none!important;
}

.product-placeholder,
.product-page-hero .product-visual,
.product-family-image,
.product-panels>.product-placeholder,
.product-panels>.product-visual{
  padding:0!important;
}

.product-panels .product-placeholder-inner{
  flex:1 1 auto;
  width:100%;
  min-height:0;
  padding:0;
  overflow:visible;
}

.product-panels>.product-placeholder img,
.product-panels>.product-visual img{
  max-width:100%;
}
