:root {
  --wdt-page: #f8f7f3;
  --wdt-surface: #fbfaf7;
  --wdt-ink: #090b1a;
  --wdt-muted: #5d6170;
  --wdt-soft: #7b7f8c;
  --wdt-border: #d8d2c9;
  --wdt-border-strong: #c9c3ba;
  --wdt-primary: #176b5d;
  --wdt-primary-hover: #0f5147;
  --wdt-primary-soft: #e4f2ec;
  --wdt-shell-width: 1360px;
}

.wdt-site-header,
.wdt-site-header *,
.wdt-site-footer,
.wdt-site-footer * {
  box-sizing: border-box;
}

html body .wdt-site-header.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: min(var(--wdt-shell-width), calc(100% - 48px));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  margin: 22px auto 0;
  padding: 0 46px;
  border: 1px solid var(--wdt-border-strong);
  border-bottom: 1px solid var(--wdt-border-strong);
  border-radius: 7px 7px 0 0;
  background: var(--wdt-surface);
  box-shadow: none;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html body .wdt-site-header.site-header .brand {
  display: inline-flex;
  width: auto;
  min-width: 196px;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
}

html body .wdt-site-header.site-header .brand img {
  display: block;
  width: 43px;
  height: 43px;
  object-fit: contain;
  flex: 0 0 auto;
}

html body .wdt-site-header.site-header .brand-lockup,
html body .wdt-site-footer.site-footer .brand-lockup {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1;
}

html body .wdt-site-header.site-header .brand-wordmark,
html body .wdt-site-footer.site-footer .brand-wordmark {
  color: #090b1a;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
}

html body .wdt-site-header.site-header .brand-byline,
html body .wdt-site-footer.site-footer .brand-byline {
  margin-top: 3px;
  color: #176b5d;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

html body .wdt-site-header.site-header .nav {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: 0;
  font-size: 13px;
  font-weight: 650;
}

html body .wdt-site-header.site-header .nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 28px 0;
  color: var(--wdt-ink);
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}

html body .wdt-site-header.site-header .nav a:hover,
html body .wdt-site-header.site-header .nav a[aria-current="page"] {
  color: var(--wdt-primary);
}

html body .wdt-site-header.site-header .nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 44px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--wdt-primary);
}

.site-shell > .wdt-site-header.site-header {
  width: auto;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--wdt-border-strong);
  border-radius: 0;
}

html body .wdt-site-footer.site-footer {
  display: flex;
  width: min(var(--wdt-shell-width), calc(100% - 48px));
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  margin: 0 auto 22px;
  padding: 0;
  border: 1px solid var(--wdt-border-strong);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.98) 0%, rgba(241, 246, 240, 0.9) 52%, rgba(255, 252, 245, 0.96) 100%);
  color: var(--wdt-ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-align: left;
  box-shadow: none;
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.wdt-site-footer a {
  color: inherit;
  text-decoration: none;
}

html body .wdt-site-footer.site-footer .footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 470px);
  gap: 30px;
  align-items: center;
  padding: 30px 46px 26px;
  border-bottom: 1px solid var(--wdt-border-strong);
  background:
    linear-gradient(120deg, rgba(255, 254, 250, 0.74), rgba(227, 239, 229, 0.45) 56%, rgba(241, 226, 211, 0.38));
}

html body .wdt-site-footer.site-footer .footer-cta-copy {
  display: grid;
  justify-items: start;
}

