-        
-          
-        
+      {/* Global soft wash + blur */}
+      
 
-         
-            
-              Decentralized Autonomous Agentic Cloud.
-            
-            
-              Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you.
-            
-        
+      {/* Center “halo” for text legibility */}
+      
 
-        
+      {/* Content */}
+      
+        
+          
+            Decentralized Autonomous Agentic Cloud.
+          
 
-          

-        
-      
-        
-          
+          
+            Mycelium's advancements in Agentic infrastructure support private, secure, and
+            autonomous Agents that connect, learn, and grow with you.
+          
          
       
+    
   )
-}
\ No newline at end of file
+}
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 72ac8e0..7d17a1a 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -5,6 +5,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
   return (
     <>
       
+      {children}
       
{children}
       
     >
diff --git a/src/components/StackSectionLight.tsx b/src/components/StackSectionLight.tsx
index 377d4e8..64dd717 100644
--- a/src/components/StackSectionLight.tsx
+++ b/src/components/StackSectionLight.tsx
@@ -10,8 +10,33 @@ export function StackSectionLight() {
         
       
         
+            
+
+         
           {/* Left Column - Text (1/3 width) */}
-                    
+            
             
               
                 The Mycelium Stack
diff --git a/src/components/Steps.tsx b/src/components/Steps.tsx
index 06d77cd..798f868 100644
--- a/src/components/Steps.tsx
+++ b/src/components/Steps.tsx
@@ -30,7 +30,7 @@ export function Steps() {
   const isInView = useInView(ref, { once: true });
 
   return (
-