: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-body-size: 15.5px;
      --dc-body-line: 1.65;
      --dc-body-weight: 400;
      --dc-intro-size: 0.95rem;
      --dc-intro-line: 1.55;
      --dc-card-copy-size: 0.95rem;
      --dc-card-copy-line: 1.55;
      --dc-emphasis-size: 1.1rem;
      --dc-emphasis-line: 1.7;
      --dc-emphasis-weight: 400;
      --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: #1d3043;
      --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);
    }

    body {
      font-size: var(--dc-body-size);
      line-height: var(--dc-body-line);
      color: var(--dc-ink);
      font-weight: var(--dc-body-weight);
    }

    .topbar {
      background: #ffffff;
      border-bottom: 1px solid var(--dc-border);
      color: var(--dc-ink);
    }

    .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;
    }

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

    .no-transform {
      text-transform: none;
    }

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

    .reference-card {
      color: inherit;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .reference-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    }

    .reference-card:focus-visible {
      outline: 2px solid rgba(29, 48, 67, 0.45);
      outline-offset: 4px;
    }

    .header-icon {
      margin-right: 0.5rem;
      color: var(--dc-muted);
      font-size: 0.95rem;
      vertical-align: -0.1em;
    }

    .step-number {
      font-size: 1.2rem;
      color: var(--dc-accent);
    }

    .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.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-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-hero-secondary {
	      text-transform: uppercase;
	      letter-spacing: 0.04em;
	      padding: 0.75rem 1.6rem;
	      font-weight: 600;
	    }

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

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

    .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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    .section {
      padding: 200px 0;
    }

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

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

    @media (max-width: 991px) {
      .split-divider {
        padding-right: 0;
      }

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

    }

    .hero-logo {
      width: 400px;
      max-width: 90%;
      height: auto;
    }

    .section-logo-mask {
      width: min(380px, 100%);
      aspect-ratio: 1810 / 1751;
      background: var(--dc-accent);
      -webkit-mask: url("/img/brand/dCorps-logo-only.png") center / contain no-repeat;
      mask: url("/img/brand/dCorps-logo-only.png") center / contain no-repeat;
    }

    .kernel-diagram {
      position: relative;
      width: min(440px, 100%);
      aspect-ratio: 1 / 1;
      min-height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }

    .hero-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
    }

    .hero-cta {
      justify-content: flex-start;
    }

    .kernel-diagram svg {
      width: 100%;
      height: 100%;
      max-width: 100%;
      display: block;
      margin: 0;
      cursor: default;
      touch-action: auto;
      position: relative;
      z-index: 1;
    }

    .kernel-graph {
      overflow: visible;
      shape-rendering: geometricPrecision;
    }

    .kernel-link {
      fill: none;
      stroke: var(--dc-accent);
      stroke-width: 2.6;
      stroke-linecap: round;
      opacity: 0.6;
      vector-effect: non-scaling-stroke;
      transition: opacity 0.2s ease;
    }

    .kernel-link.is-active {
      opacity: 0.95;
    }

    .kernel-center circle {
      fill: var(--dc-accent);
      stroke: rgba(255, 255, 255, 0.3);
      stroke-width: 1.4;
      filter: drop-shadow(0 8px 14px rgba(29, 48, 67, 0.22));
    }

    .kernel-center text {
      fill: #ffffff;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.03em;
      text-anchor: middle;
      dominant-baseline: central;
    }

    .kernel-ring {
      fill: none;
      stroke: var(--dc-accent);
      stroke-opacity: 0.25;
      stroke-width: 1.2;
    }

    .kernel-orbit {
      fill: none;
      stroke: rgba(29, 48, 67, 0.18);
      stroke-width: 0.9;
      vector-effect: non-scaling-stroke;
    }

    .kernel-node circle {
      fill: #ffffff;
      stroke: var(--dc-accent);
      stroke-width: 1.8;
      filter: drop-shadow(0 6px 10px rgba(15, 23, 42, 0.12));
      transition: fill 0.2s ease, stroke-width 0.2s ease;
    }

    .kernel-node {
      cursor: pointer;
    }

    .kernel-node text {
      fill: var(--dc-ink);
      font-size: 12.5px;
      font-weight: 500;
      letter-spacing: 0.02em;
      text-anchor: middle;
      dominant-baseline: central;
      pointer-events: none;
    }

    .kernel-node.is-active circle {
      fill: var(--dc-secondary);
      stroke: var(--dc-secondary);
      stroke-width: 2.4;
    }

    .kernel-node.is-active text {
      fill: #ffffff;
      font-weight: 600;
    }

    .flow-step {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 999px;
      border: 1px solid rgba(29, 48, 67, 0.28);
      color: var(--dc-accent);
      font-size: 0.95rem;
      font-weight: 600;
    }

    .currency-logo {
      height: 72px;
      width: auto;
      display: block;
      margin-bottom: 0.85rem;
    }

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

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

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

    .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: 320px;
      width: auto;
      display: block;
      margin: 0 auto;
      filter: brightness(0) invert(1);
    }

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

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

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

    .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;
    }

    .text-subtle {
      color: var(--dc-subtle);
    }

    .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);
    }

    .mono {
      font-family: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;
      font-size: 0.9rem;
    }

    .lead {
      font-size: 1.05rem;
    }

    .hero-lede {
      font-size: 1.05rem;
      line-height: 1.6;
      color: var(--dc-muted);
      max-width: 42rem;
    }

    .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;
    }

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

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

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

	    .lead-callout {
	      display: inline-block;
	      max-width: 100%;
	      padding: 0.65rem 0.9rem;
      border-radius: 0.75rem;
      border: 1px solid rgba(29, 48, 67, 0.18);
      border-left: 4px solid var(--dc-accent);
      background: rgba(29, 48, 67, 0.06);
      color: var(--dc-accent);
	      font-weight: 600;
	      line-height: 1.35;
	    }

	    .entity-hub-copy {
	      font-size: var(--dc-emphasis-size);
	      line-height: var(--dc-emphasis-line);
        font-weight: var(--dc-emphasis-weight);
        color: var(--dc-ink);
	    }


	    .list-divider > li {
	      border-bottom: 1px solid var(--dc-border);
	      padding: 12px 0;
	    }

    .list-divider > li:last-child {
      border-bottom: 0;
    }

    .list-divider .list-group-item {
      background: transparent;
      border: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .brand-case {
      text-transform: none !important;
    }

    .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;
      }
    }

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

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

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

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

    @media (max-width: 991px) {
      .section {
        padding: 120px 0;
      }

      .kernel-diagram {
        min-height: 280px;
      }

      .hero-actions {
        align-items: center;
      }

      .hero-cta {
        justify-content: center;
      }
    }

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

      .kernel-diagram {
        min-height: 240px;
      }

      .hero-logo {
        width: 320px;
      }
    }

    @media (max-width: 576px) {
      .section {
        padding: 80px 0;
      }

      .kernel-diagram {
        min-height: 220px;
      }

      .hero-logo {
        width: 260px;
      }

      .hero-title {
        font-size: clamp(2.1rem, 7vw, 2.75rem);
        text-align: center;
      }

      .hero-lede {
        font-size: 1rem;
        text-align: center;
      }

      .hero-actions {
        gap: 1.2rem;
      }

      .hero-cta {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
      }

      .hero-cta .btn {
        width: 100%;
      }

      .home-hub .section-title {
        text-align: center;
      }
    }