html body .wdt-site-footer.site-footer .eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 0;
  color: var(--wdt-primary);
  background: transparent;
  border: 0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body .wdt-site-footer.site-footer .footer-cta h2 {
  max-width: 520px;
  margin: 0;
  color: var(--wdt-ink);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html body .wdt-site-footer.site-footer .footer-cta p:not(.eyebrow),
html body .wdt-site-footer.site-footer .footer-brand p,
html body .wdt-site-footer.site-footer .footer-copy {
  margin: 0;
  color: var(--wdt-soft);
  font-size: 12px;
}

html body .wdt-site-footer.site-footer .footer-work-copy {
  display: grid;
  gap: 14px;
  max-width: 590px;
  margin-top: 12px;
}

html body .wdt-site-footer.site-footer .footer-work-copy p {
  max-width: 590px;
  margin: 0;
  line-height: 1.68;
}

html body .wdt-site-footer.site-footer .footer-work-scope {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body .wdt-site-footer.site-footer .footer-work-scope li {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(185, 178, 166, 0.54);
}

html body .wdt-site-footer.site-footer .footer-work-scope span {
  color: var(--wdt-ink);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.3;
}

html body .wdt-site-footer.site-footer .footer-work-scope p {
  color: var(--wdt-soft);
  font-size: 12px;
  line-height: 1.55;
}

html body .wdt-site-footer.site-footer .footer-portfolio-stage {
  position: relative;
  display: block;
  width: 100%;
  max-width: 470px;
  min-height: 292px;
  justify-self: end;
  overflow: visible;
  perspective: 1000px;
  isolation: isolate;
}

html body .wdt-site-footer.site-footer .footer-shot {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(390px, 92%);
  color: inherit;
}

html body .wdt-site-footer.site-footer .footer-shot-one { z-index: 16; }
html body .wdt-site-footer.site-footer .footer-shot-two { z-index: 15; }
html body .wdt-site-footer.site-footer .footer-shot-three { z-index: 14; }
html body .wdt-site-footer.site-footer .footer-shot-four { z-index: 13; }
html body .wdt-site-footer.site-footer .footer-shot-five { z-index: 12; }
html body .wdt-site-footer.site-footer .footer-shot-six { z-index: 11; }
html body .wdt-site-footer.site-footer .footer-shot.is-building,
html body .wdt-site-footer.site-footer .footer-shot.is-front.is-built {
  z-index: 70;
}
html body .wdt-site-footer.site-footer .footer-shot.is-final {
  z-index: 75;
}
html body .wdt-site-footer.site-footer .footer-shot-provjera.is-building,
html body .wdt-site-footer.site-footer .footer-shot-provjera.is-front.is-built,
html body .wdt-site-footer.site-footer .footer-shot-provjera.is-final {
  z-index: 90;
}

html body .wdt-site-footer.site-footer .footer-shot-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10.3;
  border: 1px solid rgba(28, 34, 30, 0.18);
  border-radius: 8px;
  background: rgba(255, 254, 250, 0.9);
}

html body .wdt-site-footer.site-footer .footer-shot-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  pointer-events: none;
}

html body .wdt-site-footer.site-footer .footer-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

html body .wdt-site-footer.site-footer .footer-shot-label {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(9, 11, 26, 0.66);
  color: #fffefa;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.01em;
  backdrop-filter: blur(8px);
}

html body .wdt-site-footer.site-footer .footer-main-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.12fr) repeat(5, minmax(104px, 0.72fr));
  gap: 14px 20px;
  padding: 28px 42px 22px;
}

html body .wdt-site-footer.site-footer .footer-logo {
  display: inline-flex;
  width: auto;
  min-width: 196px;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  text-decoration: none;
}

html body .wdt-site-footer.site-footer .footer-logo img {
  display: block;
  width: 43px;
  height: 43px;
  object-fit: contain;
  flex: 0 0 auto;
}

html body .wdt-site-footer.site-footer .footer-brand p {
  max-width: 292px;
  line-height: 1.55;
}

html body .wdt-site-footer.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  font-size: 12px;
}

html body .wdt-site-footer.site-footer .footer-column h3 {
  position: relative;
  margin: 0 0 5px;
  color: var(--wdt-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}

html body .wdt-site-footer.site-footer .footer-column h3::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin-top: 8px;
  background: var(--wdt-primary);
}

html body .wdt-site-footer.site-footer .footer-column a,
html body .wdt-site-footer.site-footer .footer-areas a,
html body .wdt-site-footer.site-footer .footer-legal a {
  color: var(--wdt-ink);
  transition: color 0.18s ease;
}

html body .wdt-site-footer.site-footer .footer-column a {
  color: rgba(13, 18, 38, 0.76);
  font-weight: 650;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

html body .wdt-site-footer.site-footer .footer-column a:hover,
html body .wdt-site-footer.site-footer .footer-areas a:hover,
html body .wdt-site-footer.site-footer .footer-legal a:hover {
  color: var(--wdt-primary);
}

html body .wdt-site-footer.site-footer .footer-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 46px;
  padding: 18px 0;
  border-top: 1px solid rgba(203, 194, 181, 0.72);
  color: var(--wdt-muted);
  font-size: 13px;
  font-weight: 720;
}

