#pd-services-hub {
  --pd-blue:#0074cd; --pd-blue-hover:#0063b0; --pd-ink:#282f35;
  --pd-muted:#5d6974; --pd-line:#e1e6eb; --pd-soft:#f5f7fa;
  --pd-preview-count:6;
  --pd-shadow:0 4px 40px rgba(0,0,0,.08);
  /* Same content width and gutters as the Prodeco promotion pages. */
  width:calc(100% - 48px); max-width:1380px; margin:0 auto; padding:0;
  background:#fff; color:var(--pd-ink);
  font:400 16px/1.5 Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased; text-align:left;
}
#pd-services-hub, #pd-services-hub *, #pd-services-hub *::before, #pd-services-hub *::after {box-sizing:border-box;letter-spacing:0}
#pd-services-hub :is(h1,h2,h3,p,ul,figure) {margin:0;padding:0}
#pd-services-hub :is(h1,h2,h3) {color:var(--pd-ink);font-family:Montserrat,Arial,sans-serif;font-weight:500;text-wrap:balance}
#pd-services-hub h1 {font-size:36px;line-height:1.22}
#pd-services-hub h2 {font-size:27px;line-height:1.3}
#pd-services-hub h3 {font-size:18px;line-height:1.35}
#pd-services-hub p {text-wrap:pretty}
#pd-services-hub img {display:block;max-width:100%}
#pd-services-hub :is(button,input,textarea) {font:inherit;text-transform:none}
#pd-services-hub button {cursor:pointer;box-shadow:none}
#pd-services-hub a, #pd-services-hub a:is(:hover,:focus,:active,:visited) {color:inherit;text-decoration:none!important;text-decoration-line:none!important}
#pd-services-hub [hidden] {display:none!important}
#pd-services-hub :focus-visible {outline:3px solid #70b3ec;outline-offset:3px}
#pd-services-hub .pd-hub-top {margin-bottom:26px}
#pd-services-hub .pd-heading-row {display:flex;align-items:center;justify-content:space-between;gap:24px}
#pd-services-hub .pd-heading-row h1 {min-width:0;flex:1}
#pd-services-hub .pd-header-actions {display:grid;grid-template-columns:minmax(200px,1fr) 82px;gap:10px;flex:0 0 304px;max-width:100%}
#pd-services-hub .pd-category-nav {display:flex;flex-wrap:nowrap;gap:9px;max-width:100%;margin-top:16px;padding-block:4px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}
#pd-services-hub .pd-category-nav::-webkit-scrollbar {display:none}
#pd-services-hub .pd-category-nav a {display:inline-flex;flex:0 0 auto;align-items:center;min-height:44px;padding:10px 16px;border-radius:8px;background:var(--pd-soft);font-size:15px;line-height:1.4;white-space:nowrap;scroll-snap-align:start;transition:background-color .18s}
#pd-services-hub .pd-category-nav a:is(:hover,:focus-visible) {background:#e8edf2}
#pd-services-hub .pd-category-nav a:focus-visible {outline-offset:-3px}
#pd-services-hub .pd-topic {margin-bottom:38px;scroll-margin-top:110px}
#pd-services-hub .pd-topic-heading {display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
#pd-services-hub .pd-service-grid {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:1fr;gap:16px 14px;list-style:none}
#pd-services-hub .pd-service-item {min-width:0;display:flex}
#pd-services-hub .pd-service-card {position:relative;display:flex;flex-direction:column;width:100%;min-width:0;border:1px solid var(--pd-line);border-radius:11px;background:#fff;overflow:hidden}
#pd-services-hub .pd-service-card::after {position:absolute;inset:0;content:'';pointer-events:none;border-radius:inherit;background:rgba(23,39,53,.055);opacity:0;transition:opacity .18s}
#pd-services-hub .pd-service-card:is(:focus-visible,:active)::after {opacity:1}
@media(hover:hover){#pd-services-hub .pd-service-card:hover::after {opacity:1}}
#pd-services-hub .pd-service-image {position:relative;aspect-ratio:1.55;width:100%;overflow:hidden;background:var(--pd-soft)}
#pd-services-hub .pd-service-image img {width:100%;height:100%;object-fit:cover}
#pd-services-hub .pd-topic--equipment .pd-service-image img {object-fit:cover;object-position:50% 50%}
#pd-services-hub .pd-service-body {display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:12px}
#pd-services-hub .pd-service-body h3 {min-height:2.7em;font-size:16px;line-height:1.35;text-wrap:pretty;overflow-wrap:break-word;hyphens:manual}
#pd-services-hub .pd-topic-controls {display:flex;justify-content:center;margin-top:16px;overflow-anchor:none}
#pd-services-hub .pd-topic-toggle {display:inline-flex;align-items:center;justify-content:center;gap:9px;width:176px;min-height:44px;padding:10px 14px;border:0;border-radius:7px;background:var(--pd-soft);color:var(--pd-ink);font-size:15px;font-weight:500;line-height:1.4;transition:background-color .18s}
#pd-services-hub .pd-topic-toggle:is(:hover,:focus-visible) {background:#e8edf2}
#pd-services-hub .pd-topic-toggle svg {width:17px;height:17px;flex:0 0 17px}
#pd-services-hub .pd-topic-toggle[aria-expanded=true] svg {transform:rotate(180deg)}
#pd-services-hub .pd-button:is(:visited,:hover,:active,:focus) {color:#fff}
#pd-services-hub .pd-button:hover {background:var(--pd-blue-hover)}
#pd-services-hub .pd-button:disabled {cursor:default;opacity:.65}
#pd-services-hub .pd-button--telegram {background:#229ed9}
#pd-services-hub .pd-button--telegram:hover {background:#168ac0}
#pd-services-hub .pd-button--max {position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(90deg,#44ccff 0%,#5533ee 66%,#9933dd 100%)}
#pd-services-hub .pd-button--max::before {position:absolute;inset:0;z-index:-1;content:'';background:transparent;transition:background-color .18s}
#pd-services-hub .pd-button--max:hover::before {background:#282f3530}
#pd-services-hub .pd-help {display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,2.3fr);gap:28px;margin:38px 0;padding:26px;border-radius:14px;background:var(--pd-soft);scroll-margin-top:110px}
#pd-services-hub .pd-help h2 {font-size:24px}
#pd-services-hub .pd-help-intro p {margin-top:8px;color:var(--pd-muted);font-size:15px}
#pd-services-hub .pd-form-grid {display:grid;grid-template-columns:minmax(110px,.7fr) minmax(174px,1fr) minmax(160px,1.15fr) auto;align-items:start;gap:10px}
#pd-services-hub .pd-form-grid>.pd-button {margin-top:27px}
#pd-services-hub .pd-field {display:grid;gap:6px;min-width:0;font-size:14px}
#pd-services-hub .pd-field input {width:100%;min-width:0;height:48px;padding:11px 12px;border:1px solid #d5dde5;border-radius:6px;background:#fff;color:var(--pd-ink);font-size:16px;box-shadow:none}
#pd-services-hub .pd-field input::placeholder {color:#72808c;opacity:1}
#pd-services-hub .pd-field input[aria-invalid=true] {border-color:#bb3535}
#pd-services-hub .pd-field-error {color:#a82c2c;font-size:12px;line-height:1.35}
#pd-services-hub .pd-consent {display:flex;align-items:flex-start;gap:8px;margin-top:13px;color:var(--pd-muted);font-size:12px;line-height:1.4}
#pd-services-hub .pd-consent input {flex:0 0 16px;width:16px;height:16px;margin:0;accent-color:var(--pd-blue)}
#pd-services-hub .pd-consent a, #pd-services-hub .pd-form-status a {color:#075b9d}
#pd-services-hub .pd-form-status {margin-top:12px;font-size:14px}
#pd-services-hub .pd-form-fallback {margin-top:6px;font-size:14px;color:#075b9d}
#pd-services-hub [data-request-state="success"] .pd-form-status {color:#246140}
#pd-services-hub [data-request-state="error"] .pd-form-status {color:#a82c2c}
#pd-services-hub .pd-faq {margin:38px 0}
#pd-services-hub .pd-faq>h2 {margin-bottom:26px}
#pd-services-hub .pd-faq-layout {display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.9fr);gap:34px;align-items:start}
#pd-services-hub .pd-faq-list {display:grid;gap:12px}
#pd-services-hub .pd-faq-item {border:0;border-radius:10px;background:var(--pd-soft);overflow:visible}
#pd-services-hub .pd-faq-item summary {position:relative;display:block;width:100%;min-height:62px;border:0;border-radius:10px;padding:18px 56px 18px 22px;background:var(--pd-soft);color:var(--pd-ink);cursor:pointer;list-style:none;font:500 17px/1.35 Roboto,Arial,sans-serif;text-align:left;transition:background-color .2s}
#pd-services-hub .pd-faq-item summary::marker {content:''}
#pd-services-hub .pd-faq-item summary::-webkit-details-marker {display:none}
#pd-services-hub .pd-faq-item summary:is(:hover,:focus-visible) {background:#eef1f5}
#pd-services-hub .pd-faq-item[open] summary {border-radius:10px 10px 0 0}
#pd-services-hub .pd-faq-icon {position:absolute;top:50%;right:22px;width:16px;height:16px;transform:translateY(-50%)}
#pd-services-hub .pd-faq-icon::before,#pd-services-hub .pd-faq-icon::after {position:absolute;top:50%;left:50%;content:'';border-radius:999px;background:var(--pd-muted);transform:translate(-50%,-50%);transition:opacity .2s}
#pd-services-hub .pd-faq-icon::before {width:16px;height:2px}
#pd-services-hub .pd-faq-icon::after {width:2px;height:16px}
#pd-services-hub .pd-faq-item[open] .pd-faq-icon::after {opacity:0}
#pd-services-hub .pd-faq-answer {padding:16px 22px 20px;border-top:1px solid var(--pd-line);border-radius:0 0 10px 10px;background:#fff;box-shadow:var(--pd-shadow);font-size:16px;line-height:1.55}
#pd-services-hub .pd-faq-answer p+p {margin-top:10px}
#pd-services-hub .pd-faq-answer a {color:#0068b7;font-weight:500;text-decoration:none;transition:color .2s}
#pd-services-hub .pd-faq-answer a:hover {color:#075099;text-decoration:none}
#pd-services-hub .pd-manager {position:sticky;top:24px;width:100%;max-width:470px;margin:0 auto;padding:30px 28px 26px;border:0;border-radius:10px;background:#fff;box-shadow:var(--pd-shadow)}
#pd-services-hub .pd-manager .pd-manager-title {font-size:27px;line-height:1.12;text-wrap:pretty}
#pd-services-hub .pd-manager-person {display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:16px;margin-top:22px}
#pd-services-hub .pd-manager-photo {width:116px;height:138px;border-radius:10px;object-fit:cover;object-position:top;background:var(--pd-soft);box-shadow:var(--pd-shadow)}
#pd-services-hub .pd-manager-name {font-size:19px;line-height:1.2;font-weight:700}
#pd-services-hub .pd-manager-role {margin-top:4px;color:var(--pd-muted);font-size:14px;line-height:1.35}
#pd-services-hub .pd-manager-actions {display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:10px;margin-top:18px}
#pd-services-hub .pd-manager-contacts {display:flex;flex-direction:column;gap:3px;margin-top:10px;font-size:14px;line-height:1.45;color:var(--pd-muted)}
#pd-services-hub .pd-manager-contacts a {overflow-wrap:anywhere}
#pd-services-hub .pd-work {margin:36px 0;scroll-margin-top:110px}
#pd-services-hub .pd-work-top {display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
#pd-services-hub .pd-work-top>a {flex:0 0 auto}
#pd-services-hub .pd-work-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 16px;list-style:none}
#pd-services-hub .pd-work-controls {display:flex;justify-content:center;margin-top:18px;overflow-anchor:none}
#pd-services-hub .pd-work-toggle {display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;min-width:210px;padding:10px 16px;border:0;border-radius:7px;background:var(--pd-soft);color:var(--pd-ink);font-size:15px;line-height:1.4;transition:background-color .18s}
#pd-services-hub .pd-work-toggle:is(:hover,:focus-visible) {background:#e8edf2}
#pd-services-hub .pd-work-toggle svg {width:17px;height:17px;flex:0 0 17px}
#pd-services-hub .pd-work-toggle[data-complete=true] svg {transform:rotate(180deg)}
#pd-services-hub .pd-work-image {display:block;width:100%;aspect-ratio:1.65;overflow:hidden;padding:0;border:0;border-radius:10px;background:var(--pd-soft);cursor:zoom-in}
#pd-services-hub .pd-work-image img {width:100%;height:100%;object-fit:cover;object-position:var(--pd-photo-position,50% 50%)}
#pd-services-hub .pd-seo {margin:38px 0 8px;border:0}
#pd-services-hub .pd-seo h2 {font-size:27px;line-height:1.25;margin-bottom:15px;text-wrap:pretty}
#pd-services-hub .pd-seo-copy {padding:30px;border:0;border-radius:10px;background:#fff;box-shadow:var(--pd-shadow);color:var(--pd-muted);font-size:16px;line-height:1.6}
#pd-services-hub .pd-seo-columns {display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:34px;margin-top:24px}
#pd-services-hub .pd-seo-note {margin-top:24px;padding:18px 22px;border-left:3px solid var(--pd-blue);border-radius:0 9px 9px 0;background:#f4f8fc;color:var(--pd-ink)}
#pd-services-hub .pd-seo-copy .pd-seo-intro {max-width:1160px;font-size:17px;color:var(--pd-ink)}
#pd-services-hub .pd-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}
@media(max-width:1180px){
  #pd-services-hub {--pd-preview-count:4}
  #pd-services-hub .pd-service-grid {grid-template-columns:repeat(4,minmax(0,1fr))}
  #pd-services-hub .pd-help {grid-template-columns:1fr;gap:18px}
  #pd-services-hub .pd-help-intro {display:flex;align-items:center;gap:24px}
  #pd-services-hub .pd-help-intro p {margin:0}
}
@media(max-width:980px){
  #pd-services-hub .pd-faq-layout {grid-template-columns:1fr;gap:24px}
  #pd-services-hub .pd-manager {position:static;max-width:none}
  #pd-services-hub .pd-seo-columns {grid-template-columns:1fr;gap:22px}
}
@media(max-width:860px){
  #pd-services-hub {--pd-preview-count:3}
  #pd-services-hub .pd-service-grid {grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  #pd-services-hub h1 {font-size:32px}
  #pd-services-hub h2 {font-size:25px}
  #pd-services-hub .pd-heading-row {flex-wrap:wrap;gap:16px}
  #pd-services-hub .pd-heading-row h1 {flex-basis:100%}
  #pd-services-hub .pd-form-grid {grid-template-columns:1fr 1fr}
  #pd-services-hub .pd-faq-layout {grid-template-columns:1fr}
  #pd-services-hub .pd-work-top {align-items:flex-start;flex-direction:column;gap:12px}
}
@media(max-width:640px){
  #pd-services-hub {--pd-preview-count:4;width:calc(100% - 32px)}
  #pd-services-hub h1 {font-size:29px;line-height:1.22;text-wrap:pretty}
  #pd-services-hub h2 {font-size:23px}
  #pd-services-hub .pd-hub-top {margin-bottom:24px}
  #pd-services-hub .pd-header-actions {flex-basis:304px;grid-template-columns:minmax(0,1fr) 76px}
  #pd-services-hub .pd-header-actions .pd-button {font-size:14px;min-height:44px;padding:11px 12px}
  #pd-services-hub .pd-category-nav {gap:8px;margin-top:14px}
  #pd-services-hub .pd-category-nav a {font-size:14px;padding:10px 13px}
  #pd-services-hub .pd-topic {margin-bottom:30px;scroll-margin-top:95px}
  #pd-services-hub .pd-topic-heading {gap:10px;align-items:center;margin-bottom:12px}
  #pd-services-hub .pd-topic-heading h2 {min-width:0;font-size:21px;text-wrap:pretty}
  #pd-services-hub .pd-service-image {aspect-ratio:1.65}
  #pd-services-hub .pd-service-body {padding:10px;gap:8px}
  #pd-services-hub .pd-service-body h3 {min-height:2.6em;font-size:15px;line-height:1.3}
  #pd-services-hub .pd-topic-controls {margin-top:14px}
  #pd-services-hub .pd-topic-toggle {font-size:14px}
  #pd-services-hub .pd-help {margin:30px 0;padding:20px 16px}
  #pd-services-hub .pd-help-intro {display:block}
  #pd-services-hub .pd-help-intro p {margin-top:8px;font-size:14px}
  #pd-services-hub .pd-help h2 {font-size:23px}
  #pd-services-hub .pd-form-grid {grid-template-columns:1fr}
  #pd-services-hub .pd-form-grid>.pd-button {margin-top:2px}
  #pd-services-hub .pd-faq {margin:30px 0}
  #pd-services-hub .pd-faq-item summary {min-height:56px;padding:16px 48px 16px 16px;font-size:16px}
  #pd-services-hub .pd-faq-icon {right:16px}
  #pd-services-hub .pd-faq-answer {padding:14px 16px 17px;font-size:16px}
  #pd-services-hub .pd-manager {padding:22px 16px 18px}
  #pd-services-hub .pd-manager-person {grid-template-columns:96px minmax(0,1fr);gap:14px}
  #pd-services-hub .pd-manager-photo {width:96px;height:116px}
  #pd-services-hub .pd-manager .pd-manager-title {font-size:22px}
  #pd-services-hub .pd-manager-actions {grid-template-columns:minmax(0,1fr) 76px}
  #pd-services-hub .pd-manager-actions .pd-button {min-width:0;font-size:14px;padding:12px 9px}
  #pd-services-hub .pd-work {margin:30px 0;scroll-margin-top:95px}
  #pd-services-hub .pd-work-toggle {font-size:14px}
  #pd-services-hub .pd-work-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}
  #pd-services-hub .pd-work-image {aspect-ratio:1.2}
  #pd-services-hub .pd-seo h2 {font-size:23px}
}
@media(max-width:380px){
  #pd-services-hub {width:calc(100% - 24px)}
}
@media(prefers-reduced-motion:reduce){
  #pd-services-hub *,#pd-services-hub *::before,#pd-services-hub *::after {transition:none!important;scroll-behavior:auto!important}
}
#pd-services-hub .pd-button {display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:0;border-radius:7px;background:var(--pd-blue);color:#fff;font-size:15px;font-weight:500;line-height:1.3;text-align:center;transition:background-color .18s}
#pd-services-hub .pd-button:hover {background:var(--pd-blue-hover)}
#pd-services-hub .pd-button--telegram {background:#229ed9}
#pd-services-hub .pd-button--telegram:hover {background:#168ac0}
#pd-services-hub .pd-button--max {background:linear-gradient(90deg,#44ccff 0%,#5533ee 66%,#9933dd 100%)}
#pd-services-hub .pd-button--max:hover {background:linear-gradient(90deg,#44ccff 0%,#5533ee 66%,#9933dd 100%)}
#pd-services-hub .pd-seo-copy p {max-width:1100px;margin:0 0 14px}
#pd-services-hub .pd-seo-copy p:last-child {margin-bottom:0}
#pd-services-hub .pd-seo-copy h3 {font-size:20px;line-height:1.3;margin:22px 0 12px;text-wrap:pretty}
#pd-services-hub .pd-seo-copy h3:first-child {margin-top:0}
#pd-services-hub .pd-seo-copy strong {color:var(--pd-ink);font-weight:700}
#pd-services-hub .pd-seo-copy a {border:0;color:#0068b7;font-weight:500}
@media(max-width:640px){
  #pd-services-hub .pd-service-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}
  #pd-services-hub .pd-seo-copy {padding:20px 16px;line-height:1.6}
  #pd-services-hub .pd-seo-copy .pd-seo-intro {font-size:16px}
  #pd-services-hub .pd-seo-note {padding:16px;margin-top:20px}
  #pd-services-hub .pd-seo-copy h3 {font-size:18px;margin-top:20px}
  #pd-services-hub .pd-work-grid {gap:10px}
}

/* Approved Prodeco case gallery, scoped to the services hub. */
#pd-services-hub .pd-lightbox {position:fixed;inset:0;width:100%;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:24px 24px 98px;border:0;border-radius:0;overflow:hidden;background:transparent;color:#fff;overscroll-behavior:none}
#pd-services-hub .pd-lightbox::backdrop {background:rgba(0,0,0,.78)}
#pd-services-hub .pd-lightbox__dialog {position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center;gap:12px;width:100%;height:100%}
#pd-services-hub .pd-lightbox__media {display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;height:100%;overflow:hidden;touch-action:none}
#pd-services-hub .pd-lightbox__media img {width:auto;height:auto;max-width:100%;max-height:calc(100vh - 170px);max-height:calc(100dvh - 170px);border-radius:8px;background:#fff;object-fit:contain;cursor:zoom-in;transform:translate3d(0,0,0) scale(1);transform-origin:center;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}
#pd-services-hub .pd-lightbox.is-zoomed {padding-bottom:24px}
#pd-services-hub .pd-lightbox.is-zoomed .pd-lightbox__media img {max-height:calc(100dvh - 48px);border-radius:0;cursor:grab;will-change:transform}
#pd-services-hub .pd-lightbox.is-zoomed .pd-lightbox__media img.is-panning {cursor:grabbing}
#pd-services-hub .pd-lightbox.is-zoomed :is(.pd-lightbox__nav,.pd-lightbox__thumbs) {visibility:hidden;pointer-events:none}
#pd-services-hub :is(.pd-lightbox__close,.pd-lightbox__nav) {appearance:none;position:relative;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;font-size:0;line-height:0;transition:background .2s ease}
#pd-services-hub :is(.pd-lightbox__close,.pd-lightbox__nav):is(:hover,:focus-visible) {background:rgba(255,255,255,.24)}
#pd-services-hub .pd-lightbox__close {position:absolute;top:18px;right:18px;z-index:2;width:44px;height:44px}
#pd-services-hub .pd-lightbox__close::before,#pd-services-hub .pd-lightbox__close::after {position:absolute;top:50%;left:50%;width:20px;height:3px;content:'';border-radius:999px;background:#fff;transform-origin:center}
#pd-services-hub .pd-lightbox__close::before {transform:translate(-50%,-50%) rotate(45deg)}
#pd-services-hub .pd-lightbox__close::after {transform:translate(-50%,-50%) rotate(-45deg)}
#pd-services-hub .pd-lightbox__nav {width:54px;height:54px}
#pd-services-hub .pd-lightbox__nav::before {content:'';width:14px;height:14px;border-top:3px solid #fff;border-right:3px solid #fff;border-radius:2px}
#pd-services-hub .pd-lightbox__nav[data-pd-photo-prev]::before {transform:translateX(3px) rotate(-135deg)}
#pd-services-hub .pd-lightbox__nav[data-pd-photo-next]::before {transform:translateX(-3px) rotate(45deg)}
#pd-services-hub .pd-lightbox__counter {position:absolute;top:18px;left:18px;z-index:2;min-width:70px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:14px;font-weight:700;line-height:1;text-align:center;font-variant-numeric:tabular-nums}
#pd-services-hub .pd-lightbox__thumbs {position:absolute;left:50%;bottom:18px;z-index:2;display:flex;gap:8px;width:min(760px,calc(100% - 48px));padding:4px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;transform:translateX(-50%);touch-action:pan-x;-webkit-overflow-scrolling:touch}
#pd-services-hub .pd-lightbox__thumbs::-webkit-scrollbar {display:none}
#pd-services-hub .pd-lightbox__thumb {appearance:none;flex:0 0 auto;overflow:hidden;width:58px;height:58px;padding:0;border:2px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.12);cursor:pointer;opacity:.62;transition:opacity .2s ease,border-color .2s ease}
#pd-services-hub .pd-lightbox__thumb:first-child {margin-left:auto}
#pd-services-hub .pd-lightbox__thumb:last-child {margin-right:auto}
#pd-services-hub .pd-lightbox__thumb:is(:hover,:focus-visible) {opacity:.9}
#pd-services-hub .pd-lightbox__thumb[aria-current=true] {border-color:#fff;opacity:1}
#pd-services-hub .pd-lightbox__thumb img {width:100%;height:100%;object-fit:cover}
html.pd-hub-gallery-lock,body.pd-hub-gallery-lock {overflow:hidden!important;overscroll-behavior:none;touch-action:none}
body.pd-hub-gallery-lock {position:fixed!important;width:100%}
@media(max-width:640px){
  #pd-services-hub .pd-lightbox {padding:12px 12px 74px}
  #pd-services-hub .pd-lightbox__dialog {grid-template-columns:minmax(0,1fr);gap:0}
  #pd-services-hub .pd-lightbox__nav {display:none}
  #pd-services-hub .pd-lightbox__close {top:12px;right:12px}
  #pd-services-hub .pd-lightbox__counter {top:12px;left:12px}
  #pd-services-hub .pd-lightbox__media img {max-width:calc(100vw - 24px);max-height:calc(100dvh - 146px)}
  #pd-services-hub .pd-lightbox.is-zoomed {padding:0}
  #pd-services-hub .pd-lightbox.is-zoomed .pd-lightbox__media img {max-width:100vw;max-height:100dvh}
  #pd-services-hub .pd-lightbox__thumbs {bottom:12px;width:calc(100% - 24px);gap:7px}
  #pd-services-hub .pd-lightbox__thumb {width:46px;height:46px;border-radius:7px}
}

/* Bleed only the main content container. pageclass sits on <body>, so
   .pd-services-hub-page .uk-container also hits header/footer (15 containers). */
.tm-main > .uk-container:has(#pd-services-hub) {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#pd-services-hub {
  width: calc(100% - 48px);
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 640px) {
  #pd-services-hub { width: calc(100% - 32px); }
}
@media (max-width: 380px) {
  #pd-services-hub { width: calc(100% - 24px); }
}
