:root{
  --ink:#0b1422; --ink2:#111d2d; --ink3:#16263a;
  --muted:#647083; --muted2:#8d98a8;
  --line:#dfe5ec; --line2:rgba(11,20,34,.10);
  --paper:#f5f7fa; --paper2:#eef2f6; --card:#ffffff;
  --teal:#00bda8; --teal2:#078f84; --tealSoft:rgba(0,189,168,.12);
  --gold:#b98734; --goldSoft:rgba(185,135,52,.14);
  --red:#d54a55; --redSoft:rgba(213,74,85,.12);
  --shadow:0 24px 80px rgba(11,20,34,.12);
  --radius:26px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision} a{color:inherit;text-decoration:none} img{max-width:100%}.shell{width:min(1180px, calc(100% - 48px));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topbar{position:sticky;top:0;z-index:80;border-bottom:1px solid rgba(11,20,34,.08);background:rgba(245,247,250,.86);backdrop-filter:blur(22px) saturate(1.35)}.nav{height:72px;display:flex;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;flex:0 0 auto;min-width:178px}.brand-logo{display:block;width:168px;height:auto;max-height:50px;object-fit:contain}.nav-center{display:flex;align-items:center;gap:6px;margin-left:8px;flex:1}.nav-item{position:relative}.nav-link{height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border-radius:13px;font-size:14px;font-weight:760;color:rgba(11,20,34,.68);transition:.18s ease}.nav-link:hover,.nav-item:focus-within .nav-link{background:#fff;color:var(--ink);box-shadow:0 10px 28px rgba(11,20,34,.07)}.chev{font-size:11px;opacity:.55;transform:translateY(1px)}.dropdown{position:absolute;top:48px;left:0;width:min(760px, calc(100vw - 48px));padding:14px;border-radius:22px;background:rgba(255,255,255,.97);border:1px solid rgba(11,20,34,.10);box-shadow:0 26px 90px rgba(11,20,34,.18);opacity:0;pointer-events:none;transform:translateY(8px) scale(.985);transition:.18s ease}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.dropdown.wide{width:min(900px, calc(100vw - 48px))}.drop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.drop-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.drop-card{display:block;padding:14px 14px 13px;border-radius:16px;border:1px solid rgba(11,20,34,.07);background:linear-gradient(180deg,#fff,#fbfcfd);transition:.16s ease;min-height:86px}.drop-card:hover{border-color:rgba(0,189,168,.26);transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,189,168,.08)}.drop-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--teal2);font-weight:850;margin-bottom:7px}.drop-title{font-size:14px;line-height:1.22;font-weight:850;letter-spacing:-.025em}.drop-desc{margin-top:6px;font-size:12px;line-height:1.45;color:var(--muted)}.drop-card.gold .drop-kicker{color:var(--gold)}.drop-card.red .drop-kicker{color:var(--red)}.nav-actions{display:flex;gap:10px;align-items:center;flex:0 0 auto}button.btn{font-family:inherit;} .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:14px;padding:12px 17px;font-weight:850;font-size:14px;letter-spacing:-.018em;transition:.16s ease;cursor:pointer}.btn.primary{background:var(--ink);color:#fff;box-shadow:0 14px 38px rgba(11,20,34,.18)}.btn.primary:hover{background:var(--teal2);transform:translateY(-1px)}.btn.secondary{background:#fff;color:var(--ink);border-color:rgba(11,20,34,.10)}.btn.secondary:hover{border-color:rgba(0,189,168,.35);transform:translateY(-1px)}.btn.light{background:#fff;color:var(--ink)}.btn.ghost{background:rgba(255,255,255,.075);color:#fff;border-color:rgba(255,255,255,.15)}.btn.ghost:hover{border-color:rgba(0,189,168,.45);background:rgba(255,255,255,.11)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%, rgba(0,189,168,.14), transparent 34%),radial-gradient(circle at 16% 90%, rgba(185,135,52,.11), transparent 33%),linear-gradient(135deg,#0b1422 0%,#101b2b 55%,#07111f 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom, black, transparent 92%);pointer-events:none}.hero-inner{position:relative;z-index:1;min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.70fr);align-items:center;gap:58px;padding:92px 0 82px}.hero.slim .hero-inner{min-height:unset;padding:94px 0 82px;grid-template-columns:minmax(0,1fr) minmax(300px,.44fr)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--teal);text-transform:uppercase;margin-bottom:28px}.eyebrow:before{content:"";width:34px;height:1.5px;background:var(--teal)}h1{font-family:var(--serif);font-weight:400;font-size:clamp(50px,7.2vw,96px);line-height:.96;letter-spacing:-.045em;margin:0 0 24px;max-width:880px}h1 em{font-style:italic;color:var(--teal)}.hero.slim h1{font-size:clamp(44px,6vw,76px)}.hero-lead{margin:0;max-width:685px;color:rgba(255,255,255,.68);font-size:19px;line-height:1.75;letter-spacing:-.012em}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:38px}.microcopy{margin-top:18px;color:rgba(255,255,255,.42);font-size:13px;line-height:1.5}.hero-panel{position:relative;border:1px solid rgba(255,255,255,.11);border-radius:34px;padding:20px;background:linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045));box-shadow:0 32px 110px rgba(0,0,0,.24)}.hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 10px 18px}.panel-title{font-weight:900;letter-spacing:-.025em;font-size:17px}.panel-badge{font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--teal);border:1px solid rgba(0,189,168,.30);background:rgba(0,189,168,.10);border-radius:999px;padding:6px 9px;white-space:nowrap}.worker-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.worker-chip{min-height:118px;padding:16px;border-radius:20px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);transition:.17s ease;position:relative;overflow:hidden}.worker-chip:after{content:"";position:absolute;inset:auto 14px 12px auto;width:7px;height:7px;border-radius:999px;background:var(--teal);box-shadow:0 0 18px var(--teal)}.worker-chip:hover{background:rgba(255,255,255,.09);border-color:rgba(0,189,168,.35);transform:translateY(-2px)}.worker-icon{font-size:22px;margin-bottom:18px;display:block}.worker-name{font-size:14px;font-weight:900;line-height:1.22;letter-spacing:-.025em}.worker-problem{margin-top:7px;font-size:11.5px;line-height:1.4;color:rgba(255,255,255,.46)}.worker-chip.gold:after{background:var(--gold);box-shadow:0 0 18px var(--gold)}.worker-chip.red:after{background:var(--red);box-shadow:0 0 18px var(--red)}
.hero-side-card{border:1px solid rgba(255,255,255,.11);border-radius:28px;padding:24px;background:rgba(255,255,255,.055)}.hero-side-card h3{margin:0 0 12px;font-size:18px;letter-spacing:-.03em}.hero-side-card p{margin:0;color:rgba(255,255,255,.58);line-height:1.7;font-size:14px}.hero-side-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:10px}.hero-side-list li{display:flex;gap:10px;align-items:flex-start;color:rgba(255,255,255,.76);font-size:13px;line-height:1.45}.hero-side-list li:before{content:"";width:6px;height:6px;border-radius:99px;background:var(--teal);margin-top:7px;flex:0 0 auto}.section{padding:104px 0}.section.light{background:var(--paper)}.section.white{background:#fff}.section.dark{background:var(--ink);color:#fff}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin-bottom:44px}.section-copy{max-width:680px}.tag{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.145em;font-size:11px;font-weight:900;color:var(--teal2);margin-bottom:18px}.tag:before{content:"";width:26px;height:1.5px;background:currentColor}h2{font-family:var(--serif);font-size:clamp(36px,4.6vw,64px);font-weight:400;line-height:1.03;letter-spacing:-.045em;margin:0;color:inherit}h2 em{font-style:italic;color:var(--teal2)}.section-intro{margin:0;max-width:560px;font-size:16px;line-height:1.75;color:var(--muted)}.dark .section-intro{color:rgba(255,255,255,.58)}.lede{font-size:18px;line-height:1.78;color:var(--muted);max-width:850px}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card,.content-card{display:flex;flex-direction:column;padding:26px;border-radius:var(--radius);border:1px solid rgba(11,20,34,.10);background:linear-gradient(180deg,#fff,#fbfcfd);transition:.18s ease;position:relative;overflow:hidden}.product-card{min-height:330px}.content-card{min-height:220px}.product-card:hover,.content-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(0,189,168,.32)}.product-card:before,.content-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--teal),transparent);opacity:.85}.product-card.gold:before,.content-card.gold:before{background:linear-gradient(90deg,var(--gold),transparent)}.product-card.red:before,.content-card.red:before{background:linear-gradient(90deg,var(--red),transparent)}.product-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:30px}.pictogram{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:var(--tealSoft);font-size:24px}.gold .pictogram{background:var(--goldSoft)}.red .pictogram{background:var(--redSoft)}.product-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--muted2);padding-top:4px;text-align:right}.product-title,.content-card h3{font-size:22px;font-weight:900;letter-spacing:-.04em;line-height:1.07;margin:0 0 12px}.product-desc,.content-card p{font-size:14px;line-height:1.66;color:var(--muted);margin:0 0 24px}.product-list,.clean-list{list-style:none;margin:0;padding:0;display:grid;gap:9px;color:var(--ink);font-size:13px;line-height:1.45;font-weight:650}.product-list li,.clean-list li{display:flex;gap:9px;align-items:flex-start}.product-list li:before,.clean-list li:before{content:"";width:5px;height:5px;border-radius:99px;background:var(--teal);margin-top:7px;flex:0 0 auto}.gold .product-list li:before,.gold .clean-list li:before{background:var(--gold)}.red .product-list li:before,.red .clean-list li:before{background:var(--red)}.card-link{margin-top:auto;padding-top:26px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:900;color:var(--teal2)}.gold .card-link{color:var(--gold)}.red .card-link{color:var(--red)}.project-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px}.project-card{border:1px solid rgba(255,255,255,.10);border-radius:var(--radius);padding:30px;background:rgba(255,255,255,.055);min-height:300px;display:flex;flex-direction:column;transition:.18s ease}.project-card:hover{transform:translateY(-3px);border-color:rgba(0,189,168,.34);background:rgba(255,255,255,.075)}.project-type{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--teal);margin-bottom:20px}.project-card.gold .project-type{color:var(--gold)}.project-card h3{font-family:var(--serif);font-size:36px;line-height:1.05;letter-spacing:-.04em;font-weight:400;margin:0 0 15px}.project-card p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.58);margin:0 0 22px}.project-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:rgba(255,255,255,.82);font-size:13px;font-weight:650;line-height:1.45}.project-list li{display:flex;gap:9px;align-items:flex-start}.project-list li:before{content:"";width:5px;height:5px;border-radius:99px;background:var(--teal);margin-top:7px;flex:0 0 auto}.project-card.gold .project-list li:before{background:var(--gold)}.project-link{margin-top:auto;padding-top:26px;color:#fff;font-weight:900;display:inline-flex;gap:8px;align-items:center;font-size:14px}.article{background:#fff;border:1px solid rgba(11,20,34,.10);border-radius:32px;padding:42px}.article h2{font-size:clamp(34px,4vw,54px);margin-top:0;margin-bottom:24px}.article h3{font-size:22px;letter-spacing:-.035em;margin:34px 0 12px}.article p{font-size:16px;line-height:1.78;color:var(--muted);margin:0 0 18px}.article ul{margin:0 0 24px;padding-left:21px;color:var(--muted);line-height:1.75}.article li{margin:6px 0}.article strong{color:var(--ink)}.article .meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}.meta-box{border:1px solid rgba(11,20,34,.10);background:var(--paper);border-radius:18px;padding:16px}.meta-box span{display:block;font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:var(--muted2);margin-bottom:7px}.meta-box strong{font-size:16px}.eu-strip{margin:28px 0;padding:18px;border:1px dashed rgba(185,135,52,.45);border-radius:20px;background:linear-gradient(135deg,rgba(185,135,52,.10),rgba(0,189,168,.07));display:flex;align-items:center;gap:16px;flex-wrap:wrap}.eu-logo{min-width:110px;height:46px;border-radius:12px;border:1px solid rgba(11,20,34,.12);background:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;color:var(--muted);letter-spacing:.02em}.eu-strip p{margin:0;color:var(--ink);font-size:13px;line-height:1.5}.cta-band{background:var(--ink);color:#fff;border-radius:32px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-band h2{font-size:clamp(30px,3.4vw,46px);max-width:680px}.cta-band p{margin:12px 0 0;color:rgba(255,255,255,.58);line-height:1.7;max-width:620px}.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-card{border:1px solid rgba(11,20,34,.10);background:#fff;border-radius:26px;padding:28px}.contact-card .label{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted2);font-weight:900;margin-bottom:10px}.contact-card a,.contact-card strong{font-size:22px;font-weight:900;letter-spacing:-.035em}.privacy .article h2{font-size:36px}.privacy .article h3{border-top:1px solid rgba(11,20,34,.10);padding-top:24px}.crumbs{display:flex;gap:8px;align-items:center;margin-bottom:22px;font-size:13px;color:rgba(255,255,255,.48)}.crumbs a:hover{color:var(--teal)}footer{background:var(--ink);color:#fff;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{display:grid;grid-template-columns:1fr auto auto;gap:42px;align-items:start;padding:46px 0}.footer-brand{display:inline-flex;align-items:center;margin-bottom:14px}.footer-brand-logo{display:block;width:176px;height:auto;max-height:54px;object-fit:contain}.footer-text{color:rgba(255,255,255,.42);font-size:13px;line-height:1.6;max-width:440px}.footer-col{display:grid;gap:10px;min-width:150px}.footer-col strong{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.35);margin-bottom:4px}.footer-col a{font-size:13px;color:rgba(255,255,255,.62)}.footer-col a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;color:rgba(255,255,255,.32);font-size:12px}
@media(max-width:980px){.nav{height:auto;min-height:72px;align-items:flex-start;flex-wrap:wrap;padding:14px 0}.nav-center{order:3;width:100%;margin-left:0;overflow-x:auto;padding-bottom:4px}.nav-actions{margin-left:auto}.hero-inner,.hero.slim .hero-inner{grid-template-columns:1fr;min-height:auto;padding:72px 0 74px}.hero-panel{max-width:720px}.product-grid,.project-grid,.grid.three,.grid.four{grid-template-columns:1fr 1fr}.project-grid .project-card:first-child{grid-column:span 2}.section-head{display:block}.section-intro{margin-top:18px}.footer-inner{grid-template-columns:1fr 1fr}.footer-inner>div:first-child{grid-column:span 2}.cta-band{display:block}.cta-band .btn{margin-top:24px}.article .meta-grid{grid-template-columns:1fr}.contact-cards{grid-template-columns:1fr}}
@media(max-width:680px){.shell{width:min(100% - 28px,1180px)}.brand{font-size:19px}.nav-actions .btn.secondary{display:none}.nav-link{font-size:13px;padding:0 10px}.dropdown{display:none}h1{font-size:48px}.hero-lead{font-size:16px}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.worker-map,.product-grid,.project-grid,.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.project-grid .project-card:first-child{grid-column:auto}.section{padding:76px 0}.product-card{min-height:auto}.footer-inner{grid-template-columns:1fr}.footer-inner>div:first-child{grid-column:auto}.article{padding:26px;border-radius:24px}.cta-band{padding:30px;border-radius:24px}.contact-card a,.contact-card strong{font-size:18px}.eu-strip{align-items:flex-start}.eu-logo{min-width:90px}}


/* Routing */
#app { min-height: 60vh; }
.nav-link.is-active { color: var(--teal); }
[data-router-template] { display: none; }
.skip-link { position:absolute; left:-999px; top:12px; background:#fff; color:#071426; padding:10px 14px; z-index:9999; border-radius:10px; }
.skip-link:focus { left:12px; }

/* Cookie consent modal */
.cookie-overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(7,14,26,.58);
  backdrop-filter:blur(12px) saturate(1.12);
  -webkit-backdrop-filter:blur(12px) saturate(1.12);
}
.cookie-overlay.is-hidden{display:none;}
.cookie-modal{
  width:min(560px,100%);
  border-radius:28px;
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 34px 120px rgba(0,0,0,.35);
  padding:30px;
  color:var(--ink);
  transform:translateY(0);
}
.cookie-title{
  font-size:21px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.035em;
  margin:0 0 10px;
}
.cookie-text{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.72;
}
.cookie-text a{
  color:var(--teal2);
  font-weight:850;
}
.cookie-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:24px;
  flex-wrap:wrap;
}
.cookie-actions .btn{min-width:160px;}
@media(max-width:680px){
  .cookie-overlay{align-items:flex-end;padding:14px;}
  .cookie-modal{border-radius:24px;padding:22px;}
  .cookie-actions{display:grid;grid-template-columns:1fr;}
  .cookie-actions .btn{width:100%;}
}




/* Demo booking modal */
.demo-overlay{
  position:fixed;
  inset:0;
  z-index:9998;
  display:grid;
  place-items:center;
  padding:24px;
  height:100vh;
  height:100dvh;
}
.demo-overlay.is-hidden{display:none;}
.demo-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,14,26,.64);
  backdrop-filter:blur(14px) saturate(1.15);
  -webkit-backdrop-filter:blur(14px) saturate(1.15);
}
.demo-modal{
  position:relative;
  z-index:1;
  width:min(980px,100%);
  max-height:min(calc(100dvh - 48px),860px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(180deg,#ffffff,#f8fafc);
  box-shadow:0 34px 130px rgba(0,0,0,.38);
  color:var(--ink);
}
.demo-modal-head{
  position:sticky;
  top:0;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:28px 30px 22px;
  border-bottom:1px solid rgba(11,20,34,.10);
  background:linear-gradient(180deg,#ffffff,#f8fafc);
}
.demo-kicker{
  margin-bottom:8px;
  color:var(--teal2);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.demo-modal h2{
  margin:0 0 8px;
  font-family:var(--serif);
  font-size:clamp(30px,3.4vw,44px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:400;
}
.demo-modal p{
  max-width:710px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.72;
}
.demo-close{
  width:42px;
  height:42px;
  flex:0 0 auto;
  border:1px solid rgba(11,20,34,.10);
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:.16s ease;
}
.demo-close:hover{border-color:rgba(0,189,168,.35);transform:translateY(-1px);}
.demo-close-floating{display:none;}
.demo-frame-wrap{
  flex:1 1 auto;
  min-height:0;
  padding:0;
  background:#fff;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.demo-frame-wrap iframe{
  display:block;
  width:100%;
  min-height:600px;
}
body.modal-open{overflow:hidden;}
@media(max-width:680px){
  .demo-overlay{
    padding:calc(env(safe-area-inset-top,0px) + 10px) 10px calc(env(safe-area-inset-bottom,0px) + 10px);
    place-items:center;
  }
  .demo-modal{
    width:100%;
    max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 20px);
    border-radius:22px;
  }
  .demo-modal-head{padding:18px 18px 14px;gap:12px;}
  .demo-modal h2{font-size:clamp(25px,8vw,34px);}
  .demo-modal p{font-size:13px;line-height:1.55;}
  .demo-close{width:40px;height:40px;border-radius:13px;box-shadow:0 8px 22px rgba(11,20,34,.14);}
  .demo-close-floating{
    position:fixed;
    z-index:10000;
    top:calc(env(safe-area-inset-top,0px) + 12px);
    right:calc(env(safe-area-inset-right,0px) + 12px);
    display:grid;
    place-items:center;
    background:var(--ink);
    color:#fff;
    border-color:rgba(255,255,255,.18);
    box-shadow:0 14px 44px rgba(0,0,0,.32);
  }
  .demo-frame-wrap iframe{min-height:660px;}
}

/* v7 interaction refinements */
.nav-item::after{content:"";position:absolute;left:-8px;right:-8px;top:40px;height:22px;}
.dropdown{visibility:hidden;transition:opacity .2s ease .38s,transform .2s ease .38s,visibility 0s linear .62s;}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{visibility:visible;transition-delay:0s,0s,0s;}
.pictogram{color:var(--teal2);font-size:0;}
.pictogram .mono-icon,.worker-icon-img,.infra-feat-marker .mono-icon{display:block;width:26px;height:26px;object-fit:contain;}
.pictogram .mono-icon{width:28px;height:28px;}
.worker-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:rgba(0,189,168,.10);flex:0 0 auto;}
.worker-chip.red .worker-icon{background:rgba(224,68,78,.10);}
.worker-chip.gold .worker-icon{background:rgba(185,135,52,.12);}
.infra-feat-marker .mono-icon.small{width:20px;height:20px;}
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;align-items:start;}
.contact-layout .contact-cards{grid-template-columns:1fr;}
.contact-form{border:1px solid rgba(11,20,34,.10);background:linear-gradient(180deg,#fff,#fbfcfd);border-radius:32px;padding:34px;box-shadow:0 18px 60px rgba(11,20,34,.06);}
.form-head{margin-bottom:24px;}
.form-head h2{font-size:clamp(32px,3.4vw,48px);margin-bottom:12px;}
.form-head p{margin:0;color:var(--muted);line-height:1.7;}
.field{display:grid;gap:8px;margin:0 0 16px;}
.field span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--muted2);}
.field input,.field textarea{width:100%;border:1px solid rgba(11,20,34,.12);border-radius:16px;background:#fff;color:var(--ink);padding:15px 16px;font:inherit;font-size:15px;line-height:1.45;outline:none;transition:border-color .15s ease,box-shadow .15s ease;}
.field textarea{resize:vertical;min-height:154px;}
.field input:focus,.field textarea:focus{border-color:rgba(0,189,168,.55);box-shadow:0 0 0 4px rgba(0,189,168,.10);}
.field input:user-invalid,.field textarea:user-invalid{border-color:rgba(224,68,78,.65);}
.form-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px;}
.form-status{margin:0;color:var(--muted);font-size:13px;line-height:1.5;}
@media(max-width:900px){.contact-layout{grid-template-columns:1fr;}.contact-layout .contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:680px){.contact-layout .contact-cards{grid-template-columns:1fr;}.contact-form{padding:24px;border-radius:24px;}}


/* v9: refined hover timing, homepage motion, responsive polish, real funding strip */
.dropdown{
  transition: opacity .18s ease .22s, transform .18s ease .22s, visibility 0s linear .42s;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown{
  transition-delay: 0s, 0s, 0s;
}

.home-hero .eyebrow,
.home-hero h1,
.home-hero .hero-lead,
.home-hero .hero-actions,
.home-hero .hero-panel{
  opacity: 0;
  animation: medsiFadeUp .82s cubic-bezier(.2,.72,.16,1) forwards;
}
.home-hero .eyebrow{animation-delay:.05s;}
.home-hero h1{animation-delay:.15s;}
.home-hero .hero-lead{animation-delay:.27s;}
.home-hero .hero-actions{animation-delay:.39s;}
.home-hero .hero-panel{animation-delay:.28s; animation-name: medsiPanelIn;}
.home-hero .worker-chip{
  opacity:0;
  animation: medsiChipIn .62s cubic-bezier(.2,.72,.16,1) forwards;
}
.home-hero .worker-chip:nth-child(1){animation-delay:.55s;}
.home-hero .worker-chip:nth-child(2){animation-delay:.62s;}
.home-hero .worker-chip:nth-child(3){animation-delay:.69s;}
.home-hero .worker-chip:nth-child(4){animation-delay:.76s;}
.home-hero .worker-chip:nth-child(5){animation-delay:.83s;}
.home-hero .worker-chip:nth-child(6){animation-delay:.90s;}
@keyframes medsiFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes medsiPanelIn{from{opacity:0;transform:translateY(22px) scale(.965)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes medsiChipIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (prefers-reduced-motion: reduce){
  .home-hero .eyebrow,.home-hero h1,.home-hero .hero-lead,.home-hero .hero-actions,.home-hero .hero-panel,.home-hero .worker-chip{animation:none;opacity:1;transform:none;}
}

.eu-strip{
  margin:28px 0 30px;
  padding:18px 20px;
  border:1px solid rgba(11,20,34,.10);
  border-radius:22px;
  background:#fff;
  display:block;
  box-shadow:0 12px 34px rgba(11,20,34,.06);
}
.eu-strip-img{
  display:block;
  width:100%;
  max-width:980px;
  height:auto;
  margin:0 auto;
}
.eu-strip-listing{margin-top:0;margin-bottom:28px;}

@media(max-width:820px){
  .topbar{position:sticky;}
  .nav{gap:12px;padding:12px 0 10px;}
  .brand{min-width:auto;}
  .brand-logo{width:132px;max-height:42px;}
  .nav-actions{gap:8px;}
  .nav-actions .btn{padding:10px 12px;font-size:13px;border-radius:12px;}
  .nav-center{
    order:3;
    width:100%;
    display:flex;
    gap:8px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding:6px 2px 4px;
    scroll-snap-type:x proximity;
  }
  .nav-center::-webkit-scrollbar{display:none;}
  .nav-item{scroll-snap-align:start;}
  .nav-link{white-space:nowrap;background:rgba(255,255,255,.72);border:1px solid rgba(11,20,34,.08);}
  .dropdown{display:none;}
  .hero-inner,.hero.slim .hero-inner{gap:32px;padding:58px 0 62px;}
  .home-hero .hero-inner{padding-top:62px;}
  h1{font-size:clamp(42px,13vw,64px);line-height:.98;}
  .hero.slim h1{font-size:clamp(38px,11vw,58px);}
  .hero-lead{font-size:16px;line-height:1.68;}
  .hero-panel{border-radius:28px;padding:14px;}
  .worker-chip{min-height:104px;padding:14px;}
  .worker-icon{margin-bottom:13px;}
  .section{padding:72px 0;}
  .section-head{margin-bottom:30px;}
  h2{font-size:clamp(34px,10vw,52px);}
  .product-grid,.project-grid,.grid.two,.grid.three,.grid.four{grid-template-columns:1fr;}
  .project-grid .project-card:first-child{grid-column:auto;}
  .product-card,.content-card{padding:22px;border-radius:22px;}
  .project-card{min-height:auto;padding:24px;border-radius:22px;}
  .article{padding:24px;border-radius:24px;}
  .cta-band{display:block;padding:28px;border-radius:24px;}
  .cta-band .btn{width:100%;margin-top:22px;}
  .footer-inner{grid-template-columns:1fr;gap:28px;}
  .footer-inner>div:first-child{grid-column:auto;}
  .footer-brand-logo{width:148px;}
  .eu-strip{padding:12px;border-radius:18px;}
}

@media(max-width:480px){
  .shell{width:calc(100% - 24px);}
  .nav-actions .btn.secondary{display:none;}
  .brand-logo{width:118px;}
  .hero-actions{display:grid;grid-template-columns:1fr;}
  .hero-actions .btn{width:100%;}
  .worker-map{grid-template-columns:1fr;}
  .worker-chip{min-height:88px;}
  .panel-title{font-size:15px;}
  .panel-badge{font-size:9px;}
  .product-top{margin-bottom:20px;}
  .project-card h3{font-size:31px;}
  .contact-layout .contact-cards{grid-template-columns:1fr;}
  .contact-form{padding:22px;border-radius:22px;}
  .demo-modal{width:min(100%, 1000px);}
  .demo-frame-wrap iframe{min-height:560px;}
}


/* v10: smaller project-only funding strips + shorter dropdown fade */
.dropdown{transition:opacity .18s ease .14s, transform .18s ease .14s, visibility 0s linear .34s;}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{transition-delay:0s,0s,0s;}
.eu-strip-listing{display:none;}
.project-funding-strip{
  margin:46px auto 0;
  padding:12px 16px;
  border:1px solid rgba(11,20,34,.08);
  border-radius:18px;
  background:#fff;
  box-shadow:none;
  max-width:720px;
}
.project-funding-strip .eu-strip-img{
  max-width:620px;
  max-height:76px;
  width:100%;
  object-fit:contain;
}
.project-funding-strip.eu-version{max-width:860px;}
.project-funding-strip.eu-version .eu-strip-img{max-width:800px;max-height:82px;}
.inline-link{color:var(--teal2);font-weight:850;text-decoration:none;border-bottom:1px solid rgba(0,189,168,.35);}
.inline-link:hover{border-bottom-color:currentColor;}
.note{font-size:13px!important;line-height:1.6!important;color:var(--muted2)!important;}
@media(max-width:680px){
  .project-funding-strip{margin-top:32px;padding:10px;max-width:100%;}
  .project-funding-strip .eu-strip-img,.project-funding-strip.eu-version .eu-strip-img{max-height:58px;}
}

/* v11: mobile topbar alignment fix — keep Kontakt + Zobacz demo visible */
@media (max-width: 820px){
  .topbar .shell{width:calc(100% - 24px);}
  .nav{
    display:grid;
    grid-template-columns:minmax(94px, 128px) minmax(0, 1fr);
    align-items:center;
    gap:8px 10px;
    min-height:unset;
    height:auto;
    padding:8px 0 8px;
  }
  .brand{
    grid-column:1;
    grid-row:1;
    min-width:0;
    width:auto;
  }
  .brand-logo{
    width:122px;
    max-height:38px;
  }
  .nav-actions{
    grid-column:2;
    grid-row:1;
    justify-self:end;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:6px;
    margin-left:0;
    min-width:0;
  }
  .nav-actions .btn{
    white-space:nowrap;
    padding:8px 10px;
    font-size:12px;
    line-height:1;
    border-radius:11px;
  }
  .nav-actions .btn.secondary{
    display:inline-flex!important;
  }
  .nav-center{
    grid-column:1 / -1;
    grid-row:2;
    order:initial;
    width:100%;
    margin-left:0;
    padding:6px 1px 3px;
  }
}

@media (max-width: 480px){
  .topbar .shell{width:calc(100% - 18px);}
  .nav{
    grid-template-columns:minmax(82px, 108px) minmax(0, 1fr);
    gap:7px 8px;
    padding:7px 0 7px;
  }
  .brand-logo{
    width:104px;
    max-height:34px;
  }
  .nav-actions{
    gap:5px;
  }
  .nav-actions .btn{
    padding:7px 8px;
    font-size:11.5px;
    border-radius:10px;
  }
  .nav-actions .btn.secondary{
    display:inline-flex!important;
  }
  .nav-link{
    height:36px;
    font-size:12px;
    padding:0 9px;
    border-radius:11px;
  }
}

@media (max-width: 360px){
  .brand-logo{width:96px;}
  .nav-actions .btn{padding:7px 7px;font-size:11px;}
}

/* v12: cleaner mobile header — compact utility actions + calmer second nav row */
@media (max-width: 820px){
  .topbar{
    background:rgba(245,247,250,.92);
  }
  .topbar .shell{
    width:calc(100% - 28px);
  }
  .nav{
    grid-template-columns:minmax(126px, 1fr) auto;
    gap:9px 10px;
    padding:10px 0 9px;
  }
  .brand-logo{
    width:138px;
    max-height:42px;
  }
  .nav-actions{
    gap:3px;
    padding:3px;
    border-radius:16px;
    background:rgba(255,255,255,.82);
    border:1px solid rgba(11,20,34,.08);
    box-shadow:0 10px 30px rgba(11,20,34,.06);
  }
  .nav-actions .btn{
    min-height:34px;
    padding:8px 11px;
    font-size:12.5px;
    line-height:1;
    border-radius:12px;
    box-shadow:none;
  }
  .nav-actions .btn.secondary{
    display:inline-flex!important;
    background:transparent;
    border-color:transparent;
    color:rgba(11,20,34,.78);
  }
  .nav-actions .btn.secondary:hover{
    background:rgba(11,20,34,.055);
    border-color:transparent;
    transform:none;
  }
  .nav-actions .btn.primary{
    padding-inline:13px;
    box-shadow:0 8px 20px rgba(11,20,34,.13);
  }
  .nav-center{
    padding:5px 0 2px;
    gap:7px;
  }
  .nav-link{
    height:38px;
    padding:0 12px;
    border-radius:14px;
    background:rgba(255,255,255,.78);
    box-shadow:0 5px 18px rgba(11,20,34,.035);
  }
}

@media (max-width: 480px){
  .topbar .shell{width:calc(100% - 20px);}
  .nav{
    grid-template-columns:minmax(108px, 1fr) auto;
    gap:8px 8px;
    padding:8px 0 8px;
  }
  .brand-logo{
    width:124px;
    max-height:38px;
  }
  .nav-actions{
    border-radius:14px;
    padding:2px;
  }
  .nav-actions .btn{
    min-height:31px;
    padding:7px 9px;
    font-size:11.5px;
    border-radius:10px;
  }
  .nav-actions .btn.primary{
    padding-inline:10px;
  }
  .nav-link{
    height:34px;
    font-size:12px;
    padding:0 10px;
    border-radius:12px;
  }
}

@media (max-width: 374px){
  .brand-logo{width:112px;}
  .nav-actions .btn{font-size:11px;padding:7px 8px;}
  .nav-actions .btn.primary{padding-inline:9px;}
}


/* v14: enriched homepage motion */
.home-hero::after{
  content:"";
  position:absolute;
  inset:-35%;
  background:
    radial-gradient(circle at 20% 35%, rgba(0,189,168,.20), transparent 18%),
    radial-gradient(circle at 78% 25%, rgba(255,255,255,.09), transparent 16%),
    conic-gradient(from 180deg at 50% 50%, transparent 0 28%, rgba(0,189,168,.12) 36%, transparent 48% 100%);
  opacity:.55;
  filter:blur(18px);
  animation:medsiAuraDrift 22s linear infinite;
  pointer-events:none;
}
.home-hero .hero-panel{
  transform-origin:center;
  animation:medsiPanelIn .82s cubic-bezier(.2,.72,.16,1) .28s forwards, medsiFloat 7.5s ease-in-out 1.35s infinite;
}
.home-hero .worker-chip::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.12) 48%, transparent 60% 100%);
  transform:translateX(-120%);
  animation:medsiChipSweep 6.8s ease-in-out infinite;
  animation-delay:calc(.9s + var(--sweep-delay, 0s));
  pointer-events:none;
}
.home-hero .worker-chip:nth-child(2){--sweep-delay:.22s;}
.home-hero .worker-chip:nth-child(3){--sweep-delay:.44s;}
.home-hero .worker-chip:nth-child(4){--sweep-delay:.66s;}
.home-hero .worker-chip:nth-child(5){--sweep-delay:.88s;}
.home-hero .worker-chip:nth-child(6){--sweep-delay:1.10s;}
.is-home .home-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .62s cubic-bezier(.2,.72,.16,1) var(--reveal-delay, 0ms), transform .62s cubic-bezier(.2,.72,.16,1) var(--reveal-delay, 0ms);
}
.is-home .home-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
@keyframes medsiAuraDrift{
  0%{transform:translate3d(-1%,0,0) rotate(0deg) scale(1);}
  50%{transform:translate3d(1.5%,1%,0) rotate(180deg) scale(1.035);}
  100%{transform:translate3d(-1%,0,0) rotate(360deg) scale(1);}
}
@keyframes medsiFloat{
  0%,100%{transform:translateY(0) scale(1);}
  50%{transform:translateY(-8px) scale(1.006);}
}
@keyframes medsiChipSweep{
  0%,62%{transform:translateX(-130%);opacity:0;}
  68%{opacity:.95;}
  80%,100%{transform:translateX(130%);opacity:0;}
}
@media (prefers-reduced-motion: reduce){
  .home-hero::after,.home-hero .hero-panel,.home-hero .worker-chip::before{animation:none;}
  .is-home .home-reveal{opacity:1;transform:none;transition:none;}
}