html body .wdt-site-footer.site-footer .footer-areas a {
  display: inline-flex;
  align-items: center;
  padding: 0 34px;
  color: rgba(13, 18, 38, 0.72);
}

html body .wdt-site-footer.site-footer .footer-areas a + a {
  border-left: 1px solid rgba(203, 194, 181, 0.72);
}

html body .wdt-site-footer.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 46px;
  border-top: 1px solid var(--wdt-border-strong);
}

html body .wdt-site-footer.site-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  width: auto;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 720;
}

html body .wdt-site-footer.site-footer .footer-copy {
  text-align: right;
  white-space: nowrap;
}

html body .wdt-site-footer.site-footer .footer-copy a,
html body .wdt-site-footer.site-footer .footer-copy strong {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 760;
  line-height: inherit;
}

html body .wdt-back-to-top {
  position: fixed;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  z-index: 70;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--wdt-primary);
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(23, 107, 93, 0.22);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(24, 24, 32, 0.12);
  cursor: pointer;
  font-family: inherit;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

html body .wdt-back-to-top.is-visible {
  opacity: 0.86;
  pointer-events: auto;
  transform: translateY(0);
}

html body .wdt-back-to-top svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}

html body .wdt-back-to-top:hover,
html body .wdt-back-to-top:focus-visible {
  color: #fffdf9;
  background: var(--wdt-primary);
  border-color: var(--wdt-primary);
  opacity: 1;
}

html body .wdt-back-to-top:focus-visible {
  outline: 2px solid rgba(23, 107, 93, 0.34);
  outline-offset: 3px;
}

.site-shell > .wdt-site-footer.site-footer {
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
}

@media (max-width: 1160px) {
  html body .wdt-site-header.site-header,
  html body .wdt-site-footer.site-footer .footer-cta,
  html body .wdt-site-footer.site-footer .footer-bottom {
    padding-right: 36px;
    padding-left: 36px;
  }

  html body .wdt-site-footer.site-footer .footer-main-grid {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media (max-width: 860px) {
  html body .wdt-back-to-top {
    right: 14px;
    bottom: 58px;
    width: 40px;
    height: 40px;
  }

  html body .wdt-site-header.site-header,
  html body .wdt-site-footer.site-footer {
    width: min(100% - 24px, var(--wdt-shell-width));
  }

  html body .wdt-site-header.site-header {
    min-height: 74px;
    margin-top: 8px;
    padding-right: 22px;
    padding-left: 22px;
  }

  html body .wdt-site-header.site-header .nav {
    display: none;
  }

  html body .wdt-site-footer.site-footer {
    min-height: auto;
    margin-bottom: 8px;
  }

  html body .wdt-site-footer.site-footer .footer-cta {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 22px;
  }

  html body .wdt-site-footer.site-footer .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px 24px;
    padding: 28px 22px 24px;
  }

  html body .wdt-site-footer.site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  html body .wdt-site-footer.site-footer .footer-logo {
    width: auto;
    min-width: 190px;
  }

  html body .wdt-site-footer.site-footer .footer-areas {
    justify-content: flex-start;
    gap: 10px 0;
    margin: 0 22px;
    padding: 16px 0;
  }

  html body .wdt-site-footer.site-footer .footer-areas a {
    padding: 0 16px 0 0;
  }

  html body .wdt-site-footer.site-footer .footer-areas a + a {
    padding-left: 16px;
  }

  html body .wdt-site-footer.site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 22px;
  }

  html body .wdt-site-footer.site-footer .footer-copy {
    text-align: left;
    white-space: normal;
  }
}

html body .wdt-site-header.site-header .mobile-menu-toggle {
  display: none;
}

