/* Only enhances the existing technology strip. No unrelated section changes. */
body.pz-studio .p-tech.pz-tech-carousel {
  --pz-tech-gap: 16px;
  --pz-tech-visible: 6;
  display: block;
  position: relative;
  min-width: 0;
  margin-top: 48px;
  padding: 24px;
  border: 1px solid var(--p-line, #dddfd8);
  border-radius: 6px;
  background: #fff;
  color: var(--p-ink, #202321);
  box-shadow: none;
  overflow: hidden;
}
body.pz-studio .pz-tech-carousel .pz-tech-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #cbd1c7 transparent;
  border-radius: 4px;
  padding: 5px 0 12px;
  -webkit-overflow-scrolling: touch;
}
body.pz-studio .pz-tech-carousel .pz-tech-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--pz-tech-visible) - 1) * var(--pz-tech-gap)) / var(--pz-tech-visible));
  gap: var(--pz-tech-gap);
  position: relative;
}
body.pz-studio .pz-tech-carousel .pz-tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-width: 0;
  min-height: 146px;
  padding: 22px 12px 20px;
  border: 1px solid #e5e7e0;
  border-radius: 4px;
  background: #fafbf8;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
body.pz-studio .pz-tech-carousel .pz-tech-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 52px;
  flex: 0 0 52px;
}
body.pz-studio .pz-tech-carousel .pz-tech-mark img {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  border: 0;
  border-radius: 0;
  user-select: none;
}
/* Unknown or failed logos stay text-only instead of displaying an invented mark. */
body.pz-studio .pz-tech-carousel .pz-tech-mark-unavailable { display: none; }
body.pz-studio .p-tech.pz-tech-carousel .pz-tech-name {
  display: block;
  padding: 0;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #303930;
  font: 550 13px/1.45 Inter, sans-serif;
  text-align: center;
  overflow-wrap: anywhere;
  letter-spacing: -.01em;
}
body.pz-studio .pz-tech-carousel .pz-tech-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
}
body.pz-studio .pz-tech-carousel .pz-tech-controls[hidden] { display: none; }
body.pz-studio .pz-tech-carousel .pz-tech-progress {
  width: min(180px, 32%);
  height: 2px;
  background: #e2e5dd;
  overflow: hidden;
}
body.pz-studio .pz-tech-carousel .pz-tech-progress-fill {
  width: 100%;
  height: 100%;
  background: var(--p-blue, #244ce0);
  transform: scaleX(0);
  transform-origin: left;
}
body.pz-studio .pz-tech-carousel .pz-tech-actions { display: flex; align-items: center; gap: 8px; }
body.pz-studio .pz-tech-carousel .pz-tech-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d5dacd;
  border-radius: 4px;
  background: #fff;
  color: #283428;
  box-shadow: none;
  font: 500 13px/1 Inter, sans-serif;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
body.pz-studio .pz-tech-carousel .pz-tech-actions .pz-tech-arrow { font-size: 20px; }
body.pz-studio .pz-tech-carousel .pz-tech-actions .pz-tech-play { min-width: 65px; }
body.pz-studio .pz-tech-carousel .pz-tech-actions button:hover { background: #f0f3eb; border-color: #97a78a; transform: none; }
body.pz-studio .pz-tech-carousel :is(button, a, .pz-tech-viewport):focus-visible { outline: 2px solid var(--p-blue, #244ce0); outline-offset: 3px; }
body.pz-studio .p-tech.pz-tech-carousel .pz-tech-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1100px) { body.pz-studio .p-tech.pz-tech-carousel { --pz-tech-visible: 4; } }
@media (max-width: 767px) { body.pz-studio .p-tech.pz-tech-carousel { --pz-tech-visible: 3; --pz-tech-gap: 12px; padding: 18px; } }
@media (max-width: 520px) {
  body.pz-studio .p-tech.pz-tech-carousel { --pz-tech-visible: 2; padding: 14px; margin-top: 34px; }
  body.pz-studio .pz-tech-carousel .pz-tech-item { min-height: 138px; padding: 18px 8px; }
  body.pz-studio .pz-tech-carousel .pz-tech-controls { gap: 12px; padding-top: 14px; }
  body.pz-studio .p-tech.pz-tech-carousel .pz-tech-name { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  body.pz-studio .pz-tech-carousel *, body.pz-studio .pz-tech-carousel *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Brand images beside the existing skill names. These rules cover package
 * chips, native landing-page skill tags and the matching Elementor scope card. */
body.pz-studio .pz-skill-logos {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 3px;
  vertical-align: middle;
}
body.pz-studio .pz-skill-logos img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: none;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}
body.pz-studio .p-package-chips > i.pz-skill-badge {
  gap: 7px;
  min-height: 36px;
  padding: 7px 10px;
  background: #fff;
  color: #303930;
}
body.pz-studio .p-package-group-card .p-package-chips > i.pz-skill-badge { min-height: 34px; }
body.pz-studio .p-lp-tags > span.pz-skill-badge {
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border-color: #dfe3db;
  background: #fff;
  color: #303930;
  font-weight: 550;
}
body.pz-studio .p-lp-tags > span.pz-skill-badge .pz-skill-logos img {
  width: 22px;
  height: 22px;
}
body.pz-studio .pz-el-scope-card .pz-el-checks .elementor-icon-list-item.pz-skill-badge .elementor-icon-list-icon { display: none; }
body.pz-studio .pz-el-scope-card .pz-el-checks .elementor-icon-list-item.pz-skill-badge .elementor-icon-list-text {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
body.pz-studio .pz-el-scope-card .pz-el-checks .elementor-icon-list-item.pz-skill-badge .pz-skill-logos img {
  width: 22px;
  height: 22px;
}

/* Services mega-menu: authentic marks, consistent alignment, original labels.
   Keep the source SVG in the DOM for no-JS and image-error fallbacks. */
body.pz-studio .p-menu .p-mega .p-mega-link-icon {
  width: 48px;
  height: 40px;
  flex: 0 0 48px;
  border-radius: 4px;
  background: #f6f7f3;
}
body.pz-studio .p-menu .p-mega .p-mega-link-icon.pz-menu-brand {
  background: #fff;
}
body.pz-studio .p-menu .p-mega .pz-menu-brand > svg { display: none; }
body.pz-studio .pz-menu-brand-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 48px;
  height: 40px;
}
body.pz-studio .pz-menu-brand-logos img {
  display: block;
  width: 28px;
  height: 28px;
  max-width: none;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}
body.pz-studio .pz-menu-brand-logos img.pz-menu-wordmark { width: 46px; height: 32px; }
body.pz-studio .pz-menu-brand-pair .pz-menu-brand-logos img { width: 22px; height: 24px; }
body.pz-studio .p-menu .p-mega a { min-height: 56px; }
body.pz-studio .p-menu .p-mega .p-mega-link-label { min-width: 0; overflow-wrap: break-word; }
