      .glass-nav {
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
          border: 1px solid rgba(255, 255, 255, 0.1);
      }

      .g-footer-nav-underline {
          position: relative;
          display: inline-block;
          margin-bottom: 1.5rem;
      }

      .g-footer-nav-underline::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: white;
          opacity: 0.3;
      }

      .card-connector::after {
          content: "+";
          position: absolute;
          top: -13px;
          right: -10px;
          color: #e5e7eb;
          background: white;
          font-size: 24px;
          line-height: 1;
          font-weight: 300;
          z-index: 10;
      }

      .scrolled .glass-nav {
          background: rgba(255, 255, 255, 0.8);
          border-color: rgba(0, 0, 0, 0.1);
      }

      .scrolled nav a {
          color: #131313;
      }

      .scrolled #navbar .cta-anim a {
          background: var(--color-primary);
          color: white;
          border-color: transparent;
      }

      .breadcrumb-dot {
          width: 8px;
          height: 8px;
          background-color: rgba(70, 70, 70, 0.72);
          border-radius: 50%;
      }