@media (max-width: 860px) {
  html body .wdt-site-header.site-header,
  html body .wdt-site-header.site-header.wdt-site-header {
    position: relative;
    z-index: 40;
  }

  html body .wdt-site-header.site-header .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  html body .wdt-site-header.site-header .mobile-menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    gap: 0;
    padding: 0;
    color: var(--wdt-ink);
    background: transparent;
    border: 1px solid rgba(24, 24, 32, 0.13);
    border-radius: 7px;
    cursor: pointer;
    font: inherit;
  }

  html body .wdt-site-header.site-header .mobile-menu-toggle:hover,
  html body .wdt-site-header.site-header .mobile-menu-toggle:focus-visible {
    color: var(--wdt-primary);
    background: var(--wdt-primary-soft);
    border-color: rgba(23, 107, 93, 0.24);
  }

  html body .wdt-site-header.site-header .mobile-menu-toggle:focus-visible {
    outline: 2px solid rgba(23, 107, 93, 0.4);
    outline-offset: 3px;
  }

  html body .wdt-site-header.site-header .mobile-menu-toggle span {
    display: block;
    grid-area: 1 / 1;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      opacity 160ms ease,
      transform 180ms ease;
  }

  html body .wdt-site-header.site-header .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  html body .wdt-site-header.site-header .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  html body .wdt-site-header.site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  html body .wdt-site-header.site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  html body .wdt-site-header.site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  html body .wdt-site-header.site-header .nav,
  html body .wdt-site-header.site-header.wdt-site-header .nav {
    position: absolute;
    top: calc(100% + 1px);
    right: -1px;
    left: -1px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-width: 0;
    padding: 8px;
    background: var(--wdt-surface);
    border: 1px solid var(--wdt-border-strong);
    border-top: 0;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 22px 54px rgba(24, 24, 32, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    visibility: hidden;
    transition:
      opacity 160ms ease,
      transform 180ms ease,
      visibility 0s linear 180ms;
  }

  html body .wdt-site-header.site-header.is-menu-open .nav,
  html body .wdt-site-header.site-header.wdt-site-header.is-menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  html body .wdt-site-header.site-header .nav a {
    min-height: 44px;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: 6px;
    color: var(--wdt-ink);
    font-size: 14px;
  }

  html body .wdt-site-header.site-header .nav a:hover,
  html body .wdt-site-header.site-header .nav a:focus-visible,
  html body .wdt-site-header.site-header .nav a[aria-current="page"] {
    color: var(--wdt-primary);
    background: var(--wdt-primary-soft);
  }

  html body .wdt-site-header.site-header .nav a[aria-current="page"]::after {
    display: none;
  }
}

@media (max-width: 760px) {
  html body:not(.home-page) main :is(
    .subpage-hero,
    .hero,
    .process-hero
  ) {
    min-height: 0 !important;
    background-image: none !important;
  }

  html body:not(.home-page) main :is(
    figure,
    picture,
    .hero-visual,
    .hero-media,
    .subpage-hero-media,
    .article-cover-media,
    .article-figure,
    .bbz-media-visual,
    .bbz-media-mobile-stack
  ) {
    display: none !important;
  }
}

