:root {
  --dc-ink: #111827;
  --dc-muted: #374151;
  --dc-subtle: #9ca3af;
  --dc-accent: #1d3043;
  --dc-secondary: #2b034e;
  --dc-secondary-rgb: 59, 42, 74;
  --dc-panel: #f3f4f6;
  --dc-alt: #f7f8fa;
  --dc-border: #e5e7eb;
  --dc-intro-size: 0.95rem;
  --dc-intro-line: 1.55;
  --dc-card-copy-size: 0.95rem;
  --dc-card-copy-line: 1.55;
  --max-width: 100%;
  --bs-body-font-family: "Sora", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-body-color: var(--dc-ink);
  --bs-body-bg: #ffffff;
  --bs-link-color: var(--dc-secondary);
  --bs-link-hover-color: #2f213a;
  --bs-primary: var(--dc-accent);
  --bs-primary-rgb: 29, 48, 67;
  --bs-secondary: var(--dc-secondary);
  --bs-secondary-rgb: var(--dc-secondary-rgb);
  --bs-tertiary-bg: rgba(29, 48, 67, 0.06);
  --bs-primary-bg-subtle: rgba(29, 48, 67, 0.12);
  --bs-secondary-bg-subtle: rgba(29, 48, 67, 0.04);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.4rem;
  --bs-border-radius-lg: 0.65rem;
  --bs-border-color: var(--dc-border);
  --bs-dropdown-link-active-bg: #39495b;
}

.topbar,
.navbar,
.section-footer {
  font-family: var(--bs-body-font-family);
}

.section-title-sm {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.section-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dc-muted);
  font-weight: 600;
  margin: 0;
}

.section-title {
  font-size: clamp(2.75rem, 4vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--dc-accent);
}

.manifesto-main {
  padding: 0;
}

.manifesto-section {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #1d3043;
  color: #f8fafc;
  padding: 140px 0;
}

.manifesto-section .manifesto-copy {
  max-width: none;
  width: 100%;
  font-size: clamp(1.35rem, 0.9vw + 1.2rem, 1.8rem);
  line-height: 1.55;
  font-weight: 300;
}

.manifesto-section p {
  margin: 0 0 1.4rem;
}

.manifesto-section .manifesto-signature,
.manifesto-section .manifesto-role {
  line-height: 1.1;
}

.manifesto-section .manifesto-signature {
  margin: 0 0 0.05rem;
  font-weight: 600;
}

.manifesto-section .manifesto-signature-image {
  display: block;
  width: 320px;
  max-width: 90%;
  height: auto;
  margin: 6.25rem 0 0.6rem;
  filter: brightness(0) invert(1);
}

.manifesto-section .manifesto-role {
  margin: 0;
  color: rgba(248, 250, 252, 0.8);
  font-size: 0.55em;
}

.manifesto-section .manifesto-disclaimer {
  margin: 1.8rem 0 0;
  font-size: 0.95rem;
  color: rgba(248, 250, 252, 0.85);
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(248, 250, 252, 0.28);
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.14), rgba(248, 250, 252, 0.04));
  border-radius: 0.5rem;
  display: inline-block;
  max-width: none;
}

.learn-overview-main {
  padding: 72px 0 0;
}

.learn-overview-main > .container-xxl > .section + .section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--dc-border);
}

.learn-overview-main > .container-xxl h2 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  color: var(--dc-accent);
}

.learn-overview-main > .container-xxl p {
  margin-bottom: 0.75rem;
}

.learn-overview-main > .container-xxl .two-col {
  margin-top: 0.75rem;
  gap: 2rem;
}


main {
  padding-bottom: 0;
}

.section-alt {
  background: var(--dc-alt);
}

.cta-section {
  padding: 200px 0;
}

