/*
 * DPE public visual system 0.38.1.
 * Final ownership layer for the shared navigation and public editorial surfaces.
 * Commerce, checkout and operational admin surfaces are intentionally excluded.
 */

.dpe-public {
  --v38-night: #020817;
  --v38-navy: #07162f;
  --v38-navy-raised: #0d2344;
  --v38-blue: #155ee8;
  --v38-blue-deep: #0d45ba;
  --v38-cyan: #35c8df;
  --v38-ink: #07172f;
  --v38-copy: #425a78;
  --v38-muted: #6f8199;
  --v38-paper: #f4f8fd;
  --v38-surface: #ffffff;
  --v38-line: #d4e0ee;
  --v38-line-dark: rgba(255, 255, 255, 0.13);
  --v38-shell: 1320px;
  --v38-shadow-soft: 0 22px 64px rgba(7, 29, 62, 0.1);
  --v38-shadow-raised: 0 28px 76px rgba(2, 15, 36, 0.18);
  background: var(--v38-paper);
  color: var(--v38-ink);
}

.dpe-public :where(h1, h2, h3) {
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-variation-settings: "opsz" 48, "wdth" 94;
  letter-spacing: 0;
  text-wrap: balance;
}

.dpe-public :where(.dpe-kicker, .dpe-programs__index small, .dpe-course-route__eyebrow) {
  letter-spacing: 0;
}

.dpe-public .dpe-shell,
.dpe-public .site-header__inner {
  max-width: var(--v38-shell);
}

/* Shared command bar */
.dpe-public .site-header {
  background: rgba(3, 12, 28, 0.9);
  border-bottom: 1px solid rgba(150, 190, 230, 0.16);
  box-shadow: 0 12px 36px rgba(2, 8, 23, 0.18);
  height: 80px;
  isolation: isolate;
  position: sticky;
  top: 0;
  transition: background-color 180ms ease, box-shadow 180ms ease;
  z-index: 100;
}

.dpe-public .site-header::before {
  background: linear-gradient(90deg, transparent 0%, var(--v38-cyan) 24%, #ffffff 50%, var(--v38-blue) 76%, transparent 100%);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.46;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.dpe-public .site-header.is-compact {
  background: rgba(2, 10, 24, 0.96);
  box-shadow: 0 18px 48px rgba(2, 8, 23, 0.28);
}

.dpe-public .site-header__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  height: 80px;
  padding-inline: 28px;
}

.dpe-public .site-brand {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-self: start;
  padding: 0 4px;
}

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

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

.dpe-public .site-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  gap: 4px;
  justify-self: center;
  padding: 5px;
}

.dpe-public .site-nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(231, 240, 250, 0.74);
  display: flex;
  font-family: "Manrope DPE", "Inter DPE", Arial, sans-serif;
  font-size: 13px;
  font-weight: 680;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

.dpe-public .site-nav a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.dpe-public .site-nav a[aria-current="page"] {
  background: rgba(53, 200, 223, 0.12);
  border-color: rgba(53, 200, 223, 0.28);
  color: #fff;
}

.dpe-public .site-nav a[aria-current="page"]::before {
  background: var(--v38-cyan);
  border-radius: 2px;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 14px;
  position: absolute;
  right: 14px;
}

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

