/*
 * DPE public navigation and footer system 0.40.0.
 * Loaded last and scoped to public editorial surfaces only.
 */

@font-face {
  font-display: swap;
  font-family: "Montserrat DPE";
  font-style: normal;
  font-weight: 400 800;
  src: url("fonts/montserrat-latin-ext-var.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat DPE";
  font-style: normal;
  font-weight: 400 800;
  src: url("fonts/montserrat-latin-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.dpe-public {
  --v40-font: "Montserrat DPE", "Segoe UI", Arial, sans-serif;
  --v40-night: #020817;
  --v40-navy: #07182f;
  --v40-navy-soft: #0c2444;
  --v40-cyan: #37cbe1;
  --v40-blue: #1f68ed;
  --v40-white: #ffffff;
  --v40-line: rgba(185, 216, 243, 0.17);
  --v40-copy: #b8c8d9;
  --v40-muted: #8095ad;
  --v40-shell: 1360px;
  font-family: var(--v40-font);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.dpe-public {
  font-family: var(--v40-font) !important;
}

.dpe-public :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, option, label, summary, span, strong, small, li, dt, dd) {
  font-family: var(--v40-font) !important;
  font-variation-settings: normal !important;
  letter-spacing: 0 !important;
}

/* Header: one calm rail, one active route, one programme action. */
.dpe-public .site-header {
  background: rgba(2, 8, 23, 0.94);
  border-bottom: 1px solid var(--v40-line);
  box-shadow: 0 14px 38px rgba(0, 7, 20, 0.16);
  height: auto;
  isolation: isolate;
  position: sticky;
  top: 0;
  transition: background-color 180ms ease, box-shadow 180ms ease;
  z-index: 100;
}

.dpe-public .site-header::before {
  background: var(--v40-cyan);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.dpe-public .site-header::after {
  background: rgba(255, 255, 255, 0.035);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

@supports (backdrop-filter: blur(18px)) {
  .dpe-public .site-header {
    backdrop-filter: blur(18px) saturate(128%);
    -webkit-backdrop-filter: blur(18px) saturate(128%);
  }
}

.dpe-public .site-header.is-compact {
  background: rgba(2, 8, 23, 0.985);
  box-shadow: 0 18px 48px rgba(0, 7, 20, 0.25);
}

.dpe-public .site-header__inner {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(252px, auto) minmax(410px, 1fr) auto;
  min-height: 84px;
  margin-inline: auto;
  max-width: var(--v40-shell);
  padding-inline: 28px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.dpe-public .site-brand {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 17px;
  height: auto;
  justify-self: start;
  max-width: none;
  min-height: 54px;
  min-width: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}

.dpe-public .site-brand__mark {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-height: 54px;
}

.dpe-public .site-brand img {
  display: block;
  height: auto;
  transition: opacity 160ms ease, transform 180ms ease;
  width: 88px;
}

.dpe-public .site-brand:hover img {
  opacity: 0.92;
  transform: translateY(-1px);
}

.dpe-public .site-brand__copy {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-left: 17px;
}

.dpe-public .site-brand__copy strong {
  color: #f7fbff;
  font-size: 12px;
  font-weight: 710;
  line-height: 1.2;
  white-space: nowrap;
}

.dpe-public .site-brand__copy small {
  color: var(--v40-muted);
  font-size: 9px;
  font-weight: 570;
  line-height: 1.2;
  white-space: nowrap;
}

.dpe-public .site-nav {
  align-items: stretch;
  align-self: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
  justify-self: stretch;
  padding: 0;
}

.dpe-public .site-nav a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: rgba(229, 238, 248, 0.7);
  display: flex;
  font-size: 12px;
  font-weight: 650;
  justify-content: center;
  min-height: 84px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  transition: color 160ms ease;
}

.dpe-public .site-nav a::after {
  background: var(--v40-cyan);
  bottom: 19px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%) scaleX(0.35);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 24px;
}

.dpe-public .site-nav a::before {
  display: none;
}

.dpe-public .site-nav a:hover,
.dpe-public .site-nav a[aria-current="page"] {
  background: transparent;
  color: #fff;
}

.dpe-public .site-nav a:hover::after,
.dpe-public .site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.dpe-public .site-header__actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-self: end;
}

.dpe-public .site-course-switcher {
  justify-self: auto;
  position: relative;
}

.dpe-public .site-course-switcher > summary {
  align-items: center;
  background: var(--v40-cyan);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 9, 26, 0.28);
  color: #031329;
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 54px;
  min-width: 166px;
  padding: 8px 14px 8px 17px;
  transition: background-color 160ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dpe-public .site-course-switcher > summary::-webkit-details-marker,
.dpe-public .site-menu > summary::-webkit-details-marker {
  display: none;
}

.dpe-public .site-course-switcher > summary > span {
  display: grid;
  gap: 1px;
  text-align: left;
}

.dpe-public .site-course-switcher > summary small {
  color: rgba(3, 19, 41, 0.67);
  font-size: 8px;
  font-weight: 740;
  line-height: 1.15;
  text-transform: uppercase;
}

.dpe-public .site-course-switcher > summary strong {
  color: #031329;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.25;
}

.dpe-public .site-course-switcher > summary:hover {
  background: #67dbea;
  box-shadow: 0 18px 42px rgba(0, 9, 26, 0.35);
  transform: translateY(-1px);
}

.dpe-public .site-course-switcher > summary > svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
  width: 17px;
}

.dpe-public .site-course-switcher[open] > summary > svg {
  transform: rotate(180deg);
}

.dpe-public .site-course-switcher > nav {
  background: rgba(3, 14, 31, 0.985);
  border: 1px solid rgba(185, 216, 243, 0.2);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 6, 18, 0.5);
  display: grid;
  gap: 6px;
  min-width: 380px;
  padding: 9px;
  position: absolute;
  right: 0;
  top: calc(100% + 13px);
  z-index: 120;
}

