/* CSS Variables - Design Gene: Product matrix hub, Morandi, Soft/Stereo */
        :root {
            --color-primary: #4a8ed7;
            --color-primary-dark: #3a75b8;
            --color-primary-light: #e6f0fa;
            --color-bg-base: #f8fafc;
            --color-bg-surface: #ffffff;
            --color-bg-alt: #f1f5f9;
            --color-text-main: #1e293b;
            --color-text-muted: #64748b;
            --color-border: #e2e8f0;
            --color-success: #10b981;
            
            --radius-soft: 20px;
            --radius-pill: 9999px;
            --radius-sm: 12px;
            
            --shadow-sm: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 2px 4px -2px rgba(15, 23, 42, 0.05);
            --shadow-md: 0 10px 30px -10px rgba(74, 142, 215, 0.15), 0 4px 10px -5px rgba(15, 23, 42, 0.05);
            --shadow-lg: 0 25px 50px -12px rgba(74, 142, 215, 0.25);
            --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03);
            
            --transition: all 0.25s ease;
            --max-width: 1320px;
        }

        /* Reset & Base */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            background-color: var(--color-bg-base);
            color: var(--color-text-main);
            line-height: 1.6;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }
        
        /* Typography */
        .apex-mega { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; white-space: normal; color: #0f172a; }
        .apex-large { font-size: clamp(2rem, 3vw, 2.75rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; white-space: normal; }
        .apex-medium { font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 600; line-height: 1.3; white-space: normal; }
        .chain-lead { font-size: clamp(1.125rem, 1.5vw, 1.25rem); color: var(--color-text-muted); line-height: 1.7; }
        .chain-base { font-size: 1rem; color: var(--color-text-muted); line-height: 1.7; }
        
        /* Mandatory Text & Flex Rules */
        .tunnel, .zone, .cloak, .pod, .band, .cell, .vault, .chain {
            word-break: break-word; overflow-wrap: break-word;
        }
        .chain, .chain-lead { word-break: keep-all; }
        
        .flex-pod { display: flex; flex-wrap: wrap; min-width: 0; }
        .flex-lens { min-width: 0; }

        /* Components */
        .warp {
            display: inline-flex; align-items: center; justify-content: center;
            padding: 1rem 2rem; border-radius: var(--radius-pill);
            font-weight: 600; text-decoration: none; transition: var(--transition);
            min-width: 0; word-break: keep-all; border: none; cursor: pointer;
        }
        .warp-primary {
            background-color: var(--color-primary); color: white;
            box-shadow: 0 4px 14px 0 rgba(74, 142, 215, 0.39);
        }
        .warp-primary:hover, .warp-primary:focus {
            background-color: var(--color-primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(74, 142, 215, 0.5);
        }
        .warp-outline {
            background-color: transparent; color: var(--color-text-main);
            border: 1px solid var(--color-border);
        }
        .warp-outline:hover, .warp-outline:focus {
            border-color: var(--color-primary); color: var(--color-primary);
            background-color: var(--color-primary-light);
        }

        /* SVG Icons */
        .glyph { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
        .glyph-lg { width: 48px; height: 48px; stroke-width: 1.5; color: var(--color-primary); }

        /* Layout Structure */
        .tunnel-core {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 2rem;
            width: 100%;
        }

        /* --- Header (sole) --- */
        .sole {
            position: fixed; top: 0; left: 0; right: 0; z-index: 100;
            background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(226, 232, 240, 0.8);
            transition: var(--transition);
        }
        .sole-pod {
            display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
            height: 80px; min-width: 0; max-width: var(--max-width); margin: 0 auto; padding: 0 2rem;
        }
        .cipher img { height: 32px; width: auto; object-fit: contain; }
        .route { display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; min-width: 0; }
        .crest {
            text-decoration: none; color: var(--color-text-muted);
            font-weight: 500; font-size: 0.95rem; transition: var(--transition);
            position: relative; padding: 0.5rem 0;
        }
        .crest:hover, .crest:focus { color: var(--color-primary); }
        .crest.active { color: var(--color-text-main); font-weight: 600; }
        .crest.active::after {
            content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px;
            background-color: var(--color-primary); border-radius: 2px;
        }

        /* --- Hero (portal) - Reverse Split Blueprint --- */
        .portal {
            position: relative;
            padding-top: 80px; /* offset header */
            min-height: 95vh;
            display: flex; flex-wrap: wrap; align-items: stretch;
            background: linear-gradient(135deg, #f8fafc 0%, #eef2f6 100%);
            overflow: hidden;
        }
        /* LEFT: Visually dominant data_ui image/graphic area (55-65%) touches edge */
        .portal-mesh-pod {
            flex: 0 0 58%; width: 58%; min-width: 0;
            position: relative; display: flex; align-items: center; justify-content: flex-start;
            padding: 2rem 2rem 2rem 0; /* NO left padding to touch edge */
        }
        /* Pure CSS/SVG Data UI for Hero to replace missing hero image */
        .portal-ui-mockup {
            width: 100%; max-width: 900px; height: 80%; min-height: 600px;
            background: var(--color-bg-surface);
            border-radius: 0 var(--radius-soft) var(--radius-soft) 0;
            box-shadow: var(--shadow-lg);
            position: relative; overflow: hidden;
            display: flex; flex-direction: column;
            border: 1px solid var(--color-border); border-left: none;
            transform: translateX(0); transition: var(--transition);
        }
        .portal-ui-mockup:hover { transform: translateX(10px); }
        
        .ui-crown {
            height: 60px; border-bottom: 1px solid var(--color-border);
            display: flex; align-items: center; padding: 0 2rem; gap: 1rem;
            background: var(--color-bg-alt);
        }
        .ui-dots { display: flex; gap: 8px; }
        .ui-dot { width: 12px; height: 12px; border-radius: 50%; background: #cbd5e1; }
        .ui-dot:nth-child(1) { background: #ef4444; }
        .ui-dot:nth-child(2) { background: #f59e0b; }
        .ui-dot:nth-child(3) { background: #10b981; }
        
        .ui-body {
            flex: 1; position: relative; display: flex; align-items: center; justify-content: center;
            background: radial-gradient(circle at center, #ffffff 0%, #f1f5f9 100%);
        }
        .ui-pulse-ring {
            position: absolute; width: 300px; height: 300px; border-radius: 50%;
            border: 2px solid var(--color-primary-light);
            display: flex; align-items: center; justify-content: center;
        }
        .ui-pulse-ring::before {
            content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%;
            border: 1px dashed #cbd5e1;
        }
        .ui-status-node {
            background: var(--color-bg-surface); padding: 2.5rem;
            border-radius: var(--radius-soft); box-shadow: var(--shadow-md);
            text-align: center; z-index: 10; position: relative;
            border: 1px solid var(--color-border);
        }
        .ui-shield { width: 80px; height: 80px; color: var(--color-success); margin-bottom: 1rem; }
        .ui-status-chain { font-size: 1.5rem; font-weight: 700; color: var(--color-success); margin-bottom: 0.5rem; }
        .ui-ip { font-family: monospace; color: var(--color-text-muted); font-size: 1.1rem; background: var(--color-bg-alt); padding: 0.5rem 1rem; border-radius: var(--radius-sm); display: inline-block;}
        .ui-nodes {
            position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none;
        }
        .ui-node-point {
            position: absolute; width: 40px; height: 40px; background: white; border-radius: 50%;
            box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center;
            border: 2px solid var(--color-primary-light);
        }
        .ui-node-point svg { width: 20px; height: 20px; color: var(--color-primary); }
        .ui-np-1 { top: 20%; left: 20%; }
        .ui-np-2 { top: 70%; left: 30%; }
        .ui-np-3 { top: 40%; right: 15%; }
        .ui-np-4 { bottom: 15%; right: 25%; }

        /* RIGHT: Narrow text area (42%) */
        .portal-chain-pod {
            flex: 0 0 42%; width: 42%; min-width: 0;
            display: flex; flex-direction: column; justify-content: center;
            padding: 4rem 6rem 4rem 3rem; z-index: 10;
        }
        .portal-flow {
            display: inline-flex; align-items: center; gap: 0.5rem;
            padding: 0.5rem 1rem; background: var(--color-primary-light);
            color: var(--color-primary-dark); border-radius: var(--radius-pill);
            font-size: 0.875rem; font-weight: 600; margin-bottom: 1.5rem; align-self: flex-start;
        }
        .portal-apex { margin-bottom: 1.5rem; }
        .portal-lead { margin-bottom: 2.5rem; font-size: 1.25rem; }
        .portal-actions { display: flex; flex-wrap: wrap; gap: 1rem; min-width: 0; }

        /* --- Article: Features (capability) --- */
        .capability-zone {
            padding: 8rem 0; background-color: var(--color-bg-surface);
            position: relative;
        }
        .zone-sole { text-align: center; max-width: 800px; margin: 0 auto 5rem auto; padding: 0 2rem; }
        .zone-apex { margin-bottom: 1rem; }
        
        .vault-grid {
            display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2.5rem; max-width: var(--max-width); margin: 0 auto; padding: 0 2rem;
        }
        .vault {
            background: var(--color-bg-base); border-radius: var(--radius-soft);
            padding: 3rem 2.5rem; border: 1px solid var(--color-border);
            transition: var(--transition); position: relative; overflow: hidden;
        }
        .vault:hover, .vault:focus-within {
            transform: translateY(-5px); box-shadow: var(--shadow-md);
            border-color: var(--color-primary-light);
            background: white;
        }
        .vault-glyph-pod {
            width: 64px; height: 64px; border-radius: 16px;
            background: var(--color-primary-light);
            display: flex; align-items: center; justify-content: center; margin-bottom: 2rem;
        }
        .vault-apex { margin-bottom: 1rem; font-size: 1.25rem; }

        /* --- Section: Security UI (capability) - using provided images --- */
        .security-zone {
            padding: 8rem 0; background-color: var(--color-bg-alt);
            border-top: 1px solid var(--color-border);
            border-bottom: 1px solid var(--color-border);
        }
        .security-pod {
            display: flex; flex-wrap: wrap; align-items: center; gap: 4rem;
            max-width: var(--max-width); margin: 0 auto; padding: 0 2rem;
        }
        .security-chain-pod { flex: 1; min-width: 320px; }
        .security-mesh-pod {
            flex: 1.2; min-width: 350px; position: relative;
            display: flex; justify-content: center; align-items: center;
        }
        /* Image Composition */
        .mesh-tunnel {
            width: 80%; border-radius: var(--radius-soft);
            box-shadow: var(--shadow-lg); z-index: 2;
            border: 1px solid rgba(255,255,255,0.8);
            transition: var(--transition);
        }
        .mesh-sub {
            position: absolute; width: 55%; right: 0; bottom: -10%;
            border-radius: var(--radius-soft); box-shadow: var(--shadow-md);
            z-index: 3; border: 4px solid var(--color-bg-alt);
            transition: var(--transition);
        }
        .security-mesh-pod:hover .mesh-tunnel { transform: scale(1.02) translateX(-10px); }
        .security-mesh-pod:hover .mesh-sub { transform: scale(1.05) translateY(-10px); }
        
        .feature-peer { list-style: none; margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
        .feature-lens { display: flex; align-items: flex-start; gap: 1rem; min-width: 0; }
        .feature-glyph {
            flex-shrink: 0; width: 28px; height: 28px; color: var(--color-primary);
            background: white; border-radius: 50%; padding: 4px; box-shadow: var(--shadow-sm);
        }
        .feature-chain h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.25rem; }
        .feature-chain p { font-size: 0.95rem; color: var(--color-text-muted); margin: 0;}

        /* --- Aside: Matrix Hub / Path Zone --- */
        .path-zone {
            padding: 6rem 0; background-color: var(--color-bg-surface);
        }
        .path-grid {
            display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.5rem; max-width: var(--max-width); margin: 0 auto; padding: 0 2rem;
        }
        .cell {
            display: flex; flex-direction: column; padding: 2rem;
            background: var(--color-bg-base); border-radius: var(--radius-soft);
            text-decoration: none; color: inherit; border: 1px solid var(--color-border);
            transition: var(--transition);
        }
        .cell:hover, .cell:focus {
            background: var(--color-primary); color: white;
            transform: translateY(-3px); box-shadow: var(--shadow-md);
            border-color: var(--color-primary);
        }
        .cell:hover .cell-glyph, .cell:hover .chain-base, .cell:hover .apex-medium {
            color: white;
        }
        .cell-glyph { color: var(--color-primary); margin-bottom: 1.5rem; transition: var(--transition); }
        .cell-seal {
            margin-top: auto; padding-top: 1.5rem; font-weight: 600;
            display: flex; align-items: center; gap: 0.5rem;
        }

        /* --- Article: Testimonials/Stats (proof) --- */
        .proof-zone {
            padding: 8rem 0; background: linear-gradient(to bottom, var(--color-bg-alt), var(--color-bg-surface));
            border-top: 1px solid var(--color-border);
        }
        .stat-band {
            display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 2rem; max-width: 1000px; margin: 0 auto 4rem auto; padding: 0 2rem;
        }
        .stat-vault {
            text-align: center; padding: 2.5rem; background: white;
            border-radius: var(--radius-soft); box-shadow: var(--shadow-sm);
            border: 1px solid var(--color-border);
        }
        .stat-number { font-size: 3.5rem; font-weight: 800; color: var(--color-primary); line-height: 1; margin-bottom: 0.5rem; font-variant-numeric: tabular-nums; }
        .stat-flow { font-size: 1rem; font-weight: 500; color: var(--color-text-muted); }
        
        .review-band {
            display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center;
            max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; min-width: 0;
        }
        .review-vault {
            flex: 1; min-width: 300px; max-width: 400px;
            background: white; padding: 2.5rem; border-radius: var(--radius-soft);
            box-shadow: var(--shadow-sm); position: relative;
        }
        .review-stars { color: #fbbf24; margin-bottom: 1rem; display: flex; gap: 4px; }
        .review-chain { font-size: 1.05rem; font-style: italic; margin-bottom: 1.5rem; color: #334155; }
        .review-author { font-weight: 600; font-size: 0.95rem; }

        /* --- Footer (jolt) --- */
        .jolt {
            background-color: #0f172a; color: #cbd5e1;
            padding: 5rem 0 2rem 0; border-top: 1px solid #1e293b;
        }
        .jolt-pod {
            max-width: var(--max-width); margin: 0 auto; padding: 0 2rem;
            display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 4rem;
        }
        .base-brand { font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 1.5rem; display: block; }
        .jolt-apex { color: white; font-size: 1.1rem; font-weight: 600; margin-bottom: 1.5rem; }
        .jolt-band { list-style: none; display: flex; flex-direction: column; gap: 1rem; }
        .anchor { color: #94a3b8; text-decoration: none; transition: var(--transition); }
        .anchor:hover, .anchor:focus { color: white; padding-left: 5px; }
        .jolt-bottom {
            max-width: var(--max-width); margin: 4rem auto 0 auto; padding: 2rem 2rem 0 2rem;
            border-top: 1px solid #1e293b; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
            font-size: 0.875rem; color: #64748b;
        }

        /* --- Responsive Design --- */
        @media (max-width: 1024px) {
            .portal-mesh-pod { flex: 0 0 50%; width: 50%; }
            .portal-chain-pod { flex: 0 0 50%; width: 50%; padding: 3rem 2rem; }
            .portal-ui-mockup { min-height: 500px; border-radius: var(--radius-soft); border-left: 1px solid var(--color-border); margin: 0 1rem; }
            .portal-mesh-pod { padding: 2rem 0 2rem 1rem; }
        }
        @media (max-width: 768px) {
            .sole-pod { height: auto; padding: 1rem 2rem; flex-direction: column; gap: 1rem; }
            .route { width: 100%; justify-content: center; gap: 1.5rem; }
            
            .portal { flex-direction: column-reverse; padding-top: 120px; }
            .portal-mesh-pod { flex: 0 0 100%; width: 100%; padding: 2rem; justify-content: center; }
            .portal-chain-pod { flex: 0 0 100%; width: 100%; padding: 2rem; text-align: center; align-items: center; }
            .portal-ui-mockup { height: 400px; min-height: auto; margin: 0; }
            
            .security-pod { flex-direction: column; }
            .mesh-sub { position: relative; width: 80%; bottom: auto; right: auto; margin-top: -2rem; margin-left: 20%; }
            
            .stat-band { grid-template-columns: 1fr; }
        }
        @media (max-width: 480px) {
            .route { gap: 1rem; flex-wrap: wrap; }
            .crest { font-size: 0.85rem; }
            .vault, .cell, .stat-vault { padding: 1.5rem; }
        }

.route-sole{
            position: fixed; top: 0; left: 0; right: 0; z-index: 100;
            background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(226, 232, 240, 0.8);
            transition: all 0.25s ease;
        }

.route-sole .route-sole-pod{
            display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
            height: 80px; min-width: 0; max-width: 1320px; margin: 0 auto; padding: 0 2rem;
        }

.route-sole .route-cipher img{ height: 32px; width: auto; object-fit: contain; }

.route-sole .route-route{ display: flex; flex-wrap: wrap; gap: 2.5rem; align-items: center; min-width: 0; }

.route-sole .route-crest{
            text-decoration: none; color: #64748b;
            font-weight: 500; font-size: 0.95rem; transition: all 0.25s ease;
            position: relative; padding: 0.5rem 0;
        }

.route-sole .route-crest:hover, .route-sole .route-crest:focus{ color: #4a8ed7; }

.route-sole .route-crest.active{ color: #1e293b; font-weight: 600; }

.route-sole .route-crest.active::after{
            content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px;
            background-color: #4a8ed7; border-radius: 2px;
        }

@media (max-width: 768px){.route-sole .route-sole-pod{ height: auto; padding: 1rem 2rem; flex-direction: column; gap: 1rem; }

.route-sole .route-route{ width: 100%; justify-content: center; gap: 1.5rem; }}

@media (max-width: 480px){.route-sole .route-route{ gap: 1rem; flex-wrap: wrap; }

.route-sole .route-crest{ font-size: 0.85rem; }}

.route-sole {
    background: rgb(255, 255, 255);
    background-image: none;
}

.anchor-jolt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--color-text-main);
}
.anchor-jolt,
.anchor-jolt *,
.anchor-jolt *::before,
.anchor-jolt *::after {
    box-sizing: border-box;
}

.anchor-jolt nav,
.anchor-jolt div,
.anchor-jolt section,
.anchor-jolt article,
.anchor-jolt aside,
.anchor-jolt p,
.anchor-jolt h1,
.anchor-jolt h2,
.anchor-jolt h3,
.anchor-jolt h4,
.anchor-jolt h5,
.anchor-jolt h6,
.anchor-jolt a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.anchor-jolt p,
.anchor-jolt h1,
.anchor-jolt h2,
.anchor-jolt h3,
.anchor-jolt h4,
.anchor-jolt h5,
.anchor-jolt h6 {
    text-decoration: none;
}

.anchor-jolt img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.anchor-jolt {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.anchor-jolt a,
.anchor-jolt a:hover,
.anchor-jolt a:focus,
.anchor-jolt a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.anchor-jolt{
            background-color: #0f172a; color: #cbd5e1;
            padding: 5rem 0 2rem 0; border-top: 1px solid #1e293b;
        }

.anchor-jolt .anchor-jolt-pod{
            max-width: 1320px; margin: 0 auto; padding: 0 2rem;
            display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 4rem;
        }

.anchor-jolt .anchor-base-brand{ font-size: 1.5rem; font-weight: 700; color: white; margin-bottom: 1.5rem; display: block; }

.anchor-jolt .anchor-jolt-apex{ color: white; font-size: 1.1rem; font-weight: 600; margin-bottom: 1.5rem; }

.anchor-jolt .anchor-jolt-band{ list-style: none; display: flex; flex-direction: column; gap: 1rem; }

.anchor-jolt .anchor-anchor{ color: #94a3b8; text-decoration: none; transition: all 0.25s ease; }

.anchor-jolt .anchor-anchor:hover, .anchor-jolt .anchor-anchor:focus{ color: white; padding-left: 5px; }

.anchor-jolt .anchor-jolt-bottom{
            max-width: 1320px; margin: 4rem auto 0 auto; padding: 2rem 2rem 0 2rem;
            border-top: 1px solid #1e293b; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
            font-size: 0.875rem; color: #64748b;
        }