.dpe-public .site-course-switcher > summary {
  align-items: center;
  background: var(--v38-cyan);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(1, 13, 33, 0.28);
  color: #031329;
  cursor: pointer;
  display: flex;
  font-family: "Manrope DPE", "Inter DPE", Arial, sans-serif;
  font-size: 13px;
  font-weight: 760;
  gap: 14px;
  justify-content: center;
  min-height: 48px;
  min-width: 148px;
  padding: 0 16px 0 18px;
  transition: background-color 160ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dpe-public .site-course-switcher > summary:hover {
  background: #66d8e9;
  box-shadow: 0 16px 40px rgba(1, 13, 33, 0.34);
  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:
    linear-gradient(145deg, rgba(21, 94, 232, 0.14), rgba(2, 8, 23, 0) 52%),
    rgba(4, 15, 34, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(2, 8, 23, 0.48);
  display: grid;
  gap: 8px;
  min-width: 380px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}

.dpe-public .site-course-switcher > nav a {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  display: grid;
  gap: 3px 18px;
  grid-template-columns: minmax(0, 1fr) 34px;
  min-height: 82px;
  padding: 15px 16px;
  transition: background-color 160ms ease, border-color 160ms ease, transform 180ms ease;
}

.dpe-public .site-course-switcher > nav a:hover,
.dpe-public .site-course-switcher > nav a[aria-current="page"] {
  background: rgba(53, 200, 223, 0.09);
  border-color: rgba(53, 200, 223, 0.34);
  transform: translateX(-2px);
}

.dpe-public .site-course-switcher > nav small {
  color: var(--v38-cyan);
  font-size: 9px;
  font-weight: 780;
  grid-column: 1;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.dpe-public .site-course-switcher > nav strong {
  color: #fff;
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 18px;
  font-weight: 630;
  grid-column: 1;
}

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

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

.dpe-public .site-menu > summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  list-style: none;
  width: 48px;
}

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

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

.dpe-public .site-menu > summary:focus-visible {
  border-color: rgba(53, 200, 223, 0.72);
  box-shadow: 0 0 0 3px rgba(53, 200, 223, 0.16);
  outline: 2px solid var(--v38-cyan);
  outline-offset: 3px;
}

.dpe-public .site-menu__close-icon,
.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-scroll-progress {
  background: var(--v38-cyan);
  box-shadow: 0 0 18px rgba(53, 200, 223, 0.48);
  height: 2px;
}

/* Shared actions and editorial typography */
.dpe-public .dpe-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-family: "Manrope DPE", "Inter DPE", Arial, sans-serif;
  font-size: 14px;
  font-weight: 760;
  gap: 12px;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 180ms ease, color 160ms ease, transform 180ms ease;
}

.dpe-public .dpe-button:hover {
  transform: translateY(-2px);
}

.dpe-public .dpe-button--primary {
  background: var(--v38-cyan);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 16px 36px rgba(3, 31, 65, 0.28);
  color: #031329;
}

.dpe-public .dpe-button--primary:hover {
  background: #70ddec;
  box-shadow: 0 20px 44px rgba(3, 31, 65, 0.34);
}

.dpe-public .dpe-button--quiet {
  backdrop-filter: blur(16px);
  background: rgba(3, 14, 32, 0.44);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.dpe-public .dpe-button--quiet:hover {
  background: rgba(11, 39, 73, 0.78);
  border-color: rgba(255, 255, 255, 0.52);
}

.dpe-public .dpe-text-link {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  text-underline-offset: 5px;
}

.dpe-public .dpe-text-link svg {
  transition: transform 160ms ease;
}

.dpe-public .dpe-text-link:hover svg {
  transform: translateX(4px);
}

/* Homepage depth and pacing */
.dpe-public.dpe-site--home main {
  background: var(--v38-paper);
  overflow: clip;
}

.dpe-public .dpe-hero h1 {
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 76px;
  font-weight: 620;
  line-height: 0.98;
}

.dpe-public .dpe-hero__thesis {
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 30px;
  font-weight: 560;
  line-height: 1.18;
}

.dpe-public .dpe-hero__content {
  padding-bottom: 146px;
  padding-top: 96px;
}

.dpe-public .dpe-hero__meta {
  backdrop-filter: blur(18px) saturate(1.08);
  background: rgba(3, 12, 28, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -16px 44px rgba(2, 8, 23, 0.2);
  overflow: hidden;
}

.dpe-public .dpe-signal {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0.98));
  border-bottom: 1px solid var(--v38-line);
  box-shadow: 0 20px 56px rgba(7, 29, 62, 0.09);
  position: relative;
  z-index: 4;
}

.dpe-public .dpe-signal .dpe-shell {
  border-left: 1px solid var(--v38-line);
  border-right: 1px solid var(--v38-line);
}

.dpe-public .dpe-signal p {
  color: #284567;
  min-height: 76px;
}

.dpe-public .dpe-section {
  padding-block: 128px;
}

.dpe-public .dpe-purpose {
  background:
    linear-gradient(90deg, rgba(21, 94, 232, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  background-size: min(330px, 25vw) 100%, 100% 100%;
}

.dpe-public .dpe-purpose__grid {
  gap: 110px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
}

.dpe-public .dpe-purpose .dpe-section-title h2,
.dpe-public .dpe-programs__intro h2,
.dpe-public .dpe-method__head h2,
.dpe-public .dpe-perspectives__content h2,
.dpe-public .dpe-course-gateway__header h2 {
  font-size: 56px;
  line-height: 1.02;
}

.dpe-public .dpe-purpose__copy {
  border-top: 1px solid rgba(21, 94, 232, 0.3);
  padding-top: 28px;
}

.dpe-public .dpe-purpose__route {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--v38-line);
  border-radius: 8px;
  box-shadow: var(--v38-shadow-soft);
  isolation: isolate;
  margin-top: 64px;
  overflow: hidden;
}

.dpe-public .dpe-purpose__route::after {
  background: linear-gradient(90deg, var(--v38-blue), var(--v38-cyan));
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.dpe-public .dpe-purpose__route span {
  min-height: 92px;
  padding-inline: 28px;
}

.dpe-public .dpe-atlas,
.dpe-public .dpe-method__visual,
.dpe-public .dpe-perspectives__visual {
  border: 1px solid rgba(7, 29, 62, 0.12);
  border-radius: 8px;
  box-shadow: var(--v38-shadow-raised);
}

.dpe-public .dpe-atlas {
  margin-top: 34px;
}

.dpe-public .dpe-atlas figcaption {
  backdrop-filter: blur(18px) saturate(1.08);
  background: rgba(3, 12, 28, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  bottom: 14px;
  left: 14px;
  right: 14px;
}

.dpe-public .dpe-world {
  gap: 18px;
  margin-top: 32px;
}

.dpe-public .dpe-world__item {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 58px rgba(2, 15, 36, 0.16);
  min-height: 470px;
}

.dpe-public .dpe-world__item::after {
  background: linear-gradient(180deg, rgba(2, 8, 23, 0.02) 16%, rgba(2, 8, 23, 0.62) 56%, rgba(2, 8, 23, 0.98) 100%);
}

.dpe-public .dpe-world__item > div {
  padding: 32px;
}

.dpe-public .dpe-world__item h3 {
  font-size: 27px;
  line-height: 1.08;
}

.dpe-public .dpe-programs {
  background:
    linear-gradient(135deg, rgba(21, 94, 232, 0.11), rgba(2, 8, 23, 0) 42%),
    var(--v38-night);
  padding-bottom: 116px;
}

.dpe-public .dpe-programs__canvas {
  height: 560px;
}

.dpe-public .dpe-programs__shade {
  background: linear-gradient(90deg, rgba(2, 8, 23, 0.92) 0%, rgba(2, 8, 23, 0.56) 54%, rgba(2, 8, 23, 0.18) 100%);
}

.dpe-public .dpe-programs__index {
  gap: 18px;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.825fr));
  padding-top: 28px;
}

.dpe-public .dpe-programs__index > a,
.dpe-public .dpe-programs__index > a:first-child {
  border-color: rgba(255, 255, 255, 0.2);
  height: 486px;
}

.dpe-public .dpe-programs__index > a::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  content: "";
  inset: 9px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease;
  z-index: 4;
}

.dpe-public .dpe-programs__index > a:hover::before {
  opacity: 1;
}

.dpe-public .dpe-programs__index strong,
.dpe-public .dpe-programs__index > a:first-child strong {
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 31px;
  line-height: 1.04;
}

.dpe-public .dpe-course-gateway {
  background:
    linear-gradient(90deg, rgba(21, 94, 232, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbff 0%, #eaf2fb 100%);
  background-size: min(330px, 25vw) 100%, 100% 100%;
}

.dpe-public .dpe-course-route {
  box-shadow: 0 30px 78px rgba(7, 29, 62, 0.18);
  min-height: 610px;
}

.dpe-public .dpe-course-route__content {
  padding: 46px;
}

.dpe-public .dpe-method {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 245, 253, 0.98)),
    var(--v38-paper);
}

.dpe-public .dpe-method > .dpe-shell {
  gap: 38px 76px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.dpe-public .dpe-method__visual {
  height: 390px;
}

.dpe-public .dpe-method__steps {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--v38-line);
  border-radius: 8px;
  box-shadow: var(--v38-shadow-soft);
  overflow: hidden;
}

.dpe-public .dpe-method__steps::before {
  background: linear-gradient(180deg, var(--v38-blue), var(--v38-cyan));
  bottom: 0;
  left: 0;
  top: 0;
  width: 2px;
}

.dpe-public .dpe-method__steps li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--v38-line);
  border-radius: 0;
  box-shadow: none;
  min-height: 120px;
  padding: 22px 28px;
}