.cta-section {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.section + .cta-section,
.cta-section + .cta-section {
  margin-top: 0;
  padding-top: 200px;
  border-top: 0;
}

.section-intro {
  font-size: var(--dc-intro-size);
  line-height: var(--dc-intro-line);
  color: var(--dc-muted);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.manifesto-cta {
  background: var(--dc-accent);
  color: #f8fafc;
  text-align: left;
}

.manifesto-cta.cta-section {
  padding: 160px 0;
}

.manifesto-cta .section-title {
  color: #f8fafc;
}

.manifesto-cta .section-intro {
  color: rgba(248, 250, 252, 0.86);
}

.manifesto-cta-title {
  margin-bottom: 2rem;
}

.manifesto-cta-quote {
  margin-bottom: 2.5rem;
  font-size: calc(var(--dc-intro-size) * 2);
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
}

.manifesto-cta-text {
  max-width: 48rem;
}

.manifesto-cta-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-size: clamp(1.35rem, 0.9vw + 1.2rem, 1.8rem);
  font-weight: 300;
}

.manifesto-cta-name {
  font-weight: 600;
  margin: 0 0 0.05rem;
  line-height: 1.1;
}

.manifesto-cta-role {
  margin: 0;
  font-size: 0.55em;
  line-height: 1.1;
  color: rgba(248, 250, 252, 0.8);
  font-weight: 300;
}

@media (min-width: 992px) {
  .manifesto-cta-identity {
    align-items: flex-end;
  }
}

.manifesto-cta-quote-mark {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
  transform: scale(1.35);
  transform-origin: center;
  vertical-align: baseline;
}

.manifesto-cta .btn-primary {
  background: #f8fafc;
  border-color: #f8fafc;
  font-weight: 600;
  color: var(--dc-accent);
}

.manifesto-cta .btn-primary:hover,
.manifesto-cta .btn-primary:focus {
  background: #e2e8f0;
  border-color: #e2e8f0;
  color: var(--dc-accent);
}

.card-surface {
  background: rgba(29, 48, 67, 0.04);
  border: 1px solid var(--dc-border);
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.card-surface .card-header {
  background: rgba(29, 48, 67, 0.2);
  border-bottom: 1px solid var(--dc-border);
  font-weight: 600;
  color: var(--dc-accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
}

.card-surface.accent {
  border-left: 3px solid var(--dc-accent);
  background: rgba(29, 48, 67, 0.06);
}

.card-surface .list-group-item {
  background: transparent;
  border-color: var(--dc-border);
}

.card-copy {
  font-size: var(--dc-card-copy-size);
  line-height: var(--dc-card-copy-line);
  color: var(--dc-muted);
}

.card-icon {
  font-size: 1.5rem;
  color: var(--dc-accent);
}

.card-body .card-title,
.card-body .h5 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.card-body .card-title {
  text-transform: uppercase;
}

.btn-primary {
  background: var(--dc-accent);
  border: 0;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.75rem 1.6rem;
  box-shadow: none;
  transition: background 0.2s ease;
}

.btn-primary:hover {
  background: #133a66;
  color: #ffffff;
}

.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(29, 48, 67, 0.25);
}

.split-divider {
  padding-right: 2rem;
  border-right: 1px solid var(--dc-border);
  height: 100%;
}

.newsletter-field {
  max-width: 260px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  height: auto;
}

.newsletter-form .newsletter-field {
  width: 100%;
  max-width: none;
}

.newsletter-form {
  width: 100%;
}

.newsletter-form {
  flex-wrap: wrap;
}

.newsletter-turnstile {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}

.newsletter-turnstile.is-visible {
  max-height: 120px;
  opacity: 1;
  pointer-events: auto;
}

.newsletter-hint--success {
  color: #16a34a;
}

.contact-hint--success {
  color: #16a34a;
}

.contact-turnstile {
  display: flex;
  justify-content: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}

.contact-turnstile.is-visible {
  max-height: 120px;
  opacity: 1;
  pointer-events: auto;
}

.page-hero {
  background: var(--dc-alt);
  border-bottom: 1px solid var(--dc-border);
  padding: 64px 0;
  min-height: 200px;
}

.page-hero-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-title {
  font-size: clamp(2.25rem, 3vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--dc-accent);
  margin: 0;
  font-weight: 600;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--dc-muted);
  line-height: 1.1;
}

.breadcrumb-list li {
  display: inline;
}

.breadcrumb-list li + li::before {
  content: "/";
  color: var(--dc-subtle);
  margin: 0 8px;
}

.breadcrumb-list a {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-list a:hover {
  color: var(--dc-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topbar {
  background: #ffffff;
  border-bottom: 1px solid var(--dc-border);
  color: var(--dc-ink);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.topbar-brand {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.topbar-status {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  flex: 1 1 320px;
  min-width: 0;
  margin-left: auto;
  justify-content: flex-end;
}

.icon-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.nav-divider {
  width: 1px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
}

.brand-logo-mask {
  height: 40px;
  width: 224px;
  background: var(--dc-accent);
  -webkit-mask: url("/img/brand/dCorpsHub-text.png") center / contain no-repeat;
  mask: url("/img/brand/dCorpsHub-text.png") center / contain no-repeat;
  display: block;
}

.brand-logo-fallback {
  height: 40px;
  width: auto;
  display: none;
}

.topbar .brand-logo-mask,
.topbar .brand-logo-fallback {
  flex: 0 0 auto;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  border: 1px solid var(--dc-border);
  background: rgba(15, 23, 42, 0.06);
  color: var(--dc-muted);
}

.status-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.status-chip.on {
  color: #ffffff;
  border-color: #39495b;
  background: #39495b;
}

.status-chip.on.devco {
  color: var(--dc-muted);
  border-color: var(--dc-border);
  background: rgba(15, 23, 42, 0.06);
  border-style: dashed;
}

.status-chip.off {
  border-style: dashed;
  background: rgba(15, 23, 42, 0.06);
}

.status-chip.current {
  color: var(--dc-accent);
  border-color: rgba(29, 48, 67, 0.22);
  background: rgba(29, 48, 67, 0.08);
}

.status-chip.devco::before {
  background: #16a34a;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: #39495b !important;
}

.status-sep {
  display: inline-flex;
  align-items: center;
  color: var(--dc-subtle);
  opacity: 0.7;
}

.status-sep svg {
  width: 10px;
  height: 10px;
}

.btn-outline-secondary {
  --bs-btn-color: var(--dc-secondary);
  --bs-btn-border-color: var(--dc-secondary);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--dc-secondary);
  --bs-btn-hover-border-color: var(--dc-secondary);
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--dc-secondary);
  --bs-btn-active-border-color: var(--dc-secondary);
}

.btn-outline-secondary:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(var(--dc-secondary-rgb), 0.25);
}

.navbar {
  border-bottom: 1px solid var(--dc-border);
}

.navbar.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1025;
}

.navbar.navbar-dark .nav-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 0.35rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.navbar.navbar-dark .nav-link.active,
.navbar.navbar-dark .nav-link:focus,
.navbar.navbar-dark .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.dropdown-item {
  border-radius: 0.35rem;
  padding: 0.45rem 0.75rem;
  text-decoration: none;
}

.navbar .navbar-nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center;
}

.navbar .navbar-collapse {
  align-items: center;
}

.navbar .navbar-nav > .nav-item,
.navbar .navbar-nav > .nav-item + .nav-item {
  margin-top: 0;
}

.navbar .navbar-nav > .nav-item {
  display: flex;
  align-items: center;
}

.navbar .dropdown-menu {
  list-style: none;
  padding-left: 0;
}

.navbar .dropdown-menu > li,
.navbar .dropdown-menu > li + li {
  margin-top: 0;
}

.navbar-dark .dropdown-menu {
  border-radius: 6px;
  background: #0f1f35;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar-dark .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
  background: #39495b;
  color: #ffffff;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' d='M6 4l4 4-4 4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem 0.5rem;
  float: right;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.2rem;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus-within > .dropdown-menu {
  display: block;
}

.nav-mobile-brand {
  display: none;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.nav-mobile-brand .brand-logo-mask {
  background: #ffffff;
  height: 28px;
  width: 170px;
}

.nav-mobile-brand .brand-logo-fallback {
  display: none;
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.mobile-menu-toggle i {
  font-size: 1.4rem;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.72);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-menu__panel {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  background: #0f1f35;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem 2rem;
  overflow-y: auto;
  transform: translateX(8%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
  opacity: 1;
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mobile-menu__brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.mobile-menu__brand .brand-logo-mask {
  background: #ffffff;
  height: 26px;
  width: 160px;
}

.mobile-menu__brand .brand-logo-fallback {
  display: none;
  height: 26px;
  width: auto;
  filter: brightness(0) invert(1);
}

.mobile-menu__close {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__goat-wrap {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0.5rem;
}

.mobile-menu__goat {
  width: 240px;
  height: auto;
  filter: brightness(0) invert(1);
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.mobile-menu__section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 0.5rem;
}

.mobile-menu__section-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: 0;
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.75rem 0;
}

.mobile-menu__section-toggle i {
  transition: transform 0.2s ease;
}

.mobile-menu__section.is-open .mobile-menu__section-toggle i {
  transform: rotate(180deg);
}

.mobile-menu__section-links {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: max-height 0.3s ease;
}

.mobile-menu__section.is-open .mobile-menu__section-links {
  padding-bottom: 0.5rem;
}

.mobile-menu__link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu__link:hover,
.mobile-menu__link:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  text-decoration: none;
}

.mobile-menu__group-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.75rem;
  margin-bottom: 0.15rem;
  padding-left: 0.3rem;
}

.mobile-menu__link.is-active,
.mobile-menu__link[aria-current="page"] {
  background: #ffffff;
  color: #0f1f35;
  border-color: #ffffff;
  font-weight: 600;
}

.mobile-menu__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}

.mobile-menu__phase {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85);
}

.mobile-menu__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.mobile-menu__actions .btn {
  width: 100%;
  max-width: 260px;
  border-radius: 999px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu__social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mobile-menu__social .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.mobile-menu-open {
  overflow: hidden;
}

.section-footer {
  background: var(--dc-accent);
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  color: #e2e8f0;
  padding-top: 0;
  padding-bottom: 40px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.section.section-footer {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.section-footer .footer-brand {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 2.5rem;
}


.section-footer .text-muted {
  color: rgba(226, 232, 240, 0.75) !important;
}

.section-footer h6 {
  color: #ffffff;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.35rem 0.7rem 0.35rem 0.45rem;
  border-radius: 0 999px 999px 0;
  background: rgba(255, 255, 255, 0.12);
  text-align: left;
}

.section-footer .footer-links ul li a::before {
  content: ">";
  display: inline-block;
  margin-right: 0.45rem;
  color: rgba(226, 232, 240, 0.55);
}

.footer-logo {
  height: 360px;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

.footer-brand-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer-brand-divider {
  width: 70%;
  margin: 1.6rem auto 1.2rem;
}

.footer-built-on {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.footer-built-on-label {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: rgba(226, 232, 240, 0.8);
}

.footer-orbit {
  height: 64px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-branding {
  padding: 100px 0;
  display: flex;
  justify-content: center;
}

.footer-logo-text {
  height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
}

.section-footer ul a {
  color: rgba(226, 232, 240, 0.85);
  text-decoration: none;
}

.section-footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.section-footer li + li {
  margin-top: 0;
}

.section-footer ul a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-footer .footer-legal-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 14px 18px;
  width: 100%;
}

.section-footer .footer-legal-card a {
  color: rgba(226, 232, 240, 0.85);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-footer .footer-legal-card a:hover {
  color: #ffffff;
}

.footer-note {
  border-left: 3px solid #ffffff;
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  color: #ffffff;
}

.section-footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.section-footer .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.section-footer .btn-outline-secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .section-footer .footer-brand {
    border-right: 0;
    padding-right: 0;
  }

  .section-footer .footer-links .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-footer .footer-links .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-footer .footer-links .row > * {
    padding-left: 0;
    padding-right: 0;
  }

  .split-divider {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 768px) {
  .manifesto-section {
    padding: 96px 0;
  }

  .section-footer .footer-links .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-footer .row.g-4.align-items-center {
    text-align: center;
  }

  .section-footer .footer-brand {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section-footer .footer-links {
    width: 100%;
    padding-top: 16px;
  }

  .section-footer .footer-links .row {
    max-width: none;
    margin: 0;
    justify-content: center;
    row-gap: 18px;
    --bs-gutter-x: 0;
  }

  .section-footer h6 {
    margin: 0 auto 0.5rem;
  }

  .section-footer .footer-links ul {
    text-align: center;
  }

  .section-footer .footer-links .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .section-footer .footer-links ul li a::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    position: static;
  }

  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 0.75rem;
    border: 0;
    display: block;
  }

  .dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(90deg);
    margin-top: 0.3rem;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .navbar .container-fluid {
    justify-content: space-between;
  }

  .nav-mobile-brand {
    display: flex;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .navbar .navbar-collapse {
    display: none !important;
  }

  .nav-divider {
    display: none;
  }

  .page-hero {
    padding: 52px 0;
  }

  .cta-section {
    padding: 140px 0;
  }

  .manifesto-cta.cta-section {
    padding: 128px 0;
  }

  .footer-branding {
    padding: 84px 0 62px;
  }

  .footer-logo {
    height: 300px;
  }

  .footer-logo-text {
    height: 70px;
  }

  .footer-orbit {
    height: 56px;
  }
}

@media (max-width: 576px) {
  .page-hero {
    padding: 40px 0;
    min-height: 160px;
    display: flex;
    align-items: center;
  }

  .page-title {
    font-size: clamp(1.9rem, 6vw, 2.4rem);
  }

  .section-title {
    font-size: clamp(2.35rem, 7.5vw, 3.1rem);
  }

  .manifesto-section {
    padding: 72px 0;
  }

  .manifesto-section,
  .cta-section {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .manifesto-section .manifesto-signature-image {
    width: 240px;
    margin-top: 4rem;
  }


  .cta-section {
    padding: 104px 0;
  }

  .manifesto-cta-quote {
    font-size: calc(var(--dc-intro-size) * 1.6);
    font-weight: 300;
  }

  .cta-section.section-alt {
    padding: 80px 0;
  }

  .references-section.section-alt {
    background: #ffffff;
  }

  .manifesto-cta.cta-section {
    padding: 104px 0;
  }

  .footer-branding {
    padding: 64px 0 42px;
  }

  .footer-logo {
    height: 240px;
  }

  .footer-logo-text {
    height: 60px;
  }

  .footer-orbit {
    height: 60px;
  }

  .footer-built-on-label {
    letter-spacing: 0.16em;
  }

  .footer-built-on {
    padding: 16px 0;
  }

  .section-footer .footer-links .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-footer .footer-links .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-footer .footer-links .row {
    max-width: none;
  }

  .section-footer .footer-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }

  .section-footer .footer-links ul li a:hover,
  .section-footer .footer-links ul li a:focus-visible {
    background: transparent;
    color: #ffffff;
    text-decoration: none;
  }

  .section-footer .footer-links ul li + li {
    margin-top: 0.5rem;
  }

  .section-footer .footer-links ul li a::before {
    display: none;
  }

  .section-footer h6 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.82);
  }

  .section-footer h6::before,
  .section-footer h6::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
  }


  .cta-split-mobile .section-kicker,
  .cta-split-mobile .section-title,
  .cta-split-mobile .section-intro,
  .cta-split-mobile .small {
    text-align: center;
  }

  .cta-split-mobile .section-intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }

  .cta-split-mobile {
    padding: 80px 0;
  }

  .cta-split-mobile .d-flex.flex-column.gap-3 {
    align-items: center;
    text-align: center;
  }

  .cta-split-mobile .btn {
    width: 100%;
    max-width: 260px;
  }

  .cta-split-mobile form {
    width: 100%;
    align-items: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cta-split-mobile .newsletter-field,
  .cta-split-mobile form .btn {
    width: 100%;
    text-align: center;
  }

  .cta-split-mobile .newsletter-field {
    width: 80vw;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 576px) {
  :root {
    --max-width: 540px;
  }
}

@media (min-width: 992px) {
  .section-footer .footer-links {
    padding-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  :root {
    --max-width: 720px;
  }
}

@media (min-width: 992px) {
  .navbar .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  :root {
    --max-width: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --max-width: 1320px;
  }
}