@media (max-width: 520px) {
  html body .wdt-site-footer.site-footer .footer-portfolio-stage {
    min-height: 230px;
    max-width: none;
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    perspective: none;
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: auto;
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot:nth-child(n + 5) {
    display: none;
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot-frame {
    padding-top: 18px;
    opacity: 1;
    transform: none;
    border-color: rgba(28, 34, 30, 0.14);
    border-radius: 7px;
    box-shadow: 0 10px 24px rgba(24, 24, 32, 0.08);
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot-frame::before,
  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot-frame::after {
    content: none;
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot img,
  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot-label {
    opacity: 1;
    transform: none;
    filter: none;
  }

  html body .wdt-site-footer.site-footer .footer-portfolio-stage.is-mobile-static .footer-shot-label {
    left: 8px;
    bottom: 8px;
    min-height: 18px;
    padding: 4px 7px;
    font-size: 9px;
  }
}

html body .wdt-site-header.site-header.wdt-site-header {
  display: flex;
  width: min(var(--wdt-shell-width), calc(100% - 48px));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  margin: 22px auto 0;
  padding: 0 46px;
  border: 1px solid var(--wdt-border-strong);
  border-bottom: 1px solid var(--wdt-border-strong);
  border-radius: 7px 7px 0 0;
}

html body .wdt-site-footer.site-footer.wdt-site-footer {
  display: flex;
  width: min(var(--wdt-shell-width), calc(100% - 48px));
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  margin: 0 auto 22px;
  padding: 0;
  border: 1px solid var(--wdt-border-strong);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.98) 0%, rgba(241, 246, 240, 0.9) 52%, rgba(255, 252, 245, 0.96) 100%);
  text-align: left;
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.site-shell > .wdt-site-header.site-header.wdt-site-header {
  width: auto;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--wdt-border-strong);
  border-radius: 0;
}

.site-shell > .wdt-site-footer.site-footer.wdt-site-footer {
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
}

html body.subpage .site-shell {
  width: min(var(--wdt-shell-width), calc(100% - 48px));
  margin: 22px auto;
}

@media (max-width: 860px) {
  html body .wdt-site-header.site-header.wdt-site-header,
  html body .wdt-site-footer.site-footer.wdt-site-footer {
    width: min(100% - 24px, var(--wdt-shell-width));
  }

  html body .wdt-site-header.site-header.wdt-site-header {
    min-height: 74px;
    margin-top: 8px;
    padding-right: 22px;
    padding-left: 22px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer {
    min-height: auto;
    margin-bottom: 8px;
  }

  .site-shell > .wdt-site-header.site-header.wdt-site-header,
  .site-shell > .wdt-site-footer.site-footer.wdt-site-footer {
    width: auto;
    margin: 0;
  }

  html body.subpage .site-shell {
    width: min(100% - 24px, var(--wdt-shell-width));
    margin: 8px auto;
  }

  html body :is(.local-page-sidebar, .tool-smart-sidebar, .checklist-sidebar, .blog-sidebar, .article-sidebar) {
    display: none !important;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-cta {
    margin-right: -1px;
    margin-left: -1px;
    gap: 14px;
    padding: 34px 16px 28px;
    border-bottom-color: rgba(185, 178, 166, 0.86);
    background:
      radial-gradient(circle at 50% 78%, rgba(23, 107, 93, 0.12), transparent 42%),
      linear-gradient(125deg, rgba(255, 254, 250, 0.84), rgba(227, 239, 229, 0.58) 58%, rgba(241, 226, 211, 0.46));
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    padding: 26px 18px 20px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-logo {
    width: auto;
    min-width: 184px;
    margin-bottom: 14px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-brand p {
    max-width: 340px;
    font-size: 12px;
    line-height: 1.55;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-column {
    gap: 6px;
    min-width: 0;
    font-size: 12px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-column:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 18px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-column:last-child h3 {
    grid-column: 1 / -1;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-column h3 {
    margin-bottom: 4px;
    font-size: 12px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-column h3::after {
    width: 20px;
    margin-top: 7px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-column a {
    line-height: 1.32;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-areas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin: 0 18px;
    padding: 15px 0;
    font-size: 12px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-areas a,
  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-areas a + a {
    justify-content: flex-start;
    padding: 0;
    border-left: 0;
    line-height: 1.25;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-bottom {
    gap: 14px;
    padding: 18px;
  }

  html body .wdt-site-footer.site-footer.wdt-site-footer .footer-legal {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  html body :is(.local-page-sidebar, .tool-smart-sidebar, .checklist-sidebar, .blog-sidebar, .article-sidebar) {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 20px 0 26px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    table-layout: auto !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table thead,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table thead {
    display: none !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table tbody,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table tfoot,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table tbody,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table tfoot {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table tr,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table tr {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(203, 194, 181, 0.72) !important;
    border-radius: 8px !important;
    background: rgba(255, 254, 250, 0.92) !important;
    box-shadow: 0 12px 28px rgba(24, 24, 32, 0.035) !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table :is(th, td),
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table :is(th, td) {
    display: grid !important;
    grid-template-columns: minmax(92px, 0.38fr) minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(203, 194, 181, 0.56) !important;
    background: transparent !important;
    color: rgba(65, 68, 82, 0.86) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table :is(th, td)::before,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table :is(th, td)::before {
    content: attr(data-label);
    min-width: 0;
    color: #176b5d;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table :is(th, td)[data-label=""],
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table :is(th, td)[data-label=""] {
    grid-template-columns: 1fr !important;
    color: #071022 !important;
    font-weight: 800 !important;
    background: rgba(23, 107, 93, 0.055) !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table :is(th, td)[data-label=""]::before,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table :is(th, td)[data-label=""]::before {
    content: none !important;
  }

  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) main table.responsive-data-table tr > :is(th, td):last-child,
  html body:is(.blog-article-newdesign, .local-service-page, .tool-page-standard) .main table.responsive-data-table tr > :is(th, td):last-child {
    border-bottom: 0 !important;
  }
}