.dpe-public .dpe-method__steps li:last-child {
  border-bottom: 0;
}

.dpe-public .dpe-method__steps li:hover {
  background: rgba(21, 94, 232, 0.045);
  box-shadow: none;
  transform: none;
}

.dpe-public .dpe-method__steps h3 {
  color: var(--v38-ink);
  font-size: 22px;
}

.dpe-public .dpe-method__steps p {
  color: var(--v38-copy);
}

.dpe-public .dpe-perspectives {
  background:
    linear-gradient(90deg, rgba(7, 29, 62, 0.035) 1px, transparent 1px),
    #eef5fd;
  background-size: min(330px, 25vw) 100%, 100% 100%;
}

.dpe-public .dpe-perspectives__grid {
  gap: 64px;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
}

.dpe-public .dpe-perspectives__visual {
  min-height: 720px;
}

.dpe-public .dpe-perspectives__visual::after {
  background: linear-gradient(180deg, rgba(2, 8, 23, 0.04) 32%, rgba(2, 8, 23, 0.68) 100%);
}

.dpe-public .dpe-perspectives__visual > p {
  bottom: 34px;
  color: #fff;
  display: block;
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-size: 31px;
  font-weight: 580;
  left: 34px;
  line-height: 1.08;
  margin: 0;
  max-width: 420px;
  position: absolute;
  z-index: 2;
}