@supports (backdrop-filter: blur(18px)) {
  .dpe-public .site-course-switcher > nav {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
}

.dpe-public .site-course-switcher > nav > a {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid transparent;
  border-radius: 6px;
  display: grid;
  gap: 3px 14px;
  grid-template-columns: minmax(0, 1fr) 24px;
  min-height: 76px;
  padding: 13px 15px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.dpe-public .site-course-switcher > nav > a:hover,
.dpe-public .site-course-switcher > nav > a[aria-current="page"] {
  background: rgba(55, 203, 225, 0.1);
  border-color: rgba(55, 203, 225, 0.3);
  transform: translateX(-2px);
}

.dpe-public .site-course-switcher > nav small {
  color: var(--v40-cyan);
  font-size: 8px;
  font-weight: 760;
  text-transform: uppercase;
}

.dpe-public .site-course-switcher > nav strong {
  color: #fff;
  font-size: 14px;
  font-weight: 680;
}

.dpe-public .site-course-switcher > nav svg {
  fill: none;
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 18px;
  justify-self: end;
  stroke: var(--v40-cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.dpe-public .site-menu {
  display: none;
}

.dpe-public .site-scroll-progress {
  background: var(--v40-cyan);
  bottom: -1px;
  height: 2px;
  left: 0;
  max-width: 100%;
  position: absolute;
  transform-origin: left center;
  z-index: 3;
}

.dpe-public :where(.site-brand, .site-nav a, .site-course-switcher summary, .site-course-switcher a, .site-menu summary, .site-menu a, .site-footer a):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Footer: final editorial chapter, not a utility afterthought. */
.dpe-public .site-footer {
  background: var(--v40-night);
  border-top: 1px solid rgba(185, 216, 243, 0.18);
  color: var(--v40-copy);
  overflow: hidden;
  padding: 0;
  position: relative;
}

.dpe-public .site-footer__media {
  background-image: url("img/dpe-question-to-practice-v2.webp");
  background-position: right 18% center;
  background-repeat: no-repeat;
  background-size: min(900px, 62vw) auto;
  inset: 0;
  opacity: 0.105;
  pointer-events: none;
  position: absolute;
}

.dpe-public .site-footer__media::after {
  background: linear-gradient(90deg, var(--v40-night) 0%, rgba(2, 8, 23, 0.92) 44%, rgba(2, 8, 23, 0.52) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.dpe-public .site-footer__shell {
  margin-inline: auto;
  max-width: var(--v40-shell);
  padding: 0 28px 28px;
  position: relative;
  z-index: 2;
}

.dpe-public .site-footer__lead,
.dpe-public .site-footer__main,
.dpe-public .site-footer__trust-band,
.dpe-public .site-footer__closing {
  margin-inline: 0;
  max-width: none;
}

.dpe-public .site-footer__lead {
  align-items: end;
  border-bottom: 1px solid rgba(185, 216, 243, 0.17);
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 82px 0 58px;
}

.dpe-public .site-footer__lead-copy {
  display: grid;
  gap: 15px;
}

.dpe-public .site-footer__lead .site-eyebrow {
  color: var(--v40-cyan);
  font-size: 10px;
  font-weight: 760;
  margin: 0;
  text-transform: uppercase;
}

.dpe-public .site-footer__lead h2 {
  color: #fff;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 660;
  line-height: 1.03;
  margin: 0;
  max-width: 850px;
  text-wrap: balance;
}

.dpe-public .site-footer__cta {
  align-items: center;
  background: var(--v40-cyan);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 8, 23, 0.3);
  color: #031329;
  display: inline-flex;
  font-size: 13px;
  font-weight: 760;
  gap: 20px;
  justify-content: space-between;
  min-height: 56px;
  min-width: 196px;
  padding: 0 18px;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dpe-public .site-footer__cta > span:last-child {
  font-size: 18px;
}

.dpe-public .site-footer__cta:hover {
  background: #67dbea;
  box-shadow: 0 22px 52px rgba(0, 8, 23, 0.4);
  color: #031329;
  transform: translateY(-2px);
}

.dpe-public .site-footer__main {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(260px, 1.35fr) minmax(120px, 0.62fr) minmax(220px, 1fr) minmax(170px, 0.78fr);
  padding: 58px 0 52px;
}

.dpe-public .site-footer__identity img {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  margin: 0 0 25px;
  width: 90px;
}

.dpe-public .site-footer__identity p {
  color: var(--v40-copy);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 340px;
}

.dpe-public .site-footer__email {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 650;
  text-decoration-color: rgba(55, 203, 225, 0.6);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.dpe-public .site-footer__main nav,
.dpe-public .site-footer__contact,
.dpe-public .site-footer__legal-nav {
  align-content: start;
  align-items: flex-start;
  display: grid;
  gap: 10px;
}

.dpe-public .site-footer__main strong {
  color: var(--v40-cyan);
  font-size: 9px;
  font-weight: 780;
  margin: 0 0 11px;
  text-transform: uppercase;
}

.dpe-public .site-footer__main :where(a, span) {
  color: var(--v40-copy);
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.dpe-public .site-footer__main .site-footer__email {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(55, 203, 225, 0.6);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.dpe-public .site-footer__main a {
  transition: color 150ms ease, transform 150ms ease;
}

.dpe-public .site-footer__main a:hover {
  color: #fff;
  transform: translateX(2px);
}

.dpe-public .site-footer__trust-band {
  align-items: center;
  background: rgba(244, 249, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(0, 6, 18, 0.22);
  color: #07182f;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 24px 28px;
}

.dpe-public .site-footer__trust-band > div:first-child > span {
  color: #135ad5;
  display: block;
  font-size: 8px;
  font-weight: 790;
  text-transform: uppercase;
}

.dpe-public .site-footer__trust-band strong {
  color: #07182f;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}

.dpe-public .site-footer__trust-band p {
  color: #536a84;
  font-size: 10px;
  line-height: 1.55;
  margin: 5px 0 0;
  max-width: 700px;
}

.dpe-public .site-footer__trust-marks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dpe-public .site-footer__trust-marks img {
  background: #fff;
  border: 1px solid #d3deeb;
  border-radius: 6px;
  display: block;
  height: 46px;
  max-width: 100%;
  object-fit: contain;
  padding: 5px;
  width: auto;
}

.dpe-public .site-footer__closing {
  align-items: center;
  border-top: 0;
  color: #71859d;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  padding: 26px 0 0;
  position: relative;
  z-index: 2;
}

.dpe-public .site-footer__word {
  bottom: -46px;
  color: rgba(255, 255, 255, 0.018);
  display: block;
  font-size: clamp(110px, 15vw, 240px);
  font-weight: 800;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: 1vw;
  user-select: none;
  z-index: 1;
}

@media (max-width: 1240px) {
  .dpe-public .site-header__inner {
    gap: 20px;
    grid-template-columns: 110px minmax(380px, 1fr) auto;
    padding-inline: 22px;
  }

  .dpe-public .site-brand__copy {
    display: none;
  }

  .dpe-public .site-brand img {
    width: 84px;
  }

  .dpe-public .site-nav a {
    padding-inline: 11px;
  }

  .dpe-public .site-footer__main {
    gap: 38px;
    grid-template-columns: 1.2fr 0.6fr 1fr 0.8fr;
  }
}

@media (max-width: 980px) {
  html.dpe-nav-open,
  body.dpe-nav-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .dpe-public .site-header__inner {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
    padding-inline: 18px;
  }

  .dpe-public .site-brand {
    max-width: 160px;
  }

  .dpe-public .site-brand img {
    width: 82px;
  }

  .dpe-public .site-nav,
  .dpe-public .site-course-switcher {
    display: none;
  }

  .dpe-public .site-header__actions {
    display: block;
  }

  .dpe-public .site-menu {
    display: block;
    position: static !important;
  }

  .dpe-public .site-menu > summary {
    align-items: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 46px;
    z-index: 122;
  }

  .dpe-public .site-menu > summary svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
  }

  .dpe-public .site-menu__close-icon {
    display: none;
  }

  .dpe-public .site-menu[open] .site-menu__open-icon {
    display: none;
  }

  .dpe-public .site-menu[open] .site-menu__close-icon {
    display: block;
  }

  .dpe-public .site-menu[open] > nav {
    background-color: var(--v40-night);
    background-image: linear-gradient(180deg, rgba(2, 8, 23, 0.78), rgba(2, 8, 23, 0.98)), url("img/dpe-question-to-practice-v2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: calc(100vh - 72px) !important;
    height: calc(100dvh - 72px) !important;
    left: 0 !important;
    max-height: calc(100vh - 72px) !important;
    max-height: calc(100dvh - 72px) !important;
    min-height: calc(100vh - 72px);
    min-height: calc(100dvh - 72px);
    min-width: 0 !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 28px max(22px, calc((100vw - 720px) / 2));
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
    position: fixed !important;
    right: 0 !important;
    top: 72px;
    width: 100% !important;
    z-index: 115;
  }

  .dpe-public .site-menu__intro {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 5px;
    margin-bottom: 12px;
    padding: 10px 0 24px;
  }

  .dpe-public .site-menu__intro span {
    color: var(--v40-cyan);
    font-size: 9px;
    font-weight: 760;
    text-transform: uppercase;
  }

  .dpe-public .site-menu__intro strong {
    color: #fff;
    font-size: clamp(24px, 7vw, 34px);
    font-weight: 660;
    line-height: 1.1;
  }

  .dpe-public .site-menu[open] > nav > a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(245, 249, 255, 0.82);
    display: flex;
    font-size: 18px;
    font-weight: 620;
    justify-content: space-between;
    min-height: 56px;
    padding: 0;
    position: relative;
    text-decoration: none;
  }

  .dpe-public .site-menu[open] > nav > a::before {
    display: none;
  }

  .dpe-public .site-menu[open] > nav > a::after {
    color: var(--v40-cyan);
    content: "↗";
    font-size: 15px;
  }

  .dpe-public .site-menu[open] > nav > a[aria-current="page"] {
    color: #fff;
  }

  .dpe-public .site-menu[open] > nav > a[aria-current="page"]::after {
    background: transparent;
    height: auto;
  }

  .dpe-public .site-menu__courses {
    border-top: 0;
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding-top: 0;
  }

  .dpe-public .site-menu__courses > span {
    color: var(--v40-cyan);
    font-size: 9px;
    font-weight: 760;
    padding: 0 0 4px;
    text-transform: uppercase;
  }

  .dpe-public .site-menu__courses .site-menu__course {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    min-height: 78px;
    padding: 14px 16px;
  }

  .dpe-public .site-menu__course small {
    color: var(--v40-cyan);
    font-size: 8px;
    font-weight: 760;
    text-transform: uppercase;
  }

  .dpe-public .site-menu__course strong {
    color: #fff;
    font-size: 16px;
    font-weight: 660;
  }

  .dpe-public .site-menu__course > svg {
    fill: none;
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 18px;
    justify-self: end;
    stroke: var(--v40-cyan);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 18px;
  }

  .dpe-public .site-footer__lead {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .dpe-public .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dpe-public .site-footer__identity {
    grid-column: 1 / -1;
  }

  .dpe-public .site-footer__trust-band {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .dpe-public .site-footer__trust-marks {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .dpe-public .site-header__inner {
    padding-inline: 16px;
  }

  .dpe-public .site-brand img {
    width: 76px;
  }

  .dpe-public .site-footer__shell {
    padding-inline: 18px;
  }

  .dpe-public .site-footer__lead {
    gap: 30px;
    padding: 68px 0 42px;
  }

  .dpe-public .site-footer__lead h2 {
    font-size: 34px;
  }

  .dpe-public .site-footer__cta {
    min-width: 0;
    width: 100%;
  }

  .dpe-public .site-footer__main {
    gap: 38px;
    grid-template-columns: 1fr;
    padding: 44px 0;
  }

  .dpe-public .site-footer__identity {
    grid-column: auto;
  }

  .dpe-public .site-footer__trust-band {
    gap: 22px;
    padding: 20px 16px;
  }

  .dpe-public .site-footer__trust-marks {
    align-items: flex-start;
    flex-direction: column;
  }

  .dpe-public .site-footer__trust-marks img {
    height: 42px;
  }

  .dpe-public .site-footer__closing {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .dpe-public .site-footer__word {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpe-public .site-header *,
  .dpe-public .site-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