.dpe-public .dpe-perspective-list {
  border: 1px solid var(--v38-line);
  border-radius: 8px;
  box-shadow: var(--v38-shadow-soft);
  margin-top: 30px;
  overflow: hidden;
}

.dpe-public .dpe-perspective-list article {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  border-bottom: 1px solid var(--v38-line);
  border-left: 0;
  border-radius: 0;
  display: grid;
  gap: 5px 18px;
  grid-template-columns: 78px minmax(0, 1fr);
  padding: 16px 20px;
}

.dpe-public .dpe-perspective-list article:last-child {
  border-bottom: 0;
}

.dpe-public .dpe-perspective-list article::after {
  display: none;
}

.dpe-public .dpe-perspective-list__portrait {
  border: 1px solid rgba(7, 29, 62, 0.12);
  border-radius: 6px;
  grid-column: 1;
  grid-row: 1 / span 3;
  height: 70px;
  margin: 0;
  overflow: hidden;
  width: 70px;
}

.dpe-public .dpe-perspective-list__portrait img {
  filter: saturate(0.8) contrast(1.02);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dpe-public .dpe-perspective-list__portrait figcaption {
  display: none;
}

.dpe-public .dpe-perspective-list article > span,
.dpe-public .dpe-perspective-list h3,
.dpe-public .dpe-perspective-list p {
  grid-column: 2;
}

.dpe-public .dpe-perspective-list article > span {
  color: var(--v38-blue);
  font-size: 9px;
  grid-row: auto;
}

.dpe-public .dpe-perspective-list h3 {
  font-size: 20px;
}

.dpe-public .dpe-perspective-list p {
  color: var(--v38-copy);
  font-size: 13px;
}

.dpe-public .dpe-next {
  min-height: 580px;
}

.dpe-public .dpe-next__shade {
  background: linear-gradient(90deg, rgba(2, 8, 23, 0.94) 0%, rgba(2, 8, 23, 0.65) 52%, rgba(2, 8, 23, 0.28) 100%);
}

.dpe-public .dpe-next__content h2 {
  font-size: 56px;
}

/* Inner public pages inherit the same editorial shell. */
.dpe-public .dpe-inner-hero,
.dpe-public .dpe-program-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.dpe-public .dpe-inner-hero h1,
.dpe-public .dpe-program-hero h1 {
  font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
  font-weight: 620;
  line-height: 1;
}

.dpe-public .dpe-inner-hero__shade {
  background: linear-gradient(90deg, rgba(2, 8, 23, 0.94) 0%, rgba(2, 8, 23, 0.62) 54%, rgba(2, 8, 23, 0.22) 100%);
}

/* Tablet */
@media (max-width: 1180px) {
  .dpe-public .site-header__inner {
    gap: 18px;
    grid-template-columns: 108px minmax(0, 1fr) auto;
    padding-inline: 22px;
  }

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

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

  .dpe-public .dpe-purpose__grid {
    gap: 72px;
  }

  .dpe-public .dpe-programs__index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dpe-public .dpe-perspectives__grid {
    gap: 44px;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  }
}

/* Mobile navigation owns the viewport while open. */
@media (max-width: 980px) {
  html.dpe-nav-open,
  body.dpe-nav-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .dpe-public .site-header {
    height: 72px;
  }

  .dpe-public .site-header__inner {
    grid-template-columns: 1fr auto;
    height: 72px;
    padding-inline: 18px;
  }

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

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

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

  .dpe-public .site-menu[open] > nav {
    background:
      linear-gradient(180deg, rgba(2, 8, 23, 0.88), rgba(2, 8, 23, 0.97)),
      url("/wp-content/plugins/dpe-ai-course-payments/assets/img/dpe-question-to-practice-v2.webp") center / cover no-repeat;
    background-color: #020817;
    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: 22px max(20px, calc((100vw - 720px) / 2));
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
    position: fixed !important;
    right: 0 !important;
    top: 72px;
    width: 100% !important;
    z-index: 110;
  }

  .dpe-public .site-menu[open] > nav > a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.86);
    counter-increment: dpe-mobile-nav;
    display: grid;
    font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
    font-size: 20px;
    font-weight: 580;
    gap: 16px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    padding: 0;
    text-decoration: none;
  }

  .dpe-public .site-menu[open] > nav {
    counter-reset: dpe-mobile-nav;
  }

  .dpe-public .site-menu[open] > nav > a::before {
    color: var(--v38-cyan);
    content: "0" counter(dpe-mobile-nav);
    font-family: "Manrope DPE", "Inter DPE", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
  }

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

  .dpe-public .site-menu[open] > nav > a[aria-current="page"]::after {
    background: var(--v38-cyan);
    border-radius: 2px;
    content: "";
    height: 2px;
    justify-self: stretch;
  }

  .dpe-public .site-menu__courses {
    border-top: 1px solid rgba(53, 200, 223, 0.34);
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .dpe-public .site-menu__courses > span {
    color: var(--v38-cyan);
    font-size: 10px;
    letter-spacing: 0;
    padding: 0 0 4px;
  }

  .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.14);
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    min-height: 78px;
    padding: 14px 16px;
  }

  .dpe-public .site-menu__course small {
    color: var(--v38-cyan);
    font-size: 9px;
    letter-spacing: 0;
  }

  .dpe-public .site-menu__course strong {
    color: #fff;
    font-family: "Bricolage DPE", "Manrope DPE", Arial, sans-serif;
    font-size: 18px;
    font-weight: 620;
  }

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

  .dpe-public .dpe-hero h1 {
    font-size: 58px;
  }

  .dpe-public .dpe-purpose__grid,
  .dpe-public .dpe-method > .dpe-shell,
  .dpe-public .dpe-perspectives__grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .dpe-public .dpe-method__steps {
    grid-column: 1;
    grid-row: auto;
  }

  .dpe-public .dpe-perspectives__visual {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .dpe-public .dpe-section {
    padding-block: 82px;
  }

  .dpe-public .dpe-hero h1 {
    font-size: 46px;
    line-height: 1;
  }

  .dpe-public .dpe-hero__thesis {
    font-size: 23px;
  }

  .dpe-public .dpe-hero__content {
    padding-bottom: 110px;
    padding-top: 74px;
  }

  .dpe-public .dpe-hero__meta {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  .dpe-public .dpe-signal .dpe-shell {
    border-left: 0;
    border-right: 0;
  }

  .dpe-public .dpe-purpose .dpe-section-title h2,
  .dpe-public .dpe-programs__intro h2,
  .dpe-public .dpe-method__head h2,
  .dpe-public .dpe-perspectives__content h2,
  .dpe-public .dpe-course-gateway__header h2,
  .dpe-public .dpe-next__content h2 {
    font-size: 39px;
    line-height: 1.04;
  }

  .dpe-public .dpe-purpose__route {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }

  .dpe-public .dpe-purpose__route span {
    border-bottom: 1px solid var(--v38-line);
    border-left: 0 !important;
    min-height: 70px;
    padding-inline: 16px;
  }

  .dpe-public .dpe-purpose__route span:nth-of-type(odd) {
    border-right: 1px solid var(--v38-line);
  }

  .dpe-public .dpe-world__item,
  .dpe-public .dpe-world__item--wide {
    min-height: 430px;
  }

  .dpe-public .dpe-world__item > div {
    padding: 26px;
  }

  .dpe-public .dpe-programs__canvas {
    height: 470px;
  }

  .dpe-public .dpe-programs__index {
    grid-template-columns: 1fr;
  }

  .dpe-public .dpe-programs__index > a,
  .dpe-public .dpe-programs__index > a:first-child {
    height: 440px;
  }

  .dpe-public .dpe-course-route {
    min-height: 500px;
  }

  .dpe-public .dpe-course-route__content {
    padding: 28px;
  }

  .dpe-public .dpe-method__visual {
    height: 320px;
  }

  .dpe-public .dpe-method__steps li {
    gap: 12px 14px;
    grid-template-columns: 34px 26px minmax(0, 1fr);
    min-height: 108px;
    padding: 20px 18px;
  }

  .dpe-public .dpe-perspectives__visual {
    min-height: 460px;
  }

  .dpe-public .dpe-perspectives__visual > p {
    bottom: 26px;
    font-size: 27px;
    left: 26px;
  }

  .dpe-public .dpe-perspective-list article {
    grid-template-columns: 66px minmax(0, 1fr);
    padding: 14px;
  }

  .dpe-public .dpe-perspective-list__portrait {
    height: 58px;
    width: 58px;
  }

  .dpe-public .dpe-next {
    min-height: 520px;
  }
}

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

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

  .dpe-public .site-menu > summary {
    height: 44px;
    width: 44px;
  }

  .dpe-public .site-menu[open] > nav {
    padding-inline: 18px;
  }

  .dpe-public .dpe-hero h1 {
    font-size: 42px;
  }

  .dpe-public .dpe-button {
    width: 100%;
  }

  .dpe-public .dpe-actions {
    align-items: stretch;
  }

  .dpe-public .dpe-perspective-list p {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dpe-public .site-brand img,
  .dpe-public .site-nav a,
  .dpe-public .site-course-switcher > summary,
  .dpe-public .site-course-switcher > summary > svg,
  .dpe-public .site-course-switcher > nav a,
  .dpe-public .dpe-button,
  .dpe-public .dpe-text-link svg,
  .dpe-public .dpe-programs__index > a::before {
    transition: none;
  }
}
